/* style file for index page */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@400;600;800&display=swap');
* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}

:root {
    --main-color: #1F5EAB;
    --second-color: #EC5101;
    --blue-color: #002148;
    --orange-color: #ed6a27;
    --dark-blue: #011226;
}


/*-------------------------------------------------------------- Slider Code-------------------------------------------------*/
body{
    overflow-x:hidden;
}
#slider {
    width: 100%;
    height: 83vh;
    display: -webkit-inline-box;
    margin-left: 0vw;
    /* transition: all 0.5s ease-in; */
    opacity: 1;
    margin-top: 12vh;
}

.picture {
    width: 100vw;
    height: 83vh;
    display: flex;
    float: left;
    justify-content: center;
    position: relative;
    background-color: #DFF6FF;
}

.picture img {
    height: 83vh;
    width: 100vw;
    object-fit: cover;
}

.picture .hover-content {
    position: absolute;
    bottom: 5vh;
}

.picture .hover-content h1 {
    font-size: 6vh;
    color: white;
    text-shadow: 4px 4px 7px black;
    text-align: center;
}

.picture .hover-content h2 {
    font-size: 2.2vh;
    color: white;
    text-shadow: 2px 2px 5px black;
    text-align: center;
    padding: 0px 4vw;
}

#slider-area {
    overflow-x: hidden;
}

.slider-controls {
    position: absolute;
    top: 13%;
    height: 84vh;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.slider-controls img {
    width: 3vw;
    cursor: pointer;
    visibility: visible;
    padding: 39.5vh 0vw;
}

.cicles {
    width: 100%;
    position: absolute;
    top: 97vh;
    display: flex;
    justify-content: center;
}

.cicles img {
    width: 0.8vw;
    margin-left: 0.2vw;
}

@media(max-width: 800px) {
    #slider {
        height: 50vh;
    }
    .picture {
        height: 50vh;
    }
    .picture img {
        height: 50vh;
    }
    .slider-controls img {
        width: 7vw;
        cursor: pointer;
        visibility: visible;
        padding: 22.5vh 0vw;
    }
    .slider-controls {
        height: 50vh;
        top: 18%;
    }
    .cicles {
        top: 65.5vh;
    }
    #slider .picture .hover-content h1 {
        font-size: 4vh !important;
    }
    #slider .picture .hover-content h2 {
        font-size: 1.9vh;
        font-weight: 100;
    }
}

.left-box {
    width: 50%;
    background: url('../media/background-blue.jpg');
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
}

.left-box h2 {
    position: absolute;
    top: -5vh;
    color: black;
    font-size: 4vw;
    width: 100%;
    letter-spacing: 4vw;
    opacity: 0.2;
    z-index: 0;
    transform: rotate(-34deg);
}

.right-box {
    width: 50%;
    background: url('../media/background-texture.jpg');
    text-align: center;
}

.left-box button {
    background-color: #ef454a;
    color: white;
    font-size: 3vh;
    border: none;
    height: 6vh;
    border-radius: 4px;
    padding: 0px 1vw;
    margin: 5vh 0vw;
    z-index: 3;
}

.left-box h1 {
    font-size: 5vh;
    margin-top: 3vh;
    z-index: 3;
}

.right-box h1 {
    font-size: 5vh;
    margin-top: 3vh;
}

.connect-links {
    width: 16vw;
    margin-left: 38%;
}

@media(max-width: 830px) {
    .bottom-boxes {
        display: block;
    }
    .left-box,
    .right-box {
        width: 100%;
    }
    .right-box h1 {
        margin-top: 0vh;
        margin-bottom: 2vh;
    }
    .right-box {
        padding-bottom: 5vh;
    }
}

.about-us-section {
    background-color: #eef7f8;
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 10vh;
    position: relative;
    margin-top: 5vh;
    /* height: 400px; */
}

.about-us-section .div {
    width: 50%;
    background: #eef7f8;
    /* height: 100%; */
}

.about-us-section .about-img {
    width: -webkit-fill-available;
    height: 99%;
}

