/*
Theme Name: Dome Base Theme
Author: Plus24

*/


body {
font-family: "gravesend-sans", sans-serif;
font-weight: 400;
font-style: normal;
max-height: 100vh;
background-color: #1c1c1c;
}



.tac {
text-align: center;
}

.tar {
text-align: right;
}
.container {
    position: relative;
    z-index: 2;
}
#background-video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.65;
}
.grecaptcha-badge {
    z-index: 10;
}
.body-box {
    overflow: hidden;
    height: 100vh;
    top: 0;
    width: 100%;
 display: flex;
  align-items: center;
  justify-content: center;
}
.exclusive-btn {
    background-color: #D9B17F !important;
    color: #1c1c1c !important;
    border: 1px solid #D9B17F !important;
}
.special-btn {
    display: inline-block;
    padding: 3px;
    border-radius: 3px;
    background: #495141;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    color: #fff;
    margin-right: 10px;
}
.body-box a , .body-box button {
    border: 1px solid #fff;
    color: white;
    margin-top: 20px;
    display: block;
    width: 100%;
    background: transparent;
    outline: none;
    text-decoration: none;
    padding: 10px;
    border-radius: 5px;
}

.main-logo {
    max-width: 250px;
}
h1 {
    text-transform: uppercase;
font-weight: 500;
font-style: normal;
color: white;
font-size: 30px;
margin-top: 50px;
}
p {
font-family: "avenir-lt-pro", sans-serif;
font-weight: 400;
font-style: normal;
    text-transform: none;
    color: #5b5b5b;
}
.modal-header { 
border-bottom: 0px;
height: 0px;
padding: 0;
}
.modal-body {
    padding: 30px;
}
.modal-body input {
    border: none;
    border-bottom: 1px solid #D3BF98;
    padding: 20px;
    padding-left: 10px;
    width: 100%;
  font-family: "avenir-lt-pro", sans-serif;
font-weight: 400;
font-style: normal;
}
.modal-body button {
    display: inline-block;
    color: #D3BF98;
    font-weight: 500;
    width: auto;
    padding: 0px;
    margin: 0px;
    
}
.modal-header i {
    position: absolute;
    right: -10px;
    font-size: 30px;

    top: -10px;
    opacity: 1;
}
.modal-header
.btn-close {
   opacity: 1;
    outline: none;
    border: none;
    /* padding: 30px; */
    /* height: 60px; */
    position: absolute;
    right: 10px;
    top: 6px;
    z-index: 20;
}
.wpcf7-list-item-label {
font-family: "avenir-lt-pro", sans-serif;
font-weight: 400;
font-style: normal;
}
.wpcf7-response-output {
    display: none;
}
.modal-body input[type=checkbox] {


  appearance: none;
  -webkit-appearance: none;
  outline: none;
  margin: 0;
  width: 24px;
  height: 24px;
  border: 2px solid #D3BF98;
  border-radius: 50%;
  background-color: white;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  transition: background-color 0.3s ease;
  padding: 0px;
  margin-right: 15px;
  background-color: rgba(0, 0, 0, 0.065);
   box-shadow: inset 0 0 0 3px white; /* inner white ring */
}

#exampleModal3  .wpcf7-submit{
        width: 50% !important;
    }

.cf7-download-link {
     background-color: #D3BF98 !important;
    border-radius: 10px;
    border: 1px solid #D3BF98 !important;
    display: inline-block;
    width: 50% !important;
    text-align: center;
    padding: 10px !important;
    margin-top: 30px;
    font-family: "gravesend-sans", sans-serif !important;
    font-weight: 500 !important;
    font-style: normal;
    color: #1c1c1c !important;

}

.modal-body input[type="checkbox"]:checked {
  background-color: black;
   box-shadow: inset 0 0 0 3px white; /* inner white ring */
}

.modal-body input[type=checkbox]:before {
    border-radius: 100%;
}
.modal-body p {
margin-top: 20px;
    display: block;
}
.wpcf7-list-item {
    padding-left: 0px;
    margin: 0;
        margin-bottom: 10px;
        display: block;
            color: #5b5b5b;
  
}

.wpcf7-submit {
    background-color: transparent;
    border-radius: 10px;
    border: 1px solid #D3BF98 !important;
    display: inline-block;
    width: 90px !important;
    padding: 10px !important;
    margin-top: 30px;
    font-family: "gravesend-sans", sans-serif !important;
font-weight: 500 !important;
font-style: normal;
	color: #1c1c1c;
}
.modal-2 .wpcf7-submit  {
    background-color: transparent;
    border-radius: 10px;
    border: 1px solid #D3BF98 !important;
    display: inline-block;
    width: 200px !important;
    padding: 10px !important;
    margin-top: 30px;
    font-family: "gravesend-sans", sans-serif !important;
font-weight: 500 !important;
font-style: normal;
	color: #1c1c1c;
}

@media only screen and (max-width: 768px) { 


}
