@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');

:root {
    --theme-black-color: #343434;
    --theme-bg-color: #132434;
    --theme-logo-bg:#FBC979;
    --theme-pdf-size-color: #6A6A6A;
}

body{
    font-family: "Space Grotesk", sans-serif;
}
html{
    scroll-padding-top: 70px;
}

.navbar{
    background-color: #12213E !important;
}
.header-black{
    background-color: var(--bs-black) !important;
}

/*** T H E - M A G I C - O F - O B J E C T - F I T ***/
/*****************************************************/
.video-container {
    height: 100vh;
    position: relative;
    overflow: hidden;
    background-color: #12223e;
  }
  video {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }
  .video-container:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(24, 45, 75, 0.71);
  }
.callout {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    text-align: center;
    margin: 0 auto;
}
.carousel-inner{
    z-index: 1;
}
.callout h1 {
    font-size: 46px;
    font-weight: 700;
    color: var(--bs-white);
}
.callout p{
    font-size: 24px;
    font-weight: 500;
    color: var(--bs-white);
    margin-top: 23px;    
}
.navbar-toggler{box-shadow: none !important;}
.navbar-brand img{
    max-width: 100px;
}
.change-logo-style img{
    max-width: 70px;
    position: static !important
}
.btn-dark.bg-transparen,.btn-dark.bg-transparen:hover{
  background-color: transparent !important;
  color: var(--bs-white) !important;
}
.btn-dark.bg-transparen svg path{
  fill: var(--bs-white) !important;
}
img{
    transition: .7s all;
    -moz-transition: .7s all;
    -webkit-transition: .7s all;
    -o-transition: .7s all;
}
.btn{
    background-color: var(--bs-white);
    border-radius: 0px !important;
    min-height: 54px;
    border-color: var(--bs-white) !important;
    color:  var(--bs-black);
    font-size: 16px;
    font-weight: 500;
    min-width: 162px
}
.btn:active{
    background-color: var(--bs-black);
}
.btn:hover {
    background-color: var(--bs-black) !important;
}
.btn:hover svg path,.btn:active svg path{fill: var(--bs-white) !important;}

.btn.btn-white{
    background-color: var(--bs-black);
    color:  var(--bs-white);
    border-color:transparent !important;
}
.btn.btn-white svg path{fill: var(--bs-white) !important;}
.btn.btn-white:hover svg path,.btn.btn-white:active svg path{fill: var(--bs-black) !important;}
.btn.btn-white:hover {
    background-color: var(--bs-white) !important;
    border-color: var(--bs-black) !important;
    color:  var(--bs-black);
}

section.about{
    padding: 60px 0;
}
.main-title-box p{
    color: var(--theme-black-color);
    font-size: 18px;
    font-weight: 400;
}
.main-title-box h2{
    color: var(--bs-black);
    font-size: 36px;
    font-weight: 400;
    max-width: 370px;
   
}
.main-title-box span{
    font-weight: 600;
}
.about-us p{
    font-size: 18px;
    font-weight: 500;
}
.about-us ul li{
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.successful-trades{
    background: #E1D4BF;
    box-shadow: 0px 4px 4px 0px #0000001C;
    padding: 30px 0;
    border-radius: 4px;
    text-align: center;
    width: 100%;
}
.successful-trades h2{
    margin: 16px 0 10px 0;
    font-size: 36px;
    font-weight: 600;
}
.successful-trades p{
    font-size: 14px;
    font-weight: 400;
}
.margin-t-b{
    margin: 70px 0;
}
.max-470{max-width: 470px !important;}
.max-870{max-width: 870px;}
.six-box{
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(284px, 1fr) );
    column-gap: 30px;
    row-gap: 71px;
}
.six-box > div{
    background: var(--theme-bg-color);
    border: 1px solid;
    border-image-source: linear-gradient(180deg, #E1D4BF 0%, #132434 100%);
    border-radius: 30px;
    position: relative;
}
.six-box .icon-box{
    position: absolute;
    left: 14px;
    top: -34px;
}
.six-box > div > img{
    width: 100%;
}
.six-box-details{
    padding: 14px;
    color: var(--bs-white) !important;;
}
.six-box-details h2{
    font-size: 20px;
    font-weight: 600;
}
.six-box-details li{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}
.last-box{
    background-color: var(--theme-logo-bg) !important;
    color: var(--bs-black);
    padding: 30px 10px;
}
.last-box h2{
    margin-top: 30px;
    font-size: 36px;
    font-weight: 400;
}
.last-box h2 span{    
    font-weight: 700;
}
.last-box p{
    font-size: 20px;
    font-weight: 500;
    margin-top: 14px;
}
.documents{
    background-color: #F6F3F0;
    padding: 70px 0;
}
.side-by-side{
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(540px, 1fr) );
    column-gap: 30px;
    row-gap: 16px;
}
.side-by-side > div{
    background-color: var(--bs-white);
    box-shadow: 0px 4px 4px 0px #EDE8E0;
    border-radius: 8px;
    padding: 16px 16px 16px 10px;  
}
.side-by-side > div > a{
    display: flex;
    justify-content: space-between;
    text-decoration: none;
}
.side-by-side > div p{
    font-weight: 500;
    font-size: 14px;
    color: var(--bs-black);
}
.side-by-side > div p span{
    color: var(--theme-pdf-size-color)
}
.would-you{
    background-color: #FBC979;
    border-radius: 30px;
    padding: 33px 20px;
    margin-top: 70px;
}
.would-you .main-title-box p{font-size: 20px;font-weight: 500;line-height: 34px;}

