:root {
    /* 400, 700 */
    --primary-font: "El Messiri", sans-serif;
    --secondary-font: "Gloock", serif;
    --primary-color: rgba(0, 0, 0, 0.7);
    --secondary-color: #ed4c67;
    --white-color-light: rgba(255, 255, 255, 0.6);
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
i {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.msg-warn {
    color: #ee5a24;
}

.msg-success {
    color: #006266;
}
.fw-300 {
    font-weight: 300;
}
.fw-400 {
    font-weight: 400;
}

.fw-700 {
    font-weight: 700;
}

/* G E N E R A L*/

.btn-vivid {
    --bs-btn-color: #fff;
    --bs-btn-bg: #2f3542;
    --bs-btn-border-color: #2f3542;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #424649;
    --bs-btn-hover-border-color: #373b3e;
    --bs-btn-focus-shadow-rgb: 66, 70, 73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4d5154;
    --bs-btn-active-border-color: #373b3e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #212529;
    --bs-btn-disabled-border-color: #212529;
}
.form-control {
    border: 0;
    background-color: #f5f5f5;
}
.form-control:focus {
    outline: 1px solid #f5f5f5;
    box-shadow: none;
}
.form-control-sm {
    font-size: 1rem;
}
.body-overlay {
    z-index: -1;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
}
/* B O D Y */
body {
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    position: relative;
    color: var(--primary-color);
    font-family: var(--primary-font);
}
@media screen and (max-width: 760px) {
    body {
        height: 100%;
    }
}
.main {
    height: inherit;
    font-weight: 400;
}

.main .logo {
    max-width: 220px;
    padding-bottom: 10px;
}

/* C O N T E N T */
.inner-wrapper {
    display: flex;
}

.left,
.right {
    flex: 1;
}

.right {
    background-image: url(../assets/body-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.left {
    background-image: url(../assets/left-sec-bg.svg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media screen and (max-width: 760px) {
    .inner-wrapper {
        flex-direction: column;
    }
    .left {
        order: 2;
    }
    .right {
        order: 1;
        padding-top: 100px;
    }
}

.left-wrapper {
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
   
}

@media screen and (max-height: 768px) {
    .left-wrapper {
        overflow: auto;
    }
}

.left .content {
    text-align: center;
    max-width: 600px;
}
.left .content .subtitle {
    font-size: 2rem;
    line-height: 1.2;
}

.left .content .title {
    color: rgba(0, 0, 0, 1);
    padding-bottom: 40px;
    font-size: 4.5rem;
    line-height: 1.2;
    font-family: var(--secondary-font);
    text-transform: uppercase;
}

@media screen and (max-width: 760px) {
    .left .content .subtitle {
        font-size: 1.5rem;
    }
    .left .content .title {
        font-size: 3rem;
    }
}
.additional-info {
    font-size: 1rem;
    padding-top: 30px;
}
.additional-info-modal {
    padding-top: 20px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.additional-info-modal .bi {
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    color: var(--primary-color);
}

/* S U B S C R I B E */
.cta .subscribe-box {
    display: flex;
    /* align-items: center; */
}
.cta .input-box {
    display: flex;
    align-items: center;
}
.cta .input-box .form-control {
    max-width: 200px;
}
.cta .input-box .btn-sm {
    height: 36px;
}

/* C O U N T D O W N */

.countdown-area {
    display: flex;
    gap: 20px;
    justify-content: center;
    font-size: 4rem;
    color: var(--secondary-color);
}

@media screen and (max-width: 760px) {
    .countdown-area {
        font-size: 3rem;
    }
}

.divider {
    height: 20px;
    width: 2px;
    background-color: #f5f5f5;
    align-self: center;
}

@media screen and (max-width: 480px) {
    .countdown-area {
        font-size: 1.5rem;
        gap: 6px;
    }
}
/* C T A */
.cta {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 760px) {
    .cta {
        flex-wrap: wrap;
        gap: 10px;
        padding-bottom: 40px;
    }
}
.social-icons {
    padding-top: 20px;
}
.social-icons a {
    /* padding-right: 20px; */
    padding: 0 4px;
    color: var(--primary-color);
}

.cta-area .arrow-icon {
    -webkit-animation: arrow-jump 2s infinite; /* Safari 4+ */
    -moz-animation: arrow-jump 2s infinite; /* Fx 5+ */
    -o-animation: arrow-jump 2s infinite; /* Opera 12+ */
    animation: arrow-jump 2s infinite; /* IE 10+, Fx 29+ */
}
.cta-action {
    display: flex;
    /*  justify-content: center;
    gap: 1.2rem; */
}
.text-link {
    cursor: pointer;
    transition: 0.3s;
    color: var(--secondary-color);
    font-weight: 700;
}
.text-link .bi {
    padding: 3px 8px 0 8px;
}

.text-link:hover {
    color: #ffc107;
}

/*M O D A L*/
.modal-content {
    border-radius: 0 !important;
}
.modal-content .header {
    height: 3rem;
    display: flex;
    justify-content: end;
    align-items: center;
    padding-right: 10px;
}
.modal-content .modal-close-icon {
    font-size: 24px;
    cursor: pointer;
}

.modal-header {
    border-bottom: 0;
    padding: 0.5rem 0.8rem;
}
.modal-header-box {
    width: 100%;
    display: flex;
    justify-content: end;
}
.modal-header-box i {
    cursor: pointer;
    color: #7a7a7a;
}

.modal-body p {
    color: #7a7a7a;
}

/* C O N T A C T */
.contact-body {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
}

.contact-form,
.address-area {
    flex: 1;
}
.address-area {
    padding-top: 5rem;
}

.contact-modal,
.subscribe-modal {
    color: #7a7a7a;
}
.contact-modal .title,
.subscribe-modal .title {
    font-family: var(--secondary-font);
    font-size: 30px;
    color: #333333;
    text-transform: uppercase;
}

.contact-modal .subtitle .heading {
    font-weight: 700;
    font-size: 24px;
    color: #333333;
}

.address-area .address .heading,
.address-area .contact .heading {
    font-weight: 700;
    font-family: var(--primary-font);
}

/* S U B S C  R I B E */
.subscribe-modal .modal-body {
    text-align: center;
}

.subscribe-icon i {
    font-size: 40px;
    color: #212529;
}

/* A B O U T U S  */
#offcanvasRight {
    width: 800px;
}
.about-us {
    max-width: 800px;
    background-color: #ffffff;
    color: #7a7a7a;
    padding: 0 40px;
}

.about-us .hero .title {
    font-size: 40px;
    color: #333333;
    text-transform: uppercase;
    font-family: var(--secondary-font);
    padding-bottom: 20px;
}

.section-title {
    font-size: 24px;
    color: #333333;
    text-transform: uppercase;
    text-align: left;
    font-family: var(--secondary-font);
    line-height: 30px;
}
.about-us .items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.about-us .item {
    border: 1px solid rgba(0, 0, 0, 0.3);
    /* padding-right: 20px; */
    padding: 20px;
    width: 190px;
}
.about-us .item .number {
    font-weight: 700;
    font-size: 30px;
    color: #ffc107;
}

.product .title {
    font-size: 24px;
    color: #333333;
    font-weight: 700;
}

.product p .date {
    color: #ffc107;
}

.product .product-content {
    display: flex;
    gap: 30px;
}

.product-content .banner,
.product-content .content {
    flex: 1;
}

/* Responsive */

@media (max-width: 990px) {
    .contact-body {
        flex-direction: column;
    }
    .address-area {
        padding-top: 0;
    }
}

@media screen and (max-width: 560px) {
    .about-us {
        padding: 0 5px;
    }

    .product .product-content {
        flex-direction: column;
    }
    .product-content .banner {
        order: 1;
    }

    .product-content .content {
        order: 2;
    }
}

@media screen and (max-width: 480px) {
    .countdown-area .items .item {
        min-width: 80px;
        padding: 5px;
    }
    .countdown-area .items .number {
        font-size: 2rem;
    }
    .countdown-area .items .txt {
        font-size: 0.8rem;
    }

    .content-area .title {
        font-size: 1.5rem;
    }
    .content-area .subtitle {
        font-size: 1rem;
        line-height: 1.4;
    }
    .cta-action {
        gap: 0;
        flex-wrap: wrap;
        justify-content: center;
    }
    .about-us .item {
        width: 100%;
    }
}

/* A N I M A T I O N */
@keyframes arrow-jump {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        transform: translateY(10px);
    }
}
