/* /////////////////////////////////////////////////////////////////////////////////////////////////////////// */
@font-face {
  font-family: "DMSans";
  src: url("../fonts/DMSans-ExtraBold.woff2") format("woff2"), url("../fonts/DMSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DMSans";
  src: url("../fonts/DMSans-Bold.woff2") format("woff2"), url("../fonts/DMSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DMSans";
  src: url("../fonts/DMSans-SemiBold.woff2") format("woff2"), url("../fonts/DMSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DMSans";
  src: url("../fonts/DMSans-Medium.woff2") format("woff2"), url("../fonts/DMSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DMSans";
  src: url("../fonts/DMSans-Regular.woff2") format("woff2"), url("../fonts/DMSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////// */
@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora-ExtraBold.woff2") format("woff2"), url("../fonts/Sora-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora-Bold.woff2") format("woff2"), url("../fonts/Sora-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora-ExtraLight.woff2") format("woff2"), url("../fonts/Sora-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora-Light.woff2") format("woff2"), url("../fonts/Sora-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora-Thin.woff2") format("woff2"), url("../fonts/Sora-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora-SemiBold.woff2") format("woff2"), url("../fonts/Sora-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora-Medium.woff2") format("woff2"), url("../fonts/Sora-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora-Regular.woff2") format("woff2"), url("../fonts/Sora-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////// */ 

:root {
  --pure-white: #ffffff;
  --pure-black: #000000;
  --primary-color: #222222;
  --secondary-color: #514947;
  --yellow-color:#B37B2B;

  
  --light-primary-color:#00AEEF;
  --white-smoke-color: #F9F9F9;
  --green-color:#74A408;
  --red-color:#FE1037;
  --soft-gray:#CED3DA; 
}

body { font-family: "DMSans"; font-size: 16px; color: #222222; text-decoration: none; padding: 0px; margin: 0px; overflow-x: hidden;}
/* .inner-page{background: var(--white-smoke-color);} */
.container {margin: 0px auto;padding: 0px 20px;}

::-webkit-scrollbar {
    width: 5px;
    background-color: var(--secondary-color);
}
::-webkit-scrollbar-thumb {
    background-color: var(--yellow-color);
}

a{text-decoration: none;}
ul{list-style: none;margin: 0px; padding: 0px;}

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

h1, h2, .h2, h3, h4, h5, h6 {font-weight: bold;margin: 0px;}
h1, h2, .h2, h3{letter-spacing: 1px; font-family: "Sora"; font-weight: 600;}

/* .h2 {font-family: "Montserrat Alternates", serif;} */

.white-smoke-bg-color{background-color: var(--white-smoke-color);}
.pure-white-bg-color, .pure-white-bg{background-color: var(--pure-white);}

.pure-white-bg{background-color: var(--pure-white);}
.red-text h3 {color: var(--red-color);}
.primary-text-color h3{color: var(--primary-color);}
.light-primary-text-color{color: var(--light-primary-color);}
.green-text-color{color: var(--green-color);}

.PageHeader h1 {
    font-size: 64px;
    text-transform: uppercase;
    letter-spacing: 3.2px;
    font-weight: 800;
}

.text-center{text-align: center;}
.text-right{text-align: right;}
.text-right .text_link {
  margin-left: auto;
}
.title span {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--yellow-color);
  display: block;
}
.center-text * {
  text-align: center;
}
.btn {
    border: none;
    border-radius: 100px;
    padding: 14px 30px;
    cursor: pointer;
    transition: all 0.5s;
}
.btn-primary {background-color: var(--primary-color);}
.btn-primary:hover {background-color: var(--secondary-color);}

.btn-outline {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
    min-width: 255px;
    font-weight: 500;
    font-family: 'Inter';
    font-size: 18px;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-align: center;
}
.btn-outline:hover{background-color: var(--secondary-color);color: var(--pure-white);}

.page-padding {
  padding: 100px 0;
}
@media screen and (max-width: 1399px) {
  .page-padding {
    padding: 70px 0;
  }
}
@media screen and (max-width: 575px) {
  .page-padding {
    padding: 50px 0;
  }
}
p, ol li {
  line-height: 135%;
  margin: 0;
  letter-spacing: 0.35px;
}
.text * + p, .text * + ul {
  margin-top: 20px;
}

.text_link {
  transition: all 0.5s; 
  font-family: "Sora"; 
  font-weight: 600; 
  font-size: 18px; 
  color: var(--primary-color); 
  letter-spacing: 0.45px; 
  display: flex;
  align-items: center;
  width: fit-content;
}
.text_link svg {
  margin-left: 5px;
}
.text_link:hover{color: var(--yellow-color);}
.linkwitharrrow img { width: auto; vertical-align: middle;}

a.full_link {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    max-width: 100%;
}
input, textarea, select {
   -webkit-appearance: none;
 }

Select {
   	border: none;
   	padding: 10px 20px 10px 13px;
    background-color: var(--pure-white);
    background-image: url(../images/dawn-arrow.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
}
select:focus-visible {outline: none;}
input:focus-visible {outline: none;}
textarea:focus-visible{outline: none;}

.formfiled select {
    padding: 0px 5px;
    background-size: 14px;
    background-position: calc(100% - 5px) 8px;
    position: relative;
    top: -3px;
    right: 0;
    cursor: pointer;
}

.mt-100{margin-top: 100px;}
.mb-100 {margin-bottom: 100px;}
.pt-100{padding-top: 100px;}
.pb-100{padding-bottom: 100px;}
.mb-85{margin-bottom: 85px;}
.mb-50{margin-bottom: 50px;}
.mb-30{margin-bottom: 30px;}
.PageHeader {margin-top: 100px;margin-bottom: 60px;}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--pure-black);
    opacity: 0.2;
    z-index: 1;
}
.overlay2 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.259377) 25.89%, rgba(0, 0, 0, 0) 47.72%, rgba(0, 0, 0, 0) 100%);
  opacity: 1;
}
.overlay3 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.152717) 23.64%, rgba(0, 0, 0, 0) 38.87%, rgba(0, 0, 0, 0) 100%),
linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  opacity: 1;
}
.overlay4 {
background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.238212) 31.94%, rgba(0, 0, 0, 0) 48.28%, rgba(0, 0, 0, 0) 100%),
linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  opacity: 1;
}
.overlay5 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 1;
}
.text-white * {
  color: #fff !important;
}

