@import url('https://fonts.googleapis.com/css2?family=Averia+Gruesa+Libre&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@300;400;500;600;700;800&display=swap');
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body{
    background: #E6F3F9;
}
section {
    padding: 4rem 0;
}


ul {
    list-style-type: none;
}



.navbar {
    font-family: 'Averia Gruesa Libre';
  background-color: #FFFFFF;
}

a {
    text-decoration: none;
}
.btn-register{
    font-family: 'Catamaran';
    color: #fff;
    background: #DB9745;
    border: none;
    padding: 0.5rem 2rem;
    
}
.btn-register:hover{
    color: #fff;
    background: #ed8a10;
    border: none;
    padding: 0.5rem 2rem;
}
.bg-primary-color {
    color: #D2D4E3;
}

.bg-secondary-color {
    color: #8A89A0;
}

.navbar-nav .nav-item .nav-link{
    margin-right: 1rem;
    font-size: 1.1rem;
    font-weight: 500;
}
.hamburger div {
    width: 30px;
    height: 3px;
    background: #7b7c7c;
    margin: 5px;
    transition: all 0.3s ease;
}

.toggle .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.toggle .line2 {
    transition: all 0.7s ease;
    width: 0;
}

.toggle .line3 {
    transform: rotate(45deg) translate(-5px, -6px);
}

@media screen and (max-width:960px) {
    section {
        margin: 0;
    }

    .footer ul {
        margin: 0 0 0 -2rem;
    }

    .navbar-nav {
        transition: all 1s ease-out;
        pointer-events: none;
    }

    .navbar-nav li, .navbar-nav form {
        opacity: 0;
        text-align: center;
        align-items: center;
    }

    .navbar-nav li:nth-child(1) {
        transition: all 0.5s ease 0.2s;
    }

    .navbar-nav li:nth-child(2) {
        transition: all 0.5s ease 0.4s;
    }

    .navbar-nav li:nth-child(3) {
        transition: all 0.5s ease 0.6s;
    }

    .navbar-nav li:nth-child(4) {
        transition: all 0.5s ease 0.7s;
    }
    .navbar-nav li:nth-child(5) {
        transition: all 0.5s ease 0.7s;
    }

    .navbar-nav li.fade {
        opacity: 1;
    }
    
}

/*Animating Hamburger Icon on Click*/
.toggle .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.toggle .line2 {
    transition: all 0.7s ease;
    width: 0;
}

.toggle .line3 {
    transform: rotate(45deg) translate(-5px, -6px);
}
.hero-sec{
    background: url(../img/hero-bg.svg) no-repeat;
    content: '';
    background-size: contain;
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 0;
    right: 200px;
    z-index: 3;
    height: 100vh;
}
.hero-sec .container{
    padding: 10rem 0 0 13rem;
}
.hero-cont{
    height: 55vh;
    width: 100%;
}
.hero-sec h1{
    font-family: 'Averia Gruesa Libre';  
    font-size: 2.1rem;
    color: #FFFFFF;
}
.hero-content{
    height: 40vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#about-us{
    background: url(../img/bg-about.svg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    padding: 15rem 0  0 0;
}
#contact-form h3{
    font-family: 'Averia Gruesa Libre'; 
    color: #F2542D; 
    font-size: 1.7rem;
    font-weight: 500;
}
#contact-form .form-control{
    font-family: 'Catamaran';
}
#about-us h5{
    font-family: 'Averia Gruesa Libre';  
    font-size: 1.7rem; 
}
#about-us .about-us-01 h5{
    color: #0D0D65;
}
#about-us .about-us-02 h5{
    color: #F2542D;
}
#about-us img{
    width: 75%;
}
#about-us .about-us-02 p,#about-us .about-us-01 p{
    font-size: 1.2rem;
    font-weight: 500;
    font-family: 'Catamaran';
} 
#why{
    background: #0D0D65 !important;
}
#why h5{
    font-size: 1.1rem;
    font-weight: 400;
}
#why img{
    width: auto;
}
#counter{
    background: #fff !important;
}
.counter-sec{
    font-family: 'Averia Gruesa Libre';  
}
.counter-sec-01{
    font-weight: 500;
    font-size: 2.4rem;
}
.counter-points h5{
    font-weight: 500;
    font-size: 2.4rem;
}

.counter-points span{
    color: #282828;
    font-size: 1rem;
    font-family: 500;
}
.counter-sec-01 span:nth-child(1){
   color: #0D0D65;
}
.counter-sec-01 span:nth-child(2){
    color: #43A5FF;
}
.counter-sec-01 span:nth-child(3){
    color: #F2542D;
}
.contact-sec{
    font-family: 'Averia Gruesa Libre';
}
.contact-sec h3, #why h3, #about-us h3, #gallery h3{
    font-family: 'Averia Gruesa Libre';
    color: #DB9745;
    text-align: center;
    font-size: 1.9rem;
    font-weight: 500;
}
.contact-details{
    display: flex;
    height: 100%;
}
.contact-details-01{
    background: #F2542D;
    height: 100%;
    border-radius: 200px;
    color: #fff;
}
.contact-details-01 h5, .contact-details-02 h5, .contact-details-03 h5{
    font-size: 1.1rem;
    font-weight: 500;
}
.contact-details-02{
    background: #43A5FF;
    height: 100%;
    border-radius: 200px;
    color: #fff;
}
.contact-details-03{
    background: #24D656;
    height: 100%;
    border-radius: 200px;
    color: #fff;
}
/* Footer */
.footer {
    background: #0D0D65 !important;
    font-family: 'Catamaran';
}

.footer-copyright{
    background: #DB9745;
    font-size: 1rem;
}
.slick-slide img {
    transform: scale(0.9);
    max-width: 100%; 
    transition: transform 0.5s; 
   }
  
  .slick-slide.slick-center img{
    transform: scale(1.3);
  }

.footer ul li {
    margin-left: 1rem;
    margin-top: 1rem;
}
@media screen and (max-width:980px) {
    #about-us{
        background-position: center;
        height: 100%;
        padding: 11rem 0;
    }
    #about-us .container{
        padding: 10rem 0 0 0;
    }
    #about-us img{
        width: 100%;
    }
    .contact-details-01 h5, .contact-details-02 h5, .contact-details-03 h5{
        font-size: 0.9rem;
        font-weight: 500;
    }
    .hero-sec{
        background: url(../img/hero-bg.svg) no-repeat;
        content: '';
        background-size: cover;
        background-position: center;
        position: absolute;
        top: 10px;
        bottom: 0;
        left: 0;
        right:0;
        z-index: 3;
        height: 70vh;
    }
    .hero-sec .container{
        padding: 10rem 0 0.5rem 0.5rem;
    }
    .hero-cont{
        height: 30vh;
        width: 100%;
    }
    .hero-content{
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
.swiper {
    width: 600px;
    height: 300px;
  }