
 @import url('https://fonts.googleapis.com/css2?family=Diplomata&family=Montserrat:wght@700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,800&display=swap');

                    /*..........CSS RESET.............*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins';
    text-decoration: none;
    outline: none;
}
/* ..........smooth scroll............... */
html{
    scroll-behavior: smooth;
}

/* .........header Section design............. */

.btn-hm{

    display: inline-block;
    background-color: #E7A30C;
    color: black;
    font-size: 25px;
    font-weight: bold;
    padding: 8px 36px;
    margin-top: 20px;
    border-radius: 50px;
    border: 2px solid #E7A30C;
    transition: all 0.3s ease;
}

.btn-hm:hover{
    color: #E7A30C;
    background: none;
}

        /*..........ABOUT SECTION HEADER.......... */

.container{
    font-family: 'Poppins';
    max-width: 1300px;
    padding: 0 100px;
    margin: auto;
}
.txt-center{
    text-align: center;
}
.a-heading{
    color:#E7A30C;
    font-size: 32px;
    margin-bottom: 12px;
}
.title::before{
    content: '';
    background-color: black;
    height: 2px;
    width: 200px;
    margin: 0 auto;
    display: block;
    transform: translateY(44px);
}
.title::after{
    content: '';
    background-color: black;
    height: 7px;
    width: 65px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    display: block;
    transform: translateY(1px);
}

.about .about-content, .services .services-content, .skills .skill-content, .contact .contact-content{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    transform: translateY(-60px);
}

section{
    padding: 40px 0;
    background: #07080B;
}

/* .......................About header section end........................*/
.header{
    background-image: url('../images/hero1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
}

/* ..............Header section Navbar Section.................... */

.navbar{
    
    position: fixed;
    width: 100%;
    margin: auto;
    padding: 35px 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 999;
}

.navbar.sticky{
    padding: 10px 100px;
    background: #07080b;
}

            /* ...................................*/

.navbar .nme{
    color: #E7A30C;
    font-size: 40px;
}
.navbar ul li{
    list-style: none;
    display: inline;
    margin: 0 20px;
    font-size: 15px;
    text-transform: uppercase;
}

.navbar ul li a{
     color:#f1eded;
     font-weight: bold;
     transition: all 0.5s ease;
} 
.navbar ul li a:hover{
    color: #E7A30C;
}


/* Header content section */

.header-text{
    max-width: 800px;
    padding-top: 250px; 
    padding-left: 120px; 
    color: #fff;
}

.header-content .txt-1{
    font-size: 27px;
}
.header-content .txt-2{
        font-size: 75px;
        font-weight: 700;
}
.header-content .txt-3{
        font-size: 40px;
        margin: 5px 0;
        font-weight: 700;
}

/* ...................typing button JS CSS....................*/

.header-content .txt-3 span{
    color:#E7A30C;
}

/* .................END........................ */

.header-img img{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 500px;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    opacity: 0.1;

}
        /* ...............About section styling start.................. */

#about{
    background: #07080b;
    
    
}
.about .title::before{
    background: #E7A30C;
}
.about .title::after{
    background: #E7A30C;
}
.about h1{
    color: #6e6e70;
    text-align: center;
    font-size: 80px;
    transform: translateY(20px);
    opacity: 0.1;
    padding: -20px;
}
.about h5{
    font-size: 700;
    transform: translateY(-65px);
}

.about .about-content .column{
    margin-top: 40px;
}

.about .about-content .left{
    width: 55%;
    padding: 0 20px;
    overflow: hidden;
}
.about .about-content .left img{
    height: 450px;
    width: 450px;
    object-fit: cover;
    border-radius: 50%;
}

.about .about-content .right{
    width: 45%;
    color: #A9ADB8;

}
.about .about-content .right .text{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}
.about .about-content .right span{
    color: #E7A30C;
}
.about .about-content .right p{
    text-align: justify;
    font-weight: 500;
    line-height: 1.3;

}
.about .about-content .right .tabel{
    font-weight: 500;
    width: 500px;
    padding: 10px 0;
    margin-left: 0;
}

.about .about-content .right .tabel td{

        padding: 10px;
}

/* ..............................Service Section.............................. */

#services{
    color: #A9ADB8;
    background-color: #E7A30C;
    font-weight: 400;
}
.services h5{
    font-weight: 700;
    color: #07080b;
    transform: translateY(-65px);
}
.services h1{
    color: #07080b;
    text-align: center;
    font-size: 80px;
    transform: translateY(23px);
    opacity: 0.1;
    padding-top: -20px;
}
.services .services-content .main{
    width: calc(30% - 20px) ;
    min-height: 550px;
    text-align: center;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    
}

.service{
    background-color: #07080b;
    padding: 30px;
    border-radius: 20px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    transform: scale(1.05);
    box-shadow: 0 0 20px -15px #07080b;
    transition: transform 0.8s;

}

.service-logo{
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin: -90px auto 0;
    background: #07080b;
    border: 18px solid #E7A30C;
    transform:transform 1s;

}
.service-logo i{
    color: #E7A30C;
    width: 50px;
    margin-top: 20px;
}
.service h4{
    height: 28px;
    width: 100px;
    background: #07080b;
    margin: 60px auto;
    position: relative;
}

