/*===== Fonts =====*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

/*===== Variables =====*/
:root {
    /*===== Main Colors =====*/
    --main-color: #0371A4;
    --heading-color: #0e2431;
    --footer-color: #0e2431;
    --text-color: #777;
    --text-white-color: #eee;
    --pcpro-color: #FFA305;

    /*===== Hover Colors =====*/
    --hover-color: #0371A4;

    /*===== Border Color =====*/
    --border-color: 1px solid rgba(255, 255, 255, 0.1);
  
    /*===== Background Colors =====*/
    --body-bg-color: #fefefe;
    --card-bg-color: #fff;
    --modal-bg-color: #fff;
    --line-color: #d7d7d7;
    --bg-transparent-color: rgba(0, 0, 0, 0.1);
    --bg-blur-color: rgba(255, 255, 255, 0.1);

     /*===== Scroll Bar Colors=======*/
     --scroll-bar-color: #c5cadf;
     --scroll-thumb-color: #70768a;
     --scroll-thumb-hover-color: #454f6b;
  
    /*===== Box Shadow =====*/
    --box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    --box-shadow-mobile: 0px 0px 10px rgb(0 0 0 / 10%);
  
    /*===== Font Size =====*/
    --small-font-size: 0.9em;
    --normal-font-size: 1em;
    --copyright-font-size: 0.7em; 
}


/*======= About slider =======*/

.slider-container {
    width: 100%;
    height: 600px;
    margin: 75px auto 0 auto;
    cursor: pointer;
}

.swiper-slide {
    display: flex;
}

.bd-slider {
    z-index: 777;
    position: relative;
    width: 100%;
    min-height: 100%;
}
.bd-slider .swipe-slider {
    position: relative;
    width: 100%;
    height: 100%;
}

.about-bg1 img {
    position: absolute;
    height: 500px;
    width: 500px;
    left: 0;
    top: 0;
    margin: 50px auto 0 50px;
    object-fit: cover;
    background-position: center;
    background-size: cover;
    pointer-events: none;  
    border-radius: 10px;
    box-shadow: var(--box-shadow); 
}

.about-text-content {
    position: absolute;
    background: var(--body-bg-color);
    top: 0;
    margin-top: 50px;
    right: 0;
    margin-right: 50px;
    color: var(--heading-color);
    text-shadow: var(--text-shadow);
    box-shadow: var(--box-shadow);
    transition: 0.3s ease;
    border-bottom: 3px solid var(--main-color);
    border-radius: 10px;
}

.about-text-content h3 {
    font-size: 20px;
    color: var(--main-color);
    padding: 20px 0 10px 20px;
}

.about-text-content i {
    color: var(--main-color);
}

.about-text {
    width: 500px;
    padding: 20px;
    color: var(--text-color);
    font-size: var(--small-font-size);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) ;
    border-right: 1px solid rgba(255, 255, 255, 0.1) ;   
}

.bg-slider-thumbs {
    z-index: 777;
    position: absolute;
    bottom: 630px;
    left: 48%;
    transform: translateX(-50%);
    transition: 0.3s ease;
}

.thumbs-container {
    background: var(--body-bg-color);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 50px;
    padding: 10px 25px 10px 3px;
    border-radius: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: var(--box-shadow);
}

.thumbs-container img {
    width: 100px;
    height: 25px;
    margin: 0 5px;
    border-radius: 0px;
    cursor: pointer;
}

.swiper-slide-thumb-active {
    border-bottom: 3px solid var(--main-color);
}



/*===== Media Query Max-width 1200px =====*/
@media screen and (max-width: 1200px) {
    .slider-container {
        height: auto;
        margin: 55px auto 0 auto;
    }

    .slider-container {
        height: 850px;
    }

    .about-bg1 img {
        height: 350px; 
        left: 19%;
        margin: 270px 0 0 0;
    }

    .last-about-bg1 img {
        margin-top: 460px;
    }

    .about-text-content {
        margin-top: 20px;
        right: auto;
        left: auto;
        margin-right: 0px;
    }

    .bg-slider-thumbs {
        bottom: 850px;
        left: 48%;
    }
    
}

/*===== Media Query Max-width 1070px =====*/
@media screen and (max-width: 1070px) {    
    .last-about-bg1 img {
        margin-top: 460px;
    }
    
    .about-text-content {
        height: 230px;
    }

    .last-about-text-content {
        height: 420px;
    }
}

/*===== Media Query Max-width 900px =====*/
@media screen and (max-width: 900px) {
    .about-bg1 img {
        height: 350px; 
        left: 3%;
        margin: 240px 0 0 0;
    }
    
    .last-about-bg1 img {
        margin-top: 370px;
    }
    
    .about-text-content {
        height: 200px;
    }

    .last-about-text-content {
        height: 330px;
    }

    .about-text {
        font-size: var(--extra-small-font-size); 
    }
}

/*===== Media Query Max-width 600px =====*/
@media screen and (max-width: 600px) {
    .slider-container {
        width: 420px;
        height: 750px;
        margin: 50px auto 0 auto;
    }

    .about-bg1 img {
        height: 350px;
        width: 400px; 
        left: 0%;
        margin: 260px 0 0 0;
    }
    
    .last-about-bg1 img {
        margin-top: 395px;
    }
    
    .about-text-content {
        width: 400px;
        height: 220px;
        left: 0;
        box-shadow: none;
    }

    .about-text {
        width: 380px;  
    }

    .last-about-text-content {
        height: 355px;
        margin-right: 15px;
    }

    .bg-slider-thumbs {
        bottom: 750px;
        width: 400px;
    }

    .thumbs-container{
        width: 400px;
    }

    .thumbs-container img {
        width: 80px;
    }
}

/*===== Media Query Max-width 450px =====*/
@media screen and (max-width: 450px) {
    .slider-container {
        width: 320px;
        height: 920px;
        margin: -45px auto 0 auto;
    }

    .about-bg1 img {
        height: 350px;
        width: 300px; 
        left: 0%;
        margin: 370px 0 0 0;
    }
    
    .last-about-bg1 img {
        margin-top: 570px;
    }
    
    .about-text-content {
        width: 300px;
        height: 250px;
        left: 0;
        margin-top: 100px;
    }

    .about-text {
        width: 300px;  
    }

    .last-about-text-content {
        height: 450px;
        margin-right: 0px;
    }

    .bg-slider-thumbs {
        bottom: 830px;
        width: 320px;
    }

    .thumbs-container{
        width: 320px;
        padding: 5px 5px 5px 3px;
    }

    .thumbs-container img {
        width: 65px;
    }
}

