@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Barlow:wght@400;500;600;700&family=Dancing+Script:wght@400..700&family=Faculty+Glyphic&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&family=Playwrite+NL:wght@100..400&family=Quicksand:wght@300..700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');




*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    font-family: "Quicksand", sans-serif;
   
}

/* selection bg color */
.text-white{
    color:white;
}
::selection{
    background: rgba(218, 165, 32, 0.63);
}


/* container of header */
header, footer,.work-process{
    width:100%;
    margin:0px auto;
    padding:0;
    background-color: rgba(0, 0, 0, 0.7);
}
header{
    position:fixed;
    top:0;
    /* background-color: transparent; */
    z-index: 2000;
}

.header, .work-process>div{
    width:90%;
    max-width: 1250px;
    display: flex;
    flex-direction: column;
    margin:0px auto;
    padding:20px 0;
    /* align-items: center; */
    /* justify-content: center; */
    /* height:200px; */
}


.top-header{
    display: flex;
    justify-content: space-between;
    padding: 0 16px;
    transition: 0.5s;
}
.top-header div{
    display: flex;
}
.v-divider{
    width:1px;
    height:100%;
    border-left:2px solid rgb(250, 247, 247);
    margin:0 16px;
}

.top-header .social-icons div{
    margin:0 5px;
}
.top-header a{
    text-decoration: none;
    font-size: 1rem;
    color:white;
}
.top-header a:hover, .top-header i:hover{
    color:goldenrod;
}
.top-header i{
    vertical-align: middle;
    font-size: 1.1rem;
    margin-right: 5px;
    color:white;
}
.top-header .social-icons{
    font-size: 1.2rem;
    color:white;
}
.h-divider{
    width:100%;
    height:1px;
    border-bottom:1px solid rgb(184, 183, 183);
    margin:18px 0;
}


.main-header{
    /* margin:20px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 16px;
}
.main-header .logo-{
    width:30%;
    margin-left:30px;
}
.main-header .logo- .logo-wrapper{
    width:100%;
    height:auto;
    object-fit: contain;
    object-position: center;
}
.logo-wrapper h2, .logo-wrapper {
    font-size: 40px;
    font-weight: bold;
    color: goldenrod; /* Makes the text itself invisible */
    /* -webkit-text-stroke: 2px goldenrod; */
}

