﻿

body{
    display:flex;
    justify-content:center;
}

    body::before {
        content: '';
        height: 100vh;
        width: 100vw;
        position: fixed;
     
        top: 0;
        left: 0;
        pointer-events: none;
        z-index: -1;
        opacity: 0.5; /* Fake the mask effect */
    }

.about__content-five > p {
    color: black;
    font-size: 16px;
    text-align: justify;
    line-height: 1.75;
}
    .about__content-five > p:nth-child(2){
        font-weight:500;
    }
    .list-wrap about__list-item-two {
        color: black !important;
        font-size: 16px;
        line-height: 34px;
        word-spacing: 2px;
        text-align: justify;
    }
.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.about__list-item-two li {
    color: black !important;
    font-size: 16px;
    line-height: 34px;
    word-spacing: 2px;
    text-align: justify;
}
.about__content > ul > li {
    margin-bottom: 25px;
    width: 95%;
    color: black;
    font-size: 16px;
    text-align: justify;
    line-height: 1.75;
}
#about__area-five {
    width: 98%;
    height: auto;
    margin: 1%;
    position: sticky;
    top: 0px;
    z-index: -1;
}
.section-py-130 {
        padding: 50px 0 !important;
    }
#mainNav > ul > li:nth-child(3) > a {
    color: #fff !important;
    font-weight: bold;
    background: #07388e;
    border-radius: 7px;
}

    #about__area-five > div.section_gap > div:nth-child(1) {
        background-image: url('../Images/h5_about_shape01.svg');
        background-repeat: no-repeat;
        background-size: contain;
    }

    #about__area-five .section_gap {
        display: flex;
        flex-direction: column;
        gap: 40px;
        transition: transform 0.1s linear;
        transform-origin: center center;
    }

    #about__area-five .about__shape-three img:nth-child(2) {
        top: -400px;
        left: 62%;
    }


#about__area-five.animateEveryTime .line__item {
    animation: fadeout 1s forwards;
    background: #9fa7a824;
}

#about__area-five.animateEveryTime .line__item:nth-child(1) {
    animation-delay: 0s;
}

    #about__area-five.animateEveryTime .line__item:nth-child(2) {
        animation-delay: 0.5s;
    }

    #about__area-five.animateEveryTime  .line__item:nth-child(3) {
        animation-delay: 1s;
    }

    #about__area-five.animateEveryTime .line__item:nth-child(4) {
        animation-delay: 1.5s;
    }

