@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@500&family=Merriweather+Sans:wght@500;600&display=swap");
@import url("https://fonts.googleapis.com/css?family=visit-page-content >.cardo:400i|Rubik:400,700&display=swap");

.my-heading-links {
    color: #4636ff;
    text-decoration: underline;
}

.main-menu ul li:hover > a {
    color: rgb(246, 223, 10);
}

.custom-service-icon {
    font-size: 4rem;
    padding-bottom: 20px;
    color: #0b0385;
}
.custom-footer-icon {
    font-size: 1.5rem;
    padding-bottom: 10px;
    /*padding-right: 20px;*/
    color: #4636ff;
    text-decoration: none;
}
.social-links > li {
    padding-right: 10px;
}

.footer-form input,
.footer-form textarea {
    height: 35px;
    line-height: 35px;
    color: #1f1841;
    width: 170%;
    background: #f5f5f5;
    border: 2px solid transparent;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 0 15px;
}
.footer-form input::placeholder,
.footer-form textarea::placeholder {
    font-size: 13px;
    text-transform: capitalize;
    color: #686777;
}

.footer-form input:focus::placeholder,
.footer-form textarea:focus::placeholder {
    opacity: 0;
}
.footer-form input:focus,
.footer-form textarea:focus {
    border-color: #4636ff;
    background: #ffffff;
    outline: none;
}
.footer-btn {
    display: inline-block;
    height: 38px;
    width: 115px;
    line-height: 20px;
    border: 2px solid #4636ff;
    background: #4636ff;
    color: #ffffff;
    padding: 0 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
}

.footer-btn:hover {
    background: #ffffff;
    color: #4636ff;
}

.dev-link p a {
    font-weight: 700;
    color: #1f1841;
}
.dev-link p a:hover {
    color: #4636ff;
}
.service-column {
    padding: 0 100px 30px 100px;
}

.featured-imagebox,
.featured-imagebox .featured-thumbnail {
    position: relative;
    overflow: hidden;
}

.featured-thumbnail a img {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    border: 5px solid #fff;
    box-shadow: 0 0px 10px 0 rgba(18, 29, 39, 0.16);
}
.featured-imagebox {
    margin: 15px 0;
}
.featured-imagebox .featured-content .featured-title h5 {
    margin-bottom: 5px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.featured-imagebox .featured-content .category,
.featured-imagebox .featured-content .category a {
    font-size: 14px;
    line-height: 15px;
    display: inline-block;
}

.cmt-box-view-overlay {
    position: relative;
}

/* country-1 */
.featured-imagebox-country.style1 {
    text-align: center;
    overflow: visible;
    padding: 7px;
    /* box-shadow: 0 0 9px 0 rgba(29, 33, 67, 0.10); */
    /* this was used for shadows */
}
.featured-imagebox-country.style1 .featured-content {
    position: relative;
    text-align: center;
    padding: 37px 12px 23px;
}
.featured-imagebox-country.style1 .featured-content-icon_img-block {
    transform: translateY(-65px);
    margin-bottom: -50px;
    transition: all 0.4s;
}
.featured-imagebox-country.style1 .featured-content-icon_img-block img {
    height: 55px;
    width: 55px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    border: 5px solid #fff;
    box-shadow: 0 0px 10px 0 rgba(18, 29, 39, 0.16);
}
.featured-imagebox-country.style1 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.featured-imagebox-country.style1:hover {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
}

/*.study-icon-list > span {*/
/*    width: 90px;*/
/*    height: 90px;*/
/*    border-radius: 50%;*/
/*    line-height: 90px;*/
/*    text-align: center;*/
/*    background: #fff;*/
/*    display: block;*/
/*    margin: 0 auto 5px auto;*/
/*}*/

/*.study-icon-list > span > i {*/
/*    font-size: 40px;*/
/*    line-height: 90px;*/
/*    color: darkblue;*/
/*}*/
.headAreaCountry > h2 {
    color: #ffffff;
    font-weight: bold;
}

.featureList ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 40px;
    display: flex;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
/* line 1984, smedu/wp-content/themes/mytheme/assets/scss/style.scss */
.featureList li {
    flex: 0 0 20%;
    max-width: 20%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
    padding: 0 12px;
}
/* line 1991, smedu/wp-content/themes/mytheme/assets/scss/style.scss */
.featureList li span {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    line-height: 90px;
    text-align: center;
    background: #fff;
    display: block;
    margin: 0 auto 15px auto;
}
/* line 2000, smedu/wp-content/themes/mytheme/assets/scss/style.scss */
.featureList li span i {
    font-size: 40px;
    line-height: 90px;
    color: #4636ff;
}
/* line 2006, smedu/wp-content/themes/mytheme/assets/scss/style.scss */
.featureList li h3 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
    color: #dad9d9;
}

