@font-face {
    font-family: 'DINComp-Ita';
    src: url('../fonts/DINComp-Ita.woff2') format('woff2'), url('../fonts/DINComp-Ita.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'DINComp-BoldIta';
    src: url('../fonts/DINComp-BoldIta.woff2') format('woff2'), url('../fonts/DINComp-BoldIta.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'DINComp';
    src: url('../fonts/DINComp-Bold.woff2') format('woff2'), url('../fonts/DINComp-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'DINComp';
    src: url('../fonts/DINComp-Medium.woff2') format('woff2'), url('../fonts/DINComp-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'DINComp';
    src: url('../fonts/DINComp.woff2') format('woff2'), url('../fonts/DINComp.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DIN Condensed';
    src: url('../fonts/DINCondensed-Bold.woff2') format('woff2'), url('../fonts/DINCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
.bg{
    position: relative;
    background: url(../images/bg.png) center center no-repeat;
    width: 100%;
    height: 773px;
    background-size: cover;
}
.bg-banner{
    position: relative;
    background-image: url(../images/header.png);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 44% -65px;
}
/* .bg img{
    opacity:0;
}
*/
.top-banner{
    height: 100%;
    min-height: 773px;
    position: absolute;
    top: 0;
    background-size: contain;
}
.banner-content{
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.b-content-left{
    width: 100%;
    max-width: 312px;
    transform: translateX(50%);
}
.b-text-1{
    text-align: left;
    font: Bold 14px/20px DIN Condensed;
    letter-spacing: 0;
    color: #797979;
    margin-bottom: 20px;
}
.square-box{
    width:100%;
    max-width: 302px;
    height: 78px;
    background: #FFFFFF;
    border: 1px solid #D8CEAF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 20px;
    font: Bold 20px/28px DIN Condensed;
    letter-spacing: 0;
    color: #A6ADB4;
    text-transform: uppercase;
}
.arrow-icon{
    width: 63px;
    height: 63px;
    border: 2px solid #A6ADB4;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding-right: 6px;
}
i {
    border: solid #A6ADB4 ;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 8px;
}
.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.b-content-center{
    margin-top:80px;
    margin-bottom: 90px;
}
.b-content-center p{
    font: Bold 14px/20px DIN Condensed;
    letter-spacing: 0;
    color: #797979;
    border-bottom: 2px solid #797979;
    padding-bottom: 5px;
    margin: 0px;
}

.hd-wrap{
    max-width: 597px;
}
.hd-1{
    font: Bold 60px/65px DIN Condensed;
    letter-spacing: 0;
    color: #A6ADB4;
    text-transform: uppercase;
    word-wrap: break-word;
}
.sub-heading{
    font: Bold 30px/42px DIN Condensed;
    letter-spacing: 0;
    color: #A6ADB4;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.para-text{
    font: Regular 16px/20px DINComp;
    letter-spacing: 0;
    color: #797979;
    margin: 15px 0px 30px;
}
.custom-card{
    padding: 43px 18px 24px 27px;
    height: 100%;
}
.bg-pattern{
    position: relative;
}
.bg-pattern::before{
    background: transparent url('../images/bg.png') 0% 0% no-repeat padding-box;
    background-size: cover;
    opacity: 0.43;
    content: '';
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.custom-card h3{
    font: Bold 20px/28px DIN Condensed;
    letter-spacing: 0;
    color: #A6ADB4;
    text-transform: uppercase;
}
.custom-card p{
    font: Regular 16px/20px DINComp;
    letter-spacing: 0;
    color: #797979;
}
.custom-card p a{
   color: #B9A881 !important;
    text-decoration: underline !important;
    word-wrap: break-word;
}
.pyramid-img{
    width: 100%;
}
ul.hd-list, ul.ul-list{
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.hd-list li{
    font: Bold 30px/65px DIN Condensed;
    letter-spacing: 0;
    color: #A6ADB4;
    text-transform: uppercase;
}
ul.hd-list li span{
    font: Bold 60px/65px DIN Condensed;
}
ul.ul-list li{
    font: Regular 16px/20px DINComp-Bold;
    letter-spacing: 0;
    color:#797979;
}
.p-text{
    font: Regular 16px/20px DINComp-Bold;
    letter-spacing: 0;
    color: #B9A881;
    margin-top:20px;
}
.square-box.bottom{
    max-width: 389px;
    margin:35px 0 80px;
}
.square-box.bottom .text-yellow{
    font: Regular 16px/20px DINComp-Bold;
    letter-spacing: 0;
    color: #B9A881;
}
.footer{  
    color:#FFFFFF;
    padding-bottom: 25px;
}
.footer-content{
    max-width:750px;
    height: 100%;
    display:flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.ft-box{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.logo-container{
    width: 100%;    
    min-height: 86px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.logo-container > div{
    width: 126px;
    text-align: center;
}
ul.footer-links{
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;    
    flex-wrap: wrap;
}
ul.footer-links li{
    font: Regular 16px/20px DINComp-Bold;
    letter-spacing: 0;
    color: #464646;
    min-height: 30px;
    text-align: center;
    width:126px;
}
.footer-links a{
  color: #464646;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
}
.boat{
    padding-right: 30px;
    padding-top: 80px;
}
.copyright{
    font-weight: bold;
}
.for-mobile-only{
    display: none;
}


.footer.bg-pattern::before{
    opacity:1
}
@media only screen and (max-width: 991px) {
    .bg{
        width: 100%;
        height: 285px;
        background-size: cover;
   }
    .bg-banner{
        background-size: 170%;
        background-position: center center;
   }
    .banner-content {
        bottom: unset;
        top:290px;
        padding: 40px 36px 0px;
   }
    .b-content-left {
        transform: none;
   }
    .b-content-center {
        margin-top: 52px;
   }
    .main-wrapper{
        padding-top: 270px;
   }
    .content-wrapper{
        padding: 0 20px 20px;
   }
}
@media only screen and (max-width: 767px) {
    .bg{
        height: 211px;
   }
   .bg-banner{    
    background-image: url(../images/header.png);
    background-size: 170%;
   }
    .banner-content {
        top:211px;
        padding: 40px 36px 0px;
   }
    .main-wrapper{
        padding-top: 265px;
   }
   ul.hd-list li{
    font: Bold 20px/70px DIN Condensed;
   
}
ul.hd-list li span{
    font: Bold 60px/70px DIN Condensed;
}
ul.hd-list li span.small-sm-text{
    font: Bold 20px/70px DIN Condensed;
}

    .footer{
       padding: 20px;
   }
    .footer-content{
        padding: 0 50px;
   }
    ul.footer-links li{
        width: 95px;
   }
    .boat{
        display: none;
   }
    .copyright{
        padding-left:0px;
   }
   .logo-container > div{
    width: 40%;
    text-align: center;
}
}
@media only screen and (max-width: 413px) {
    .for-mobile-only{
        display: inline;
    }
    .for-others-only{
        display: none;
    }
}
@media only screen and (max-width: 374px) {
   
    .main-wrapper {
        padding-top: 370px;
    }
    .square-box {
        font: Bold 14px/28px DIN Condensed;
   }
   .footer-content {
    padding: 0 30px;
}
}
