@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:wght@100;200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');


html, body{
    max-width:100vw;
    overflow-x: hidden !important;
}
.topbar-row {
    background-color: #800020;
    color:#FFFF;
    height:30px;
    font-size: 12px;
}

.navbar-collapse{
    background: white;
    border-radius: 15px;
}



.toprow-right{
    padding-right:12px;
    /* margin-right: 12px; */
    
}
.toprow-left{
    margin-left: 12px;
}

.nav-style {
    height:100px;
    background-color: #FFFF;
    z-index: 10;
}

.nav-link {
    padding-left: 30px !important;
    font-size: 18px;
    font-family: 'IBM Plex Serif', serif;
    font-weight: 900;
}
.banner {
    background-image: url('AdobeStock_279306477_Preview.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    
}

button.btn.btn-large.btn-primary.btn-send {
    width: fit-content;
    margin-top: 15px;
    font-size: 20px;
    background-color: #660019;
    padding-top: 8px;
    font-family: 'Montserrat';
    font-weight: 600;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 15px;
    color:#FFFF !important;

    text-shadow: none !important;
    text-decoration: none !important;
}

button.btn.btn-large.btn-primary.btn-send:hover {
    color:#FFFF;
    background-color: #000000;
}

.custom-text {
    color: #800020;
    font-family: 'IBM Plex Serif', serif;
}

.checkbox-circle {
    border-radius: 50% !important;
}

.shadeblack {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

.shadewhite {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.500);
}



.bannerbutton {
    width: 138px;
    margin-top: 15px;
    font-size: 20px;
    background-color: #660019;
    padding-top: 8px;
    font-family: 'Montserrat';
    font-weight: 600;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 15px;
    color:#FFFF !important;

    text-shadow: none !important;
    text-decoration: none !important;
}

.bannerbutton:hover {
    color:#FFFF;
    background-color: #000000;
}

h1 {
    font-family: 'IBM Plex Serif', serif;
    font-weight: 900;
    font-size:45px;
    color:#800020;
}
h2 {
    font-family: 'IBM Plex Serif', serif;
    font-weight: 900;
    font-size:33px;
    color:#e3e3e3;
}
h3 {
    font-family: 'IBM Plex Serif', serif;
    font-weight: 600;
    font-size:32px;
}
p {
    font-size: 20px;
}


ul {

    list-style-position: inside;
    padding-left: 0px !important;
}

ol {

    list-style-position: inside;
    padding-left: 0px !important;
}


.av-section-off {
    background-color: #F5F4EB;
    padding-left:100px;
    font-weight: 600;
    font-size: 18px;
    padding-right:100px;
    padding-top:125px;
    padding-bottom:125px;
}
.av-section-banner {
    background-color: #800020;
    border-top:2px solid black;
    border-bottom:2px solid black;
    padding-left:100px;
    font-weight: 600;
    font-size: 18px;
    padding-right:100px;
    padding-top:75px;
    padding-bottom:75px;
}

.av-section-title-block {
    background-color: #FFFF;
    color:black !important;
    padding-left:100px;
    font-weight: 600;
    font-size: 18px;
    padding-right:100px;
    padding-top:75px;
    padding-bottom:75px;
}

.av-section-image-text{
    background-color: #F5F4EB;
    color:black !important;
    padding-left:100px;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 20px;
    padding-right:100px;
    padding-top:75px;
    padding-bottom:75px;
}

.av-flex-center {
    display:flex; 
    align-items:center
}

.av-flex-center-opp {
    display:flex; 
    align-items:center;
    justify-content: flex-end;
}
video {
    width: 100%;
    height: fit-content;
    border-radius:15px;
  }
.av-section-image-text-off {
    background-color: #FFFF;
    color:black !important;
    padding-left:100px;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 20px;
    padding-right:100px;
    padding-top:75px;
    padding-bottom:75px;
}

.video-container {
     position: relative; 
     padding-top: 30px; 
     width:90%;
     height:100%;
     overflow: hidden; 
}

.placeholder-video {
    position: relative; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height:100%;

}


.video-container iframe, .video-container object, .video-container embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height:80%;
     
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
  }


.footer-bg {
    background-color: #201F1F;
    
}

.text-footer {
    color:#D9D8D8 !important;;
    width:fit-content;
    font-family: 'IBM Plex Serif', serif;
    text-decoration: none !important;
}

.text-footer-copyright {

    font-family: 'IBM Plex Serif', serif;
 
}

.text-footer-address {
    color:#D9D8D8 !important;;
    width:fit-content;
    font-family: 'IBM Plex Serif', serif;
 
}


.text-footer::after {
    content: "";
    display: block;
    color:#D9D8D8;
    
    height: 3px;
    width: 0;
    top: 5px;
    background: transparent;
    transition: all 0.5s;
    
  }
  
  .text-footer:hover::after, .text-footer.active-nav::after {
    width: 30%;
    background: #660019;
    text-decoration: none !important;
    
  }

  .nav-link::after {
    content: "";
    display: block;
    color:#D9D8D8 !important;
    
    height: 3px;
    width: 0;
    top: 5px;
    background: transparent;
    transition: all 0.5s;
    
  }
  
  .nav-link:hover::after, .nav-link.active-nav::after {
    width: 100%;
    background: #660019;
    text-decoration: none !important;
    
  }

  @media only screen and (max-width: 972px) {
    .destroy-left {
        display:none !important;
    }
    .destroy-right {
        display:none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .nav-link {
        font-size: 14px !important;
    }

}

@media only screen and (max-width: 990px) {
        .bannercontent {
            position: relative;
            top:10%;
            left:0px;
            width: 80%;
            margin:auto;
        }
        .nav-link:hover::after, .nav-link.active-nav::after {

            background: #ffffff00 !important;
            
          }
  }

  @media only screen and (max-width: 991px) {
    .banner-div-hide {
        display: none !important;
    }
    .banner-div-padding {
        margin-top:35px;
        margin-bottom:25px;
    }

}
/* @media only screen and (max-width: 1175px) {

    .wrapthisandcenter {
        color: #000000;
        text-shadow: -1px -1px 0 rgb(255, 255, 255), 1px -1px 0 rgb(255, 255, 255), -1px 1px 0 rgb(255, 255, 255), 1px 1px 0 rgb(255, 255, 255);
    }
} */
  
@media only screen and (max-width: 393px) {
    .navbar-brand {
        width:200px;
    }
    .av-section-off {

        padding-left:3% !important;
        padding-right:3% !important;

    }
}
@media only screen and (max-width: 303px) {
    .navbar-brand {
        width:150px;
    }

}
@media only screen and (max-width: 767px) {
    .av-flex-center {
        display:block; 
        
    }

    .av-section-image-text {
        padding-left:2% !important;
        padding-right:2% !important;
    }

    .av-section-image-text-off {
        padding-left:2% !important;
        padding-right:2% !important;
    }

    .av-flex-center-opp {
        display:block; 
        
        justify-content: flex-end;
    }

    .av-section-off {

        padding-left:2% !important;
        padding-right:2% !important;

    }

    .av-section-title-block {
        padding-left:2% !important;
        padding-right:2% !important;

    }

    .av-section-banner {
        padding-left:2% !important;
        padding-right:2% !important;

    }

    .about-profile-text {
        text-align: center !important;
        display: block !important;
        font-size: 12px !important;
    }
    .about-profile-image {
        text-align: center !important;
        display: block !important;
    }
}



