.main-link {
    background-color: #77c2ee;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.main-link:hover {
    background-color: #0a69a0
}

.second-link {
    background-color: #0a69a0;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.second-link:hover {
    background-color: #77c2ee
}

.separator {
    padding-bottom: 70px
}

.main-heading span {
    color: #77c2ee
}

.main-heading span:after,
.main-heading span:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 60px;
    height: 2px;
    background-color: #77c2ee;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.main-heading span:after {
    inset-inline-start: 100%
}

.main-heading span:before {
    inset-inline-end: 100%
}

.main-heading span.special:before {
    display: none
}

.main-heading h2 {
    color: #77c2ee
}

.modal .modal-body img {
    width: 100%
}

.modal.fade .modal-dialog {
    -webkit-transform: scale(0);
    transform: scale(0)
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

body {
    font-family: "Nunito", sans-serif;
    overflow-x: hidden
}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 7px
}

::-webkit-scrollbar-track {
    background-color: #eee;
    -webkit-box-shadow: inset 0 0 5px grey;
    box-shadow: inset 0 0 5px grey
}

@-webkit-keyframes show_item {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes show_item {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.navbar .navbar-brand {
    color: #77c2ee
}

.navbar .collapse .navbar-nav .nav-link.active,
.navbar .collapse .navbar-nav .nav-link:hover {
    color: #77c2ee !important
}

.landing {
    padding-block: 50px;
    background-color: #77c2ee;


}


.features {
    padding-block: 50px
}

.features .item {
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.features .item svg {
    color: #77c2ee
}

.about-us {
    padding-block: 70px
}

.about-us .content .item {
    height: 33.3333333333%
}

.about-us .content .item:last-of-type {
    border-bottom: 1px solid #dee2e6
}

.about-us .content .item:before {
    font: var(--fa-font-solid);
    content: "\f00c";
    position: absolute;
    top: 50%;
    inset-inline-start: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px
}

.popular-classes {
    padding-block: 70px
}

.popular-classes .class h2 {
    color: #00394f
}

.popular-classes .class .list {
    width: 80%;
    margin: auto
}

.popular-classes .class .list .item span {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.popular-classes .class .list .item span:first-child {
    -webkit-border-end: 1px solid #ddd;
    border-inline-end: 1px solid #ddd
}

.book-seat {
    padding-block: 70px
}

.book-seat .content li:before {
    font: var(--fa-font-solid);
    content: "\f00c";
    position: absolute;
    top: 50%;
    inset-inline-start: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    color: #77c2ee;
}

.book-seat form {
    background-color: #77c2ee
}

.book-seat form h2 {
    background-color: #77c2ee
}

.our-teachers {
    padding-block: 70px
}

.our-teachers .item .image .overlay {
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: rgba(18, 142, 97, 0.6)
}

.our-teachers .item .image .overlay svg {
    width: 20px;
    height: 20px;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.our-teachers .item .image .overlay svg:hover {
    background-color: #fff;
    color: #000 !important
}

.our-teachers .item:hover .overlay {
    opacity: 1
}

.testimonial .swiper .swiper-slide p {
    text-indent: 2rem
}

.testimonial .swiper .swiper-slide p:before {
    font: var(--fa-font-solid);
    content: "\f10d";
    position: absolute;
    top: 50%;
    inset-inline-start: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    top: 2rem;
    inset-inline-start: -10px;
    font-size: 2rem;
    color: #127d8e
}

.testimonial .swiper .swiper-slide img {
    width: 70px
}

.testimonial .swiper .swiper-slide .name {
    color: #00394f
}

.testimonial .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2)
}

.testimonial .swiper .swiper-pagination .swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff
}

.articles {
    padding-block: 70px
}

.articles .pagination .page-item.active a {
    background-color: #00394f !important;
    border-color: #127d8e
}

footer {
    background-color: #00394f
}

footer .row {
    padding-block: 70px
}

footer ul li svg {
    width: 1rem !important;
    height: 1rem !important;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

footer ul li svg:hover {
    background-color: #1fd7f4
}

footer .title {
    color: #1fd7f4
}

footer .icon {
    color: #1fd7f4
}

footer .links a {
    -webkit-transition: 0.5s;
    transition: 0.5s
}

footer .links a:hover {
    color: #1fd7f4 !important;
    -webkit-margin-start: 10px;
    margin-inline-start: 10px
}

footer .links a:after {
    font: var(--fa-font-solid);
    content: "\f105";
    position: absolute;
    top: 50%;
    inset-inline-start: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px
}

[dir=rtl] footer .links a:after {
    content: "\f104"
}

footer form input[type=submit] {
    background-color: #77c2ee;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

footer form input[type=submit]:hover {
    background-color: #1fd7f4
}

footer .copy-right {
    padding-block: 35px
}

footer .copy-right span {
    color: #1fd7f4
}

.gallery {
    padding-block: 70px
}

.gallery .btn-group .btn {
    border-color: #77c2ee;
    color: #77c2ee
}

.gallery .btn-group .btn:hover {
    background-color: #a2d5f2;
    color: #fff
}

.gallery .btn-group input:checked+.btn {
    background-color: #77c2ee;
    color: #fff
}

.gallery .item .overlay {
    width: 70%;
    height: 70%;
    background-color: #77c2ee;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.gallery .item:hover .overlay {
    opacity: 0.8
}

.gallery .item.hide {
    display: none
}

.gallery .item.show {
    display: block;
    -webkit-animation: show_item 1s;
    animation: show_item 1s
}

.gallery .modal .btn-close {
    -webkit-margin-start: auto;
    margin-inline-start: auto
}

.contact-us {
    padding-block: 70px
}

.contact-us textarea {
    height: 200px
}

.contact-us svg {
    background-color: #77c2ee;
    width: 20px;
    height: 20px
}

.breadcrumb-section {
    background-color: var(--primary);
    height: 30vh
}

.breadcrumb-section .breadcrumb-item+.breadcrumb-item {
    padding: 0;
    -webkit-padding-start: 0.5rem;
    padding-inline-start: 0.5rem
}

.breadcrumb-section .breadcrumb-item:before {
    color: #fff;
    padding: 0;
    -webkit-padding-end: 0.5rem;
    padding-inline-end: 0.5rem
}

[dir=rtl] .breadcrumb-section .breadcrumb-item:before {
    float: right
}
:root {
  /* Primary calming blue */
  --primary: #0e7dbd;

  /* Accent warm yellow/orange */
  --accent: #f2c06f;

  /* Secondary turquoise-ish highlight */
  --highlight: #0d6bd0;

  /* Clean white for backgrounds */
  --light-bg: #ffffff;

  /* Neutral dark for text */
  --text: #333333;
}
h1 {
  font-size: clamp(1.8rem, 2.5vw, 3rem);
}
a:focus, button:focus {
  outline: 3px solid var(--secondary);
  outline-offset: 2px;
}
/* Hero section */
.landing {
  background-color: var(--primary);
  color: var(--text);
}

/* Buttons */
.btn-primary {
  background-color: var(--accent);
  color: var(--light-bg);
  border-radius: 4px;
}
.btn-primary:hover {
  background-color: var(--highlight);
}

/* Headings */
h1, h2 {
  color: var(--accent);
}

/* Section background for visual rest */
.section-light {
  background-color: var(--light-bg);
  color: var(--text);
}