@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
html {
    overflow-x: hidden;
}
* {
    box-sizing: border-box;
}
img {
    max-width: 100% !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
a,
p {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none !important;
}
a:hover {
    text-decoration: none !important;
}
body {
    font-size: 16px;
    line-height: 1.2;
    margin: 0;
    color: #fff;
    background: #1A1817;
    font-family: 'Inter', sans-serif !important;
}

#wrapper {
    position: relative;
    overflow: hidden;
}

.text-58381D {
    color: #58381D;
}

.top-area.bg-white {
    background: #fff;
    border-bottom: 2px solid #f7941d;
}

.left-3 {
    left: 0.75rem! important;
}

.show-on-640 {
    display: none! important;
}

.hide-on-640 {
    display: block! important;
}

.pt-12 {
    padding-top: 6rem! important;
}

.o-wrapper {
    max-width: 958px! important;
    margin: 0 auto;
    width: 100%! important;
}

.custom-wrap {
    max-width: 1928px! important;
    margin: 0 auto;
    width: 100%! important;
}

section,
.section {
    padding: 60px 20px;
}

textarea:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder,
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
textarea:focus::-moz-placeholder,
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:textarea:-ms-input-placeholder ,
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

/* =========== */
.section-01 {
    padding: 60px 20px 120px;
}
.section-title {
    position: relative;
    max-width: 1100px;
    width: 100%;
    margin: 40px auto 100px;
}

.section-title h1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-size: 90px;
    line-height: 109px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    /* -webkit-text-stroke: 2px rgba(177, 125, 25, 1); */
}

.section-title .back_heading {
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: -1;
}

.section-title .back_heading h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-size: 100px;
    line-height: 109px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(177, 125, 25, 1);
    opacity: 0.4;
}

.section-title blockquote {
    max-width: 860px;
    width: 100%;
    margin: 10px auto;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
}

.body-content .card {
    background: transparent;
    border-radius: 0;
    border: 0;
    text-align: center;
    margin-bottom: 30px;
}

.body-content .card .card-img img {
    border-radius: 0! important;
    width: 100%;
}

.body-content .card .card-img-overlay {
    background-color: rgba(27, 27, 27, .7);
    border-radius: 0;
    padding: 20px;
}

.body-content .card .card-img-overlay .card-body {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    border: 1px solid #fff;
    align-items: center;
}

.video-btn .btn-video:focus,
.video-btn .btn-video {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;    
    padding: 16px 38px;
    border: 1px solid rgba(238, 42, 123, 1);
    border-radius: 30px;
    box-shadow: none;
}

.video-btn .btn-video span {
    font-size: 24px;
    line-height: 1;
    margin-right: 10px;
}

.video-btn .btn-video:hover {
    border-color: rgba(43, 57, 144, 1);
    color: rgba(238, 42, 123, 1);
}

.widget-content-box {
    max-width: 680px;
    width: 100%;
}

.body-content-box {
    margin-bottom: 120px;
}

.body-content-box:last-child {
    margin-bottom: 0;
}

.widget-content-box h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 39px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.widget-content-box h3 span {
    display: block;
}

.widget-content-box p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.down-btn {
    background: url(../images/down-btn-bg.png) left top no-repeat;
    background-size: cover;
    border-radius: 10px;
    border: 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 21px 57px;
}

.down-btn:focus {
    border: 0;
    box-shadow: none;
}

.down-btn:hover {
    background: url(../images/down-btn-bg2.png) left top no-repeat;
    border-radius: 10px;
}

/* ========== */
.top-section-title {
    border-top: 1px solid rgba(255, 255, 255, .3);
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    padding: 40px 0;
    text-align: center;
}

.top-section-title h1 {
    font-family: 'gilroy-bold';
    font-size: 45px;
    line-height: 53px;
    text-align: center;
    color: #FFFFFF;
}

.breadcrumb {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}

.privacy-body-section {
    padding: 120px 20px;
}

.privacy-body-section .inner-body-content h1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 61px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.privacy-body-section .inner-body-content p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: rgba(255, 255, 255, .9);
    margin-bottom: 1rem;
}

.privacy-body-section .inner-body-content p span {
    font-size: 20px;
    font-weight: 700;
    display: block;
    color: #fff;
}

.privacy-body-section .inner-body-content h3 {
    margin-top: 40px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    margin-bottom: 20px;
} 

/* ======= Footer ======== */
.footer-section {
    padding: 50px 20px;
    border-top: 1px solid #fff;
}

.footer-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.footer-right-logo img {
    margin-left: auto;
}

.footer-right-logo {
    text-align: right;
}

.footer-logo {
    display: inline-block;
}

.copywrite p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

.footer-menu a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}