@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@100&display=swap');
*{
    z-index: 1;
    font-family: 'Comfortaa';
    max-width: 100vw !important;
}
nav, nav *{
    overflow-x: hidden !important;
}
body{
    overflow-x: hidden;
       
}
body::-webkit-scrollbar {
    width: 0em;
}
.navbar ul{
    gap: 20px;
    margin-left: 0;
}

@keyframes sloganAnime {
    0% {
        opacity: 0;
        transform: translateY(-500%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.sloganAnimation{
    
animation: sloganAnime 2s linear;
}
@keyframes headerJoinusAnime {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.headerJoinusAnimation{
    
animation: headerJoinusAnime 1.5s ease-in-out;
    width: 100%;
}
@keyframes headerhrAnime {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.headerhrAnimation{
    
animation: headerhrAnime 1.85s ease-in-out;
    border: none;
    /* border-top: 3px solid white; */
    width: 100%;
    height: 0px;
    font-size: 0;
    overflow: visible;
}
.headerhrAnimation hr{
    opacity: 1;
    border-top: 3px solid white;
    width: 20%;
    margin: auto;
}
@keyframes booknowanime {
    0% {
        opacity: 0;
        transform: translateX(200%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
/* .booknow{
    
animation: booknowanime 1.85s ease-in-out;
} */
.booknowAnimation{
    
    
animation: booknowanime 1.85s ease-in-out;
}
/* .headerButtons{
    border-top: 0px solid transparent !important; 
    
    transition: border 0.3s ease-in-out;
    
}
.headerButtons.booknowBorderAnimate{
    background-position: 100% 0;
    object-fit: 100% 0;
    border-top: 2px solid white !important; 

} */
.typeCardsHeader{
    text-align: center;
    box-sizing: border-box;
    color: inherit;
    /* font-family: Montserrat,sans-serif; */
    flex-shrink: 0;
    word-wrap: break-word;
    position: relative;
    padding: 0;
    line-height: 1.1;
    font-weight: 700;
    font-size: 3rem;
    letter-spacing: 2px;
    margin: 60px auto 0;
    pointer-events: initial;
    /* will-change: transform, opacity; */
    overflow: visible;
}

  /* i want to style the headerContainer*/
  body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    
    /* background-color: #0f6fb8; */
    background-color: #e2e2e2;
    /* background-image: url("/images/adelin-preda--tOr_T4qTpQ-unsplash.jpg"); */
    /* i want to reduce the background opcaity */
    /* backdrop-filter: blur(4px); */
        background-attachment: fixed;
    
    /* background-size: contain; */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
nav{
    background-color: rgba(0, 0, 0, 0.466);
    border-bottom: 2px solid #f1f1f1;
    position: -webkit-sticky;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10; 
}
nav *{
    color: #f1f1f1 !important;

}
nav div ul{
    gap: 20px;
}
.headerContainer, .headerContainer *{
    overflow-x: visible !important;
    overflow-y: visible !important;
}
/* @keyframes headerSlider {
    0%, 100% {
        background-image: url("/images/slider/JOJ_9786.jpg");
    }
    10% {
        background-image: url("/images/slider/JOJ_9786.jpg");
    }
    30% {
        background-image: url("/images/slider/JOJ_9536.jpg");
    }
    35% {
        background-image: url("/images/slider/JOJ_9536.jpg");
    }
    50% {
        background-image: url("/images/slider/JOJ_9242.jpg");
    }
    60% {
        background-image: url("/images/slider/JOJ_9242.jpg");
    }
    75% {
        background-image: url("/images/slider/Swim19OM21.jpg");
    }
    85% {
        background-image: url("/images/slider/Swim19OM21.jpg");
    }
} */
.headerContainer{
    
    /* i want to fix the image size to fully cover the div*/
    /* background-image: url("/images/pexels-guduru-ajay-bhargav-863988.jpg"); */


    /* background-image: url("/images/slider/JOJ_9786.jpg"); */
    /* i want to reduce the background opcaity */
    /* background-size: contain; */
    /* background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
    min-height: 100vmin;
    height: fit-content;
    padding-bottom: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-shadow: 0px 2px 2px #000000;
    /* transition: background-image 1s linear, opacity 1s linear; */
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    /* animation: headerSlider 16s linear infinite; */
    /* animation-delay: 5s; */
    position: relative;
}
.headerSliderImageContainer{
    position: absolute;
    inset: 0;
    height: 100vmin ;
    width: 100%;
    overflow: hidden !important;
    display: none;
    z-index: 0;
}
.headerSliderImg{
    width: 100%;
    height: 100vmin;
    object-fit: cover;
    position: relative;
    overflow: hidden !important;
}
.headerSliderImageContainer.show{
    display: block;
}
@keyframes addImage {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes removeImage {
    0% {
        opacity: 0;
        transform: translateX(0);
    }
    100% {
        opacity: 1;
        transform: translateX(-100%);
    }
}
.headerSliderImgAnimation{
    animation: addImage 2s ease-in;
}
.headerSliderImgDeletion{
    animation: removeImage 1.5s linear;
}
/* .headerImage{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    object-fit: cover;
    background-size: cover;
} */
.headerContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); 
    z-index: 1;
    /* #e2e2e23 */
}
.headerText{
    padding-inline: 1em;
    text-align: center;
    position: relative;
    z-index: 1;
    padding-top: 8rem;
    width: 100%;
}
.headerText h1, #leaveitall{
    font-size: 2.4em;
    position: relative;
    display: inline-block;
    padding-bottom: 0.25rem;
    margin-bottom: 0;
    font-weight: normal;
    height: auto;
}
.headerText h1::after{
    content: "";
    position: absolute;
    bottom:0px;
    left: 30px;
    width: 70%;
    display: block;
    margin: auto;
    height: 2px;
    background-color: #fff;
    transform: skewX(100deg) rotate(-3deg);
}

.headerText p{
    font-size: 5em; font-weight: bold;
    margin-top: 0.5rem;
    height: 128px;
}
.headerButtons{
    /* i want to add spacing between the buttons */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    /* mix-blend-mode: screen; */
    padding: 2rem 4.25rem 0;
}

.headerButtons a{
    /* i want to add padding to the buttons */
    /* i want to add padding to the buttons */
    /* position: relative; */

    /* transform: translate(-50%, -50%); */
    
    /* i want to make the text be transparent so the background color of .headerButtons itself appears as a color for the text */
    background-color: #25aae1;
    color: white;
    border: 3px solid white;
    /* i want to make the text be transparent so the background color of .headerButtons itself appears as a color for the text */
    /* border: 2px solid #f1f1f1; */
    /* border-radius: 10px; */
    /* i want to add a hover effect to the buttons */
    /* transition: all 0.3s ease-in-out; */

    /* text-shadow: 0px 2px 2px #000000; */
    /* text-shadow: none;
    position: relative;
    padding: 0.3em 0.8em;
    font-size: 1.3em; */
    /* border: none; */
    /* background: none; */
    /* color: black;

    */
    mix-blend-mode: screen;
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 1.2em;
}
/* .headerButtons a::before{
        border-radius: 10px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: white;
        content: '';
        mix-blend-mode: color-burn;
    } */
    /* border-radius: 0.3em; */
    /* ... previous styles ... */
.headerButtons a:hover, .headerButtons a:active, .headerButtons a:target, .headerButtons a:focus {
    background-color: white;
    color: black;
    /* transform: translateY(-3px); */
    mix-blend-mode: unset;
    border: 3px solid white;
    text-shadow: none;
}

#vision{
    display: flex;
    min-height: 350px;
    width: 75%;
    /* transform: translateX(-2.5%); */
    margin: 3rem auto;
    /* border-top: #2e2e2e 1px solid; */
}
#vision,
#vision *{
    overflow-x: visible;
    overflow-y: visible;
}
#visionDescription::before{
    /* background-image: url(); */
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* background-position: center; */
    /* filter:brightness(1.3); */
    /* object-fit: cover; */
}
#visionDescription img{
    object-fit: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    
    width: 100%;
    position: absolute;
    filter: blur(1px);
    filter:brightness(0.6);
    height: 100%;
    /* margin: -787px auto 0 calc(((100% - 1140px) / 2)); */
    /* will-change: transform, opacity; */
    
}
#visionDescription{
    flex: 3;
    border-right: #2e2e2e 1px solid;
    position: relative;
    display: flex;
    align-items: center;
}
#visionText{
    padding-inline: 2rem;
    padding-block: 0rem;
    font-size: 18px;
}
#visionText p{
    height: min-content;
    color: white;
    max-width: 50%;
    font-size: 1.3em;
    margin-bottom: -0.5rem;
}
#visionTitle{
    position: absolute;
    height: 250px;
    width: 250px;
    top: 50%;
    border-radius: 50%;
    /* padding-left: 0; */
    bottom: 50%;
    background-color: #e2e2e2;
    right: 0;
    /* border-right: 2px solid #2e2e2e; */
    box-shadow: 2px 0 3px rgba(0, 0, 0, 0.9);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(37%, -50%);
}
#visionTitle div::before{
    background-image: url("/images/android-chrome-192x192.png");
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center;
    filter: blur(4px);
}
#visionTitle div{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-size: 2.25rem;
    font-weight: bold;
}
#visionTitle div p{
    margin-bottom: -10px;
    text-align: center; line-height: 1.1;
}
#visionWhite{
    flex: 1;
}
.founderSec, .founderSec *{
    overflow-x: visible !important;
    overflow-y: visible !important;
}
.founderSec {
    width: 95%;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    margin: 3rem auto;
}
.founderSecLeft{
    flex: 3;
    display: flex;
    align-items: center;
}
.founderSecLeftAnimation{
    
animation: headerJoinusAnime 2s ease-in-out;
}

