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


*{margin: 0 auto;padding: 0;}

.logo{width: 50%;}

body{ 
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #404040;
}

body p{color: #484848;}

.text-green{color: #57CCC3;}

.banner-p{font-size: 27px;
    color: #404040;
    font-weight: 600;}

nav{font-weight: 600;}
nav li{width:max-content;}
.social-top div{width: max-content;padding-top: 6%;}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .nav-link:hover{color: #57CCC3;}
.social-top li{
    list-style: none !important;
    text-align: right;
    width: 35px;
    height: 35px;
    margin-left: 20px;}

.social-top li a img{width: 100%;}
.social-top>li{transition: 0.2s;}
.social-top>li:hover{margin-top: -5px !important;}


.ban-bg-img{
    background-image: url(../img/ban-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 550px;
    /* filter: blur(4px); */

}


.ban-left{min-height: 50vh;display: flex;flex-direction: column;justify-content: center;padding: 10%;}
.ban-left h1{color: #57CCC3;font-weight: 600;}
.qst{font-weight: 700;color: #4e4e4e;}
.qst:hover{font-weight: 700;color: #EE4860;}

.sec-spc{padding-top: 60px;padding-bottom: 60px;}
h2{margin-bottom: 25px;}

.bdr-1{border: 3px solid #E91E63;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.35);}

.about .col-md-4{text-align: center;}
.about h4{color:#57CCC3;font-weight: 600;}
.about .col-md-4 p{color:#404040;font-weight: 600;}


.sec-bg-1{background-color: #f9f3e8;}
.sec-bg-2{background-color: #ebfffd;}
.sec-bg-3{background-color: #FD556D;color: #ffffff;}
.top-nav-bg{background: #f8f9fa;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.35);
    z-index: 9;
    position: relative;


}


.container .row{padding-left: 60px;padding-right: 60px;}


.why-us p{margin-bottom: 2rem;}
.why-us .col-md-4 img{width: 40%;float: left;margin-right: 10px;}
.why-us .col-md-4 p{color:#404040;font-weight: 600;margin-top: 5px;}



/* .make-app{background-color: #FD556D;} */

.book-btn-big{font-size: 28px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    padding: 8px 22px;
    background: #EE4860;
    border-radius: 35px;
    -webkit-box-shadow: 0px 5px 5px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 5px -4px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 5px -4px rgba(0,0,0,0.75);
}

.phone{width: 10%;
    position: relative;
    left: 45%;
    bottom: -2px;}



.services .col-md-4 {padding: 20px;}
.services .col-md-4 img{margin-bottom: 15px;}



.testimonials .carousel-item-next, .testimonials .carousel-item-prev, .testimonials .carousel-item.active {
    display: block;
    text-align: center;
}
.testimonials .carousel-indicators{margin-bottom:-2rem;}
.testimonials .carousel {
    position: relative;
    min-height: 325px;}





    .gallery {
        width: min(90vw,70%);
        list-style-type: none;
        display: grid;
        grid-template-columns: repeat(5,1fr);
        grid-auto-rows: 13vmin;
        gap: 0.25rem;
        padding: 0;
      
        & .item {
          background-size: contain;
          background-position: center;
          background-repeat: no-repeat;
      
          &:nth-of-type(1) { background-image: url('../img/gal/1.jpeg'); }
          &:nth-of-type(2) { background-image: url('../img/gal/2.jpeg'); }
          &:nth-of-type(3) { background-image: url('../img/gal/3.jpeg'); }
          &:nth-of-type(4) { background-image: url('../img/gal/4.jpeg'); }
          &:nth-of-type(5) { background-image: url('../img/gal/5.jpeg'); }
          &:nth-of-type(6) { background-image: url('../img/gal/6.jpeg'); }
          &:nth-of-type(7) { background-image: url('../img/gal/7.jpeg'); }
      
          &:hover:not(li[data-pos="1"]) { cursor: pointer; }
        }
      }
      
      li[data-pos='1'] {
        grid-column: 1/6;
        grid-row: 1/6;
      }
      
      ::view-transition-group(*) { 
        animation-duration: 0.5s; 
        animation-timing-function: ease-in-out; 
      }

.gal{background-color: #f9f3f5;}
.gal main{display: flex;justify-content: center;}












.wa-bg{
    background-image: url(../img/wa-bg.png);
    background-position: center;
    background-size: cover;
    min-height: 300px;
}    

.whats-app h3{
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 50px;
}

.book-btn-big-g{font-size: 28px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    padding: 8px 22px;
    background: #2da93d;
    border-radius: 35px;
    -webkit-box-shadow: 0px 5px 5px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 5px -4px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 5px -4px rgba(0,0,0,0.75);
}


.wc-img{
    position: relative;
    top: -32%;
}




.ft-bg{background-color: #26292D;}
.ft-logo{width: 35%;float: right;margin-top: 25%;}
footer h6{color: #ffffff;}
footer a{color: #818181;display: block;text-decoration: none;margin-bottom: 10px;}
footer a:hover{color: #57CCC3;display: block;text-decoration: none;margin-bottom: 10px;}
footer p{color: #faf2b5;}

/* #918f8f */


footer a img{
    width: 15px;
    margin-right: 5px;
    margin-top: -3px;
}


footer .copy{background-color: #071933;color: #57CCC3;padding: 20px 0;position: relative;}
.go-top{
    width: 20px;
    height: 20px;
    position: absolute;
    right: 8%;
    bottom: 30%;
}











@media screen and (max-width:1680px) {

    .ban-left {
        min-height: 80vh;
    }

    
}


@media screen and (max-width:580px) {

    .navbar-brand{width:70%}

    .social-top div {padding-top: 0;}

    .mt-sm-25{margin-top: 25px;}

    .ban-left {min-height: 0;padding-bottom: 0;}

    .container .row {
        padding-left: 0;
        padding-right: 0;
    }

    .why-us .col-md-4 img {
        width: 15%;
        margin-right: 10px;
    }

    .why-us .col-md-4 p {
        margin-top: 20px;
    }

    .social-top{padding-left: 0;}

    .ban-bg-img{background-position: left;height: 710px;}

    .sec-spc {
        padding-top: 40px;
        padding-bottom: 40px !important;
    }

    .book-btn-big, .book-btn-big-g {
        font-size: 18px;
        margin-top: 15px;
        display: inline-block;
    }

    .make-app{text-align: center;}    

    .phone {
        width: 18%;
        position: relative;
        left: 40%;
        bottom: -39px;
    }

    .whats-app{text-align: center;}
    .wc-img {position: relative;top: 12%;}

    .whats-app h3 {
        font-size: 30px;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .whats-app .wa-ic{width: 20%;margin: 0 auto;}

    .ft-logo {
        width: 25%;
        float: none;
        margin: 0 auto;
        display: block;
        margin-top: 25px;
    }
    .copy{font-size: 12px;}
    .go-top {
        right: 3%;
        bottom: 32%;
    }

     .contact-opener{padding: 14px 18px !important;}
    
}

