/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  font-family: "Poppins", sans-serif;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Quattrocento", sans-serif;
}

/* Header */
header {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  z-index: 9;
}

.header-wrapper {
  width: 95%;
  margin: 0 auto;
}

header .brand_logo img {
  width: 90px;
}

.header-wrapper p {
  font-family: "Quattrocento", sans-serif;
  font-size: 20px;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.call-us-btn {
  background-color: #ceab50;
  color: #ffffff;
  padding: 15px;
}

.call-us-btn a {
  text-decoration: none;
  color: #ffffff;
}

.call-us-btn a i {
  color: #ffffff;
}

/* Header */

/* Main Home Page */
.main-home-page video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center;
  background: #0a1819;
}

.form-heading, .form-content {
  display: none;
}

.banner_form_wrapper {
  position: absolute;
  bottom: 0px;
  padding: 0px 3vw;
  width: 100%;
  /* background: url(../images/about_us_bg.webp);
  background-attachment: fixed;
  background-repeat: repeat; */
}

.banner_form_wrapper form {
  gap: 10px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.banner_form_wrapper form .input-block {
  width: 19%;
}

.banner_form_wrapper form .input-block input:not([type="checkbox"], [type="submit"]) {
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  outline: none;
  color: #fff;
  width: 100%;
  height: 35px;
}

.mob-btn {
  display: none;
}

/* .banner_form_wrapper form .input-block input[type='tel'] {
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    outline: none;
    color: #fff;
} */

/* Style for the volume button */

#hero-banner video {
  position: relative;
}

#volume-control {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 999;
}

button#unmute_btn {
  position: absolute;
  top: 136px;
  right: 47px;
  background: transparent;
  border: none;
  color: #c39738;
  font-size: 33px;
}

/* Video Play Control */
button.play-pause-btn {
  position: absolute;
  bottom: 85px;
  left: 3%;
  background: transparent;
  border: none;
  color: #c39738;
  font-size: 25px;
}

.loading {
  opacity: 0;
  pointer-events: none;
}

.loading.active {
  opacity: 1;
  pointer-events: fill;
}

@media (max-width: 660px) {
  .audioBtn {
    top: 4%;
    left: 8%;
  }

  button.play-pause-btn {
    position: absolute;
    bottom: 8%;
    left: 3%;
    background: transparent;
    border: none;
    color: #c39738;
    font-size: 33px;
  }
}

/* Style for the volume button */

.banner_form_wrapper form .input-block .form-check label {
  font-size: 10px;
  width: 230px;
  color: #fff;
  line-height: 16px;
}

.loading {
  display: none;
}

.banner_form_wrapper form .input-block .form-check label a {
  color: #c9a245;
}

.banner_form_wrapper input.submit_btn {
  width: 160px;
  padding: 10px;
  border-radius: 30px;
  background: #ceab50;
  color: #ffffff;
  border: none;
  transition: 0.6s;
  padding: 20px;
}

.banner_form_wrapper input.submit_btn:hover {
  background: #ffffff;
  color: #c39738;
}

.download_cta_btn img {
  width: 250px;
}

.banner_form_wrapper .submit_btn_wrapper {
  display: flex;
  align-items: start;
  justify-content: center;
}

.banner_form_wrapper form .input-block:last-child {
  flex: 0.5;
}

label.error {
  color: red;
  font-size: 12px;
  margin-top: 15px;
}

.banner_form_wrapper .flag-container {
  height: 35px;
}

section.main-home-page {
  line-height: 0px;
}

/* Privacy Policy Style Start */
body .popupPrivacyPolicyDesign {
  max-width: 700px;
  border-radius: 10px;
  overflow: hidden;
  padding: 3% 3%;
  padding-right: 1%;
  background: #ffffff;
}

body .popupPrivacyPolicyDesign .scroll_content {
  height: 480px;
  overflow: hidden;
  overflow-y: scroll;
  padding-right: 20px;
}

body .popupPrivacyPolicyDesign h3 {
  font-size: 30px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  color: black;
  text-transform: uppercase;
}

body .popupPrivacyPolicyDesign label.sub-title {
  font-size: 22px;
  margin-bottom: 10px;
  display: block;
  margin-top: 20px;
  line-height: 25px;
}

