@font-face {
    font-family: "Poppins";
    src: url(assets/fonts/Poppins-Regular.ttf);
}

body {
    font-family: "Poppins";
    overflow-x: hidden !important;
}

html{
    overflow-x: hidden !important;
}

:root {
    --primary: #1CC3B2;
    --secondary: #2A303B;
}

.details .email i,
.details .phone i {
    color: var(--primary) !important;
}

.details .phone:hover,
.details .email:hover {
    color: #afb4bf !important;
    transition: 500ms;
}

.top-bar {
    background-color: var(--secondary);
}

.icons i:hover {
    transition: 500ms;
    color: var(--primary) !important;
}

.dropdown-item:hover {
    background-color: transparent !important;
    color: var(--primary);
    transition: 500ms;
}

.dropdown-menu {
    box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    width: 200px;
}

.dropdown:hover .dropdown-menu {
    display: block;
    transition: 500ms;
}

nav .book {
    background-color: var(--primary);
}

nav .book:hover {
    background-color: var(--secondary);
}

.hero-section {
    height: 100vh;
    position: relative;
}

.carousel-item::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(34, 34, 34, 0.3);
}

.hero-section .carousel-item img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: relative;
    z-index: 0;
}

.hero-section::after {
    background-color: rgba(14, 39, 55, 0.7);
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.hero-cont button {
    border: 2px solid var(--primary);
}

.hero-cont button:hover {
    background-color: var(--primary);
    transition: 500ms;
}

.booking-section {
    box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    border-radius: 8px;
    position: relative;
    top: -40px;
}

.booking-section button {
    background-color: var(--primary);
}

.booking-section button:hover {
    background-color: white;
    color: var(--primary) !important;
    transition: 500ms;
    box-shadow: 0 2px 20px 4px rgba(172, 172, 172, 0.5);
}

.about-left-top-img,
.about-left-bottom-img {
    width: 215px;
    height: 170px;
    transition-duration: 500ms;
    overflow: hidden;
}

.about-section img {
    width: 100%;
    height: 100%;
}

.about-section img:hover {
    transform: scale(1.15);
    transition: 500ms;
}

.about-right-img {
    transition-duration: 500ms;
    overflow: hidden;
    width: 215px;
    height: 350px;
}

.service-item {
    box-shadow: rgba(20, 20, 20, 0.05) 0px 2px 14px 5px;
}

.service-item:hover {
    color: var(--primary);
    transition: 500ms;
}

.room-container {
    display: flex;
    overflow: hidden;
    background: #fff;
}

.room-image {
    width: 50%;
}

.room-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.room-details {
    width: 50%;
    background-color: #0b2535;
    color: #fff;
    padding: 60px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.room-details h1 {
    font-size: 2.2rem;
    margin-bottom: 10px;
}

.price {
    font-size: 1.5rem;
    margin-bottom: 30px;
}

.price span {
    color: #3ce0a0;
    font-weight: 600;
}

.room-details ul {
    list-style: none;
    line-height: 2;
    margin-bottom: 40px;
}

.room-container button {
    background-color: var(--primary);
}

.room-container button:hover {
    background-color: white;
    color: var(--primary) !important;
    transition: 500ms;
}

.testimonial-section {
    max-width: 1100px;
    margin: 80px auto;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.testimonial-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.testimonial-content {
    padding: 50px;
}

.testimonial-content .subtitle {
    color: #3ce0a0;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.testimonial-content h2 {
    font-size: 2rem;
    font-weight: 600;
    margin: 10px 0 20px;
}

.testimonial-content p {
    color: #555;
    line-height: 1.8;
}

.stars {
    color: #ffc107;
    font-size: 1.2rem;
    margin-top: 15px;
}

.author {
    margin-top: 10px;
    color: #333;
}

.author span {
    color: #3ce0a0;
    font-weight: 500;
}

.dots {
    margin-top: 25px;
}

.dot {
    height: 10px;
    width: 10px;
    margin: 0 4px;
    background-color: #ccc;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.project-slide {
    position: relative;
    width: 450px;
    height: 800px;
    overflow: hidden;
    border-radius: 8px;
}

.carousel-item::after {
    background-color: transparent !important;
}

.project-slide-cont {
    background-color: #1cc3b2;
    position: absolute;
    bottom: -280px;
}

.project-slide:hover .project-slide-cont {
    bottom: 0;
    transition: 500ms;
}

.discover {
    background-color: #0E2737;
}

.blog-body .card:hover {
    transform: translateY(-10px);
    transition: 500ms;
}

.blog-body .card i {
    color: var(--primary);
}

.blog-body .card:hover h5 {
    color: var(--primary);
    transition: 500ms;
}

.contact {
    height: 180px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 80px;
}

.contact:after {
    position: absolute;
    z-index: 1;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(14, 39, 55, 0.7);
    transition: 500ms;
}

footer {
    background-color: #0E2737;
    color: white;
}

.footer-link-item a {
    color: #789DA6;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-link-item a:hover {
    color: #2AE8E8;
}

.footer-link-item .fa-angle-right {
    color: #2AE8E8;
    margin-right: 0.5rem;
    font-size: 0.75rem;
}

.newsletter-input {
    background-color: var(--roberto-input-bg);
    border: none;
    color: var(--roberto-light);
    padding-right: 3.5rem;
}

.newsletter-input::placeholder {
    color: var(--roberto-muted);
    opacity: 0.7;
}

.newsletter-btn {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 40px;
    height: 40px;
    background-color: var(--roberto-accent);
    color: var(--roberto-dark);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    transition: background-color 0.2s;
}

.newsletter-btn:hover {
    background-color: rgba(42, 232, 232, 0.8);
}

.contact button{
    background-color: var(--primary);
}