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

body {
    background-image: linear-gradient(to bottom, rgba(0, 1, 22, 0.7), rgba(0, 1, 22, 0.7)), url('../images/Gallery/1.jpg');
    /* Change this to your image path */
    background-size: cover;
    /* Cover the entire viewport */
    background-attachment: fixed;
    /* Fix the background image */
    background-position: center;
    /* Center the background image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
}

.backAbout {
    background: linear-gradient(to left, #0c4062, #008dda, #000000);
}

.aboutContainer {
    display: flex;
    justify-content: space-evenly;
    padding: 50px;
    max-width: 1500px;
    margin: auto;

}

.aboutContainer div:nth-child(1) {
    width: 50%;
    padding: 20px;
}

.aboutContainer div:nth-child(2) h2 {
    color: #FFFFFF;
    text-align: center;
    display: flex;
    justify-content: flex-start;
    font-family: "Mulish", sans-serif;

}

.aboutContainer div:nth-child(2) p {
    color: #f8f8f8;
    font-weight: 400;
    text-align: justify;
}

.aboutContainer div:nth-child(2) {
    width: 50%;
    padding: 20px;
    text-align: left;
}


.containerparagraph {
    background-color: transparent;
    color: #333;
    padding: 80px;
    margin: 0 auto;
    padding: 70px;
}

.containerparagraph h3 {
    background: linear-gradient(to right, #0c4062, #41c4e2);
    font-weight: 900;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin-bottom: 20px;
    font-size: 35px;
}

.text {
    line-height: 1.6;
    margin: 15px;
    color: #D3D3D3;
    font-weight: 400;
    font-size: 20px;
}

.image-slider {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(1.1);
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
    /* Smoother and slower transition */
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    -webkit-transition: opacity 1s ease-in-out, transform 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out, transform 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out, transform 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}


/* Apply the animation to each image with staggered delays */

.section {
    float: left;
    width: 100%;
    background-color: #fff;
}

