:root{
	--body-color: #000000;
	--body-color-rgb: 0, 0, 0;
	--white-color: #FFFFFF;
	--white-color-rgb: 255, 255, 255;
    --button-color: #ffff00;
    --placeholder-color: #000000;

    --body-font: "FbKarnaf";
}
::selection{color: var(--white-color);background-color: var(--body-color);}

/* 1. Create a Clean Base ------------------------------------------------------------------------------*/

html, body, br, hr, div, span, a, object, iframe, ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, p, blockquote, q, address, small, big, cite, dfn, ins, del, i, em, b, strong, sup, sub, strike, pre, code, samp, kbd, var, tt, form, label,input, textarea, option, .nobox {background: transparent;border: 0;font-size: 100%;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {display: block;}
blockquote, q {quotes: none;}
br {height: 0;}
ul, ol {margin: 0;padding: 0;}
ul, ol, dl, li {margin: 0;padding: 0;}
html, body{-webkit-appearance:none;appearance:none;border:none;-webkit-text-size-adjust:none;}

/* 2. Define Base Typography ------------------------------------------------------------------------------*/

*, *:after, *:before {box-sizing: border-box;}
body{padding: 0px;margin: 0;font-size: 14px;color: var(--body-color) !important;line-height:24px;font-family: var(--body-font);}
body.no_scroll {overflow: hidden;}
.bg-cover {background-size: cover;background-position: center;background-repeat: no-repeat;}
.bg-cover > img {opacity: 0;width: 100%;}

/* Create the Default Headers */

h1, h2, h3, h4, h5, h6 {margin: 0;font-weight: normal;color: var(--body-color);line-height:1.2;}

/* Specific Header Settings */

h1,.h1 {font-size: 32px;}
h2,.h2 {font-size: 32px;}
h3,.h3 {font-size: 30px;}
h4,.h4 {font-size: 24px;}
h5,.h5 {font-size: 20px;}
h6,.h6 {font-size: 18px;}

/* Other Typo */

strong {font-weight: bold;}
hr {border:0 #000 solid;border-top-width: 1px;clear: both;height: 0;}
ol {list-style: decimal;}
ul {list-style: none;}

/* 3. Images ------------------------------------------------------------------------------*/

/*Remove border around linked images*/

img {max-width: 100%;border: 0;border-style: none;}

/* 4. Links ------------------------------------------------------------------------------*/

/* Default Link Types */

a {text-decoration:none;transition: 0.4s all;display: inline-block;}

/* 5. Forms ------------------------------------------------------------------------------*/

.button {padding: 8px 20px;height: 58px;font-size: 36px;background-color: var(--button-color);color: var(--body-color);line-height: 40px;text-align: center;display: inline-flex;justify-content: center;align-items: center;position: relative;z-index: 1;cursor: pointer;transition: all 0.4s;font-family: var(--body-font);font-weight: 700;width: 100%;}
.button:hover {background-color: var(--body-color);color: var(--white-color);}
select, input[type="search"], input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], input[type="date"], input[type="time"], textarea {box-shadow: inset 2px 2px 6px #afafaf;background-color: var(--white-color);border: none;color: var(--body-color);text-align: center;height: 58px;padding: 0 16px;border-radius: 0px;width: 100%;resize: none;appearance: none;outline: none;font-size: 36px;color: var(--body-color);display: block;font-family: var(--body-font);font-weight: 300;}
textarea {height: 144px;padding: 16px;}
select.error, input[type="search"].error, input[type="text"].error, input[type="email"].error, input[type="password"].error, input[type="tel"].error, input[type="number"].error, input[type="date"].error, input[type="time"].error, textarea.error {box-shadow: inset 0px 0px 15px #FF0000;}
input::-webkit-input-placeholder {color: var(--placeholder-color);}
input:-moz-placeholder {color: var(--placeholder-color);}
input::-moz-placeholder {color: var(--placeholder-color);}
input:-ms-input-placeholder {color: var(--placeholder-color);}
textarea::-webkit-input-placeholder {color: var(--placeholder-color);}
textarea:-moz-placeholder {color: var(--placeholder-color);}
textarea::-moz-placeholder {color: var(--placeholder-color);}
textarea:-ms-input-placeholder {color: var(--placeholder-color);}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {-webkit-appearance:none;}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {-webkit-appearance: none;-moz-appearance: none;appearance: none;margin: 0;}
input[type=tel] {direction: rtl;}
select {background-image: url(../images/arrow.png);background-position: left 10px center;background-repeat: no-repeat;background-size: 16px 8px;padding: 0px 30px;}

label.error {display: none !important;}

/* Removes fieldset borders. even on Opea 7 */

/* fieldset {border: 1px solid transparent;} */

/* 6. Tables ------------------------------------------------------------------------------*/

/* Table Fixes */

table {border-spacing: 0;border-collapse: collapse;}
td {font-weight: normal;}

/* 7. Framework ------------------------------------------------------------------------------*/

/* container */

.container{max-width: 100%;width: 100%;padding:0 110px; margin: 0 auto;}
.row{display: flex;flex-wrap: wrap;margin-left: -20px;margin-right: -20px;}
.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1{position: relative;width: 100%;padding-right: 20px;padding-left: 20px;}
.col-12 {max-width: 100%;}
.col-11 {max-width: 91.66666667%;}
.col-10 {max-width: 83.33333333%;}
.col-9 {max-width: 75%;}
.col-8 {max-width: 66.66666667%;}
.col-7 {max-width: 58.33333333%;}
.col-6 {max-width: 50%;}
.col-5 {max-width: 41.66666667%;}
.col-4 {max-width: 33.33333333%;}
.col-3 {max-width: 25%;}
.col-2 {max-width: 16.66666667%;}
.col-1 {max-width: 8.33333333%;}
.d-flex{display:flex;}
.d-none{display:none;}
.flex-wrap{flex-wrap:wrap;}
.justify-content-start{justify-content:flex-start;}
.justify-content-center{justify-content:center;}
.justify-content-end{justify-content:flex-end;}
.justify-content-between{justify-content:space-between;}
.align-items-start{align-items: flex-start;}
.align-items-center{align-items: center;}
.align-items-end{align-items: flex-end;}
.row-reverse{flex-direction: row-reverse;}
.text-center{text-align: center;}
.text-left{text-align: left;}
.text-right{text-align: right;}

.mobile_only_991 {display: none !important;}
@media (max-width: 991px) {
    .desktop_only_991 {display: none !important;}
    .mobile_only_991 {display: block !important;}
}
.mobile_only {display: none !important;}
@media (max-width: 991px) {
    .mobile_only {display: block !important;}
    .desktop_only {display: none !important;}
}

body {min-height: 100vh;}

/* ------------------------------------------------------------------------------------------------------- */

/* single page section css start */

.single_page_section {position: relative;overflow: hidden;z-index: 1;height: 100dvh;display: flex;}
.single_page_section .main_bg {position: absolute;top: 0;bottom: 0;left: 0;right: 0;z-index: -2;height: 100%;width: 100%;object-fit: cover;object-position: bottom center;}
.single_page_section .bg_pattern {position: absolute;top: 0;bottom: 0;left: 0;right: 0;height: auto;width: 100%;margin: auto;z-index: -1;}

.page_content {display: flex;flex-wrap: wrap;position: relative;z-index: 1;margin: 0px -25px;}

.page_content_right {flex: 0 0 75%;max-width: 75%;padding: 0px 25px;align-self: center;}
.page_content_left {flex: 0 0 25%;max-width: 25%;padding: 25px;height: 100dvh;background-color: #FF00FF;}

.page_content_right_inner .row {justify-content: center;}
.page_content_right_inner .col-7 {flex: 0 0 55%;max-width: 55%;padding: 20px;}
.page_content_right_inner .col-5 {flex: 0 0 25%;max-width: 25%;padding: 20px;align-self: center;}
.page_content_right_inner .col-12 {flex: 0 0 100%;max-width: 100%;padding: 20px;}

.page_content_title h1 {font-size: 4vw;text-align: center;line-height: 0.8;}
.page_content_title h1 strong {font-weight: 700;display: block;}
.page_content_title img {max-width: 30vw;width: 100%;display: block;margin: 1.5vw auto 0px;}

.video_with_mobile_frame {display: flex;width: 100%;background-image: url(../images/mobile_frame_image.png);background-repeat: no-repeat;background-size: 100% 100%;background-position: center;align-items: center;justify-content: center;padding: 15% 4%;}
.video_with_mobile_frame_inner {position: relative;padding-top: 177%;overflow: hidden;width: 100%;border-radius: 1vw;}
.video_with_mobile_frame_inner iframe {position: absolute;height: 100%;width: 100%;top: 0;bottom: 0;left: 0;right: 0;}

.bottom_text_points li {font-size: 1.88vw;line-height: 1.1;text-align: center;}
.bottom_text_points li span {color: #FF00FF;}

.bottom_social_links {display: flex;align-items: center;justify-content: center;gap: 1.85vw;padding-top: 1.2vw;}
.bottom_social_links li a {height: 4.2vw;width: 4.2vw;display: flex;align-items: center;justify-content: center;}
.bottom_social_links li a img {height: 100%;width: 100%;object-fit: contain;object-position: center;}

.page_content_left_inner {display: flex;align-items: center;height: 100%;}

.contact_form h3 {font-size: 3vw;line-height: 0.7;color: var(--white-color);font-weight: 700;text-align: center;padding-bottom: 2vw;}
.contact_form .single_input {margin-bottom: 1.5vw;}

/* single page section css end */

/* ------------------------------------------------------------------------------------------------------- */

/* thank you page css start */

.thankyou {background-color: rgba(255, 255, 255, 0.90);opacity: 1;position: fixed;top: 0;bottom: 0;left: 0;right: 0;z-index: 999999;}
.thankyou_inner {display: flex;align-items: center;justify-content: center;height: 100%;padding: 12vw;}
.thankyou_inner p {font-size: 5.83vw;line-height: 0.7;color: var(--body-color);font-family: var(--body-font);font-weight: 700;text-align: center;padding-top: 0;flex: 0 0 100%;max-width: 100%;}
.thankyou_inner p strong {display: block;}
.thankyou a {position: absolute;top:5%;right:5%;display: block;height: 40px;width: 40px;}
.thankyou a img {display: block;}

/* thank you page css end */