@keyframes fadeout {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}
#about_area_sectionpy130.animate-in .experience__wrap {
    animation: RightfadeSlideIn 3s;
}
@keyframes RightfadeSlideIn {
    0% {
        transform: translateX(300px);
        opacity: 0;
    }

    40% {
        transform: translateX(100px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
#about_area_sectionpy130.animate-in .about__img-wrap .shape img:nth-child(1) {
    animation: imgfadeSlideIn 3s;
}
@keyframes imgfadeSlideIn {
    0% {
        transform: translateX(-300px);
        opacity: 0;
    }

    40% {
        transform: translateX(-100px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
#about_area_sectionpy130.animate-in .about__images img {
    animation: fadein 2s;
}
@keyframes fadein {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

i[class^="flaticon-"]:before, i[class*=" flaticon-"]:before {
    font-family: tg_flaticon !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.flaticon-growth:before {
    content: "\f131";
}
#about_area_sectionpy130 {
    background: url("https://img.freepik.com/free-photo/blue-abstract-gradient-wave-wallpaper_53876-108364.jpg?semt=ais_hybrid&w=740&q=80");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
    #about_area_sectionpy130 .line {
        height: 3px;
        background: #07388e;
        width: 0px;
        animation: growLineinout 2s linear infinite;
        border-radius: 4px;
    }

#section3 {
    width: 100%;
    padding: 10%;
    z-index: -1;
    background-image: url('https://img.freepik.com/premium-photo/hand-drawn-abstract-background-design_481527-39756.jpg?semt=ais_hybrid&w=740&q=80') !important;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.scrolldown {
    display:none !important;
}
#section3 p {
    font-size: 24px;
    text-align: justify;
    color: #000;
    line-height: 2.34;
    font-family: cursive !important;
}
.desp-ceo {
    margin-bottom: 25px;
    color: black;
    font-size: 16px;
    text-align: justify;
    line-height: 1.75;
}
#section4 {
    width: 100%;
    height: auto;
    padding: 10%;
    background: #eef3f4 !important;
}
    #section4 .img-tilt {
        position: relative;
        z-index: 1;
    }
    #section4 .img-tilt img {
        width: 100%;
        display: block;
        border-radius: 12px; /* optional */
        transform: perspective(1400px) rotateY(18deg);
    }
    #section4 .CeoName {
        position: relative;
        margin-top: -106px;
        display: flex;
        z-index: 2;
    }
    #section4 .line {
        height: 3px;
        background: #07388e;
        width: 0px;
        animation: growLineinout 2s linear infinite;
        border-radius: 4px;
    }
    #section4 .sub-title {
        display: flex;
        font-size: 16px !important;
        align-items: center;
        gap: 10px;
        color: #17428f;
    }
    #section4 .CeoName .CeoNameWidth {
        width: fit-content;
        padding: 20px;
        background: #cadee97d;
        border-radius: 11px;
        transform: perspective(1400px) rotateY(18deg);
    }
            #section4 .CeoName .CeoNameWidth p {
                font-size: 20px;
                font-weight: bold;
                color: #011644;
                margin-bottom: 0px !important;
            }
        #section4 .CeoName .CeoSignatureWidth {
            width: fit-content;
            padding: 20px;
        }

    #section4 .Title {
        position: relative;
        display: inline-block;
        cursor: pointer;
        font-size: 24px;
        font-weight: 600;
        color: #222;
    }
        #section4 .Title h2 {
            font-size: 30px;
            font-weight: bold !important;
            margin-top: 0px;
        }
   
     

#section4.animate-in .Title::after {
    transform: scaleX(1);
}
    #section4.animateEveryTime .AboutCeoInfotext {
        animation: fadeSlideIn 1s forwards;
        opacity: 0;
        position: relative;
    }
@keyframes fadeSlideIn {
    0% {
        transform: translateX(-50px);
        opacity: 0;
    }
    40% {
        transform: translateX(-25px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
#section4 > div.background{

}
#section5Title {
    padding-top: 42px;
}
#section5Title > .section__title {
    text-align: center;
}
#section5Title .sub-title {
    display: flex;
    justify-content: center;
    font-size: 16px !important;
    align-items: center;
    gap: 10px;
    color: #17428f;
}
#section5Title .line {
    height: 3px;
    background: #07388e;
    width: 0px;
    animation: growLineinout 2s linear infinite;
    border-radius: 4px;
}
@keyframes zoomin {
    0% {
        opacity: 0;
        transform: scale3d(0.4, 0.4, 0.4);
    }

    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}
#section5 {
    width: 100%;
    height: auto;
    padding: 3%; /*
    background: #eef3f4 !important;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
    #section5 .row{
        width:100%;

    }
    #section5 .slider-container {
        width: 97vw;
        overflow: hidden;
        position: relative;
        text-align: center;
        padding: 8px;
    }

    #section5 .slider-wrapper {
        display: flex;
        transition: transform 0.5s ease-in-out;
    }

    #section5 .card {
        min-width: 443px;
        margin: 10px; /*
            background: white;*/
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        text-align: center;
        overflow: hidden;
        height: 504px;
        padding: 7px;
        transition: transform 0.4s ease, box-shadow 0.4s ease; /* smooth effect */
        background: #fff;
    }
            #section5 .card:hover {
                transform: scale(1.05); /* zoom in */
                box-shadow: 0 8px 20px rgba(0,0,0,0.2); /* optional shadow for depth */
            }

        #section5 .card img {
            width: 100%;
            height: 395px;
            object-fit: fill;
        }

    #section5 .card-info {
        padding: 15px;
    }
        #section5 .card-info h4 {
            color: black;
            font-size: 12px;
            text-align: center;
            line-height: 1.75;
        }
        /* Buttons below */
        #section5 .buttons {
            margin-top: 15px;
            display: flex;
            justify-content: center;
            gap: 20px;
        }

        #section5 .btn {
            background: #07388e;
            color: white;
            border: none;
            padding: 10px 20px;
            cursor: pointer;
            border-radius: 5px;
            font-size: 16px;
        }

        #section5 .btn:hover {
            background: #555;
        }

