* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 40px;
    border-top: 5px solid orange;
    background-color: white;
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    width: 30px;
    margin-right: 10px;
}

.logo span {
    font-size: 20px;
    color: #666;
}

.logo strong {
    color: orange;
}

.nav__links a:hover {
    color: #FF7500;
    transition: .5s;
}

.nav__links a {
    margin: 0 10px;
    text-decoration: none;
    color: #000;
    font-size: 14px;
}

.signup__btn:hover {
    background: #AF7500;
    transform: scale(1.2);
    transition: 1s;
}

.signup__btn {
    background-color: orange;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
}

body {
    margin: 0;
    font-family: sans-serif;
    background-color: #f1f1f1;
}

.book__banner {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1e1e1e;
    padding: 60px 40px;
    color: white;
}

.banner__left {
    flex: 1;
    padding-right: 30px;
}

.banner__left .header__line {
    width: 40px;
    height: 3px;
    background-color: orange;
    margin-bottom: 20px;
}

.banner__left h2 {
    font-size: 28px;
    margin-bottom: 20px;
}

.banner__left p {
    font-size: 15px;
    color: #ddd;
    margin-bottom: 25px;
}

.banner__left button {
    background-color: orange;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
}

.banner__right {
    top: 90px;
    right: 50px;
    opacity: 1;
    border-radius: 8px;
    flex: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner__right:hover {
    transform: scale(1.2);
    transition: .5s;
}

.banner__right img {
    max-width: 100%;
    max-height: 350px;
    border-radius: 10px;
    z-index: 2;
    position: relative;
}

.img__border {
    position: absolute;
    bottom: -15px;
    right: -15px;
    width: 90%;
    height: 90%;
    background-color: orange;
    border-radius: 10px;
    z-index: 1;
}

.features {
    background-color: #fff;
    padding: 60px 20px;
    text-align: center;
}

.features__header {
    margin-bottom: 40px;
}

.features__header .header__line {
    width: 40px;
    height: 3px;
    background-color: orange;
    margin: 0 auto 10px;
}

.features__header h2 {
    font-size: 28px;
    color: #111;
    line-height: 1.4;
}

.feature__cards {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.card {
    background-color: #fff;
    padding: 20px;
    max-width: 300px;
    text-align: center;
}

.icon {
    font-size: 35px;
    background-color: #ffe0b3;
    color: orange;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto 15px;
}

.icon:hover {
    transform: scale(1.2);
    transition: .5s;
}

.card h3 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #222;
}

.card p {
    font-size: 14px;
    color: #555;
}

.promo {
    display: flex;
    background-color: #1e1e1e;
    color: white;
    padding: 40px;
    border-radius: 10px;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.promo .left {
    flex: 1;
    min-width: 280px;
}

.promo h2 {
    font-size: 22px;
    margin-bottom: 15px;
}

.promo p {
    font-size: 14px;
    margin-bottom: 10px;
    color: #ddd;
}

.promo .highlight {
    color: orange;
    font-weight: bold;
}

.promo button {
    background-color: #b05c17;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
}

.promo .right {
    flex: 1;
    min-width: 250px;
}

.right:hover {
    transform: scale(1.2);
    transition: .5s;
}

.promo img {
    width: 100%;
    border-radius: 10px;
}

.footer__site {
    background-color: #f9f9f9;
    padding: 40px;
    font-family: sans-serif;
    color: #333;
}

.footer__top {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid #ccc;
    padding-top: 30px;
    gap: 30px;
}

.footer__logo {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    padding-bottom: 30px;
}

.footer_logo img {
    width: 30px;
}

.footer__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    text-align: left;
}

.footer__links h4 {
    color: orange;
    font-size: 15px;
    margin-bottom: 10px;
}

.footer__links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer__links li {
    font-size: 14px;
    margin-bottom: 6px;
    cursor: pointer;
}

.footer__title:hover{
    transform: scale(1.2);
    transition: .5s;
}

.footer__social {
    display: flex;
    gap: 15px;
}

.footer__social img {
    width: 20px;
    height: 20px;
}