@font-face {

    font-family: 'ClarendonLTStd-Bold';

    src: url('fonts/ClarendonLTStd-Bold.eot');

    src: url('fonts/ClarendonLTStd-Bold.eot?#iefix') format('embedded-opentype'),

        url('fonts/ClarendonLTStd-Bold.woff2') format('woff2'),

        url('fonts/ClarendonLTStd-Bold.woff') format('woff'),

        url('fonts/ClarendonLTStd-Bold.ttf') format('truetype'),

        url('fonts/ClarendonLTStd-Bold.svg#ClarendonLTStd-Bold') format('svg');

    font-weight: bold;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Clarxndon-Regular';

    src: url('fonts/Clarxndon-Regular.eot');

    src: url('fonts/Clarxndon-Regular.eot?#iefix') format('embedded-opentype'),

        url('fonts/Clarxndon-Regular.woff2') format('woff2'),

        url('fonts/Clarxndon-Regular.woff') format('woff'),

        url('fonts/Clarxndon-Regular.ttf') format('truetype'),

        url('fonts/Clarxndon-Regular.svg#Clarxndon-Regular') format('svg');

    font-weight: 500;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'ClarendonLightBT';

    src: url('fonts/ClarendonLightBT.eot');

    src: url('fonts/ClarendonLightBT.eot?#iefix') format('embedded-opentype'),

        url('fonts/ClarendonLightBT.woff2') format('woff2'),

        url('fonts/ClarendonLightBT.woff') format('woff'),

        url('fonts/ClarendonLightBT.ttf') format('truetype'),

        url('fonts/ClarendonLightBT.svg#ClarendonLightBT') format('svg');

    font-weight: 300;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Trade_Gothic_Bold_Condensed_No_20';

    src: url('fonts/Trade_Gothic_Bold_Condensed_No_20.eot');

    src: url('fonts/Trade_Gothic_Bold_Condensed_No_20.eot?#iefix') format('embedded-opentype'),

        url('fonts/Trade_Gothic_Bold_Condensed_No_20.woff2') format('woff2'),

        url('fonts/Trade_Gothic_Bold_Condensed_No_20.woff') format('woff'),

        url('fonts/Trade_Gothic_Bold_Condensed_No_20.ttf') format('truetype'),

        url('fonts/Trade_Gothic_Bold_Condensed_No_20.svg#Trade_Gothic_Bold_Condensed_No_20') format('svg');

    font-weight: bold;

    font-style: normal;

    font-display: swap;

}







img {
    max-width: 100%;
}

input.text,

input[type="text"],

input[type="button"],

input[type="submit"],

input[type="email"],

input[type="tel"],

textarea,

.input-checkbox {

    outline: 0;

}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}

input:focus {
    outline: 0;
}

textarea:focus {
    outline: 0;
}

button:focus {
    outline: 0;
}

a {
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s ease;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
}

.TC {
    text-align: center;
}

.TL {
    text-align: left;
}

.TR {
    text-align: right;
}

.margin_auto {
    margin: auto;
    float: none;
}

.padding {
    padding: 0;
}

.al {
    width: 100%;
    height: 100%;
    display: table;
}