.section__title .title {
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 18px;
    color: #01022E;
    margin-top: 10px;
}

.section__title .title svg{
    color: #07388e !important;
}
.experience__wrap,
.about__list-item-two li .icon {
    background: #07388e !important;
}
/* Popup background */
.popup {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 80px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
}

/* Image inside popup */
.popup-content {
    margin: auto;
    display: block;
    max-width: 80%;
    max-height: 80%;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(255,255,255,0.3);
    animation: zoomInimg 0.3s ease-in-out;
}

/* Caption text */
#caption {
    margin: 15px auto;
    text-align: center;
    color: #ccc;
    font-size: 16px;
}

/* Close button */
.close {
    position: absolute;
    top: 30px;
    right: 45px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

/* Zoom animation */
@keyframes zoomInimg {
    from {
        transform: scale(0.7);
    }

    to {
        transform: scale(1);
    }
}

.wrap-banner {
    position: relative;
    width: 100%;
    height: 55vh; /* Adjust height as needed */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
    .wrap-banner h2 {
        position: relative;
        z-index: 1; /* Ensure text is on top */
        color: #fff; /* Make text visible over background */
        font-size: 42px;
        text-align: center;
        font-weight: bold;
        margin-top:40px;
    }

#your-element-selector {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}



#your-element-selector {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}


.sub-title-destination {
    color: black;
    font-size: 16px;
    font-weight: 400;
}

#about__area-five.animateEveryTime .section__title .title {
    animation: fadeIn3D 1s forwards;
}
#about_area_sectionpy130.animateEveryTime .section__title .title {
    animation: fadeIn3D 1s forwards;
}
#about_area_sectionpy130.animateEveryTime .section__title .sub-title {
    animation: fadeIn3D 1s forwards;
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    line-height: 1.4;
    font-size:16px !important;
    margin: 0px;
    color: #17428f;
}
#about_area_sectionpy130.animateEveryTime .about__content > ul > li {
    animation: fadeIn3D 1s forwards;
    animation-delay: 0.5s;
    opacity:0;
}
#section3.animateEveryTime div p {
    animation: fadeIn3D 1s forwards;
    opacity: 0;
}
@keyframes fadeIn3D {
    0% {
        opacity: 0;
        transform: translate3d(0px, 50px, 0px) scale3d(0.8, 0.8, 0.8);
    }

    100% {
        opacity: 1;
        transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1);
    }
}
@keyframes growLineinout {
    0% {
        width: 0%;
    }

    50% {
        width: 30px;
    }

    100% {
        width: 0%;
    }
}



.slider-indicators {
    text-align: center;
    margin-top: 15px;
    margin-top: 35px;
}
    .slider-indicators .dot {
        display: inline-block;
        height: 5px;
        width: 30px;
        margin: 0 5px;
        background: #bbb;
        cursor: pointer;
        transition: background 0.3s ease;
    }
        .slider-indicators .dot.active {
            background: #333;
        }

