/**@'Font Face**/

@font-face {
    font-family: 'Opulent-Regular';
    src:url('./assets/fonts/Opulent-Regular.ttf.woff') format('woff'),
        url('./assets/fonts/Opulent-Regular.ttf.svg') format('svg'),
        url('./assets/fonts/Opulent-Regular.ttf.eot'),
        url('Opulent-Regular.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Optima';
    font-style: normal;
    font-weight: normal;
    src: local('Optima'), url('./assets/fonts/OPTIMA.woff') format('woff');
}
    
    
@font-face {
    font-family: 'Optima Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Optima Italic'), url('/assets/fonts/Optima_Italic.woff') format('woff');
}
    
    
@font-face {
    font-family: 'Optima Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Optima Medium'), url('/assets/fonts/Optima\ Medium.woff') format('woff');
}
    
    
@font-face {
    font-family: 'Optima Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Optima Bold'), url('/assets/fonts/OPTIMA_B.woff') format('woff');
}
@font-face {
    font-family: 'Chronicle Display Light Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Chronicle Display Light Italic'), url('assets/fonts/Chronicle\ Display\ Light\ Italic.woff') format('woff');
}
    
    
@font-face {
    font-family: 'Chronicle Display Roman';
    font-style: normal;
    font-weight: normal;
    src: local('Chronicle Display Roman'), url('assets/fonts/Chronicle\ Display\ Roman.woff') format('woff');
}
    
    
 @font-face {
    font-family: 'Chronicle Display Semibold';
    font-style: normal;
    font-weight: normal;
    src: local('Chronicle Display Semibold'), url('assets/fonts/Chronicle\ Display\ Semibold.woff') format('woff');
}
    
    
@font-face {
    font-family: 'Chronicle Display Black';
    font-style: normal;
    font-weight: normal;
    src: local('Chronicle Display Black'), url('assets/fonts/Chronicle\ Display\ Black.woff') format('woff');
}

* {
    margin: 0;
}
.gold {
    color: #bd8729;
}
/***Header Content***/
header .main-header .hero-holder {
    width: 100%; 
    height: 900px; 
    position: absolute;
}
header .main-header .hero-container{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("./assets/img/DJI_0206_cropped.jpg") !important;
        background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    padding: 30px 0;
    vertical-align: middle;
    position: relative;
}


.inside-container-1 {
    max-width: 1250px;
    margin: auto;
    padding: 5rem 5rem 0 5rem;
    box-sizing: border-box;
}
.inside-container-2 {
    max-width: 1250px;
    margin: auto;
    padding: 0 5rem;
    box-sizing: border-box;
}
.inside-container {
    max-width: 1250px;
    margin: auto;
    padding: 0 5rem;
    box-sizing: border-box;
}

/**Comapany Logo**/

header .main-header .top-bar {
display: flex;
justify-content: space-between;
;
}

header .main-header .top-bar .sf-container  {
    align-self: center;
    position: absolute;
}

header .main-header .top-bar .logo-container  {
    align-self: center;
    width: 100%;
    text-align: center;
}
header .main-header .inside-container .logo-container .main-logo-container img {
    height: 70px;
} 
header .main-header .top-bar {
    background-color: #ffffff;
    position: relative;
    padding: 32px;
}
.header-content {
    width: 100%;
    display: block;
}
.header-second-row {
    width: 100%;
    display: inline-flex;
    position: relative;
    top: -20px;
}
@media (max-width: 1170px) {
    .header-second-row {
        display: block;
    }
    .header-content .form-container {
        width: 100% !important;
    }
    .header-content .logo-title-container {
        width: 100% !important;
        padding: 60px 40px !important;
        
    }
}
@media (max-width: 850px) {
    .header-content .logo-title-container h2 {
        font-size: 2.2em !important;
        
    }
    .header-content .logo-title-container h4 {
        font-size: 1.3em !important;
        
    }
}
@media (max-width: 795px) {
    .inside-container-1 {
        padding: 0 3rem 0 3rem;
    }
}
@media (max-width: 720px) {
    .header-content .logo-title-container {
        padding: 40px !important;
        
    }
}
@media (max-width: 677px) {
    header .main-header .hero-container{
        background-size: auto;
    }
    header .main-header .top-bar {
        padding: 24px;
    }
    header .main-header .top-bar .sf-container {
        position: absolute;
    }
    header .main-header .top-bar .logo-container {
        width: 100%;
        text-align: center;
    }
    header .main-header .top-bar .sf-container img {
        width: 70px;
    }
    header .main-header .top-bar .logo-container img {
        width: 150px
    }
}