.whyStudy {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.whyStudy::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(60deg, #690ed0 0%, #170da2 100%);
    background-image: -ms-linear-gradient(60deg, #690ed0 0%, #170da2 100%);
    background-image: -webkit-linear-gradient(60deg, #690ed0 0%, #170da2 100%);
    background-image: linear-gradient(60deg, #690ed0 0%, #170da2 100%);
    opacity: 0.2;
}

.why-study {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}
/*single country*/
.cost-study {
    padding: 20px 30px !important;
}

.country-intro {
    padding: 30px 0;
}
.country-intro {
    padding: 20px;
}
.country-intro > p,
.why-desc > p,
.content > p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
}
.study-single-title {
    background-color: rgb(181, 34, 252);
    padding: 20px;
    text-align: center;
    /*margin: 30px 0 30px*/
    margin-bottom: 20px;
}

.study-single-title > h2 {
    color: #fff;
    font-weight: 500;
    font-size: 35px;
    text-transform: uppercase;
}

.title-style h2 {
    font-family: "Lato", sans-serif;
}

.sec-edu {
    height: 630px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
    /*background-image: url(../images/pages-edu-system.jpg);*/
    position: relative;
    padding-bottom: 100px;
    /*margin-bottom: 30px;*/
}
.edu-system {
    position: absolute;
    top: 30px;
    display: block;
    background: rgba(255, 255, 255, 0.68);
    /*margin: 20px 0*/
    /*margin-bottom: 200px;*/
    height: auto;
}

.edu-system .edu-title {
    color: #fff;
    background: rgba(41, 33, 106, 1);
    padding: 20px 0;
    text-align: center;
}

.edu-system .edu-title h2 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 35px;
}

.edu-system .content {
    color: #000;
    padding: 30px 30px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    text-align: justify;
    display: inline-block;
}

.edu-system .content p ul li {
    overflow: hidden;
}

.sec-edu.edu-system {
    position: absolute;
    min-height: 465px;
    top: 0;
    display: block;
    background: rgba(41, 33, 106, 0.86);
    padding: 30px 0;
    margin-bottom: 20px;
}

.sec-edu.edu-system .edu-title {
    color: #fff;
    padding: 0;
    text-align: center;
    background: 0 0;
}

.sec-edu.edu-system .edu-title h2 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 35px;
    padding: 20px 0 0;
}

/*eligibilty*/
.eligibilty-test {
    margin-bottom: 120px;
    margin-top: 30px;
}
.sec-eligiblity {
    height: 476px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
    /*background-image: url(../images/pages-admission.jpg);*/
    position: relative;
}

/*.why-desc {*/
/*    text-align: center;*/
/*    margin-bottom: 50px*/
/*}*/

.why-desc ul li {
    text-align: left;
    font-size: 16px;
    line-height: 30px;
    font-family: Lato, sans-serif;
    /*margin-bottom: 40px;*/
    list-style: square;
}

.sec-courses-uni {
    height: 700px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
}

.sec-courses-uni .edu-system {
    position: absolute;
    min-height: 465px;
    top: 0;
    display: block;
    background: rgba(41, 33, 106, 0.86);
    margin: 0;
    padding: 30px 0;
}

.sec-courses-uni .edu-system .edu-title {
    color: #fff;
    padding: 0;
    text-align: center;
    background: 0 0;
}

.sec-courses-uni .edu-system .edu-title h2 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 35px;
    padding: 20px 0 0;
}
.sec-courses-uni .edu-system .edu-title h2 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 35px;
    padding: 20px 0 0;
}
.white-font p {
    color: #fff !important;
}