.alm {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

abbr[title] {

    border-bottom: none !important;

    cursor: inherit !important;

    text-decoration: none !important;

}

b,
strong {

    font-family: 'ClarendonLTStd-Bold';

}

body {

    font-family: 'ClarendonLightBT';

}

.p_0 {

    padding: 0px;

}

.pl-0 {

    padding-left: 0px;

}

.main {

    width: 100%;

}

.container {

    width: 100%;

    max-width: 1400px;

    margin: 0px auto;

}

.pop-up .popup-box-main {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: opacity 200ms;
    visibility: hidden;
    opacity: 0;
    height: 100%;
    z-index: 11111111;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.pop-up .popup-box-main .popup-box {
    z-index: 1111111;
    margin: auto;
    display: flex;
    width: 60%;
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
}

.pop-up .show-modal {
    opacity: 1;
    visibility: visible;
}

.pop-up .hide-modal {
    opacity: 0;
    visibility: hidden;
}

.pop-up .close {
    position: absolute;
    z-index: 111111;
    cursor: pointer;
    top: 0px;
    font-family: cursive;
    right: 20px;
    font-size: 70px;
    line-height: 1;
}

.header {

    width: 100%;

    position: absolute;

    left: 0;

    right: 0;

    top: 0;

    z-index: 999;

}

.header-main {

    width: 100%;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    justify-content: space-between;

}

.header-right {

    width: auto;

}

.header-right a {

    padding: 17px 50px;

    border-radius: 5px;

    background-color: #F6EFE4;

    font-size: 22px;

    color: #E86331;

    font-family: 'Trade_Gothic_Bold_Condensed_No_20';

    text-transform: uppercase;

    line-height: 1;

    border: 2px solid #F6EFE4;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    justify-content: center;

}

.banner {

    width: 100%;

    padding: 500px 0 230px;

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

}

.banner h2 {

    font-size: 90px;

    color: #F6EFE4;

    font-family: 'Trade_Gothic_Bold_Condensed_No_20';

    text-transform: uppercase;

    margin-bottom: 10px;

}

.banner p {

    font-size: 21px;

    color: #F6EFE4;

    font-family: 'ClarendonLightBT';

    max-width: 80%;

}

.offer {

    width: 100%;

    padding: 40px 0 100px;

}

.offer-title {

    width: 100%;

    margin-bottom: 40px;

}

.offer-title h2 {

    font-size: 90px;

    color: #3C2C1B;

    font-family: 'Trade_Gothic_Bold_Condensed_No_20';

    text-transform: uppercase;

    margin-bottom: 10px;

}

.offer-main {

    width: 100%;

    display: flex;

    flex-wrap: wrap;

}

.offer-main .col-lg-4 {

    padding: 0 5px;

}

.offer-box {

    width: 100%;

    background-color: #F6EFE4;

    height: 100%;

}

.offer-img {

    width: 100%;

}

.offer-img img {

    width: 100%;

    height: 400px;

    object-fit: cover;

}

.offer-dtl {

    width: 100%;

    padding: 30px;

}

.offer-dtl h5 {

    font-size: 70px;

    color: #E86331;

    font-family: 'Trade_Gothic_Bold_Condensed_No_20';

    text-transform: uppercase;

    margin-bottom: 10px;

}

.offer-dtl p {

    font-size: 20px;

    color: #3C2C1B;

    font-family: 'ClarendonLightBT';

}

.order h2 {

    font-size: 90px;

    color: #F6EFE4;

    font-family: 'Trade_Gothic_Bold_Condensed_No_20';

    text-transform: uppercase;

    margin-bottom: 10px;

}

.btn-main {

    width: 100%;

}

.btn-main a {

    padding: 17px 50px;

    border-radius: 5px;

    background-color: #F6EFE4;

    font-size: 22px;

    color: #E86331;

    font-family: 'Trade_Gothic_Bold_Condensed_No_20';

    text-transform: uppercase;

    line-height: 1;

    border: 2px solid #F6EFE4;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    justify-content: center;

    max-width: fit-content;

}

.header-right a:hover,
.btn-main a:hover {

    background-color: transparent;

    border-color: #E86331;

}

.footer {

    width: 100%;

    padding: 75px 0;

    background-color: #FCFBFA;

}

.footer-one {

    width: 100%;

}

.footer-one h6 {

    width: 100%;

    font-size: 20px;

    color: #3C2C1B;

    font-family: 'Trade_Gothic_Bold_Condensed_No_20';

}

.footer-one h6 a {

    color: #E86331;

    width: 100%;

    display: flex;

    flex-wrap: wrap;

}

.footer-form {

    width: 100%;

    display: flex;

    flex-wrap: wrap;

}

.footer-form button {

    background-color: #E86331;

    color: #fff;

    font-size: 24px;

    min-height: 50px;

    font-family: 'Trade_Gothic_Bold_Condensed_No_20';

    border: 2px solid #E86331;

    border-radius: 0;

    min-width: 300px;

}

.footer-form button:hover {

    background-color: transparent;

    color: #E86331;

}

.footer-form input {

    width: calc(100% - 300px);

    border: 1px solid #3C2C1B4D;

    padding: 0 20px;

    color: #3C2C1B;

    font-size: 21px;

    font-family: 'ClarendonLightBT';

    background-color: #fff;

}

.logo {

    background-color: #F6EFE4;

    padding: 50px 30px;

}

.banner-shape {

    margin-top: -40px;

    max-width: 80%;

    width: 100%;

    height: 80px;

}

.order-cnt {

    position: absolute;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    width: 100%;

    height: 100%;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    content: '';

}

.order>img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    min-height: 1000px;

    max-height: 1000px;

}

.order {

    position: relative;

    width: 100%;

}

.arrow {

    width: 350px;

    height: 350px;

    position: absolute;

    left: 35%;

    top: 50%;

}

.btn-main.mobile {

    display: none;

}

.pp_content p {

    font-size: 20px;

    color: #3C2C1B;

    margin-bottom: 20px;

    font-family: 'ClarendonLightBT';

}

.pp_content b,
strong {

    font-size: 20px;

    color: #3C2C1B;

    font-family: 'ClarendonLTStd-Bold';

}

.pp_content ol li {

    font-size: 20px;

    color: #3C2C1B;

    margin-bottom: 10px;

    font-family: 'ClarendonLightBT';

}

.desktop_iframe {
    height: 145vh;
}

/*10102024*/


.custom-pop-up {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}

.custom-popup-box-main {
    background: #fff;
    padding: 30px;
    max-width: 700px;
    width: 100%;
    border-radius: 8px;
    text-align: center;
    position: relative;
}

.custom-popup-box form {
    margin: 20px 70px;
}

.custom-popup-box p {
    font-weight: 600;
}

.custom-close {
    position: absolute;
    top: 5px;
    right: 17px;
    font-size: 24px;
    cursor: pointer;
}

.custom-pop-up.hide-modal {
    display: none;
}

label {
    display: block;
    margin-top: 10px;
}

input[type="text"],
input[type="email"] {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

button {
    padding: 10px 20px;
    background-color: #F06436;
    border: none;
    color: white;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
}

button:hover {
    background-color: #F06436;
}

.custom-privacy-text {
    font-size: 12px;
    color: #555;
    margin-top: 10px;
}

.custom-privacy-text a {
    color: #f06436;
}

/* Responsive styling */
@media (max-width: 600px) {
    .custom-popup-box-main {
        max-width: 90%;
    }
}