@media (max-width: 500px) {
    .inside-container {
        padding: 0px 2rem;
    }
    .inside-container-1   {
        padding: 0 2rem 0 2rem;
    }
    header .main-header .top-bar {
        position: relative;
        padding: 20px;
        top: 0px;
    }
    header .main-header .top-bar .sf-container {
        display: none;
    }
    .header-second-row {
        top: 0px;
    }
    .header-content .logo-title-container {
        padding: 25px !important;
        
    }
    .header-content .logo-title-container h2 {
        font-size: 1.6em !important;
        
    }
    .header-content .logo-title-container h4 {
        font-size: 1.1em !important;
        
    }
    header .main-header .vid-holder {
        display: none;
    }
    .section-1 .inside-container .sec-1-top-cont .sec-1-left-cont .content-container p {
        font-size: 15px;
    }
    .section-1 .inside-container .sec-1-top-cont .sec-1-left-cont .content-container ul li {
        font-size: 15px;
    }
}
@media (max-width: 360px) {
    .header-second-row {
        top: -197px;
    }
}
/**Leftside of header container**/

.header-content .logo-title-container {
    width:60%;
    text-align: center;
    padding:  0 80px;
    align-self: center;
    box-sizing: border-box;
}
.header-content .logo-title-container h2 {
    color: #ffffff;
    font-family: 'Chronicle Display Roman', sans-serif;
    font-size: 2.5em;
    font-weight: 400;
}
.header-content .logo-title-container h4 {
    color: #ffffff;
    font-family: 'Chronicle Display Roman', sans-serif;
    font-size: 1.2em;
    font-weight: 400;
} 
.header-content .logo-title-container h2 {
    color: #ffffff;
    font-family: 'Chronicle Display Roman', sans-serif;
    font-size: 2.5em;
    font-weight: 400;
}
.header-content .logo-title-container p {
    color: #ffffff;
    font-family: 'Chronicle Display Roman', sans-serif;
    font-size: 16px;
    font-weight: 400;
} 
/**Rightside of header container**/

.header-content .header-second-row .form-container {
    width:40%;
}
.header-content .form-container .form-holder {
    position: relative;
    flex-direction: column;
    background: white;
    padding: 40px;
    box-sizing: border-box;
    z-index: 2;
    transition: top .2s;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.header-content .form-container .form-holder .form-header {
    display: inline-flex;
    width: 100%;
}
.header-content .form-container .form-holder .form-header .deal-type {
    width: 100%;    
    text-align: center;
    
}
.header-content .form-container .form-holder .form-header .deal-type h4 {
    font-family: 'Chronicle Display Roman', sans-serif;
    font-weight: 400;
    color: #bd8729;
    font-size: 25px;
}

.header-content .form-container .form-holder .form-header .deal-price p {
    font-family: 'Chronicle Display Roman', sans-serif;
    font-weight: 400;
    color: #bd8729;
    font-size: 15px;
}
.header-content .form-container .form-holder .form-header .deal-price p .number {
    font-size: 25px;
}
.header-content .form-container .form-holder #form-contact {
    text-align: left;
    font: 400 13.3333px Arial;
    font-family: 'Opulent-Regular', sans-serif;
    font-size: 1em;
}
.header-content .form-container .form-holder #form-contact a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
    font-family: 'Opulent-Regular', Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.header-content .form-container .form-holder input:not([type="checkbox"]):not([type="submit"]):not([type="date"]) {
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #bd8729;
    padding-bottom: .5em;
    font-family: 'Opulent-Regular', Arial, Helvetica, sans-serif;
    font-size: 1em;
}
.header-content .form-container .form-holder input[type="date"] {
    width: 75%;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #bd8729;
    padding-bottom: .5em;
    font-family: 'Opulent-Regular', Arial, Helvetica, sans-serif;
    font-size: 1em;
    margin: 0;
}
.header-content .form-container .form-holder #form p.interest {
    display: flex;
    border-bottom: 1px solid #bd8729;
    padding-bottom: .5em;
    width: 100%;
    justify-content: space-between;
    margin: 1.75em 0 0;
    font-family: 'Opulent-Regular', Arial, Helvetica, sans-serif;
}
.header-content .form-container .form-holder #form p.interest select#choices {
    width: 50%;
    border: none;
    color: #bd8729;
    font-family: 'Opulent-Regular', Arial, Helvetica, sans-serif;
    font-size: 1em;
    margin-left: 1px;
}

/**Input fields and labels for the form**/

input::placeholder { /* Firefox, Chrome, Opera */ 
    color: #bd8729; 
} 
  
input:-ms-input-placeholder { /* Internet Explorer 10-11 */ 
    color: #bd8729; 
} 
  
input::-ms-input-placeholder { /* Microsoft Edge */ 
    color: #bd8729; 
} 
input {
    margin: 2em 0 0;
}

