:root {
  --text-color: #05376c;
  --primary: #051d40;
  --secondary: #fbd46d;
  --purple-light: #ced4e4;
  --white: #fff;
}


* {
  padding: 0;
  margin: 0;
}

body {
  font-size: 14px;
  background-color: var(--white);
  overflow-x: hidden !important;
  font-family: "Inter", sans-serif;
}

div, section, footer {
  box-sizing: border-box;
}


li,
ul,
ol {
  list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  color: #0c1f3f;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}

p {
  font-size: 18px;
}
button,
button:hover,
a,
a:hover {
  transition: 0.4s;
}

a {
  color: var(--color-dark);
}

a:hover {
  color: #000;
}
a,
a:hover,
a:focus,
a:active,
button,
button:focus,
input,
textarea {
  outline: 0;
  text-decoration: none;
}

.btn:focus{
  background-color: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
}

/* 02. COMMON STYLES */

.relative {
  position: relative !important;
}

/* line height */
.line-height-10 {
  line-height: 10px !important;
}
.line-height-13 {
  line-height: 13px !important;
}
.line-height-18 {
  line-height: 18px !important;
}
.line-height-20 {
  line-height: 20px !important;
}
.line-height-24 {
  line-height: 24px !important;
}
.line-height-22 {
  line-height: 22px !important;
}
.line-height-26 {
  line-height: 26px !important;
}
.line-height-28 {
  line-height: 28px !important;
}
.line-height-30 {
  line-height: 30px !important;
}
.line-height-35 {
  line-height: 35px !important;
}
.line-height-40 {
  line-height: 40px !important;
}
.line-height-45 {
  line-height: 45px !important;
}
.line-height-50 {
  line-height: 50px !important;
}
.line-height-55 {
  line-height: 55px;
}
.line-height-60 {
  line-height: 60px;
}
.line-height-65 {
  line-height: 65px;
}
.line-height-70 {
  line-height: 70px;
}
.line-height-75 {
  line-height: 75px;
}
.line-height-80 {
  line-height: 80px;
}
.line-height-85 {
  line-height: 85px;
}
.line-height-90 {
  line-height: 90px;
}
.line-height-95 {
  line-height: 95px;
}
.line-height-100 {
  line-height: 100px;
}
.line-height-110 {
  line-height: 110px;
}
.line-height-120 {
  line-height: 120px;
}

.font-size-11px {
  font-size: 11px !important;
}
.font-size-12px {
  font-size: 12px !important;
}
.font-size-13px {
  font-size: 13px !important;
}
.font-size-14px {
  font-size: 14px !important;
}
.font-size-15px {
  font-size: 15px !important;
}
.font-size-16px {
  font-size: 16px !important;
}
.font-size-17px {
  font-size: 17px !important;
}
.font-size-18px {
  font-size: 18px !important;
}
.font-size-19px {
  font-size: 19px !important;
}
.font-size-20px {
  font-size: 20px !important;
}
.font-size-21px {
  font-size: 21px !important;
}
.font-size-22px {
  font-size: 22px !important;
}
.font-size-23px {
  font-size: 23px !important;
}
.font-size-24px {
  font-size: 24px !important;
}
.font-size-25px {
  font-size: 25px !important;
}

.font-weight-200 {
  font-weight: 200 !important;
}
.font-weight-300 {
  font-weight: 300 !important;
}
.font-weight-400 {
  font-weight: 400 !important;
}
.font-weight-500 {
  font-weight: 500 !important;
}
.font-weight-600 {
  font-weight: 600 !important;
}
.font-weight-700 {
  font-weight: 700 !important;
}
.font-weight-800 {
  font-weight: 800 !important;
}

.bordernone {
  border: 0 !important;
}
.main-container {
  width: 90%;
  margin: auto;
  position: relative;
}

.h-auto {
  min-height: auto !important;
  resize: none;
}

.h-100vh {
  min-height: 100vh;
}

.w-full{
  display: block;
  width: 100% !important;
}

.wrapper{
  width: 100%;
  position: relative;
}




.selectdiv{
  position: relative;
}
.selectdiv:after {
  content: '';
  background-image: url(../img/polygon.svg); 
  background-repeat: no-repeat;
  right: 15px; 
  top: 18px;
  position: absolute;
  pointer-events: none;
  width: 20px;
  height:9px;
}

.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  font-size: 18px;
  color: #000;
  background-color: #f1f1f1;
 border-color: #e9e2cf;
  border-radius: 4px;
  font-size: 14px;
  padding: 10px 24px 9px 10px;
  padding-right: 50px;
  -ms-word-break: normal;
  word-break: normal;
  font-weight: 400;
  width: 100% !important;
  box-sizing: border-box;
  text-overflow: ellipsis;
}