.admission-app {
    position: absolute;
    top: 50px;
    display: block;
    background: rgba(255, 255, 255, 0.88);
    margin: 20px 0;
}

.admission-app-title {
    color: #333;
    padding: 20px 0;
    text-align: center;
}

.admission-app-title h2 {
    text-transform: uppercase;
    color: #333;
    font-weight: 600;
    font-size: 35px;
}

.admission-app .content {
    color: #000;
    padding: 0 30px 30px;
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
}
.sec-scholar {
    height: 538px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
    /*background-image: url(../images/pages-scholarship.jpg);*/
    position: relative;
}

.scholar {
    position: absolute;
    top: 40px;
    display: block;
    background: rgba(41, 33, 106, 1);
    margin: 20px 0;
    width: 770px;
    height: auto;
}

.scholar-title {
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

.scholar-title h2 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 35px;
}

.scholar .content {
    color: #fff;
    padding: 0 30px 30px;
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
}

.scholar .content p {
    color: #fff;
}
.general-rule > h2 {
    font-family: Lato, sans-serif;
    font-size: 35px;
    font-weight: 500;
    line-height: 56px;
    text-decoration: none solid rgb(255 255 255);
    text-transform: uppercase;
    word-spacing: 0px;
}

/*visit overview start*/
:root {
    --d: 700ms;
    --e: cubic-bezier(0.19, 1, 0.22, 1);
    --font-sans: "Rubik", sans-serif;
    --font-serif: "Cardo", serif;
}

.visit-page-content {
    place-items: center;
    box-sizing: border-box;
    display: grid;
    grid-gap: 1rem;
    padding: 1rem;
    max-width: 1024px;
    margin: 0 auto;
    font-family: var(--font-sans);
}
@media (min-width: 600px) {
    .visit-page-content {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 800px) {
    .visit-page-content {
        grid-template-columns: repeat(4, 1fr);
    }
}

.visit-card {
    background-size: cover;
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    padding: 1rem;
    height: auto;
    text-align: center;
    color: whitesmoke;
    background-color: whitesmoke;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1),
        0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1),
        0 16px 16px rgba(0, 0, 0, 0.1);
}
@media (min-width: 600px) {
    .visit-card {
        height: 350px;
    }
}
.visit-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 110%;
    background-size: cover;
    background-position: 0 0;
    transition: transform calc(var(--d) * 1.5) var(--e);
    pointer-events: none;
}
.visit-card:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    pointer-events: none;
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.009) 11.7%,
        rgba(0, 0, 0, 0.034) 22.1%,
        rgba(0, 0, 0, 0.072) 31.2%,
        rgba(0, 0, 0, 0.123) 39.4%,
        rgba(0, 0, 0, 0.182) 46.6%,
        rgba(0, 0, 0, 0.249) 53.1%,
        rgba(0, 0, 0, 0.32) 58.9%,
        rgba(0, 0, 0, 0.394) 64.3%,
        rgba(0, 0, 0, 0.468) 69.3%,
        rgba(0, 0, 0, 0.54) 74.1%,
        rgba(0, 0, 0, 0.607) 78.8%,
        rgba(0, 0, 0, 0.668) 83.6%,
        rgba(0, 0, 0, 0.721) 88.7%,
        rgba(0, 0, 0, 0.762) 94.1%,
        rgba(0, 0, 0, 0.79) 100%
    );
    transform: translateY(-50%);
    transition: transform calc(var(--d) * 2) var(--e);
}
/*.visit-page-content >.card:nth-child(1):before {*/

