/* Menu Open Box */
.menu-box {
    width: 600px;
    padding: 12px 32px;
    background: #000000;
    position: fixed;
    top:24px;
    right: 12px;
    border-radius: 24px;
    z-index: 999;
    display: none;
}
.menu-box-mobile {
    width: 375px;
    padding: 12px 32px;
    background: #000000;
    position: fixed;
    top:24px;
    right: 12px;
    border-radius: 24px;
    z-index: 999;
    display: none;
}
.close-text {
    color: #FFFFFF;
    font-family: 'tn-regular';
    font-size: 18px;
}
.close-text-mobile {
    color: #FFFFFF;
    font-family: 'tn-regular';
    font-size: 16px;
}
.menu-text {
    font-family: 'tn-condensed-medium';
    font-size: 24px;
    color: #FFFFFF;
}
.menu-links-box {
    margin-top: 32px;
}
.menu-link {
    font-size: 40px;
    font-family: 'tn-regular';
    color: #FFFFFF;
}
.menu-link-mobile {
    font-size: 24px;
    font-family: 'tn-regular';
    color: #FFFFFF;
}
.link {
    margin-top: 28px;
}
.menu-footer {
    margin-top: 32px;
    font-family: 'tn-regular';
    color: #FFFFFF;
}
.menu-footer-link {
    font-size: 24px;
}
.menu-footer-link-mobile {
    font-size: 16px;
}


/* header styling*/
.header {
    padding-top: 16px;
    background: #241BDC;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-bottom: 16px;
    z-index: 998;
}
.header-right {
    text-align: end;
    color: #FFFFFF;
}
.header-btn {
    margin-right:16px !important;
    font-family: 'tn-condensed-medium';
    text-transform: uppercase;
}
.header-btn:hover {
    background:#000000;
    color:#FFFFFF;
}
.btn-icon {
    height: 20px;
    margin-top: -4px;
}
.menu-text, .menu-text-mobile {
    font-family: 'tn-condensed-medium';
    font-size: 24px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.menu-text:hover, .menu-icon:hover {
    cursor: pointer;
}
.close-text:hover, .close-icon {
    cursor: pointer;
}

/* Hero Section Styling */
.hero-icon-button-box {
    margin-top:120px;
}
.hero-section {
    background-color: #FFFFFF;
    border-radius:30px;
    margin-top:1px;
    padding-top: 120px;
    padding-bottom:120px;
}
.hero-text {
    font-size: 120px;
    font-family: 'tn-condensed-medium';
    text-transform: uppercase;
}
.hero-text-mobile {
    font-size: 62px;
    font-family: 'tn-condensed-medium';
    text-transform: uppercase;
}
.hero-text span, .hero-text-mobile span{
    font-family: 'ivy-presto-light' !important;
    text-transform: capitalize;

}
.hero-button {
    margin-top: 48px;
}

/* Contact Information Heading */
.contact-info-section {
    background-color: #FFFFFF;
    border-radius:30px;
    margin-top:1px;
    padding-top: 80px;
    height: 600px;
    overflow: hidden;
}
.contact-info-section-mobile {
    background-color: #FFFFFF;
    border-radius:30px;
    margin-top:1px;
    padding-top: 80px;
    overflow: hidden;
}
.contact-info-heading {
    font-size: 72px;
    font-family: 'tn-condensed-medium';
    text-transform: uppercase;
}
.contact-info-heading-mobile {
    font-size: 28px;
    font-family: 'tn-condensed-medium';
    text-transform: uppercase;
}
.contact-right-img {
    width: 600px;
    height: 580px;
    background: url('../../assets/other/contact-img.png') no-repeat;
    background-size: cover;
}
.contact-right-img-mobile {
    width: 335px;
    height: 280px;
    background: url('../../assets/other/contact-img.png') no-repeat;
    background-size: cover;
}
.contact-info {
    position: relative;
    top: 80px;
}
.contact-info-mobile {
    margin-top: 20px;
}
.info {
    font-size: 32px;
    font-family: 'tn-medium';
}
.info-mobile {
    font-size: 16px;
    font-family: 'tn-medium';
}
.info-content {
    margin-left: 20px;
}
.phone, .address {
    margin-top: 60px;
}
.phone-mobile, .address-mobile {
    margin-top: 20px;
}

/* Footer */
.footer-section {
    padding-top: 80px;
    padding-bottom: 30px;
    color: #FFFFFF;
    font-family: 'tn-regular';
}
.quick-links {
    margin-right: 100px;
}
.footer-title {
    font-size: 20px;
    font-family: 'tn-medium';
}
.footer-links {
    margin-top: 32px;
    font-family: 'tn-regular';
}
.footer-link {
    margin-top: 16px;
    font-size: 18px;
}
.newsletter-box {
    padding: 24px 24px;
    background-color: #333333;
    border-radius: 20px;

}
.subscribe-to-text {
    font-family: 'tn-medium';
    font-size: 20px;
    line-height: 100%;
}
.newsletter-text {
    font-family: 'ivy-presto-light';
    font-size: 80px;
    line-height: 72px;
    margin-top: 20px;
}
.email-form {
    margin-top: 28px;
}
.email-input {
    width: 250px;
    padding: 12px 16px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #000000;
    color: #FFFFFF
}
.subscribe-btn {
    background: #FFB62B;
    text-transform: uppercase;
    color: #000000;
    font-size: 20px;
    padding-left: 24px;
    padding-right: 12px;
    font-family: 'tn-regular';
}
.subscribe-btn:hover {
    background: #FFB62B;
    color: #000000;
}
.subscribe-contact-arrow-icon {
    transition: transform 0.3s ease-in-out;
}
.subscribe-contact-arrow-icon.rotated {
    transform: rotate(45deg);
}

.footer-end-row {
    margin-top: 60px;
}

@media (max-width: 768px) {
    .hero-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}