.about-us-head {
    width: 100%;
    margin-top: 7vh;
    font-weight: 100;
    color: #898AA6;
    font-size: 4vh;
    padding-left: 1vw;
}

.objective-line {
    color: #343c55;
    font-weight: 500;
    font-size: 5.8vh;
    padding-left: 1vw;
    padding-bottom: 2vh;
}

.objective-lines {
    display: flex;
    justify-content: space-evenly;
    position: absolute;
    bottom: 0px;
    bottom: 0.6vh;
}

.objective-lines div {
    width: 50%;
}

.objective-lines div h3 {
    font-weight: 500;
    font-size: 4vh;
    color: #eef7f8;
    text-align: center;
    margin-top: 1vh;
    margin-bottom: 2vh;
}

.objective-lines div p {
    color: white;
    font-weight: 300;
    font-family: arial;
    margin-top: 2vh;
    line-height: 3vh;
    padding: 0px 9%;
    padding-bottom: 2vh;
}

.reason-area {
    background-image: url("../media/slider_images/sport.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: max-content;
    width: 100%;
    margin-bottom: 7vh;
    margin-top: 5vh;
}

.reason-area div {
    background-color: #093368a3;
    width: 100%;
    height: 100%;
    padding-bottom: 5vh;
}

.reason-area div h1 {
    width: 100%;
    text-align: center;
    color: white;
    font-weight: 400;
    font-size: 3.7vh;
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
    padding-top: 20px;
}

.reason-area div p {
    color: white;
    font-weight: 400;
    width: 80%;
    margin: 0px 10%;
    font-size: 2.4vh;
    text-align: center;
    margin-top: 3vh;
    line-height: 35px;
    font-family: 'Dosis', sans-serif;
}

@media(max-width: 550px) {
    .reason-area div p {
        color: white;
        font-weight: 400;
        width: 90%;
        margin: 0px 5%;
        font-size: 13px;
        text-align: justify;
        margin-top: -5vh;
        line-height: 20px;
    }
    .reason-area div h1 {
        font-size: 34px;
        padding-top: 8px;
    }
}

@media(max-width: 1024px) {
    .objective-line {
        height: 62vh;
    }
    .objective-lines {
        bottom: 0vh
    }
}

@media(max-width: 700px) {
    .objective-line {
        font-size: 40px;
    }
    .objective-lines div p {
        line-height: 2.8vh;
        font-size: 1.5vh;
    }
}


/* --------------------------------------- What's On -------------------- */


/* ----------------------------- Reviews Section -------------------------- */

.reviews {
    /* background: red; */
    margin-top: 10%;
    width: 100%;
    height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.reviews .heading {
    height: 20%;
    /* background: green; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.reviews .heading p {
    font-family: 'Dosis', sans-serif;
    font-size: 1.7vw;
    font-weight: 800;
}

.reviews .heading .underline {
    width: 80%;
    height: 3px;
    background: var(--second-color);
}

.reviews .main {
    width: 100%;
    height: 125%;
    background: #F3F3F3;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2vh 0vw;
}

.reviews .swiper {
    width: 50%;
    height: 80%;
    /* background: blue; */
}

.reviews .main .swiper .swiper-wrapper .swiper-slide {
    /* background: yellow; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.reviews .main .swiper .swiper-wrapper .swiper-slide .left {
    width: 20%;
    height: 80%;
    /* background: green; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.reviews .main .swiper .swiper-wrapper .swiper-slide .left .display-picture {
    width: 100%;
    height: 60%;
    /* background: pink; */
    clip-path: circle();
}

.reviews .main .swiper .swiper-wrapper .swiper-slide .left .display-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reviews .main .swiper .swiper-wrapper .swiper-slide .left p {
    padding-top: 5%;
    font-size: 1.2vw;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
}

.reviews .main .swiper .swiper-wrapper .swiper-slide .right {
    width: 80%;
    height: 80%;
    /* background: blue; */
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.reviews .main .swiper .swiper-wrapper .swiper-slide .right .start {
    width: 100%;
    /* background: orange; */
}

.reviews .main .swiper .swiper-wrapper .swiper-slide .right .start i {
    font-size: 1.2vw;
    color: var(--main-color);
}

.reviews .main .swiper .swiper-wrapper .swiper-slide .right .main-content {
    /* background: brown; */
    width: 90%;
    margin: 0 auto;
}

.reviews .main .swiper .swiper-wrapper .swiper-slide .right .end {
    width: 100%;
    /* background: orange; */
    display: flex;
    justify-content: flex-end;
}

.reviews .main .swiper .swiper-wrapper .swiper-slide .right .end i {
    font-size: 1.2vw;
    color: var(--main-color);
    padding-right: 5%;
}

@media only screen and (max-width: 1080px) {
    .reviews {
        height: 20vh;
    }
    .reviews .heading {
        height: 12%;
    }
    .reviews .heading p {
        font-size: 2.5vw;
    }
}

@media only screen and (max-width: 500px) {
    .reviews {
        height: 60vh;
    }
    .reviews .heading {
        height: 10%;
    }
    .reviews .heading p {
        font-size: 5vw;
    }
    .reviews .swiper {
        width: 90%;
        height: 100%;
        /* background: blue; */
    }
    .reviews .main .swiper .swiper-wrapper .swiper-slide {
        flex-direction: column;
    }
    .reviews .main .swiper .swiper-wrapper .swiper-slide .left {
        width: 90%;
        height: 30%;
    }
    .reviews .main .swiper .swiper-wrapper .swiper-slide .left .display-picture {
        width: 60%;
        height: 80%;
    }
    .reviews .main .swiper .swiper-wrapper .swiper-slide .left p {
        font-size: 4vw;
        letter-spacing: 0px;
    }
    .reviews .main .swiper .swiper-wrapper .swiper-slide .right {
        height: 50%;
    }
    .reviews .main .swiper .swiper-wrapper .swiper-slide .right .start i {
        font-size: 5vw;
    }
    .reviews .main .swiper .swiper-wrapper .swiper-slide .right .end i {
        font-size: 5vw;
    }
    .reviews .main .swiper .swiper-wrapper .swiper-slide .right .main-content p {
        font-size: 3vw;
    }
}


/* -------------------------------------- Bottom Boxes --------------- */

.bottom-boxes {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    height: 23vh;
    margin-top: 11vh;
    /* margin-bottom: 10vh; */
}

.left-box {
    width: 50%;
    background: url('../media/background-blue.jpg');
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
}

.left-box h2 {
    position: absolute;
    top: -5vh;
    color: black;
    font-size: 11vh;
    width: 100%;
    letter-spacing: 4vw;
    opacity: 0.1;
    z-index: 0;
    transform: rotate(-34deg);
    z-index: -1;
}

.right-box {
    width: 50%;
    background: url('../media/background-texture.jpg');
    text-align: center;
}

.left-box button {
    background-color: var(--second-color);
    color: white;
    font-size: 1vw;
    border: none;
    border-radius: 3px;
    z-index: 2;
    cursor: pointer;
    width: 17%;
    font-weight: bold;
    padding: 1% 0;
}

.left-box h1 {
    font-family: 'Dosis', sans-serif;
    font-size: 1.8vw;
    font-weight: 700;
    z-index: 2;
}

.right-box h1 {
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
    font-size: 1.8vw;
}

.bottom-boxes-social-media-links {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
    margin: 0 !important;
}

.icon-container {
    width: 3vw;
    height: 2.4vw;
    clip-path: circle();
    /* background-color: red; */
    padding: 0 2%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-container i {
    font-size: 1vw;
    color: white;
}

@media(max-width: 1080px) {
    .bottom-boxes {
        display: block;
        height: max-content;
    }
    .left-box {
        width: 100%;
        height: max-content;
        /* box-sizing: border-box; */
    }
    .left-box button {
        width: 18%;
        height: 18%;
        font-size: 1.7vw;
    }
    .right-box {
        width: 100%;
        height: max-content;
    }
    .right-box .bottom-boxes-social-media-links .icon-container {
        width: 4vw;
        height: 4vw;
        padding: 0 1%;
    }
    .right-box {
        padding-bottom: 5vh;
    }
}

@media (max-width: 500px) {
    .left-box h1 {
        font-size: 5vw;
    }
    .left-box h2 {
        font-size: 9vh;
    }
    .left-box p {
        width: 80%;
        font-size: 3vw;
    }
    .left-box button {
        width: 20%;
        font-size: 2vw;
    }
    .right-box h1 {
        font-size: 5vw;
        margin-top: 2%;
    }
    .icon-container {
        width: 8% !important;
        height: 6vw !important;
    }
    .icon-container i {
        font-size: 2vw;
    }
}


/* ---------------- Testimonails Section ----------------------- */

.main-content p {
    font-size: 22px;
    font-weight: 100;
}


/* ----------------------- Services Section ------------------- */

.services {
    width: 100%;
    height: 60vh;
    /* background: red; */
    display: flex;
    justify-content: space-around;
}

.services .cards {
    width: 26%;
    height: 120%;
    /* background: green; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.services .cards .icon img {
    width: 100%;
    height: 100%;
}

.services .cards .heading {
    /* background: yellow; */
    width: 100%;
    text-align: center;
}

.services .cards .heading p {
    font-size: 2vw;
    letter-spacing: 2px;
    font-weight: 600;
    font-family: 'Dosis', sans-serif;
}

.services .cards .heading .underline {
    width: 100%;
    height: 2px;
}

.services .cards .content {
    /* background-color: orange; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    height: 30%;
}

.services .cards .content p {
    font-family: 'Inter', sans-serif;
    line-height: 20px;
}

.services .cards .content .button {
    font-family: 'Inter', sans-serif;
    margin-top: 10px;
    width: 30%;
    height: 4vh;
    border-radius: 3px;
    color: white;
    font-weight: bold;
    border: none;
    padding: 1vh 0vw;
    cursor: pointer;
}


@media only screen and (max-width: 1080px) {
    .services {
        height: 50vh;
    }
    .services .cards {
        height: 100%;
    }
    .services .cards .content {
        height: 34%;
    }
    .services .cards .content .button {
        width: 50%;
    }
}

@media only screen and (max-width: 800px) {
    .services {
        flex-direction: column;
        margin-top: 54vh;
        margin-bottom: 63vh;
    }
    .services .cards {
        width: 100%;
        margin-top: 50px;
    }
    .services .cards .heading {
        margin-bottom: 30px;
    }
    .services .cards .heading p {
        font-size: 5vw;
    }
    .services .cards .content {
        height: 18vh;
    }
    .services .cards .content p {
        font-size: 3vw;
    }
    .services .cards .content .button {
        width: 40%
    }
}

@media(max-width: 950px) {
    .about-us-section {
        display: block;
    }
    .about-us-section .div {
        width: 100%;
    }
    .about-us-section .about-img {
        width: 40vw;
        margin: 0px 23.95vw;
    }
    .objective-lines {
        position: initial;
    }
    .objective-line {
        margin-bottom: 3vh;
        height: auto;
    }
    .objective-lines div p {
        line-height: 4vh;
    }
    .about-us-section .about-img {
        width: 100%;
        margin: 0px;
    }
}

.mission-div {
    background-color: #004664;
}

.aim-div {
    background-color: #003850;
}

#carousel-example {
    padding-top: 3vh;
}

.carousel-control {
    background: none !important;
}

@media (max-width:550px) {
    .objective-lines {
        display: block;
    }
    .objective-lines div {
        width: 100%;
    }
    .objective-lines div h3 {
        margin-top: 0vh;
    }
    .objective-lines div p {
        line-height: 3vh;
        margin: 0px;
    }
}

.service-row {
    display: flex;
    justify-content: space-evenly;
}

.service-row div {
    width: 40vw;
    text-align: center;
}

.service-row div h1 {
    font-size: 5vh;
    color: #9a308f;
    font-family: 'Dosis', sans-serif;
}

.service-row div p {
    text-align: justify;
    color: grey;
    font-size: 2.5vh;
    margin: 4vh 0vw;
    font-family: 'Dosis', sans-serif;
}

.service-row div a {
    color: white;
    background: #942a8c;
    padding: 1vh 4.5vh;
    font-size: 3vh;
    border-radius: 10vh;
    cursor: pointer;
    text-decoration: none;
    font-family: 'Dosis', sans-serif;
}

.service-row div a:hover {
    background: #751f6d;
    color: rgb(236, 236, 236);
    padding: 2vh 5vh;
    font-size: 3.2vh;
}

.service-row img {
    width: 40vw;
    margin: 6vh 0vw;
    transform: translateX(150px);
    opacity: 0;
}


.service-image2 {
    transform: translateX(-150px);
}

@keyframes fadeInLeft {
    from {
        transform: translateX(150px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeInRight {
    from {
        transform: translateX(-150px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@media (max-width: 755px) {
    .service-row {
        display: block;
    }
    .service-row div {
        width: 80%;
        text-align: center;
        margin: 2vh 10%;
    }
    .service-row img {
        display: none;
    }
    .service-row div h1 {
        margin-top: 9vh;
    }
}

.whatonimg {
    height: 15vw;
    border-radius: 1vh;
    margin-top: 5vh;
}

.linkon {
    text-align: center;
    font-size: 2.2vh;
    background: #92288de8;
    color: white;
    padding: 1vh 3vh;
    font-weight: 600;
    border-radius: 27px;
    text-decoration: none;
    font-family: 'Dosis', sans-serif;
    cursor: pointer;
}

.linkon:hover {
    color: white;
    background-color: #92288d;
    text-decoration: none;
}

@media(max-width: 700px) {
    .whatonimg {
        height: 29vw;
        border-radius: 1vh;
        margin-top: 8vh;
    }
}

.whats-on .heading p {
    font-size: 6vh;
    text-align: center;
    margin-top: 9vh;
    font-weight: 800;
    color: #10742a;
    margin-bottom: 5vh;
    padding: 5vh 0vw;
}

.container-on{
    display: flex;
    justify-content: center;
}
.box{
    width: 25vw;
    text-align: center;
    background: white;
    margin: 0vh 0.01vw;
    margin-bottom: 7vh;
    border: 2px solid #e200e25e;
    border-radius: 6px;
    height: 50vh;
    transition: .3s;
}

.box-1:hover {
    transform: translate(-32px, -32px);
    box-shadow: 10px 10px 0px 10px #ffddff;
}
.box-2:hover {
    transform: translate(0, -32px);
    box-shadow: 0 10px 0px 10px #ffddff;
}
.box-3:hover {
    transform: translate(32px, -32px);
    box-shadow: -10px 10px 0px 10px #ffddff;
}
.box img {
    height: 18vh;
    border-radius: 150%;
    width: 18vh;
    border: 1.5vh solid #ffa0f366;
    margin: 4vh 0vw;
    transition: .3s;
}
.whats-on{
    background: #ffeeff;
}
.box h1{
    font-size: 4vh;
}
.box a{
    text-decoration: none;
    background: #99308f;
    color: white;
    font-size: 2.5vh;
    padding: 1vh;
    border-radius: 6px;
    font-weight: bold;
    margin: 3vh 25%;
    display: block;
    width: 50%;
}
.large-bx{
    height: 65vh;
    margin-top: -8vh;
}
.middle-img{
    margin-top: 12vh !important; 
}
.hover-decoration{
    transition: 0.25s ease-in;
}
.hover-decoration:hover{
    transform: scale(1.2);
}
@media(max-width: 900px){
    .container-on{
        display: block;
        padding-bottom: 5vh;
    }
    .box {
        width: 70vw;
        margin: 4vh 15vw;
    }
    .large-bx{
        height: max-content;
    }
}