
@import 'https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.css';

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&family=Playfair+Display:wght@600&family=Rubik&display=swap');

h2,h3{
    font-family: 'Playfair Display', serif;
    line-height: 1rem;
}

/* section 1 */
.sample-slider{
    width: 100%;
    max-height: 600px;
}
.sample-slider img{
    width: 100%;
    max-height: 600px;
}
.sample-slider [class^=swiper-button]{
    transform:rotate(90deg);
    top: initial;
    left: 10px;
    right: initial;
    margin: 0;
}
.sample-slider .swiper-button-prev{
    top:30%;
    font-size: small!important;
}
.sample-slider .swiper-button-next{
    bottom:30%;
    font-size: small!important;
}
.sample-slider .swiper-pagination{
    left: 20px;
}

.swiper-button-next:after, .swiper-button-prev:after{
font-size: 14px!important;
color: white;
}
.swiper-pagination-bullet{
background-color: #f0f0f0!important;
opacity: 1!important;
}
.swiper-pagination-bullet-active{
background-color: #d49c3f!important;
 }
/* --------------------------- */
#section1{
    background-image: url(../images/banner/banner1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    justify-content: start;
    padding-top: 150px !important;
    align-items: center;
    display: flex;
    flex-direction: column;
}

 #section1 .caption{
    color: #aaa;
    text-transform: uppercase;
}
.bannerbox{
position: relative;
min-height:250px;
}
.bannercontent{
color: #fff;
max-width: 530px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    #section1{
        height: 317px;
        padding-top: 50px !important;
    }
        .bannercontent h2{
            font-size: 0.8rem;
            line-height: 0.8rem;
        }
        .bannercontent .fs-6{
            line-height: 0.7rem!important;
            font-size: 0.7em!important;
        } 
        /* slider nav */
        .sample-slider .swiper-button-prev{
            top:30%;
            font-size: small!important;
        }
        .sample-slider .swiper-button-next{
            bottom:30%;
            font-size: small!important;
        }

        .sample-slider .swiper-button-prev{
            top:5%;
            font-size: small!important;
        }
        .sample-slider .swiper-button-next{
            bottom:5%;
            font-size: small!important;
        }
        .sample-slider{
            width: 100%;
            max-height: 200px;
        }
        .sample-slider img{
            width: 100%;
            max-height: 200px;
        }
}

@media (min-width: 601px) and (max-width: 768px) {
    #section1{
        height: 413px;
        padding-top: 50px !important;
    }
    .bannercontent h2{
        font-size: 1.8rem;
        line-height: 1.8rem;
    }
    .bannercontent .fs-6{
        line-height: 1rem!important;
        font-size: 1rem!important;
    } 
    /* slider nav */
    .sample-slider .swiper-button-prev{
        top:30%;
        font-size: small!important;
    }
    .sample-slider .swiper-button-next{
        bottom:30%;
        font-size: small!important;
    }

    .sample-slider .swiper-button-prev{
        top:5%;
        font-size: small!important;
    }
    .sample-slider .swiper-button-next{
        bottom:5%;
        font-size: small!important;
    }
    .sample-slider{
        width: 100%;
        max-height: 500px;
    }
    .sample-slider img{
        width: 100%;
        max-height: 450px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media (min-width: 769px) and (max-width: 1023px) {
    #section1{
        height: 550px;
        padding-top: 80px !important;
    }
        
        /* slider nav */
        .sample-slider .swiper-button-prev{
            top:30%;
            font-size: small!important;
        }
        .sample-slider .swiper-button-next{
            bottom:30%;
            font-size: small!important;
        }

        .sample-slider .swiper-button-prev{
            top:5%;
            font-size: small!important;
        }
        .sample-slider .swiper-button-next{
            bottom:5%;
            font-size: small!important;
        }
        .sample-slider{
            width: 100%;
            max-height: 500px;
        }
        .sample-slider img{
            width: 100%;
            max-height: 450px;
        }
}

@media only screen  and (min-width : 1024px) {
    #section1{
        height: 659px;
        padding-top: 150px !important;
    }
}
/* Desktops and laptops ----------- */

@media only screen  and (min-width : 1224px) {
        #section1{
            height: 831px;
            padding-top: 150px !important;
        }
    }
    
/* Large screens ----------- */
@media only screen  and (min-width : 1600px) {
    #section1{
        height: 950px;
        padding-top: 200px !important;
    }
}

/* Large desktop ----------- */
@media only screen  and (min-width : 1771px) {
    #section1{
        height: 1020px;
        padding-top: 200px !important;
    }
}


/* 27inch monitor ----------- */
@media only screen  and (min-width : 1900px) {
    #section1{
        height: 1182px;
        padding-top: 200px !important;
    }
}

/* section 2 */
#section2{
    padding: 3rem 0;
}
#section2 .caption{
    color: #aaa;
}
#section2 .service_box{
 border: 2px solid #a2a2a2;
 min-height: 190px; 
 max-width: 372px; 
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center; 
 margin: 2em 0;
 padding: 0 3rem;
 text-align: center;
 
}

#section2 .service_box .title{
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 8px;
}
/* ------section 3-------- */
#section3{
    width: 100%;
    height: 733px;
    background-image: url(../images/jointeam_banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    justify-content: center;
    background-position: right;
    align-items: center;
    display: flex;
    flex-direction: column;
}
@media (max-width: 768px) {
    #section3{
        height: 533px;
    }
}

/* media query mobile responsive */
@media only screen and (max-width: 960px) and (min-width: 750px)  {
    #careercontent{
        padding-top: 1rem;
        top: 3%;
        max-width: 35%;
     } 
    #careercontent h2{
    font-size: 22px;
    line-height: 24px;
    }
    #careercontent p{
    line-height: 1.2em;
    font-size: 0.9em;
    }
}
@media only screen and (max-width: 750px) {
    #section3{
     height:460px;
     background-color: #314360;
    }
    #teamcontainer img{
     display: none;
    }
    #careercontent{
        padding: 3rem 2rem;
        line-height: 1.4rem;
        top: 3%;
        max-width: 100%;
     } 
}
/* ------section 4---------- */
#section4{
    padding: 5rem 0;
    background-color: #f0f0f0;
}
#section4 .caption{
    color: #aaa;
}


/* ------------section 5------------- */
#section5{
    padding: 3rem 0;
}
#section5 .caption{
    color: #aaa;
}

/* ----------section 6------------- */
#section6{
    padding: 3rem 0;
    background-color: #f0f0f0;
    border-top-left-radius: 150px;
    /* border-bottom-right-radius: 150px; */
    background-image: url('../images/team_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100%;
}
#section6 .caption{
    color: #aaa;
}
#section6 .imgbox{
    position: relative;
  height: 500px;
}
#section6 .imgbox img{
    max-width: 300px;
    max-height: 250px;
}
#section6 .content{
    position: absolute;
    top: 210px;
    right: 5%;
    left: 5%;
    width: 90%;
    height: 260px;
    padding: 2rem 1rem;
    background: #fff;
    border-radius: 8px;
    filter: drop-shadow(0 0 14.5px rgba(108,116,127,0.39));
    text-align: center;
}

/* media query mobile responsive */
@media only screen and (max-width: 600px) {
    #section6{
     border-top-left-radius: 0;
     background-position: center;
    }
 }