.section-padding-t90 {
    padding-top: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding-t90 {
        padding-top: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .section-padding-t90 {
        padding-top: 50px;
    }
}

.section-padding-bottom-190 {
    padding-bottom: 190px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-padding-bottom-190 {
        padding-bottom: 200px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding-bottom-190 {
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .section-padding-bottom-190 {
        padding-bottom: 60px;
    }
}

.container {
    --bs-gutter-x: 30px;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {

    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {

    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {

    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {

    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {

    .container {
        max-width: 1320px;
    }
}

.section-title {
    position: relative;
    z-index: 99;
    margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
    .section-title {
        margin-bottom: 30px;
    }
}

.about-image-area {
    position: relative;
    z-index: 9;
    height: 100%;
    margin-right: 45px;
}

.about-image-area .about-image {
    position: relative;
    top: 0;
    right: 45px;
    float: right;
    z-index: 9;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-image-area .about-image {
        right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .about-image-area .about-image {
        right: 0;
    }
}

@media only screen and (max-width: 479px) {
    .about-image-area .about-image {
        right: 0;
        width: 250px;
    }
}

.about-image-area .about-image:nth-child(2) {
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 8;
    float: left;
    text-align: left;
}

.about-image-area .about-image img {
    border-radius: 5px;
    -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05), 0 1.5rem 2.2rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05), 0 1.5rem 2.2rem rgba(0, 0, 0, 0.1);
    -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.about-image-area .about-image:hover img {
    -webkit-box-shadow: 0 0.5rem 1.2rem rgba(0, 0, 0, 0.1), 0 2rem 3rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.5rem 1.2rem rgba(0, 0, 0, 0.1), 0 2rem 3rem rgba(0, 0, 0, 0.15);
}

.about-image-area .shape {
    position: absolute;
    z-index: 0;
}

.video-popup-area .shape span img {
    position: absolute;
    left: -60px;
    top: -120px;
    z-index: 1;
}

.about-image-area .shape-1 {
    right: 0;
    top: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-image-area {
        margin-right: 0;
    }

    .about-image-area .shape {
        position: absolute;
        z-index: -1;
    }

    .about-image-area .shape-1 {
        right: 0;
        top: 50px;
        z-index: -1;
    }

    .about-image-area .shape-1 span {
        width: 200px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-image-area {
        margin-right: 0;
    }

    .about-image-area .shape {
        position: absolute;
        z-index: -1;
    }

    .about-image-area .shape-1 {
        right: 0;
        top: 50px;
        z-index: -1;
    }

    .about-image-area .shape-1 span {
        width: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .about-image-area {
        margin-right: 0;
    }

    .about-image-area .shape {
        position: absolute;
        z-index: -1;
    }

    .about-image-area .shape-1 {
        right: 0;
        top: 50px;
        z-index: -1;
    }

    .about-image-area .shape-1 span {
        width: 200px;
    }
}

.about-content-area p {
    max-width: 450px;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-content-area p {
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .about-content-area p {
        max-width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-content-area {
        margin-top: 150px;
    }
}

@media only screen and (max-width: 767px) {
    .about-content-area {
        margin-top: 150px;
    }
}

.section-title-two {
    position: relative;
    z-index: 99;
    margin-bottom: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-title-two {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title-two {
        margin-bottom: 30px;
    }
}

.section-title-two .sub-title {
    font-size: 30px;
    line-height: 1.5;
    font-weight: 400;
    color: #000;
    position: relative;
    display: block;
    padding-left: 85px;
    margin-bottom: 25px;
    font-family: "Mulish", sans-serif;
}

.section-title-two .sub-title::before {
    position: absolute;
    content: "";
    width: 70px;
    height: 2px;
    background-color: #1292ee;
    left: 0;
    bottom: 0;
}



@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-title-two .sub-title {
        font-size: 18px;
        margin-bottom: 20px;
    }


}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title-two .sub-title {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title-two .sub-title {
        font-size: 16px;
        margin-bottom: 10px;
    }


}

@media only screen and (max-width: 479px) {
    .section-title-two .sub-title {
        font-size: 16px;
        padding-left: 65px;
    }

    .section-title-two .sub-title::before {
        width: 60px;
    }

}

.section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: rgb(248, 250, 255);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .section-padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.section-title {
    position: relative;
    z-index: 99;
    margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
    .section-title {
        margin-bottom: 30px;
    }
}

.section-title .title {
    font-size: 27px;
    line-height: 1;
    font-weight: 600;
    margin: 0;
    color: #030f27;
    font-family: "Mulish", sans-serif;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title .title {
        font-size: 38px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title .title {
        font-size: 36px;
    }

}

@media only screen and (max-width: 479px) {
    .section-title .title {
        font-size: 30px;
    }

}

.agency-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 35px;
}

.agency-list li {
    font-size: 18px;
    line-height: 1.8;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .agency-list li {
        font-size: 16px;
    }
}

.agency-list li+li {
    margin-top: 10px;
}

.text {
    font-size: 18px;
    color: #aaa7a7 !important;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 0;
}


.slides {
    position: relative;
}

.slide {
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}

.slide.active {
    opacity: 1;
    transition: opacity 1.5s ease-in-out;
}
.lastText{
    color: #dcd7d7;
    font-weight: 500;
    font-size:24px;
}
@media (max-width:1200px) {
    .aboutContainer{
        flex-wrap:wrap;
    }
    .aboutContainer div:nth-child(1) {
        width: 70%;
        height: 400px;
        object-fit: cover;
        border-radius: 0;
    }
    .aboutContainer div:nth-child(1) .image{
        height:max-content
    }
    .aboutContainer div:nth-child(2) {
        width: 100%;
    }
    .section-title .title{
        font-size: 150%;
    }
    .row{
        max-width:100%;
    }
    .shape{
        display: none;
    }
    .about-image-area .about-image:first-child img{
        margin-left: 15% !important;
    }
    .about-image-area img{
        width:80%;
        margin:auto;
    }
}
@media (max-width:992px) {
    .about-image-area .about-image:first-child img{
        margin-left: 40% !important;
    }
    .about-image-area img{
        width:50%;
}
}
@media (max-width:850px) {
    .aboutContainer div:nth-child(1) {
        width: 100%;
    }
    .lastText{
        font-size: 100%;
    }
    .about-content-area p{
        font-size: 100%;
    }
    .section-title .title {
        font-size: 100%;
    }
}
@media (max-width:700px) {
    .aboutContainer div:nth-child(2) p{
        font-size:100%;
    }
    .aboutContainer div:nth-child(1) {
        height: 300px;
    }

}
@media (max-width:497px) {
    .about-image-area img{
        width:70% !important;
}
.about-image-area .about-image:first-child img{
    margin-left: 30% !important;
}
}