.contact-us{
    background-color: #132434;
    padding: 70px 0;
    color: var(--bs-white) !important;
    position: relative;
}
.contact-us p,.contact-us h2{
    color: var(--bs-white) !important;
}
.contact-us::before{content: url(../img/contact-us-right-bg.svg);right: 0;bottom: -7px;position: absolute;}
.font-14{font-size: 14px !important;}
.form-control{
    border: 0;
    border-bottom: 1px solid #474747;
    border-radius: 0;
    background-color: transparent !important;
    margin-bottom: 40px;
    box-shadow: none !important;
    padding: 20px 0px;
    color: var(--bs-white) !important;
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: var(--bs-white);
    font-family: 500;
    font-size: 14px;
  }
  .form-control::-moz-placeholder { /* Firefox 19+ */
    color:  var(--bs-white);
    font-family: 500;
    font-size: 14px;
  }
  .form-control:-ms-input-placeholder { /* IE 10+ */
    color:  var(--bs-white);
    font-family: 500;
    font-size: 14px;
  }
  .form-control:-moz-placeholder { /* Firefox 18- */
    color:  var(--bs-white);
    font-family: 500;
    font-size: 14px;
  }
  footer{
    background-color: #091226;
    padding: 60px 0;
    color: var(--bs-white);
  }
  footer .font-16{font-size: 16px !important;font-weight: 500;}
  footer h2{font-size: 16px !important;font-weight: 600;margin-bottom: 20px;}
  footer ul li{font-size: 14px;font-weight: 500;}
  footer ul li a{padding: 0 !important;color: var(--bs-white) !important;margin-bottom: 14px;}
  .email-link a,.font-weight-300{font-size: 14px;font-weight: 300;color:var(--bs-white);text-decoration: none;}
  .footer-bottom{background-color: var(--bs-black);padding: 14px 0;}
  .footer-bottom p{margin: 0;color: rgb(255, 255, 255, 50%);font-size: 14px;font-weight: 300;}
  .back-to-top {
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 99;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background: var(--bs-black);
    padding: 5px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    box-shadow: rgba(50,50,93,0.25) 0px 6px 5px -1px, rgba(0,0,0,0.2) 0px 4px 3px -1px;
}
.cw-long-arrow-top {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-top: 2px solid var(--bs-white);
    border-left: 2px solid var(--bs-white);
    -webkit-transform: rotate(-45deg);
    transform: rotate(45deg);
    margin-top: 8px;
}
.cw-long-arrow-top::after {
    content: "";
    display: block;
    width: 2px;
    height: 16px;
    background-color: var(--bs-white);
    -webkit-transform: rotate(-45deg) translate(15px, 4px);
    transform: rotate(-45deg) translate(5px, 1px);
}

.modal-body .form-control{
    padding: 10px 0px;
    color: var(--bs-black) !important;
}
.modal-body .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: var(--bs-black);
    font-family: 500;
    font-size: 14px;
  }
  .modal-body .form-control::-moz-placeholder { /* Firefox 19+ */
    color:  var(--bs-black);
    font-family: 500;
    font-size: 14px;
  }
  .modal-body .form-control:-ms-input-placeholder { /* IE 10+ */
    color:  var(--bs-black);
    font-family: 500;
    font-size: 14px;
  }
  .modal-body .form-control:-moz-placeholder { /* Firefox 18- */
    color:  var(--bs-black);
    font-family: 500;
    font-size: 14px;
  }


@media (min-width: 992px){
    nav{
        height: 80px;
    }
}
@media (min-width: 1400px){
    .container{
        max-width:1170px;
    }
}

@media (max-width: 1199px){
    .callout h1{
        font-size: 30px;
    }
    .callout p{
        font-size: 20px;
    }
    .w-md-100{width: 100%;}
}
@media (max-width: 991px){
    .navbar-brand img{
        height: 54px;
        position: unset !important;
    }
    .callout h1{
        font-size: 28px;
    }
    .callout p{
        font-size: 16px;
    }
    section.about{
        padding: 50px 0;
    }
    .side-by-side{
        grid-template-columns: repeat( auto-fit, minmax(100%, 1fr) );
    }
}
@media (max-width:767px){
    html{
        scroll-padding-top: 60px;
    }
}