.selectdiv select:focus{
  border:solid 1px #D1D1D1;
  box-shadow: none !important;
}





.mobileMenubar {
  padding: 17px 0;
  display: none;
  top: 0;
  z-index: 9992;
  width: 100%;
  box-sizing: border-box;
}


.mobileMenubar .closeicon{
  right: 20px;
}

.mobileMenubar .logo{
  max-width: 188px;
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}


.mobile-blur-bg {
  position: fixed;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.6); /* White overlay */
  z-index: 999;                         /* Just behind menu */
  display: none;
}


nav.mobilemenu {
  position: fixed;
  top: 0;
  right: 0;
  width: 330px;
  height: 100%;
  background: #222;
  transform: translateX(102%);
  transition: transform 0.35s ease;
  z-index: 9995;
 /* box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.25);*/
  padding: 25px;
  padding-top: 75px;
  box-sizing: border-box;
}

nav.mobilemenu.open {
  overflow: auto;
  transform: translateX(0rem);
}
nav.mobilemenu ul {
  margin: 0 0px 0px;
  padding: 0;
}
nav.mobilemenu li {
  list-style: none;
  display: flex;
  align-self: flex-start;
  justify-content: start;
  column-gap: 15px;
}

nav.mobilemenu li img{
  max-width: 26px;
}

nav.mobilemenu a {
  display: block !important;
  margin: 0;
  padding: 14px 0;
  transition: transform 0.35s ease;
  color: #fff;
  border-bottom:solid 1px rgba(255,255,255,0.5);
  width: 100%;
}

nav.mobilemenu a.border-none{
  border-bottom: 0
}

nav.mobilemenu a:hover {
  color: #d49901;
}

nav.mobilemenu a:hover,
nav a:active {
}
nav.mobilemenu.open a {
  display: block;
}
.menu-toggle {
  position: absolute;
  top: 18px;
  right: 0;
  cursor: pointer;
  font-size: 1.25rem;
  text-align: center;
  height: 30px;
  width: 30px;
  color: #fff;
  border-radius: 3px;
  line-height: 36px;
}

.menu-toggle img{
  width: 30px !important;
  display: block;
}

img.closeicon{
  width: 22px !important;
  margin-right: 5px;
}

nav.mobilemenu.open .nav-toggle {
  color: #fff;
  opacity: 0.5;
}
nav.mobilemenu .back {
  overflow: hidden;
}
nav.mobilemenu .blur {
  filter: blur(2px);
}