label {
    width: auto;
    display: block;
    font-family: 'Opulent-Regular', Arial, Helvetica, sans-serif;
    font-size: 1em;
}
#privpolcheck {
    display: inline-flex;
    margin-top: 30px;
    
}
#privpolcheck input {
    position: relative;
    top:-25px;
    left:9px;
}
#privpolcheck p {
    font-size: 0.9em;
    position: relative;
    left:15px;
}
#privpol {
    text-decoration: underline;
    color: #bd8729;
    font-weight: 600;
    font-family: 'Opulent-Regular', Arial, Helvetica, sans-serif;
    font-size: 1em; 
}
#data-pol {
    text-align: center;
}
input[type="submit"] {
    padding: 0.85rem 2rem 0.75rem 2rem;;
    font-family: 'Opulent-Regular', Arial, Helvetica, sans-serif;
    font-size: 0.8rem;
    font-weight: normal;
    display: block;
    margin: 2em auto 0;
    border: 1px solid #cb9e67 !important;
    background: transparent;
    letter-spacing: 1px;
    text-transform: uppercase;
    letter-spacing: 0.075rem;
    text-decoration: none;
    color: #303233;
    margin-bottom: 1.5rem;
    min-width: 200px;
    width: auto;
    position: relative;
    line-height: 1.5;
    transition: all 0.1s ease-out;
    text-align: center !important;
}
input[type="submit"]:hover {
    color: #ffffff;
    background-color: #bd8729;
}
input[type="submit"]:active, input[type="submit"]:focus {
    outline: 0;
    border: none;
}
.submit-complete {
    display:none;
    margin-top: 20px;
}
.submit-complete h3#thanks {
    text-align: center;
    width: 100%;
    padding-bottom: 1em;
    font-size: 1.2em;
    font-family: 'Opulent-Regular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    color: #000000;
}
#form-book > div > div > div.submit-sending {
    display:none;
    margin-top: 20px;
    text-align: center;
}
#form-book > div > div > div.submit-sending #sending {
    width: 53px;
}
.done {
    display: block !important;
}


/**Section 1 of Page**/

.section-1 {
    margin: 90px 0 130px 0;
    position: relative;
    top: 120px;

}
.section-1 .inside-container .sec-1-top-cont {
    display: inline-flex;
    margin-bottom: 35px;
   
}
.section-1 .inside-container .sec-1-top-cont .sec-1-left-cont {
    padding: 0 40px;
    width:60%;
}
.section-1 .inside-container .sec-1-top-cont .sec-1-left-cont .content-container{
    align-self: center;
    padding: 0;
    box-sizing: border-box;
}
.section-1 .inside-container .sec-1-top-cont .sec-1-left-cont .content-container h4 {
    font-family: 'Chronicle Display Roman', sans-serif;
    font-weight: 400;
    color: #bd8729;
    font-size: 25px;
    text-align: center;
    border-bottom: 1px solid #bd8729;
    padding-bottom: 20px;
    margin-bottom: 30px;

}
.section-1 .inside-container .sec-1-top-cont .sec-1-left-cont .content-container p{
    color: #303233;
    font-family: 'Chronicle Display Roman', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 5px;
    letter-spacing: 0.1px;
}
.section-1 .inside-container .sec-1-top-cont .sec-1-left-cont .content-container ul li {
    color: #bd8729;
    font-family: 'Chronicle Display Roman', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 1em;
    letter-spacing: 0.1px;
}
.section-1 .inside-container .sec-1-top-cont .sec-1-right-cont {
    width: 40%;
}
.section-1 .inside-container .sec-1-top-cont .sec-1-right-cont img {
    width: 100%;
}
@media (max-width: 1540px) {
    .section-1 {
        margin: 85px 0 130px 0;
    }
}
@media (max-width: 1520px) {
    .section-1 {
        margin: 80px 0 130px 0;
    }
}
@media (max-width: 1490px) {
    .section-1 {
        margin: 50px 0 130px 0;
    }
}
@media (max-width: 1440px) {
    .section-1 {
        margin: 30px 0 130px 0;
    }
}
@media (max-width: 1420px) {
    .section-1 {
        margin: 10px 0 130px 0;
    }
}
@media (max-width: 1400px) {
    .section-1 {
        margin: 0 0 130px 0;
    }
}
@media (max-width: 1360px) {
    .section-1 {
        margin: -40px 0 130px 0;
    }
}
@media (max-width: 1170px) {
    .section-1 {
        margin: 60px 0;
        position: relative;
        top: 0;
    }
    .section-1 .inside-container .sec-1-top-cont{
        display: block;
    }
    .section-1 .inside-container .sec-1-top-cont .sec-1-left-cont,.section-1 .inside-container .sec-1-top-cont .sec-1-right-cont {
        width: 100%;
    }
    .section-1 .inside-container .sec-1-top-cont .sec-1-left-cont .content-container ul li br.space-one {
        display: none;
    }
    .section-1 .inside-container .sec-1-top-cont .sec-1-left-cont {
        margin-bottom: 20px;
        padding: 0;
    }
    .section-1 .inside-container .sec-1-bottom-cont {
        margin-top: 40px;
    }
    .section-1 .inside-container .sec-1-bottom-cont h3{
        margin-bottom: 15px;
    }
}
@media (max-width: 850px){
    .section-1 {
        margin: 20px 0;
    }
    .section-1 .inside-container .sec-1-bottom-cont p {
        font-weight: 300;
    }
    .inside-container {
        padding: 0 3rem;
    }
}
@media (max-width: 567px){
    .section-1 .inside-container .sec-1-top-cont .sec-1-left-cont p {
        font-size: 1.4em;
    }
    .section-1 .inside-container .sec-1-bottom-cont h3{
        font-weight: 300;
    }
}
@media (max-width: 500px) {
    .section-1 .inside-container .sec-1-top-cont .sec-1-left-cont .content-container p {
        font-size: 15px;
    }
    .section-1 .inside-container .sec-1-top-cont .sec-1-left-cont .content-container ul  { 
        padding-left: 15px;
    }
    .section-1 .inside-container .sec-1-top-cont .sec-1-left-cont .content-container ul li {
        font-size: 15px;
    }
}
@media (max-width: 420px){
    .section-1 .inside-container .sec-1-top-cont .sec-1-left-cont p {
        font-size: 1.2em;
    }
}