@media only screen and (min-width: 200px) and (max-width: 700px) {
    .PRMLOGO {
        width: 180px;
    }
   /* #about__area-five,
    #about_area_sectionpy130,
    #section3,
    #section4 {
        padding: 20px !important;
    }*/

    .section__title .title,
    #section4 .Title h2 {
        font-size: 20px;
    }

        #about_area_sectionpy130.animateEveryTime .section__title .sub-title,
        #section4 .sub-title,
        #section5Title .sub-title {
            font-size: 12px !important;
        }

        .about__content-five > p,
        .about__list-item-two li,
        #section3 > div > p,
        .desp-ceo {
            font-size: 14px !important;
        }
   
        #about_area_sectionpy130 .container{
            width:100%;
        }
        #about_area_sectionpy130 > div > div {
            flex-direction: column-reverse;
        }
    .about__content > ul > li{
        font-size:14px;
    }
    .about__images img:nth-child(2) {
        margin-top: 0px;
        width: 60% !important;
    }
    .about__content-five .about__list-item-two {
        
        padding: 15px;
    }
    .about__content-five > p {
        padding: 20px;
    }
    .experience__wrap .count {
        font-size: 26px;
    }
    .experience__wrap span{
        font-size:14px;
    }
    .experience__wrap {
        padding: 30px 20px 176px 30px;
        margin-right: 20px;
    }
    #section4 > div > div > div{
        flex-direction:column-reverse;
    }
    #section5 .card {
        min-width: 325px;
        height: 325px;
    }
        #section5 .card img {
            height: 236px;
        }
}
@media only screen and (min-width: 700px) and (max-width: 1000px){
    .section__title .title,
    #section4 .Title h2 {
        font-size: 24px;
    }
    #about_area_sectionpy130 .container {
        max-width:100%;
    }
    #about__area-five .section_gap {
        gap: 6px;
    }
    .about__inner-wrap-four {
        gap: 0px;
    }
    .about__img-five,
    .about__content-five
   {
        width: 50% !important;
        padding: 10px;
    }
        .about__content-five > p,
        .about__list-item-two li,
        .about__content > ul > li,
        #section3 p,
        .desp-ceo {
            font-size: 14px;
        }
    #about_area_sectionpy130 > div > div > div.col-lg-6.col-md-9{
        width:40%;
    }
    #about_area_sectionpy130 > div > div > div:nth-child(2) {
        width: 60%;
    }
    .about__images img:nth-child(2){
        margin-top:0px;
    }
    .experience__wrap {
        padding: 30px 20px 113px 32px;
        margin-right: 25px;
    }
        .experience__wrap .count {
            font-size: 36px;
        }
        .experience__wrap span {
            font-size: 14px;
        }
    #about_area_sectionpy130.animate-in .about__img-wrap .shape img:nth-child(1) {
        width: 74px;
        margin-left: 6px;
        left: -4%;
        top: 41%;
    }
    .about__img-wrap .shape img:nth-child(2) {
        z-index: 0;
        bottom: -9%;
        left: 10%;
    }
    #section4{
        padding:20px;
    }
        #section4 .container {
            max-width: 100% ;
        }
        #section4 .col-md-7 {
            width: 50%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding-top: 61px;
        }
        #section4 .col-md-5 {
            width:50%;
        }
        #section4 .sub-title,
        #about_area_sectionpy130.animateEveryTime .section__title .sub-title,
        #section5Title .sub-title {
            font-size: 14px !important;
        }
    .desp-ceo {
        line-height: 1.59;
        margin-bottom: 9px;
    }
    #section4 .CeoName{
        padding:5px;
    }
    #section5 .card {
        min-width: 370px;
        height: 422px;
    }
        #section5 .card img {
            height: 336px;
        }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) {
    .col-lg-8 {
        width: 82%;
    
    }
    .about__img-wrap .shape img:nth-child(1) {
        left: -2%;
    }
    #section5 .card {
        height: 459px;
        min-width: 414px;
    }
    #section5 .card img {
        height: 395px;
    }
    .slider-indicators {
        margin-top: 5px;
    }
    #section5 .card-info {
        padding: 3px;
    }
}
.about__img-wrap .shape img:nth-child(2) {
    z-index: 0;
}



@media only screen and (min-width: 200px) and (max-width: 700px) {
    .wrap-banner {
        height: 279px;
    }

    .vanta-canvas {
        height: 100% !important;
    }

    .wrap-banner {
        height: 397px;
    }

    .vanta-canvas {
        width: 457px;
        height: 397px;
    }

    #about__area-five > div.section_gap > div:nth-child(1) {
        background: none !important;
    }

    #section3 > div > p {
        font-family: 'Poppins' !important;
    }

    #section4 .CeoName .CeoNameWidth p {
        font-size: 14px;
    }

    .sub-title-destination {
        font-size: 12px;
    }

    #section4 .CeoName .CeoNameWidth {
        margin-top: 20px;
    }
}