.home-hero{
  background: linear-gradient(to right,  #000000 0%,#10103e 28%,#3432cb 100%);
  min-height: 100vh;
}


.header{
  position: relative;
  padding-top: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 70px;
}

.home-hero-inner{
  background: linear-gradient(to right,  #000000 0%,#10103e 28%,#3432cb 100%);
  min-height: auto;
}

.home-hero-inner .header{
  padding-bottom: 35px;
}

.header .brand{
  font-size: 30px;
  color: #fff;
  font-weight: 700;
}

.header .brand a{
  color: #fff;
}
.header .brand a:hover{
  color: #c80404;
}

.header ul.nav{
  display: flex;
  align-items: center;
  column-gap: 25px;
}

.header ul.nav a{
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.header ul.nav a:hover{
  color: #d49901;
}

 .freeGuideBtn{
  background-color: #d49901;
  font-weight: 600 !important;
  border-radius: 25px;
  padding: 10px 25px;
  color: #fff;
}

 .freeGuideBtn:hover{
  background-color: #c39b4b;
  color: #fff !important;
}

.home-hero .logo{
  max-height: 160px;
  margin-bottom: 30px;
}
.home-hero h1{
  font-size: 65px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 20px;
  color: #c80404;
  letter-spacing: -2px;
}

.home-hero h2{
  font-size: 45px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 35px;
  font-family: "Playwrite AT", cursive;
}

.home-hero h3{
  color: #d49901;
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 300;
}

.home-hero p{
  font-size: 19px;
  color: #fff;
  padding-bottom: 40px; 
}


.section-1{
  padding: 80px 0;
  background-color: #10103e;
}
.section-1 h2{
  color: #fff;
  font-size: 45px;
  margin-bottom: 20px;
  font-weight: 400;
}

.section-1 h3{
  color: #fff;
  font-size: 30px;
  font-family: "Playwrite AT", cursive;
  margin-bottom: 30px;
  font-weight: 300;
  line-height: 45px;
  color: #d49901;
}

.section-1 p{
  color: #fff;
  font-weight: 300;
  font-size: 16px;
}

.section-1 p strong{
  font-weight: 700;
}




.section-2{
  padding: 70px 0;
  background-color: #000;
}
.section-2 h2{
  color: #fff;
  font-size: 45px;
  margin-bottom: 20px;
  font-weight: 400;
}

.section-2 h3{
  color: #fff;
  font-size: 30px;
  font-family: "Playwrite AT", cursive;
  margin-bottom: 30px;
  font-weight: 300;
  line-height: 45px;
  color: #d49901;
}

.section-2 h4{
  color: #fff;
  font-size: 30px;
  font-family: "Sacramento", cursive;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 45px;
}

.section-2 p{
  color: #fff;
  font-weight: 300;
  font-size: 16px;
}



.section-3{
  background-color: #151515;
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 0;
}

.section-3 .col-right{
  background-size: cover;
  background-position: center;
  min-height: 650px;
  width: 40%;
}

.section-3 .col-left{
  min-height: 650px;
  width: 39.5%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  padding: 40px;
  gap:15px;
  margin: auto;
  grid-row: 10px;
}

.section-3 .col-left .item{
  width: 100%;
  background-color: #e6cd78;
  padding: 35px;
  border-radius: 0;
  min-height: 200px;
  max-width: 480px;
}
.section-3 .col-left .item.bg-2{
  background-color: #e6cd78;
}

.section-3 .col-left h2{
  font-size: 40px;
  margin-bottom: 0;
  font-weight: 700;
  letter-spacing: -1px;
  color: #d49901;
}

.section-3 .col-left h3{
  font-size: 28px;
  margin-bottom: 0;
  font-weight: 600;
  letter-spacing: -1px;
  color: #d49901;
  margin-top: 15px;
}

.section-3 .col-left p{
  font-size: 22px;
  letter-spacing: -0.5px;
  color: #fff;
  font-weight: 600;
}

.section-3 .col-left .item img{
  width: 100%;
  max-width: 54px;
  margin-bottom: 20px;
}



.section-3 ul.list-2{
  font-size: 22px;
  color: #fff;
  letter-spacing: -0.5px;
  padding: 0;
  font-weight: 400;
  margin: 0;
}

.section-3 ul.list-2 li{
  padding-left: 35px;
  position: relative;
}

.section-3 ul.list-2 li:before{
  height: 10px;
  width: 10px;
  background-color: #d49901;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -5px;
}



.section-4{
  background-color: #1b1a1a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 0;
}

.section-4 .col-right{
  background-size: cover;
  background-position: center;
  min-height: 700px;
  width: 40%;
  position: relative;
}

.section-4 .col-left{
  min-height: 700px;
  width: 40%;
  display: flex;
  justify-content: start;
  align-items: center;
  box-sizing: border-box;
  padding: 50px;
  gap:0;
  margin: auto;
  grid-row: 10px;
  position: relative;
}

.section-4 .content-wrap{
  width: 100%;
  padding: 30px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.7);
  font-size: 26px;
  font-weight: 300;
  letter-spacing: -1px;
}

.section-4 h2{
  color: #fff;
  font-size: 45px;
  margin-bottom: 0;
  font-weight: 600;
  letter-spacing: -1px;
}

.section-4 .item{
  display: flex;
  justify-content: start;
  align-items: start;
  grid-gap: 25px;
  flex-shrink: 0;  
  margin: 15px 0;
}

.section-4 .item .icon{
  width: 100%;
  max-width: 90px;
  margin-top: 8px;
}

.section-4 .item img{
  width: 100%;
  border-radius: 8px;
}

.section-4 .item  h3{
  margin-top: 5px;
  font-weight: 700;
  letter-spacing: -0.5px;
  font-size: 20px;
  color: #fff;
}

.section-4 p{
  color: #fff;
}



.section-5{
  background-color: #fff;
  padding: 70px 0;
}

.section-5 h2{
  font-size: 45px;
  color: #c80404;
  letter-spacing: -2px;
}

.section-5 h3{
  font-size: 24px;
  font-weight: 400;
  color: #000;
  letter-spacing: -0.5px;
}

.section-5 .cta{
  background-color: #d49901;
  border-radius: 10px;
  padding: 25px;
}

.section-5 h4{
  font-size: 35px;
  font-weight: 700;
  color: #000;
  letter-spacing: -1.5px;
}

.section-5 .cta p{
  font-size: 24px;
  letter-spacing: -0.5px;
  line-height: normal;
}

.registerBtn{
  background-color: #000;
  border-radius: 50px;
  padding: 12px 35px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}

.registerBtn:hover{
  background-color: #c80404;
  color: #fff;
}





.section-6{
  background-color: #fff;
  padding: 70px 0;
}

.section-6 h2{
  font-size: 42px;
  color: #c80404;
  font-family: "Playwrite AT", cursive;
  margin-bottom: 15px;
}

.section-6 .right-item{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.section-6 .item{
  background-color: #10103e;
  padding: 30px;
  width: 100%;
  border-radius: 10px
}

.section-6 .item.gold{
  background-color: #d49901;
}

.section-6 .item h3{
  font-size: 30px;
  font-family: "Playwrite AT", cursive;
  margin-bottom: 20px;
  font-weight: 400;
  color: #d49901;
}

.section-6 .item.gold h3{
  color: #fff;
}

.section-6 .item p{
  color: #fff;
  font-size: 15px;
}



.section-7{
  background-color: #fff;
  padding: 70px 0;
}

.section-7 h2{
  font-size: 45px;
  color: #c80404;
  letter-spacing: -2px;
}

.section-7 p.main-para{
  letter-spacing: 1px;
  font-size: 22px;
  font-family: "Playwrite AT", cursive;
  letter-spacing: -0.7px;

}

.section-7 .item{
  background-color: #10103e;
  padding: 30px;
  width: 100%;
  margin: 15px 0;
  box-shadow: 10px 10px 0px -3px rgba(190,150,75,1);
-webkit-box-shadow: 10px 10px 0px -3px rgba(190,150,75,1);
-moz-box-shadow: 10px 10px 0px -3px rgba(190,150,75,1);
border-radius: 0px 50px 0 50px;
}

.section-7 .item .number{
  font-size: 65px;
  color: #fff;
  letter-spacing: -2px;
  font-weight: 700;
  line-height: normal;
}

.section-7 .item h3{
  font-size: 30px;
  font-family: "Playwrite AT", cursive;
  margin-bottom: 20px;
  font-weight: 400;
  color: #d49901;
}

.section-7 .item p{
  color: #fff;
  font-size: 17px;
  font-weight: 400;
}




.section-8{
  background-color: #151515;
  padding: 70px 0;
}


.section-8 h2{
  font-size: 45px;
  color: #fff;
  letter-spacing: -2px;

}

.section-8 p.main-para{
  letter-spacing: 1px;
  font-size: 22px;
  letter-spacing: -0.7px;
  color: #fff;
}


.section-8 ul.social1{
  margin:0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 35px;
}

.section-8 ul.social1 li{
  display: block;
}

.section-8 ul.social1 li a{
  height: 70px;
  width: 70px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  background-color: #c80404;
  color: #fff;
  display: flex;
  font-size: 34px;
}

.section-8 ul.social1 li a.fb{
  background-color: #0866ff;
}

.section-8 ul.social1 li a.insta{
  background-color: #ff0088;
}

.section-8 ul.social1 li a.linkedin{
  background-color: #0a66c2;
}

.section-8 p{
  color: #fff;
  letter-spacing: -0.5px;
}

.section-8 p a{
  color: #c80404;
}


.contactform-1{ 
  background-color: #333;
padding: 35px;
max-width: 780px;
margin: auto;
 margin-top: 50px;
 border-radius: 15px;
 border:solid 1px #000;
}


.contactform-1 label{
  letter-spacing: -0.5px;
  font-size: 15px;
  color: #fff;
  margin-bottom: 5px;
}

.contactform-1 label span{
  color: red;
}


.contactform-1 .form-control{
  border-radius: 4px;
  box-shadow: none;
  padding: 10px 15px;
  border-color: #e9e2cf;
  font-size: 13px;
  letter-spacing: -0.3px;
  background-color: #f1f1f1;
}





.section-9{
  background-color: #212121;
  padding: 70px 0;
}

.section-9 h2{
  font-size: 45px;
  color: #fff;
  letter-spacing: -2px;
}

.section-9 h3{
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  letter-spacing:-0.5px;
  margin-bottom: 15px;

}

.section-9 p{
  color: #fff;
  font-size: 15px;
}


.section-10{
  padding: 70px 0;
  background-color: #1b1a1a;
}

.section-10 h2{
  font-size: 38px;
  color: #fff;
  letter-spacing: -1px;
  font-weight:400;

}

.section-10 h2.bigger{
  font-size: 45px;
}

.section-10 h2 span{
  color: #c80404;
  font-weight: 600;
  letter-spacing: -2px;
}


.section-10 .highlighter{
  background-color: #d49901;
  padding: 25px;
  border-radius: 15px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.section-10 h3{
  color: #000;
  letter-spacing: -1px;
}

.section-10 h4{
  color: #fff;
  letter-spacing: -1px;
  font-weight: 400;
  font-size: 36px;
}

.section-10 h4 span{
  color: #d49901;
}

.section-10 ul.list-1{
  font-size: 26px;
  color: #000;
  letter-spacing: -1px;
  padding: 0;
  font-weight: 500;
  margin: 0;
}

.section-10 ul.list-1 li{
  padding-left: 35px;
  position: relative;
}

.section-10 ul.list-1 li:before{
  height: 10px;
  width: 10px;
  background-color: #000;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -5px;
}

.section-10 p{
  color: #fff;
}





.section-11{
  padding: 70px 0;
  background-color: #1b1a1a;
}

.section-11 h2{
  font-size: 42px;
  color: #fff;
  letter-spacing: -1px;
  font-weight:400;
  margin-bottom: 15px;
}

.section-11 h3{
  color: #d49901;
  letter-spacing: -1px;
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 20px;
  font-family: "Playwrite AT", cursive;
}

.section-11 h4{
  color: #c80404;
  letter-spacing: -1px;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 20px;
}

.section-11 p{
  font-size: 20px;
  color: #fff;
}




.section-12{
  padding: 70px 0;
  background-color: #fff;
}

.section-12 h2{
  font-size: 40px;
  color: #c80404;
  letter-spacing: -1.5px;
  font-weight:700;
  margin-bottom: 15px;
}


.section-12 .item{
  background-color: #1b1a1a;
  padding: 30px;
  width: 100%;
  margin: 15px 0;
  box-shadow: 10px 10px 0px -3px rgba(190,150,75,1);
-webkit-box-shadow: 10px 10px 0px -3px rgba(190,150,75,1);
-moz-box-shadow: 10px 10px 0px -3px rgba(190,150,75,1);
border-radius: 0px 20px 0 20px;
text-align: left;
}

.section-12 .item .number{
  font-size: 65px;
  color: #fff;
  letter-spacing: -2px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}

.section-12 .item h3{
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #d49901;
  letter-spacing: -0.5px;
}

.section-12 .item p{
  color: #fff;
  font-size: 17px;
  font-weight: 400;
}





.owl-nav{
  display: none !important;
}

.innerpage-hero{
  min-height: 360px;
  background-color: #222;
  background-size: cover;
  background-position: center top;
}


.innner-page{
  padding: 70px 15px;
}

.innner-page h2{
  font-size: 34px;
  color: #c80404;
  font-weight: 600;
  letter-spacing: -1.5px;
  margin-bottom: 25px;
}

hr.seprator{
  height: 2px;
  border: 0;
  background-color: #ccc;
  margin: 30px 0;
}



.innner-page h3{
  font-size: 26px;
  color: #000;
  letter-spacing: -1px;
  margin-bottom: 20px;
  font-weight: 600;
}


.innner-page h4{
  font-size: 22px;
  color: #000;
  letter-spacing: -0.5px;
  margin-top: 30px;
  font-weight: 600;
}


.innner-page p.section-para{
  letter-spacing: -0.5px;
  font-size: 17px;
}

.form-payment-dailog{
  background-color: #f5edd8;
  padding: 20px;
  margin-bottom: 25px;
  margin-top: 25px;
  border:solid 1px #e8e0ca;
  border-radius: 4px;
}

.form-payment-dailog p{
  color: #000;
}



.footer{
  background-color: #10103e;
  padding: 70px 0;
}

.footer ul.ftrmenu{
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.footer ul.ftrmenu a{
  color: rgba(255,255,255,10);
  padding: 2px 0;
}

.footer ul.ftrmenu li{
  padding: 5px 0px;
}

.footer ul.ftrmenu a:hover{
  color: rgba(255,255,255,0.5);
}

.footer h2{
  font-family: "Playwrite AT", cursive;
  color: #fff;
  font-weight: 300;
  font-size: 24px;
}

.footer .ftr-logo{
  max-width: 80px;
  margin: auto;
  margin-bottom: 15px;
}

.footer hr{
  border-color: #fff;
}

.footer .copyright{
  color: #fff;
  font-weight: 300;
  padding-top: 8px;
}


ul.social{
  text-align: center;
  font-size: 18px;
  margin: 20px 0;
  padding: 0;
}
ul.social li{
  display: inline;
  padding: 0 10px;
  color: #d49901;
}

ul.social li a{
  color: #d49901;
}




.modal-dialog{
  --bs-modal-border-radius:0;
}

.modal-header, .modal-footer {
  border-color: #f1f1f1;
}

.modal-header h5{
  font-size: 26px;
  font-weight: 600;
  color: #c80404;
  letter-spacing: -1px;
}

.registerForm{
  position: relative;
}

.registerForm label{
  letter-spacing: -0.5px;
  font-size: 15px;
  color: #fff;
}

.registerForm label span{
  color: red;
}

.modal-body{
  background-color: #fcfcfc;
}

.modal-body p{
  font-size: 13px;
  letter-spacing: -0.3px;
}

.registerForm .form-control{
  border-radius: 4px;
  box-shadow: none;
  padding: 10px 15px;
  border-color: #f1f1f1;
  font-size: 13px;
  letter-spacing: -0.3px;
}

.section-8 h3{
  color: #fff;
  color: #d49901;
}

.section-8 h4{
  color: #fff;
  font-size: 22px;
  letter-spacing: -1px;

}

.modal-body hr.seprator{
  height: 1px;
  border: 0;
  background-color: #ccc;
  margin: 30px 0;
}

.submitBtn1{
  background-color: #c80404;
  border-radius: 50px;
  padding: 10px 35px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.submitBtn1:hover{
  background-color: #000;
  color: #fff;
}



.drop_box {
  margin: 0 0;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fffaec;
  border:dashed 3px #e8e0ca;
  border-radius: 4px;
}

.drop_box h4 {
  font-size: 16px;
  font-weight: 400;
  color: #2e2e2e;
  margin: 0;
}

.drop_box h4 span{
  color: red;
}

.drop_box p {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 12px;
  color: #a3a3a3;
}

.choosebtn{
  background-color: #000;
  color: #fff;
  font-size: 14px;
  padding: 8px 15px;
  border-radius: 4px;
}

.choosebtn:hover{
  background-color: #111;
  color: #fff;
}




.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  color: #fff;
  padding: 25px 30px;
  display: none;
  z-index: 9999;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.25);
}

.cookie-content {
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cookie-content p{
  color: #000;
  margin: 0;
  font-size: 16px;
  letter-spacing: -0.5px;
}

.cookie-buttons {
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
}



.btn:hover{
  background-color: #212121;
}

.accept {
  background: #d49901;
  color: #fff;
}

.reject {
  background: #c80404;
  color: #fff;
}

@media (max-width: 600px) {
  .cookie-content {
    flex-direction: column;
    text-align: center;
  }
  .cookie-buttons {
    margin-top: 10px;
  }
}