/* .section_header h2 {
    font-family: "Montserrat Alternates", serif;
    text-transform: uppercase;
    font-size: 45px;
    color: var(--secondary-color);
} */

.section_header h3 {
    font-family: 'BrushScriptMT';
    font-weight: normal;
    font-size: 32px;
}
.rich-text p {
    font-size: 24px;
    letter-spacing: 2px;
    font-family: 'Varta';
    margin: 2rem 0px;
}

.rich-text .arrowcrossup-round {
    justify-content: center;
    color: var(--secondary-color);
}

.breadcrumb {display: flex; margin-bottom: 10px; font-weight: 700; letter-spacing: 1px; font-size: 16px; text-transform: uppercase;}
.breadcrumb li:after{content: '/';display: inline;margin: 0px 5px;}
.breadcrumb li:last-child:after{content: '';}
.breadcrumb a {font-weight: 400;}

.hero-Content .breadcrumb, .hero-Content .breadcrumb a{color: var(--pure-white);}

@media (min-width: 576px) {.container{max-width: 540px;}}
@media (min-width: 768px) {.container{max-width: 720px;}}
@media (min-width: 992px) {.container{max-width: 960px;}}
@media (min-width: 1200px) {.container{max-width: 1260px;}}


@font-face {
  font-family: 'BrushScriptMT';
  src: url('../fonts/bsmt/BrushScriptMT.eot'); /* For Internet Explorer */
  src: url('../fonts/bsmt/BrushScriptMT.eot?#iefix') format('embedded-opentype'), /* For older versions of IE */
       url('../fonts/bsmt/BrushScriptMT.woff') format('woff'), /* For modern browsers */
       url('../fonts/bsmt/BrushScriptMT.ttf') format('truetype'), /* For browsers that support TTF */
       url('../fonts/bsmt/BrushScriptMT.svg#BrushScriptMT') format('svg'); /* For older iOS browsers */
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

.brush_script-mt{font-family: 'BrushScriptMT';}

.form-control::-webkit-input-placeholder {
  color: var(--secondary-color);
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */

  color: var(--secondary-color);
}
.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--secondary-color);
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: var(--secondary-color)
}
.mb-0{margin-bottom: 0px;}
.border-radius30{ border-radius:30px;}

.d-flex{display: flex;}
.flex-wrap{flex-wrap: wrap;}
.justify-content-center{justify-content: center;}
.justify-content-end{justify-content: end;}
.align-items-center{align-items: center;}
.gap20{gap: 20px;}
.gap30{gap: 30px;}
.gap40{gap: 40px;}
.gap50{gap: 50px;}
.gap60{gap: 60px;}
.gap100{gap: 100px;}
.position-absolute{position: absolute}
.position-relative {position: relative;}
.one-half { flex: 0 0 calc(50% - 10px); }


.reveal {position: relative;transform: translateY(50px);opacity: 0;transition: 1s all ease;}
.reveal.active {transform: translateY(0);opacity: 1;}
.d-grid{display: grid;}
.column3 {display: grid;grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));}
.column2 {grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));}
.column8\/4 {grid-template-columns: 1fr 355px;}

.count-red{color: var(--red-color);}
.count-yellow{color: var(--yellow-color);}
.count-light-primary{color: var(--light-primary-color);}
.count-green{color: var(--green-color);}

.d-none{display: none;}

@media (min-width: 769px){
.d-md-flex{display: flex;}  
.d-md-done{display: none;}
}

@media (min-width: 992px){
.d-lg-flex{display: flex;}  
.d-lg-done{display: none;}
}