body .popupPrivacyPolicyDesign p {
  line-height: 25px;
  margin-bottom: 20px;
  text-align: left;
}

body .popupPrivacyPolicyDesign label.sub-title strong {
  font-weight: 400;
  color: black;
}

body .popupPrivacyPolicyDesign ol,
body .popupPrivacyPolicyDesign ul {
  padding-left: 20px;
}

body .popupPrivacyPolicyDesign ol li {
  line-height: 25px;
  margin-bottom: 10px;
  list-style-type: disc;
  line-height: 25px;
}

body .popupPrivacyPolicyDesign ul li {
  line-height: 25px;
  margin-bottom: 10px;
  list-style-type: disc;
  line-height: 25px;
}

/* width */
.popupPrivacyPolicyDesign .scroll_content::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.popupPrivacyPolicyDesign .scroll_content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.popupPrivacyPolicyDesign .scroll_content::-webkit-scrollbar-thumb {
  background: #a57b2d;
  border-radius: 10px;
}

/* Handle on hover */
.popupPrivacyPolicyDesign .scroll_content::-webkit-scrollbar-thumb:hover {
  background: #a57b2d;
}

/* Privacy Policy Style End */

/* Main Home Page */
@media (max-width: 2000px){
  .header-wrapper p{
    font-size: 25px;
  }
}
@media (max-width: 1600px){
  .header-wrapper p{
    font-size: 20px;
  }
}
@media (max-width: 1300px) {
  .header-wrapper p {
    font-size: 13px;
  }



  .banner_form_wrapper form .input-block .form-check label {
    font-size: 10px;
    width: 180px;
  }
}

@media (max-width: 997px) {
  .header-wrapper p {
    font-size: 10px;
  }

  .call-us-btn {
    padding: 10px;
  }

  /* .banner_form_wrapper .submit_btn_wrapper {
    justify-content: center;
  } */
  .banner_form_wrapper form {
    justify-content: center;
  }

  .banner_form_wrapper form .input-block {
    width: 30%;
    padding-bottom: 20px;
  }

  .banner_form_wrapper form .input-block .form-check label {
    width: 220px;
  }

  button.play-pause-btn {
    bottom: 185px;
  }

  .header-wrapper p {
    display: none;
  }
}

@media (max-width: 650px) {
  .form-heading {
    display: block;
    color: #ceab50;
    font-size: 30px;
    text-align: center;
    padding-bottom: 28px;
  }
  .mob-text {
    display: none;
  }

  .main-home-page video {
    height: 460px;
    width: 100%;
    object-fit: cover;
  }

  .call-us-btn a i {
    font-size: 18px;
  }

  .mob-text {
    display: none;
  }

  .mob-btn {
    display: block;
  }

  .mob-btn i {
    font-size: 20px;
  }

  .call-us-btn {
    padding: 10px;
    border-radius: 4px;
  }

  .banner_form_wrapper {
    background: url(../images/about_us_bg.webp);
    background-attachment: fixed;
    background-repeat: repeat;
  }

  .banner_form_wrapper form {
    display: block;
  }
 .form-content{
  display: block;
  padding-top: 12px !important;
  line-height: 33px !important;
  font-size: 22px !important;
  padding-inline: 5px !important;
  color: #ceab50;
  text-align: center;
  padding-bottom: 28px;
  }

  .banner_form_wrapper form .input-block {
    width: 95%;
    margin: 0 auto;
    padding-bottom: 15px;
  }

  button.play-pause-btn {
    right: 5%;
    bottom: 4%;
    left: auto;
  }

  .banner_form_wrapper form .input-block input:not([type="checkbox"], [type="submit"]) {
    height: 45px;
  }

  .banner_form_wrapper {
    position: relative;
    padding: 20px 3vw;
  }

  .banner_form_wrapper form .input-block .form-check label {
    width: 95%;
    margin: 0 auto;
  }

  body {
    background: #0e1719;
  }
}

@media (max-width: 390px) {
  button.play-pause-btn {
    right: 5%;
    bottom: 4%;
    left: auto;
  }

  .header-wrapper {
    width: 90%;
  }
}