/*}*/
/*.visit-page-content >.card:nth-child(2):before {*/
/*    background-image: url(https://images.unsplash.com/photo-1533903345306-15d1c30952de?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&fit=max&ixid=eyJhcHBfaWQiOjE0NTg5fQ);*/
/*}*/
/*.visit-page-content >.card:nth-child(3):before {*/
/*    background-image: url(https://images.unsplash.com/photo-1545243424-0ce743321e11?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&fit=max&ixid=eyJhcHBfaWQiOjE0NTg5fQ);*/
/*}*/
/*.visit-page-content >.card:nth-child(4):before {*/
/*    background-image: url(https://images.unsplash.com/photo-1531306728370-e2ebd9d7bb99?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&fit=max&ixid=eyJhcHBfaWQiOjE0NTg5fQ);*/
/*}*/

.visit-card-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 1rem;
    transition: transform var(--d) var(--e);
    z-index: 1;
}
.visit-card-content > * + * {
    margin-top: 1rem;
}

.visit-card-title {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.2;
    color: white;
}

.visit-card-copy {
    font-family: var(--font-serif);
    font-size: 1.125rem;
    font-style: italic;
    line-height: 1.35;
    color: white;
}

.visit-card-btn {
    cursor: pointer;
    margin-top: 1.5rem;
    padding: 0.75rem 1.5rem;
    font-size: 0.65rem;
    font-weight: bold;
    letter-spacing: 0.025rem;
    text-transform: uppercase;
    color: white;
    background-color: rgb(181, 34, 252);
    border: none;
}
.visit-card-btn:hover {
    background-color: rgb(6, 41, 122);
}
.visit-card-btn:focus {
    /*outline: 1px dashed yellow;*/
    outline-offset: 3px;
}

@media (hover: hover) and (min-width: 600px) {
    .visit-card:after {
        transform: translateY(0);
    }

    .visit-card-content {
        transform: translateY(calc(100% - 4.5rem));
    }
    .visit-card-content > *:not(.visit-card-title) {
        opacity: 0;
        transform: translateY(1rem);
        transition: transform var(--d) var(--e), opacity var(--d) var(--e);
    }

    .visit-card:hover,
    .visit-card:focus-within {
        align-items: center;
    }
    .visit-card:hover:before,
    .visit-card:focus-within:before {
        transform: translateY(-4%);
    }
    .visit-card:hover:after,
    .visit-card:focus-within:after {
        transform: translateY(-50%);
    }
    .visit-card:hover .visit-card-content,
    .visit-card:focus-within .visit-card-content {
        transform: translateY(0);
    }
    .visit-card:hover .visit-card-content > *:not(.visit-card-title),
    .visit-card:focus-within .visit-card-content > *:not(.visit-card-title) {
        opacity: 1;
        transform: translateY(0);
        transition-delay: calc(var(--d) / 8);
    }

    .visit-card:focus-within:before,
    .visit-card:focus-within:after,
    .visit-card:focus-within .visit-card-content,
    .visit-card:focus-within .visit-card-content > *:not(.visit-card-title) {
        transition-duration: 0s;
    }
}

/*visit overview end*/

/*ielts cards starts*/

.ielts {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Lato", sans-serif;
}

.ielts-main {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

/*h1 {*/
/*    color: #ecf0f1;*/
/*    text-align: center;*/
/*    !*margin: 10px 0;*!*/
/*    font-size: 2.7rem;*/
/*}*/

.ielts-box {
    width: 350px;
    height: 350px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.09);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    position: relative;
    transition: all 0.4s;
    cursor: pointer;
}

.ielts-box img {
    width: 320px;
    height: 300px;
    margin-top: 25px;
    border-radius: 5px;
}

/*.box:nth-child(1),*/
/*.box:nth-child(3){*/
/*    transform: scale(.9);*/
/*}*/

