.main-menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: white;
}

.main-menu .navbar {
    padding: 0;
}

.main-menu .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.main-menu .menu-icon i {
    color: #04b4e0;
    font-size: 25px;
}

.main-menu .menu-icon i:focus {
    outline: none;
}

.main-menu .social-icon {
    margin-top: 10px;
    font-size: 18px;
}

.main-menu .social-icon a {
    color: #000000;
    margin-left: 20px;
}

.main-menu .social-icon a:hover {
    color: #04b4e0;
}

.main-menu .main-menu-item ul li .nav-link:hover {
    color: #04b4e0;
}

.main-menu .main-menu-item ul li .nav-link {
    color: #000000;
    font-size: 16px;
    padding: 38px 25px;
    text-transform: capitalize;
    line-height: 12px;
}
.main-menu .main-menu-item ul li > a::after {
    content: "";
    display: block;
    margin: auto;
    height: 3px;
    width: 0;
    top: 5px;
    background: transparent;
    transition: all 0.3s;
    margin-top: 5px;
}

.main-menu .main-menu-item ul li > a:hover::after,
.main-menu .main-menu-item ul li > a.active-nav::after {
    width: 100%;
    background: #04b4e0;
}

.dropdown .dropdown-menu {
    padding: 0px !important;
    border-radius: 5px;
    color: #ffffff !important;
    transition: all 0.5s;
    overflow: hidden;
    background-color: #ea5267;
}

.dropdown .dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 8px 20px !important;
    color: #ffffff !important;
    background-color: #04b4e0;
    text-transform: capitalize;
}

.dropdown-menu.collapsing {
    display: block;
}

.banner-area {
    height: 800px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    z-index: 2;
    background-color: #ffffff;
    background: url(../images/PHOTO-2024-01-21-22-40-19.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-area .banner-text {
    display: table;
    width: 100%;
    height: 800px;
    padding-top: 40px;
}

.banner-area .banner-text .banner-text-iner {
    display: table-cell;
    vertical-align: middle;
}

.banner-area .banner-text h5 {
    font-size: 1.5rem;
    color: #000000;
}

.banner-area .banner-text h1 {
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 96px;
    color: #90acd1;
    margin-top: 20px;
}

.banner-area .banner-text h1 span {
    color: #ea5267;
}

.banner-area:before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    background-size: contain;
    top: 0;
    z-index: -1;
    background: url(../images/banner-overlay-2.png) top left no-repeat;
}

.banner-area:after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    background-size: contain;
    top: 0;
    z-index: -1;
    background: url(../images/banner-overlay-1.png) top left no-repeat;
}

@media (max-width: 991px) {
    .navbar-brand img {
        display: none;
    }
    .navbar-light .navbar-toggler {
        border-color: transparent;
        position: absolute;
        left: 0;
        top: 0;
        width: 33px;
        height: 33px;
        padding: 0px;
        color: #e45447;
    }
    .main-menu .main-menu-item .nav-item .nav-link {
        padding: 5px 15px !important;
        color: #ffffff;
    }
    .main-menu .main-menu-item {
        text-align: left !important;
    }
    .home-menu .main-menu-item {
        padding-left: 0;
    }
    .navbar-collapse {
        z-index: 9999 !important;
        position: absolute;
        left: 0;
        top: 50px;
        width: 100%;
        background: rgba(1, 1, 1, 0.8);
        text-align: center !important;
    }
    .main-menu .main-menu-item .nav-item {
        padding: 10px 15px !important;
    }
    .main-menu .main-menu-item .nav-item {
        padding: 10px 15px !important;
    }
    .main-menu {
        padding: 20px 0;
    }
    .banner-area {
        height: 650px;
        /* background-image: none !important; */
    }
    .banner-area .banner-text {
        text-align: center;
        padding-top: 0;
        height: 700px;
    }
    .banner-area .banner-text h1 {
        font-size: 2rem;
        margin-bottom: 20px;
        margin-top: 15px;
        line-height: 1.3;
    }
    .banner-area .banner-text h5 {
        font-size: 1.2rem;
    }
}

@media (max-width: 600px) {
    .banner-area .banner-text h1 {
        font-size: 1.5rem;
        margin-bottom: 20px;
        margin-top: 15px;
        line-height: 1.3;
    }
    .banner-area .banner-text h5 {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 767px) and (min-width: 576px) {
    .btn-contact {
        padding: 10px 30px;
        margin-top: 30px;
    }
}

.header {
    color: #444649;
    font-family: "raleway-bold";
    font-size: 25pt;
    position: relative;
    position: relative;
}

.header-bar {
    background: #444649;
    height: 4px;
    margin: 5px 0 40px 0;
    width: 70px;
}

.stars-cotainer i {
    color: burlywood;
}

.stars-cotainer .checked {
    color: white;
}

.main-menu-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0;
    background-color: white;
    padding: 10px;
    font-size: 20px;
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow: 3px 3px 5px 6px #ccc;
    color: white;
}

@media only screen and (max-width: 767px) and (min-width: 576px) {
    .section-padding {
        padding: 70px 0;
    }
}

@media (max-width: 1024px) {
    .section-title h2 {
        font-size: 30px;
    }
    .section-title h2 {
        font-size: 40px;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 600px) {
    .header {
        font-size: 30pt;
    }
    .header-bar {
        margin: 5px 0 70px 0;
    }
}