/**Section 3 of the Page**/

.section-3 {
    margin-bottom: 60px;
}
.section-3 .inside-container .sec-3-middle-cont {
    text-align: center;
    margin-bottom: 60px;
} 
.section-3 .inside-container .sec-3-middle-cont p {
    font-family: 'Opulent-Regular', Arial, Helvetica, sans-serif;
    color: #000000;
    font-size:  1rem;
    line-height: 1.6;
    letter-spacing: 0.01em;
}
.section-3 .inside-container .sec-3-bottom-cont {
    text-align: center;
}
.section-3 .inside-container .sec-3-bottom-cont a {
    padding: 0.85rem 2rem 0.75rem 2rem;
    font-family: 'Opulent-Regular', Arial, Helvetica, sans-serif;
    font-size: 0.8rem;
    font-weight: normal;
    display: block;
    margin: 2em auto 0;
    border: 1px solid #cb9e67 !important;
    background: transparent;
    letter-spacing: 1px;
    text-transform: uppercase;
    letter-spacing: 0.075rem;
    text-decoration: none;
    color: #303233;
    margin-bottom: 1.5rem;
    max-width: 200px;
    width: auto;
    position: relative;
    line-height: 1.5;
    transition: all 0.1s ease-out;
    text-align: center !important;
} 
.section-3 .inside-container .sec-3-bottom-cont a:visited, .section-3 .inside-container .sec-3-bottom-cont a:link  {
    text-decoration: none !important;
    color: #000000;
}
.section-3 .inside-container .sec-3-bottom-cont a:hover {
    color: #ffffff;
    background-color: #bd8729;
}


/**Footer Section*/

footer {
    padding: 2rem;
    background: #303233;
    position: relative;
    z-index: 2;
    bottom: -55px;
}
footer .row {
    position: relative;
    width: 100%;
}
footer .row .footer-container {
    display: flex;
    width: 100%;
}
footer .row .footer-container .logo-container-1 {
    width: 33%;
    vertical-align: middle;
    text-align: left;
} 
footer .row .footer-container .social-links {
    margin: auto;
    width: 33%;
    vertical-align: middle;
    text-align: center;
}
footer .row .footer-container .social-links a {
    margin: 0 10px;
}
footer .row .footer-container .social-links a i {
    font-size: 25px;
    color: #ffffff;
}
footer .row .footer-container .social-links a i:hover {
    color: #C0C1C1;
}
footer .row .footer-container .certified {
    width: 33%;
    text-align: right;
}
footer .row .footer-container .certified img {
    width: 300px;
}
@media (max-width: 1100px) {
    footer .row .footer-container .certified img {
        width: 200px;
    }
}
@media (max-width: 850px){
    footer .row .footer-container .logo-container-1 {
        width: 50%;
    }  
    footer .row .footer-container .social-links {
        margin: 0 20px;
        width: 50%;
        text-align: right;
    }
    footer .row .footer-container .certified {
        display: none;
    }
}
@media (max-width: 550px) {
    footer .row .footer-container {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    footer .row .footer-container .logo-container-1 {
        width: 100%;
        text-align: center;
    } 
    footer .row .footer-container .social-links {
        margin: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
}