.founderSecRight {
    flex: 4;
    display: flex;
    flex-direction: column;
    overflow-x: visible !important;
    overflow-y: visible !important;
    justify-content: center;
    gap: 0.5rem;
}
.qMark{
    font-size: 4rem;
    color: #25aae1;
    display: inline-block;
}
.founderDesktopView{
    object-fit: cover;
    display: block;
    width: 100%;

}
.founderMobileView{
    display: none;
}
.founderSecRightTitle p {
    font-family: "comfortaa", sans-serif;
    font-size: 3.5rem;
    line-height: 1.2;
    font-weight: 900;
    margin-bottom: 20px;
}
@keyframes founderTitleAnime {
    from {
        opacity: 0;
        transform: translateY(-200%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.founderSecRightTitleAnimation{
    
animation: founderTitleAnime 1.75s ease-in-out;
}
.founderSecRightText *{
    display: inline;
}
.founderSecRightText p {
    font-family: "poppins", sans-serif;
    font-size: 1.1rem;
    position: relative;
    padding: 0.5rem 1.2rem;
    color: #717171;
    line-height: 2;
}
.founderSecRightTextAnimation{
    
animation: booknowanime 1.75s ease-in-out;
}
.founderSignature{
    margin-right: 1rem;
}
.founderSignatureAnimation{
    
animation: booknowanime 1.75s ease-in-out;
}
@keyframes founderBookNowAnime {
    from {
        opacity: 0;
        transform: translateY(400%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.founderBookNow{
    /* align-self: center; */
    /* margin: auto auto 0 0; */
    overflow: visible !important;
}
.founderBookNowAnimation{
    
animation: founderBookNowAnime 2s ease-in-out;
}
.founderBookNow button{
    cursor: pointer;
    text-decoration: none;
    user-select: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 15px 35px;
    color: #e2e2e2;
    background-color: #25aae1;
    box-sizing: border-box;
    transition: all 0.6s ease-in-out;
    border: 1px solid #25aae1;
    margin-top: 1rem;
}
.founderBookNow button:hover{
    background-color: #e2e2e2;
    color: #25aae1;
    box-sizing: border-box;
    transition: all 0.4s ease-in-out;
    border: 1px solid #25aae1;
    transform: translate(5px, -2px) scale(1.05);
}
/* #achievements{
    background-color: #25aae1;
    padding: 2em 1em;
    color: #f1f1f1;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    text-shadow: 0px 1px 8px #000000;
}
.count{
    font-size: 1.4em;
}
.mbr-content-title{
    font-size: 1.1em;
    font-weight: bold;
}
.mbr-content-text{
    font-size: 1em;
    text-shadow: 0;
    font-weight: normal;
    text-shadow: 0px 1px 3px #000000;
} */

#achievements{
    display: flex;
    width: 90%;
    margin-left: auto;
    margin-block: 2rem;
    background-color: #25aae1;
    /* padding-block: 7.5%; */
}
@keyframes achievementsAnime {
    0% {
        opacity: 0;
        transform: translate(100%, -0%);
    }
    80%{
        opacity: 1;
        transform: translate(-10%, 0%);
    }
    100% {
        opacity: 1;
        transform: translate(0%, 0%);
    }
}
.achievementsAnimation{
    
animation: achievementsAnime 1.5s ease-in-out;
}
#achievements *{
    align-items: center;
    color: white;
    
    overflow-x: visible !important;
    overflow-y: visible !important;
}
#achievements p{
    margin-bottom: 0;
}
.achievementsTitle{
    /* flex: 1; */
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    /* align-items: center; */
    /* text-align: center; */
    font-weight: bold;
    font-size: 1.3rem;
    padding: 0 1rem;
    background-color: #0f6fb8;
    /* margin: 7.5%; */
    padding: 6rem 0.5rem;
    width: 65px;
}
.achievementsTitle p{
    transform: rotate(-90deg);

}
.achievementsContent{

    display: flex;
    justify-content: space-around;
    flex: 10;
}
.numberRow:nth-child(1)::before, .numberRow:nth-child(2)::before{
    position: absolute;
    /* left: 100%; */
    top: 20%;
    transform: translateX(100%);
    right: -50%;
    content: '';
    width: 40px;
    height: 57px;
    background-repeat: no-repeat;
    
    background-position: center;
}
.numberRow{
    position: relative;
    display: flex;
    gap: 0.7rem;

}
.numberRow .number p{
    font-size: 3.5rem;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 100;
    letter-spacing: 0;
    font-weight: bold;
    height: min-content;
    height: 90px;
}
.numberRow .numberDescription p{
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
}
.blueSpace{
    min-height: 280px;
    background-color: #25aae1;
    margin-top: -195px;
}
.cards{
    
    background-color: #25aae1;
    margin-bottom: 100px;
}    

.cardContainer {
    display: flex;
    justify-content: space-between;
    padding: 1.5em;
}
.cardContainerTitle{
    color: #f1f1f1;
    /* margin-top: 50px; */
    font-weight: bold;
    text-align: center;
    margin-bottom: 0px;
}
.card {
    width: 30%;
    background-color: rgb(230, 198, 198);
    box-shadow: 0px 5px 20px 0px #000000;
    border-radius: 15px;
    border: 2px solid #25aae1;
    overflow: hidden;
    text-align: center;
}

.card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.cardDescription {
    padding: 0px 20px 20px;
    background-color: aliceblue;
}

.cardDescription h2 {
    margin-top: 10px;
}

.cardDescription p {
    margin-bottom: 0;
}

.custom-media-container-row {
    width: 78%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 35px;
}

.custom-card {
    /* border-radius: 10px; */
    background-color: #ccc;
    overflow: hidden;
    width: 100%;
}

.custom-card-text {
    text-align: center;
}

.custom-card-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-card-img span {
    font-size: 3em;
}

@keyframes servicesAnime {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.typeCardscontainer {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    justify-items: center;
    align-items: center;
    grid-gap: 15px;
    max-width: 1200px !important;
    padding: 1em 1rem 0em;
    margin-top: 50px;
    margin-inline: auto;
    /* I want to make this div responsive, so if child elements appears as column in mobile */
    align-items: stretch;
    /* transform: translateY(100%); */
    /* transition: all 1.3s ease-in-out; */
    overflow-y: visible !important;
    overflow-x: visible !important;
}
@keyframes cardBottomAnime {
    0% {
        opacity: 0;
        transform: translateY(150%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes cardTopAnime {
    0% {
        opacity: 0;
        transform: translateY(-150%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.firstTypeAnimation,
.thirdTypeAnimation {
    
animation: cardTopAnime 1.5s ease-in-out;
    
}
.secondTypeAnimation,
.fourthTypeAnimation{
    
animation: cardBottomAnime 1.5s ease-in-out;
    
}


/* .servicesAnimation{
    transition: all 1.3s ease-in-out;
    transform: translateY(0);
    
animation: servicesAnime 1.5s ease-in-out;
} */
.typeCard {
    text-align: center;
    /* max-width: 270px; */
    /* margin-bottom: 30px; */
    background-color: #25aae1;
    padding-inline: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    /* min-width: 250px; */
    align-self: stretch;
    padding-bottom: 2.5rem;
    transition: all 0.3s linear;
    z-index: 0;
    
    overflow-x: visible !important;
}
.typeCard:hover{
    transition: all 0.3s linear;
    transform: scale(1.1);
}
.typeCard:hover button{
    border: white 2px solid;
}
.fa-facebook {
    background: white;
    color: #3B5998;
  }
.typeCardLogo {
    position: relative;
    border: 5px solid rgb(0, 179, 215);
    height: 100px;
    width: 100px;
    padding: auto;
    margin: auto;
    margin-top: -33px;
    z-index: 1;
    background-color: #25aae1;
    fill: #25aae1;
    /* background-image: url(/images/homeTypes/icons_Master.png); */
    background-size: cover;

}

.typeCardDescription {
    margin-top: 15px;   
}

.typeCardDescription h2 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: bold;
}

.typeCardDescription p {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    color: #fff;

}
.typeCard button {
    display: block;
    margin: auto;
    margin-top: auto;
    border: none;
    border-bottom: white 2px solid;
    width: min-content;
    font-size: 1.25em;
    padding: 0 0.5em;
    background-color: #25aae1;
    color: #fff;
    margin-block: 2em 0.5em;
    text-shadow: 0px 2px 2px #000000;
    font-style: italic;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.1s linear;
}
.typeCard button:hover{
    border: white 2px solid;
    transition: all 0.1s linear;
}



.startBooking{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 1rem;
    line-height: 1.6;
    box-sizing: border-box;
    position: relative;
    /* object-fit: cover; */
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    color: #ffffff;
    background-image: linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("https://images.unsplash.com/photo-1594882645126-14020914d58d?auto=format&fit=crop&q=80&w=1785&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
    background-position: 50% 10%;
    overflow: visible;
}
.startBooking div{
    -webkit-text-size-adjust: 100%;
    font-size: 1rem;
    line-height: 1.6;
    
    font-family: 'Open Sans',sans-serif;

    text-align: center;
    color: #ffffff;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* width: var(--theme-sheet-width-xl) !important; */
    min-height: 700px;
}
.startBooking div h2{

    line-height: 1.3;
    font-weight: 700;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.2);
    font-size: 3rem;
    margin: 30px auto 0;
    will-change: transform, opacity;
    
}
.startBooking div button{
    /* transform: translate(100%, 100%); */
    color: white;
    border-color: white;
    border: 2px solid #f1f1f1;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    text-shadow: 0px 1px 1px #000000;
    cursor: pointer;
    border-color: #25aae1;
    border-style: solid;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 1.25rem;
    margin: 42px auto 60px;
    padding: 18px 41px 19px 39px;
    border-width: 2px;
    /* color: #111111; */
    background-color: #25aae1;
    /* will-change: transform, opacity; */
    
}







.typeDescriptionn{
    width: 90%;
    margin: 2rem auto;
    display: flex;
    gap: 4rem;
}
@keyframes leftpanime {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.leftPAnimation{
    
animation: leftpanime 1.5s ease-in-out;
}
.leftP{
    flex: 4;
    transition: all 1s linear;
    min-height: 70vmin !important;

}
.rightP{
    flex: 4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    gap: 5px;
    /* height: 70vmax; */
}
@keyframes rightpanime {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.rightPAnimation{
    
    animation: rightpanime 1.5s ease-in-out;
}
.rightP a{
    cursor: pointer;
    text-decoration: none;
    user-select: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 22px auto 0 0;
    padding: 12px 38px 14px 37px;
    background-color: #e2e2e2;
    color: #25aae1;
    border: 1px solid #25aae1;
    box-sizing: border-box;
    transition: all 0.4s ease-in-out;
}
.rightP a:hover{
    background-color: #25aae1;
    color: #e2e2e2;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
    padding: 11px 38px 13px 37px;
    transition: all 0.4s ease-in-out;
}
.leftPimg{
    width: 100%;
    height: 70vmin !important;
    object-fit: cover;
    object-position: 55% 50%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: all 1s linear;
}











.typeDescription{
    margin-top: 80px;
}
.typeDescription .partOne, .typeDescription .partTwo{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    /* width: var(--theme-sheet-width-xl) !important; */
    margin-block: 15px;
}
.typeDescription .partOne div{
    -webkit-text-size-adjust: 100%;
    font-size: 1rem;
    line-height: 1.6;
    font-family: 'Open Sans',sans-serif;

    color: #111111;
    text-align: left;

    box-sizing: border-box;
    margin-left: 3rem;
    flex: 1;
    max-width: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px 30px;
    align-self: flex-start;
    
}
.typeDescription .partOne div h4, .typeDescription .partTwo div h4  {
    box-sizing: border-box;
    color: inherit;
    font-family: Montserrat,sans-serif;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 700;
    flex-shrink: 0;

    padding: 0;
    position: relative;
    margin: 0;
}
.typeDescription .partOne div p, .typeDescription .partTwo div p  {
    font-size: 1rem;
    line-height: 1.6;
    font-family: 'Open Sans',sans-serif;
    color: #111111;
    text-align: left;
    box-sizing: border-box;
    padding: 0;
    flex-shrink: 0;
    word-wrap: break-word;
    position: relative;
    margin: 24px 41px 0 0;
}
.typeDescription .partOne a {
    cursor: pointer;
    text-decoration: none;
    user-select: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 22px auto 0 0;
    padding: 12px 38px 14px 37px;
    color: #fff;
    background-color: #25aae1;
    transition: all 0.4s ease-in-out;
}
.typeDescription .partOne a:hover{
    background-color: #e2e2e2;
    color: #25aae1;
    border: #25aae1 1px solid;
    transition: all 0.4s ease-in-out;
    padding: 11px 38px 14px 37px;
}
.typeDescription .partOne img{
    box-sizing: border-box;
    position: relative;
    object-fit: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    
    width: 628px;
    height: 513px;
    /* margin: -787px auto 0 calc(((100% - 1140px) / 2)); */
    /* will-change: transform, opacity; */
    
}
.typeDescription .partTwo div{
    -webkit-text-size-adjust: 100%;
    font-size: 1rem;
    line-height: 1.6;
    font-family: 'Open Sans',sans-serif;

    color: #111111;
    text-align: left;

    box-sizing: border-box;
    /* margin-left: 3rem; */
    flex: 1;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px 30px;
    padding-right: 0;
    align-self: flex-end;
    
}
.typeDescription .partTwo a{
    cursor: pointer;
    text-decoration: none;
    user-select: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 22px auto 0 0;
    padding: 12px 38px 14px 37px;
    background-color: #e2e2e2;
    color: #25aae1;
    box-sizing: border-box;
    transition: all 0.4s ease-in-out;
    border: 1px solid #25aae1;

}
.typeDescription .partTwo a:hover{
    background-color: #25aae1;
    color: #e2e2e2;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
    padding: 11px 38px 13px 37px;
    transition: all 0.4s ease-in-out;

}
.typeDescription .partTwo img{
    object-fit: cover;
    display: block;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    
    width: 414px;
    height: 449px;
    /* margin-left: 10rem; */
    transform: translate(31%, -10%);
    /* margin: -42px calc(((100% - 1140px) / 2)) 0 auto; */
    will-change: transform, opacity;
    
}
.u-text-5{
    
    font-family: 'Poppins';
    font-size: 1.05em !important;
    color: #717171 !important;
}
.u-text-4{
    font-family: 'Comfortaa' !important;
    font-weight: 900;
    font-size: 1.8em !important;
}
/* ALBUMS START */
.TypesOuter{
    text-align: center;
    box-sizing: border-box;
    position: relative;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    /* grid-template-rows: repeat(1, auto); */
    margin-top: 48px;
    margin-bottom: 2rem;
    pointer-events: initial;
}
.typesInner{
    text-align: center;
    pointer-events: initial;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
    /* min-height: 770px; */
    grid-gap: 20px;
    padding-inline: 15px;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
}
.cardTypeOuter{
    object-fit: cover;
    background-size: cover;
    display: flex;
    background-image: linear-gradient(0deg, rgba(0,0,0,0.4), rgba(0,0,0,0.4));
    background-position: 50% 50%;
    height: 300px;
    transition: transform 0.5s ease;   
}

.ty{
    transform: translateY(100%);
}
.cardTypeInner{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.viewAlbum{
    text-decoration: none;
    letter-spacing: 3px;
    background-image: none;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 auto;
    padding: 15px 1em;
    border: none;
    color: #ffffff !important;
    background-color: #25aae1 !important;
    transition: all 1.25s ease-in-out;
}
.viewAlbum:hover{
    background-color: #e2e2e2 !important;
    color: #25aae1 !important;
    border: #25aae1 1px solid;
    transform: rotate(360deg) scale(1.18);
    transition: all 0.6s ease-in-out, transform 0.3s ease-in-out;
}
@keyframes albumsAnime {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.albumsAnimation{
animation: albumsAnime 2s ease-in-out;
}

#albumView{
    grid-column: 1 / -1; 
    /* height: 400px; */
    width: 100%;
    margin-inline: auto;
    margin-bottom: 1.5rem;
    border: #cdcdcd 2px solid;
    border-radius: 23px;
    position: relative;
}
#albumView div{
    overflow-x: scroll;
    display: grid;
    grid-template-columns: repeat(20, 1fr);
    /* gap: 20px; */
    column-gap: 13px;
    padding: 15px;
    
}
#albumView div::-webkit-scrollbar {
    display: none;
}
#albumView .albumPic{
    height: 290px;
    width: 340px;
    /* min-width: 260px;  */
    object-fit: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    
    /* margin-right: 20px; */
    border-radius: 8px;
    /* padding: 5px; */
     /* border: #25aae1 1px solid; */
     
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
    position: relative;
    transition: all 0.5s ease-in-out;
}
.albumPic:hover{
    transform: scale(1.05);
}
#albumsLeft, #albumsRight{
    position: absolute;
    z-index: 10;
    background-color: #e2e2e2;
    
    border: #e2e2ee 2px solid;
    border-radius: 50%;
    padding: 0.125em 0.45em 0.2em;
    box-shadow: inset 0 0 0 1px black;
    font-size: 1.1em;
}
#albumsLeft{
    left: 1.5%;
    top: 43%;
}
#albumsRight{
    right: 1.5%;
    top: 43%;
}
/* ALBUMS END */

.ourTrainers{
    display: flex;
    width: 90%;
    margin: 1rem auto;
    gap: 2rem;
}

@keyframes ourtraineranime {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.ourTrainersAnimation{
    
animation: ourtraineranime 1.5s ease-in-out;
}
.trainersDescription{
    margin-top: 2rem;
    flex: 1;
    line-height: 1.75;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    gap: 0.5rem;
}
.trainersDescription h2{
    font-size: 2.5em;
    letter-spacing: 1px;
    font-weight:900;
    margin-bottom: 1rem;
}
.trainersDescription p{
    font-size: 1.1em;
    color: #717171;

}
.trainersImages{
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;    
    justify-content: center;
    width: 100%;
}


@keyframes trainerimganime1 {
    from{
        opacity: 0;
        transform: translateX(140%);
    }
    to{
        opacity: 1;
        transform: translateX(0%);
    }
}
.trainerImageAnimation:nth-child(1){
    z-index: 40;
    
animation: trainerimganime1 1.25s ease-in-out;
}
@keyframes trainerimganime2 {
    from{
        opacity: 0;
        transform: translateY(140%);
    }
    to{
        opacity: 1;
        transform: translateY(0%);
    }
}
.trainerImageAnimation:nth-child(2){
    z-index: 30;
    
animation: trainerimganime2 1.25s ease-in-out;
}
@keyframes trainerimganime3 {
    from{
        opacity: 0;
        transform: translateY(-140%);
    }
    to{
        opacity: 1;
        transform: translateY(0%);
    }
}
.trainerImageAnimation:nth-child(3){
    z-index: 50;
    
animation: trainerimganime3 1.25s ease-in-out;
}
@keyframes trainerimganime4 {
    from{
        opacity: 0;
        transform: translateX(-140%);
    }
    to{
        opacity: 1;
        transform: translateX(0%);
    }
}
.trainerImageAnimation:nth-child(4){
    z-index: 50;
    
animation: trainerimganime4 1.25s ease-in-out;
}
.trainerImage{
    flex: 1;
    background-size: contain;
    background-repeat: no-repeat;
}

.trainerImage img{
    height: 100;
    width: 100%;
}

.reviews{
    width: 100%;
    height: 100%;
    display: flex;
    border-top: 0;
    padding-block: 0.5rem 3.5em;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #25aae1;
    
    position: relative;

}
.reviewsContainer::-webkit-scrollbar {
    width: 0em;
  }
.reviews h2{
    /* font-size: 2rem; */
    font-weight: 600;
    margin-bottom: 0rem;
    color: #fff;
    position: absolute;
    display: block;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
}
.reviewsContainer{
    overflow-x: scroll;
    overflow-y: hidden;
    padding-top: 3rem;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background-color: #25aae1;
}
.reviewCard{
    flex: 1;
    min-width: 240px !important;
    margin: 1rem 0.75rem;
    flex-direction: column;
    align-items: center;
    position: relative;
    justify-content: center;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    overflow: visible;
    border: 1px solid #717171;     
    align-self: stretch;
    height: auto;
}

.reviewImage{
    width: 100%;
    /* background-color: #000; */
    border-radius: 10px 10px 0 0;
    /* transform: translateY(-60%); */
    /* flex: 0; */
    position: relative;
    z-index: 100;
    overflow: visible;
}
.reviewImage img{
    z-index: 1000;
    width: 100px;
    height: 100px;
    margin-top: -4rem;
    object-fit: cover;
    background-size: cover;
    border: #25aae1 3px solid;
    background-position: 50% 50%;
    /* border-radius: 50%; */
    display: block;
    margin-inline: auto;

}
.reviewDescription{
    width: 100%;
    height: 302px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.5rem 1.7rem 0;
    overflow: hidden !important;
    position: relative;
}
@keyframes animeimg {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(0);
    }
}
.animateImg{
    animation: animeimg 1s linear;
    transition: all 1s linear;
}
@keyframes animeimg2 {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.animateImg2{
    transition: all 1s linear;
    animation: animeimg2 1s linear;
}
@keyframes rcborder {
    0%, 100% {
      transform: rotate(90deg);
    }
    25% {
      transform: rotate(155deg);
    }
    50% {
      transform: rotate(90deg);
    }
    75% {
      transform: rotate(25deg);
    }
  }
.reviewDescription::before {
    content: '';
    position: absolute;
    width: 100px;
    background-color: #25aae1;
    height: 400px;
    
animation: rcborder 6s linear infinite;
    transition: all 0.2s linear;
}
.reviewDescription::after {
    content: '';
    position: absolute;
    background: #fff;
    inset: 4px;
    top: 0px;
}  
.reviewDescription h3{
    font-size: 1.5rem;
    font-weight: 900;
    margin-block: 0.25rem 0.5rem;
}
.reviewDescription p{
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    color: #717171 !important;
    margin: 0;
}


#contactUs{

    font-family: 'Open Sans',sans-serif;
    box-sizing: border-box;
    display: block;
    position: relative;
    text-align: center;
    color: #111111;
    background-color: #25aae1;
    background-image: none;
    margin-bottom: 4rem;
}
#contactUs > div{
    -webkit-text-size-adjust: 100%;
    font-size: 1rem;
    line-height: 1.6;

    text-align: center;
    color: #111111;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* width: var(--theme-sheet-width-xl) !important; */
    width: 80% !important;
    /* min-height: 736px; */
    pointer-events: none;
}
#contactUs > div > div{
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    position: relative;
    flex-shrink: 0;
    display: flex;
    
    color: #111111;
    background-color: #ffffff;
    text-align: left;
    width: 75%;
    min-height: 584px;
    background-image: none;

    margin: 60px auto;
    pointer-events: initial;
    will-change: transform, opacity;
    
}
#contactUs > div > div > div {
    -webkit-text-size-adjust: 100%;
    font-size: 1rem;

    color: #111111;
    text-align: left;

    pointer-events: initial;
    box-sizing: border-box;
    position: relative;
    flex: 1;
    max-width: 100%;
    transition-duration: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
}
#contactUs > div > div > div > h2{
    pointer-events: initial;
    box-sizing: border-box;
    color: inherit;
    font-family: Montserrat,sans-serif;
    flex-shrink: 0;
    text-align: center;
    word-wrap: break-word;
    padding: 0;
    font-size: 3rem;
    line-height: 1.1;
    font-weight: 700;
    position: relative;
    margin: 0;
}
#contactUs > div > div > div > div{
    position: relative;
    width: 703px;
    margin: 15px auto 0;
}
#contactUs > div > div > div > div > form{

    font-family: 'Open Sans',sans-serif;
    
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-left: -13px;
    /* width: calc(100% +  13px); */
    padding: 0;
}
#contactUs form > div{
    box-sizing: border-box;
    text-align: start;
    width: 50%;
    margin-bottom: 13px;
    padding-left: 13px;
    
}
#contactUs form > div > label{
    --step-icon-svg-size: 100%;
    text-align: start;
    box-sizing: border-box;
    font-weight: normal;
}
#contactUs form > div > input{
    box-sizing: border-box;
    font: inherit;
    margin: 0;
    overflow: visible;
    outline: none;
    display: block;
    width: 100%;
    padding: 10px 12px;
    background-image: none;
    background-clip: padding-box;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    height: auto;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    border-color: #b3b3b3;
    color: #111111 !important;
    background-color: #f2f2f2 !important;
    font-size: 1.25rem;
}
#contactUs #message{

    box-sizing: border-box;
    font: inherit;
    margin: 0;
    overflow: auto;
    outline: none;
    display: block;
    width: 100%;
    padding: 10px 12px;
    background-image: none;
    background-clip: padding-box;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    height: auto;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    border-color: #b3b3b3;
    color: #111111 !important;
    background-color: #f2f2f2 !important;
    font-size: 1.25rem;
}