.ielts-box:hover {
    height: 400px;
}

.ielts-box .ielts-details {
    position: absolute;
    bottom: 30px;
    left: 25px;
    display: flex;
    opacity: 0;
    color: rgb(54, 54, 54);
    font-size: 1.3em;
    z-index: 1;
    transition: all 0s;
}

.ielts-box i {
    margin-right: 5px;
    color: #ee5253;
}

.ielts-box:hover .ielts-details {
    opacity: 1;
    transition: all 0.4s;
}

.ielts-details a {
    text-decoration: none;
    color: #111;
}

.ielts-details a:hover {
    background-color: #ecf0f1;
}

.ielts-box:hover .ielts-details::before {
    transform: scaleX(1);
}

/*ielts cards end*/

.expart__nav .nav-link:hover {
    color: #4636ff;
}
/*whtsapp icon*/
.whatsapp-button {
    position: fixed;
    color: white;
    bottom: 15px;
    left: 15px;
    z-index: 99;
    background-color: #25d366;
    border-radius: 50px;
    color: #ffffff;
    text-decoration: none;
    width: 50px;
    height: 50px;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
    animation: effect 5s infinite ease-in;
}

@keyframes effect {
    20%,
    100% {
        width: 50px;
        height: 50px;
        font-size: 30px;
    }
    0%,
    10% {
        width: 55px;
        height: 55px;
        font-size: 35px;
    }
    5% {
        width: 50px;
        height: 50px;
        font-size: 30px;
    }
}

.whatsapp-button:hover {
    color: yellow;
}

/* pagination css */
.custom-pagination {
    list-style: none;
    /* Remove bullets or numbering */
    padding: 0;
    /* Remove default padding */
    margin: auto;
}

.custom-pagination li {
    display: inline-block;
    /* Display list items horizontally */
    margin-right: 10px;
    /* Add some spacing between items, adjust as needed */
}

.custom-pagination li:first-child {
    margin-right: 100px;
}

.blue-btn {
    height: 54px;
    line-height: 48px;
    border: 2px solid #4636ff;
    background: #4636ff;
    color: #ffffff;
    padding: 0 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-weight: 700;
    text-transform: capitalize;
    min-width: 160px;
    text-align: center;
    cursor: pointer;
}

/* succuses story card */
.success__story__cards {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}
.success__story__cards__item {
    display: flex;
    padding: 1rem;
}
@media (min-width: 40rem) {
    .success__story__cards__item {
        width: 50%;
    }
}
@media (min-width: 56rem) {
    .success__story__cards__item {
        width: 33.3333%;
    }
}
.success__story__card {
    background-color: white;
    border-radius: 0.25rem;
    box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.success__story__card:hover .success__story__card__image {
    filter: contrast(100%);
}
.success__story__card__content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 1rem;
}
.success__story__card__image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    filter: contrast(70%);
    overflow: hidden;
    position: relative;
    transition: filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
}
.success__story__card__image::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}
@media (min-width: 40rem) {
    .success__story__card__image::before {
        padding-top: 66.6%;
    }
}