.service h4::after{
    content: '';
    width: 40px;
    height: 30px;
    background: linear-gradient(to right, #07080B , #E7A30C);
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: -1;

}
.service h4::before{
    content: '';
    width: 40px;
    height: 30px;
    background: linear-gradient(to right, #E7A30C , #07080B);
    position: absolute;
    left: -5px;
    bottom: -5px;
    z-index: -1;

}
.main:hover .service{
    transform: translateY(-50px);
}
/* ...........................MY SKILLS SECTION................... */

#skills{
    background: #07080b;
    font-weight: 500;
}
.skills h1{
    color: #ffffff;
    text-align: center;
    font-size: 80px;
    transform: translateY(20px);
    opacity: 0.1;
    padding-top: -20px;
}

.skills h5{
     font-weight: 700;
     transform: translateY(-65px);
}
.skills .title::before{
    background-color:#E7A30C;
}
.skills .title::after{
    background: #E7A30C;
}
.skills .skill-content{
    margin-top: 40px;
    width: calc(30% -30px);
}
.skills .skill-content .left .txt{
    font-size: 27px;
    font-weight: 700;
    padding: 10px 0;
    margin-bottom: 10px;
    color: #E7A30C;

}
.skills .skill-content .left p{
    color: #A9ADB8;
    text-align:justify;
    line-height: 1.5;
    padding-top: 15px;
}
.skills .skill-content .left a{
    display: inline-block;
    background: #E7A30C;
    color: #07080b;
    font-size: 18px;
    font-weight: 700px ;
    padding: 8px 16px;
    margin-top: 20px;
    border-radius: 5px;
    border: 2px solid #E7A30C;
    transition: all 0.3s ease ;
}
.skills .skill-content .left a:hover{
    color: #E7A30C;
    background: none;
}
        /* .......................PROJECT styling....................... */

#projects{
    color: #A9ADB8;
    background: #E7A30C;    
    font-weight: 500;
    padding-bottom: 40px;
}
.projects h5{
    font-weight: 700;
    color: #07080B;
    transform: translateY(-65px);
}
.projects h1{
    color: #07080B;
    text-align: center;
    font-size: 80px;
    transform: translateY(23px);
    opacity: 0.1;
    padding-top: -20px;
}
.projects .carousel .card{

   
    background: #07080b;
    border-radius: 50px;
    padding: 25px 35px;
    text-align: center;
    transition: all 0.3s ease;
}


.projects .carousel .card:hover{
    background-color:#13151b;
}
.projects .carousel .card .box{
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    transition: all 0.3s ease;
}
.projects .carousel.card:hover .box{
    transform: scale(1.05);
}
.projects .carousel .card .txt{
    font-size: 25px;
    font-weight: 500;
    margin: 10px 0 7px 0;
}

.projects .carousel .card img{
    height: 150px;
    width: 150px;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid #E7A30C;
    transition: all 0.3s ease;
}
.projects .carousel .card:hover img{
    border-color: #fff;
}

.owl-dots{
    text-align: center;
    margin-top: 20px;
}
.owl-dot{
    height: 13px;
    width: 13px;
    margin: 0 5px;
    border-radius: 50%;
    background: #07080B !important;
    outline: none !important;
    border: 2px solid #07080B;
    transition: all 0.3s ease;

}

        /* ............................CONTACT Section.......................................... */

.contact h1{

    color: #6e6e70;
    text-align: center;
    font-size: 80px;
    transform: translateY(20px);
    opacity: 0.2;
    padding-top: -20px;

}
.contact h5{
    font-weight: 700;
    transform: translateY(-65px);
}
.contact .title::after{
    background: #E7A30C;
}
.contact .title::before{
    background: #E7A30C;
}
.contact .contact-content .column{
    margin-top: 40px;
    width: calc(50% - 50px);
}
.contact .contact-content .left h2{
    font-size: 30px;
    margin-bottom: 30px;
    color: #A9ADB8;
}
.contact .contact-content .left .form-group input{
    width: 100%;
    padding: 15px;
    margin: 15px 0;
    border: 1px solid #A9ADB8;
    background: #fff;
    border-radius: 3px;
    font-weight: 500;
}
.contact .contact-content .left .form-group textarea{
    width: 100%;
    background: #fff;
    font-weight: 500;
    padding: 10px;
    height: 150px;
    margin-top: 20px;
    border-radius: 3px;

}
.contact .contact-content .left .btn-hm{
    padding: 8px 18px;
    font-size: 16px;
}
.contact .contact-content .right{
    color: #A9ADB8;
}
.contact .contact-content .right h2{
    font-size: 30px;
    margin-bottom: 15px;

}
.contact .contact-content .right p{
    line-height: 1.6;

}
.contact .contact-content .right .items{
    margin: 10px 0px;
}
.contact .contact-content .right .items .item{
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.contact .contact-content .right .items .items i{
    padding: 16px;
}
.contact .contact-content .right .items .item i{
    
    padding: 16px;
    border: 1px solid #A9ADB8;
    border-radius: 50%;
    margin-right: 20px;
}
.contact .contact-content .right .items .item span{
    font-size: 15px;
}
.contact .contact-content .right .links{
    overflow: hidden;
    padding: 10px 0;
}
.contact .contact-content .right .links li{
    display: inline-block;
}
.contact .contact-content .right .links a{
    color: #A9ADB8;
    text-decoration: none;

}

            /* .............footer................ */
#footer{
    text-align: center;
    background: #E7A30C;
    padding: 30px 0;
    color: #07080B;
    font-weight: 700;

}
#footer .link{
    color: #DF223D;
    
}