.u-form-submit{
    -webkit-text-size-adjust: 100%;
    line-height: 1.6;

    font-family: 'Open Sans',sans-serif;

    color: #111111;


    --checkbox-checked-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
    --radio-checked-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
    box-sizing: border-box;
    text-align: left;
    width: 100%;
    margin-bottom: 13px;
    padding-left: 13px;
    width: 100% !important;
}
.u-btn-submit{
   
    box-sizing: border-box;
    cursor: pointer;
    font-family: inherit;
    line-height: inherit;
    text-decoration: none;
    border: 0 none transparent;
    outline-width: 0;
    margin: 0;
    font-style: initial;
    white-space: nowrap;
    user-select: none;
    vertical-align: middle;
    text-align: center;
    padding: 10px 30px;
    border-radius: 0;
    --border-radius: 0;
    align-self: flex-start;
    display: inline-block;
    margin-top: 1px;
    margin-bottom: 1px;
    position: relative;
    border-width: 0;
    color: #ffffff !important;
    background-color: #0f6fb8 !important;
    background-image: none;
    border-style: none;
    font-size: 1.125rem;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    width: 100% !important;
}

@media (max-width: 1120.98px) {
    .custom-media-container-row {
        width: 85%;
        grid-template-columns: 1fr;
    }
    .typeCardscontainer{
        
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        justify-items: center;
        align-items: center;
        grid-gap: 15px;
        row-gap: 3rem;
        max-width: 1200px;
        padding: 1em 1rem 0em;
        margin-top: 50px;
        margin-inline: auto;
    }
    .typeCard{
        padding-inline: 10px;
        
    }
    .typeCardDescription h2{
        font-size: 1.25rem;
    }



  


    #vision{
        width: 85%;
        margin: 2rem 0 2rem 1.8rem;
    }
    #visionTitle{
        width: 200px;
        height: 200px;
    }



    .founderSec {
        width: 98%;
        display: flex;
        justify-content: space-between;
        gap: 1rem;
        /* align-items: center; */
        margin: 3rem auto;
    }
    .founderSecLeft{
        flex: 3;
        display: flex;
        align-items: center;
    }
    .founderSecLeft img {
        width: 100%;
        /* height: 100%; */
    }
    
    .founderSecRight {
        flex: 3;
        margin-top: 3rem;
    }
    
    .founderSecRightTitle p {
        font-family: "comfortaa", sans-serif;
        font-size: 3rem;
        line-height: 1.2;
        font-weight: 900;
        margin-bottom: 20px;
    }
    
    .founderSecRightText p {
        font-family: "poppins", sans-serif;
        font-size: 1rem;
        
        color: #717171;
        line-height: 2;
    }

    .typeDescriptionn{
        width: 90%;
        margin: 2rem auto;
        display: flex;
        gap: 2rem;
        flex-direction: column;
    }
    .leftP{
        flex: 4;
    }
    .rightP{
        flex: 4;
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* align-items: center; */
        gap: 5px;
        /* height: 70vmax; */
    }
    /* .rightP a{
        cursor: pointer;
        text-decoration: none;
        user-select: none;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 700;
        margin: 22px auto 0 0;
        padding: 12px 38px 14px 37px;
        color: #fff;
        background-color: #25aae1;
        transition: all 0.4s ease-in-out;    
        
    }
    .rightP a:hover{
        background-color: #e2e2e2;
        color: #25aae1;
        border: #25aae1 1px solid;
        transition: all 0.4s ease-in-out;
        padding: 11px 38px 14px 37px;
    } */
    @keyframes typeImageAnime {
        from{
            opacity: 0;
            transform: translateY(10%);
        }
        to{
            opacity: 1;
            transform: translateY(0%);
        }
    }
    .typeImageAnimation{
        
animation: typeImageAnime 1.5s ease-in-out;
    }
    .leftPimg{
        width: 100%;
        height: 60vmax;
        object-fit: cover;
        object-position: 50% 50%;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        
    }
    .partOne, .partTwo{
        flex-direction: column;
    }
    .partOne{
        /* width: 628px; */
        width: 70%;
        /* height: 513px; */
    }
    .partOne div{
        margin: 1em auto 0 0 !important;
        padding-left: 0 !important;
        margin-right: auto;
    }
    .typeDescription .partOne img{
        width: 100%;
    }
    .partTwo{
        /* width: 540px; */
        width: 70%;
        /* height: unset; */
        transform: translateY(-10%);
    }
    .partTwo *{
        text-align: right !important;
        margin-right: 0 !important;
    }
    .partTwo div{
        margin: 1em 0 0 auto !important;
    }
    .typeDescriptionn .rightP a {
        background-color: #25aae1;
        color: #e2e2e2;
        border: 1px solid #e2e2e2;
    }
    .typeDescriptionn .rightP a:hover{
        background-color: #e2e2e2;
        color: #25aae1;
        border: 1px solid #25aae1;
    }
    .typeDescription .partTwo img{
        width: 100%;
        /* height: 540px; */
        height: 100%;
        transform: translate(0%, 0%);
    }
    
    .blueSpace{
        display: none !important;
    }
    /* .typeDescription .partOne img{
        width: 628px;
        height: 513px;
    } */
 
    /* PRICES LIST  */
    .viewAlbum:hover{
        background-color: #e2e2e2 !important;
        color: #25aae1 !important;
        border: #25aae1 1px solid;
        transform: none;
        transition: all 0.6s ease-in-out, transform 0.3s ease-in-out;
    }
    .navbar ul{
        /* gap: 6px; */
        padding-block: 1.5em;
    }
    .ourTrainers{
        flex-direction: column;
    }
    .trainersImages{
        gap: 10px;
    }
    .trainersDescription{
        padding: 0;
        width: 80%;
    }
}
@media (max-width: 830px) {
    .typeCardscontainer{
        grid-template-columns: 1fr 1fr;
        width: 85%;
    }
    @keyframes firstc {
        from{
            transform: translate(-100%, 0%);
        }
        to{
            transform: translate(0, 0);
        }
    }
    @keyframes secondc {
        from{
            transform: translate(100%, 0%);
        }
        to{
            transform: translate(0, 0);
        }
    }
    @keyframes thirdc {
        from{
            transform: translate(-100%, 0%);
        }
        to{
            transform: translate(0, 0);
        }
    }
    @keyframes fourthc {
        from{
            transform: translate(100%, 0%);
        }
        to{
            transform: translate(0, 0);
        }
    }

    .firstTypeAnimation{
        
animation: firstc 1s ease-in-out;
        
    }
    .thirdTypeAnimation {
        
animation: thirdc 1s ease-in-out;
        
    }
    .secondTypeAnimation{
        
animation: secondc 1s ease-in-out;
        
    }
    .fourthTypeAnimation{
        
animation: fourthc 1s ease-in-out;
        
    }

    .founderSec {
        width: 80%;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 0rem;
        /* align-items: center; */
        margin: 3rem auto;
    }
    .founderSecLeft{
        width: 90%;
    }
    .founderSecLeft img {
        width: 100%;
        height: 100%;
    }
    .founderDesktopView{
        display: none;
    }
    .founderMobileView{
        display: block;
    }
    .founderSecRight {
        margin-top: 1.25rem;
    }
    
    .founderSecRightTitle p {
        font-family: "comfortaa", sans-serif;
        font-size: 2.33rem;
        line-height: 1.2;
        font-weight: 900;
        margin-bottom: 20px;
    }
    
    .founderSecRightText p {
        font-family: "poppins", sans-serif;
        font-size: 1rem;
        
        color: #717171;
        line-height: 2;
    }
    

}
@media (max-width: 700px) {
    .headerContainer{
        height: 100vmax;
    }
    .headerSliderImg{
        width: 100%;
        height: 100vmax;
    }
    .navbar-links-left a, .navbar-links-right a{
        width: unset;
    }
    .headerText{
        margin-top: 6rem;
        padding-top: 0;
    }
    .headerText h1{
        font-size: 2em;
    }
    .headerText p{
        height: 83px;
        margin-top: 0.25rem;
        font-size: 3.2em; font-weight: bold;
    }
    #leaveitall{
        font-size: 1.25rem;
    }
    .headerButtons a {
        padding: 0.3em 0.5em;
        font-size: 0.9em;
    }
    .headerButtons{
        gap: 15px
    }
    .headerButtons button{
        padding: 0.3em 0.5em;
        font-size: 1.1em;
    }
    .headerhrAnimation hr {
        width: 40%;
    }
    .custom-media-container-row {
        width: 100%;
        grid-template-columns: 1fr;
    }
    .typeCardsHeader{
        font-size: 2rem;
        /* padding-inline: 6px; */
    }
    .typeCardscontainer{
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-items: center;
        align-items: center;
        grid-gap: 1rem;
        row-gap: 3rem;
        max-width: 1200px;
        padding: 1em 5px 0em !important;
        margin-top: 50px;
        /* width: 100%; */
        margin-inline: auto;
    }
    .typeCard{
        padding-inline: 8px;
        
    }
    .typeCardDescription h2{
        font-size: 1.1rem;
    }
    .typeCardDescription p {
        font-size: 0.9em;
    }
    /* .typeCard{ */
        /* max-width: 280px; */
    /* } */
    #vision{
        width: 85%;
        margin: 2rem 0 2rem 0.25rem;
    }
    #visionTitle{
        height: 165px;
        width: 165px;
    }
    #visionTitle div{
        font-size: 1.65rem;
    }
    #visionTitle div::before{
        background-image: url("/images/android-chrome-140x100.png") !important;
    }
    #visionTitle div p{
        line-height: 1.2;
    }
    #visionText{
        padding-block: 2rem;
        padding-left: 1.5rem;
    }
    #visionText p{
        max-width: 60%;
    }

    .founderSecLeft{
        width: 100%;
    }

    #achievements{
        flex-direction: column;
    }
    .achievementsTitle{
        padding-block: 2%;
        width: 100%;
        height: 60px;
        justify-content: center;
        /* transform: rotate(0); */
    }
    .achievementsTitle p{
        transform: rotate(0);
        
    }
    .achievementsContent{
        padding-block: 5%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
    .numberRow:nth-child(1)::before, .numberRow:nth-child(2)::before{
        transform: translateX(0);
        transform: rotate(90deg);
        background-repeat: repeat-y;
        width: 50px;
        height: 100px;
        top: 50%;
        left: 45%;

    }
    .numberRow{
        padding-inline: 13%;
        flex: 1;
        z-index: 1;
        width: 100%;
        justify-content: center;
        gap: 1rem;
        position: relative;
        /* width: 100%; */
    }
    .numberRow .number p{
        width: 70px;
        
        text-align: right;
        text-align: left;
    }
    .numberDescription p{
        text-align: center;
        width: 115px;
    }
    .partOne, .partTwo{
        margin-block: 2em !important;
    }
    .partTwo{
        margin-top: 100px !important;
    }
    .partOne div, .partTwo div{
        padding: 0 !important;
        margin: 0 !important;
        transform: translateY(0%);
    }
    .partOne *{
        text-align: center !important;
        margin: 0.5em auto !important;
        /* padding: 8px 15px !important; */
    }
    .partTwo *{
        text-align: center !important;
        margin: 0.5em auto !important;
        /* padding: 8px 15px !important; */
    }
    .cardTypeOuter{
        height: 330px;
    }
    .reviewCard{
        margin-block: 2rem;
    }
    .leftP{
        min-height: 70vmax !important;
    }
    .leftPimg{
        width: 100%;
        height: 70vmax !important;
    }
    .headerSliderImageContainer{
        position: absolute;
        inset: 0;
        height: 100vmax
    }
    .count{
        font-size: 1.2em;
        font-weight: bold;
    }
    .mbr-content-title {
        font-size: 1em;
    }


    .navbar ul{
        gap: 6px;
        padding-block: 1.5em;
    }
    .navbar *{
        font-size: 0.95em !important;
    }
    #trainers{
        overflow: visible;
        overflow-x: visible;
        overflow-y: visible;
    }
    .trainersDescription{
        padding: 0;
        width: 85%;
        height: 100%;
    }


    
    .typesInner{
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
    #albumView{
        width: 100%;
    }
    #albumView .albumPic{
        height: 200px;
        width: 250px;
    }
    #albumsLeft, #albumsRight{
        position: absolute;
        z-index: 10;
        background-color: #e2e2e2;
        border: #0f6fb8 3px solid;
        color: #0f6fb8;
        border-radius: 50%;
        padding: 0.25em 0.55em 0.4em;
        margin: 0;
        font-size: 0.8em;
    }
}
@media (max-width: 475px) {
    .typeCardscontainer{
        padding: 1em 0.25em 0em;
        width: 100%;
        column-gap: 5px;
    }
    #vision{
        width: 92%;
        margin: 2rem 0 2rem 0.4rem;
    }
    #visionTitle{
        top: 0;
        /* right: 50px; */
        height: 130px;
        width: 130px;
        transform: translate(10%, 20%);
    }
    #visionTitle div{
        font-size: 1.5rem;
    }
    #visionTitle div::before{
        background-image: url("/images/android-chrome-140x100.png") !important;
    }
    /* #visionTitle div p{
        line-height: 1.2;
    } */
    #visionText{
        padding-left: 0.5em;
    }
    #visionText p{
        font-size: 0.9rem;
    }

    #achievements{
        width: 95%;
    }
    .founderSec{
        width: 90%;
    }
}