.success__story__card__title {
    color: #696969;
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.success__story__card__title :hover {
    color: #4636ff;
}
.success__story__card__text {
    flex: 1 1 auto;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 1.25rem;
}

.round-border iframe {
    border-radius: 10px;
}

/* slider css */

@media (min-width: 992px) {
    .slider,
    .slide {
        height: 100vh;
    }
}

.slide {
    position: relative;
}

.slide .slide__img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

@media (min-width: 992px) {
    .slide__img {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .full-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .slide {
        height: 100vh;
    }
    .slide .slide__img {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
}

.slide .slide__img img {
    max-width: 100%;
    opacity: 1 !important;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    transition: all 1s ease;
}

.slide .slide__content {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slide .slide__content--headings {
    text-align: center;
}

.slide .slide__content--headings .title,
slide .slide__content--headings .desc {
    color: white;
    font-family: Lato, sans-serif;
}

.slide .slide__content--headings h2 {
    font-size: 4.5rem;
    font-weight: 700;
    margin: 10px 0;
}

.slide .slide__content--headings .animated {
    transition: all 0.5s ease;
}

.slider [data-animation-in] {
    opacity: 0;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    transition: opacity 0.5s ease 0.3s;
}

.slick-dotted .slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: 25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    display: block;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.simple-dots .slick-dots li {
    width: 20px;
    height: 20px;
}

.simple-dots .slick-dots li button {
    border-radius: 50%;
    background-color: white;
    opacity: 0.25;
    width: 20px;
    height: 20px;
}

.simple-dots .slick-dots li button:hover,
.simple-dots .slick-dots li button:focus {
    opacity: 1;
}

.simple-dots .slick-dots li.slick-active button {
    color: white;
    opacity: 0.75;
}

.stick-dots .slick-dots li {
    height: 3px;
    width: 50px;
}

.stick-dots .slick-dots li button {
    position: relative;
    background-color: white;
    opacity: 0.25;
    width: 50px;
    height: 3px;
    padding: 0;
}

.stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
    opacity: 1;
}

.stick-dots .slick-dots li.slick-active button {
    color: white;
    opacity: 0.75;
}

.stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
    opacity: 1;
}

/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
    from {
        transform: scale3d(1, 1, 1);
    }

    to {
        transform: scale3d(1.2, 1.2, 1.2);
    }
}

@keyframes zoomInImage {
    from {
        transform: scale3d(1, 1, 1);
    }

    to {
        transform: scale3d(1.2, 1.2, 1.2);
    }
}

.zoomInImage {
    -webkit-animation-name: zoomInImage;
    animation-name: zoomInImage;
    -webkit-animation-duration: 6s;
    /* Increase duration to 6 seconds */
    animation-duration: 6s;
    /* Increase duration to 6 seconds */
}

@-webkit-keyframes zoomOutImage {
    from {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

@keyframes zoomOutImage {
    from {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.zoomOutImage {
    -webkit-animation-name: zoomOutImage;
    animation-name: zoomOutImage;
}

/* Tablets and large phones */
@media (max-width: 768px) {
    .team-row {
        margin-left: 0px;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        /* flex-direction: column; */
    }

    .slide__img {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .full-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .slide {
        height: 100vh;
    }
    .slide .slide__content--headings h2 {
        font-size: 3rem; /* Smaller text for smaller devices */
    }
    .slide .slide__content {
        margin-top: 50px;

        top: 40%; /* Adjust position for better visibility */
    }
}

/* Small phones */
@media (max-width: 600px) {
    .team-row {
        margin-left: 0px;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        /* flex-direction: column; */
    }
    .team-row > div {
        margin-left: 65px;
    }
    .slide__img {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .full-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .slide {
        height: 100vh;
    }
    .slide .slide__content--headings h2 {
        font-size: 2.5rem; /* Even smaller text for small phones */
    }
    .slide .slide__content {
        margin-top: 60px;

        top: 30%; /* Adjust position for better visibility */
    }
    .slide .slide__img img {
        width: auto;
        height: 100%; /* Adjust image scaling */
    }
}

/* Very small devices */
@media (max-width: 400px) {
    /* .logo a img{
    width:100px ;
    height:45px;
 
  } */
    .team-row {
        margin-left: 0px;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        /* flex-direction: column; */
    }
    .team-row > div {
        margin-left: 30px;
    }
    .slide__img {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .full-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .slide {
        height: 100vh;
    }
    .slide .slide__content--headings h2 {
        font-size: 1rem; /* Very small text for tiny screens */
    }
    .slide .slide__content {
        margin-top: 70px;
        top: 25%; /* Further adjust position for better visibility */
    }
    .slide .slide__content--headings {
        margin: 5px 0; /* Reduce margin */
    }
}

@media (max-width: 320px) {
    .team-row > div {
        margin-left: 0;
    }
}