.main-header nav{
    width:auto;
    height:auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right:40px;
}
.main-header nav .navbar-nav{
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar-nav .nav-item{
    margin:0 24px;
    vertical-align: middle;
}
.nav-item .nav-link{
    font-weight:700;
    color:white;
}
.nav-item .nav-link:hover{
    color:goldenrod;
}
.nav-item .nav-link:active{
    color:hsl(43, 74%, 39%);
}

.active{
    color:hsl(43, 74%, 50%);
}

.main-header button{
    display: none;
    border:none;
    padding:0;
    font-size: 28px;
    background-color: inherit;
}
.main-header button i{
    color:goldenrod;
}

.quote a{
    display: block;
    border:2px solid grey;
    padding:8px 16px;
    border-radius: 10px;
    background-color: goldenrod;
    color:white;
    
}
.quote a:hover{
    background-color: hsl(43, 74%, 59%);
    
}


.header-1{
    display:block;
    display: none;
}
/* header ends here */






/* main body starts here */
/* .container{
    width:100vw;
    margin:0px auto;
    padding:0;
    
} */


.work-process .wrapper {
    /* position: absolute; */
    display: flex;
    align-items: center;
    padding:20px 0;
    justify-content: center;
}
.wrapper .card{
    width:30%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin:10px 20px;
}
.wrapper .card .counter{
    font-weight: bold;
    font-size: 3rem;
    color:transparent;
    background-color: inherit;
    -webkit-text-stroke: 2px goldenrod;
}
.counter h2{
    color:transparent;
}
.card .tag{
    font-size: 1.6rem;
    font-weight: 700;
    color:white;
}
.card .pitch{
    font-size: 1.2rem;
    padding:8px 0;
    color:rgb(209, 208, 208);
}
.stroke{
    font-weight: bold;
    color: transparent; /* Makes the text itself invisible */
    -webkit-text-stroke: 2px rgba(245, 245, 245, 0.200);
}
.work-process{
    position: relative;
    z-index: 10;
}
.work-heading{
    font-size: 4rem;
    color:white;
    text-align: center;
}
/* .work-process>div h1{
    position: absolute;
    font-size: 8rem;
    left:18%;
    top:18%;
} */




/* main body ends here */
/* footer starts here */
.footer{
    width:90%;
    max-width: 1250px;
    display: flex;
    flex-direction: column;
    margin:0px auto;
    padding:20px 0;
    color:white;
}
/* footer-top */
.footer-top{
    width:60vw;
    margin:0 auto;
    text-align: center;
}
.footer-top h2{
    font-size: 4rem;
}
.footer-top {
    font-size: 4rem;
}
/* footer middle */

.footer .footer-middle{
    display: flex;
    justify-content: space-between;
    margin:20px 0;
    /* align-items: ; */

}
.address{
    width: 25%;;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.address p span{
    font-size: 1.2rem;
    font-weight: 900;
}
.address a{
    font-size: 1rem;
    color:white;
}
.address i{
    font-size: 1.3rem;
    color:white;
    vertical-align: middle;
    margin-right: 10px;
}
.address .social-icons{
    display: flex;
    gap:10px;
    font-size: 1.6rem;
    
}
.address .social-icons i{
    font-size: 1.6rem;
}

.footer-links{
    width: 40%;
    display: flex;
    justify-content: space-around;
}
.footer h3{
    font-size: 1.6rem;
}
.h-divider-small{
    border-bottom: 2px solid gold;
    width:50px;
    height:1px;
    margin:5px 0 24px 0;
}
.footer ul{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
}
.footer ul li{
    width:100%;
    height:auto;
    margin-bottom:20px;
}
.footer ul li a{
    font-weight: 400;
    color:white;
    font-size: 14px;
}
.footer-bottom a{
    color:white;
}
.Get-in-touch{
    width:25%;
}
.Get-in-touch input{
    width:80%;
    margin:0 auto;
    padding:12px 8px;
    border:none;
    outline:none;
    font-weight: 400;
    color:black;
    letter-spacing: 1px;
    border-radius: 5px;
    margin-bottom:16px;
}
.Get-in-touch input[type="submit"]{
    width:50%;
    font-size: 1.2rem;
    color:goldenrod;
    cursor: pointer;
    padding: 8px;
}
footer a:hover, footer i:hover{
    color:hsl(43, 74%, 69%);
}
footer input[type="submit"]:hover{
    color:black;
    background-color: hsl(43, 74%, 59%);
}
.footer-bottom{
    text-align: center;
}

@media only screen and (max-width:768px){
    header{
        background-color: black;
    }
    .top-header{
        display:none;
    }
    .header .h-divider{
        display: none;
    }
    .main-header nav {
        justify-content: unset;
        border: 3px ridge white;
        border-radius: 2px 20px 10px 0;
        /* background: grey; */
        width:100%;
        height: 100vh;
    }
    .nav-container{
        position:absolute;
        top:0;
        left:-100%;
        width:98%;
        /* background-color:grey ; */
        margin:0;
        padding:0;
        border-bottom: 3px ridge white;
        border-radius: 2px 20px 10px 0;
        background: black;
    }
    .left{
        left:0;
    }
    #menu-close{
        position: absolute; 
        top: 10px; 
        right: 30px; 
        background: none; 
        color: white; 
        border: none; 
        font-size: 3.6rem; 
        cursor: pointer;
    }
    #menu-close:hover{
        color:darkgoldenrod;
    }
    nav .navbar-nav{
        margin:50px 0;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        
    }
    .navbar-nav .nav-item {
        font-size: 2rem;
        margin-bottom:30px;
        /* line-height: 3rem; */
    }
    .main-header .logo-container{
        width:50vw;
        margin:0;
    }
    .logo-wrapper h2, .logo-wrapper {
        font-size: 2rem;
    }
    .logo-wrapper {
        font-size: 2rem;
    }
    .navbar-nav{
        flex-direction: column;
    }
    
    .footer-top{
        width:100%;
    }

    .footer-top h2{
        font-size: 3rem;
    }
    .footer-top span{
        font-size: 3rem;
    }
    .footer-middle{
        flex-direction: column;
        align-items: center;
    }
    .address, .footer-links, .Get-in-touch{
        width: 100%;
        margin:10px 0;
    } 
    /* .address{
        text-align: center;
    } */
    .address .social-icons{
        margin-left:auto;
        margin-right:auto;
    }
    .footer-links{
        justify-content: space-between;
    }
    .address{
        gap:2vh;
    }
    .footer h3{
        font-size: 1.8rem;
    }
    .Get-in-touch h3{
        font-size: 2rem;
        text-align: left;
    }
    .Get-in-touch input{
        width:98%;

    }
    .Get-in-touch input[type="submit"]{
        width:100%;
        margin:0 auto 0 4px;

    }
    .footer-middle .hm-divider:last-of-type{
        margin:0 auto;
    }

    .quote{
        display: none;
    }
    .main-header button{
        display:flex;
    }
    .whatsapp-icon{
        display: none;
    }
    .hm-divider{
        width:80%;
        margin:10px auto;
        height:1px;
        border-bottom:0.6px solid white;
    }
    .work-process{
        width:100%;
        
    }
    .work-process .wrapper{
        flex-direction: column;
    }
    .wrapper .card{
        width:90%;
        margin:10px 0;
    }
    .wrapper .card {
        text-align: center;
        
    }
    .wrapper .card .tag h3{
        font-weight: 800;
        font-size: 1.5rem;
    }
    .wrapper .card .pitch{
        text-align: center;
    }
    .work-heading{
        font-size: 2rem;
        color:white;
        text-align: center;
    }

    

}




/* whatsapp-icon */
.whatsapp-icon{
    position: fixed;
    bottom:20px;
    left:20px;
}
.whatsapp-icon .icon-container{
    width:50px;
    height:50px;
    border-radius: 50%;
    overflow: hidden;
    display:flex;
    align-items: center;
    justify-content: center;
    background-color:green;
    /* color:white; */
    font-size: 2.4rem;
    z-index:1000;
    box-shadow:0 0 2px 2px white ;
    cursor: pointer;
}
.whatsapp-icon .icon-container a{
    text-decoration: none;
    /* color:white; */
}
.whatsapp-icon .icon-container a i{
    color:white;
}
/* whatsapp-icon ends */