@font-face {
    font-family: Montserratthin;
    src: url("../../font/Montserrat/Montserrat-ExtraLight.ttf");
}

@font-face {
    font-family: 'HelveticaThin';
    src: url('../../font/FontsFree-Net-HelveticaNeueUltraLight.ttf');
  }

html, body {
    padding: 0;
    margin: 0;
    height: 100vh;
    width: 100%;
    font-family: MontserratThin,arial,sans-serif;
    scroll-behavior: smooth;
    font-size: 1.3rem;
}

.modal {
    display: none;
    position: fixed; /* Stay in place */
    z-index: 99; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  .modal-content {
    background-color: #150f1b;
    color: white;
    margin: 20% auto; /* 15% from the top and centered */
    padding: 20px;
    border: none;
    width: 40%; /* Could be more or less, depending on screen size */
}

.modhead {
    font-size: 2.4rem;
    font-weight: 600;
}

.modal .col-btn {
    margin-top: 1rem;
    background: white;
    color: #727376;
    padding: .5rem 1rem;
    font-size: 20px;
    border-radius: 40px;
}

.show {
    display: block;
}

.no-scroll {
    overflow: hidden; 
}

button:hover {
    cursor: pointer;
}

textarea {
    width: auto; 
}

.header {
    background: none;
    width: 100%;
    position: fixed;
    top: 0;
    margin: 0 auto;
    padding: 0 3rem;
    box-sizing: border-box;
    z-index: 10;
    display: block;
    transition: top 1s;
}

.menu {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.brand-container {
    padding: .5rem; 
}

.logo1 {
    width: 70%;
}
  
.logo1:hover {
    cursor: pointer;
}

.menubars {
    padding: 1rem; 
    display: inline-block;
    cursor: pointer;
}
    
.bar1, .bar2, .bar3 {
    width: 28px;
    height: 4px;
    background-color:  rgb(255, 255, 255);
    margin: 6px 0;
    transition: 0.4s;
    border-radius: 10%;
}

.main-overlay {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    background-color: #26242F;
    animation: slider 5s;
    top: -150%;
}

@keyframes slider {
   0% {top: 0;}
    100%{top: -150%;}
  }

.blackbars {
    background-color: rgb(12, 12, 12);
}
    
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}
    
.change .bar2 {opacity: 0;}
    
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}
  
.whitebars {
     background-color:  rgb(216, 216, 216);
}

.menucontainer {
    background-color: black;
    color:white;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 6rem 0;
    opacity: 1;
    z-index: 6;
    position: fixed;
    top: 0;
    transition: all 1s;
    transform: translateY(0);
}

.contactinfo2 {
    color: white;
    width: 100%;
    margin: 0 auto;
    padding: 10rem;
  }

.menuover2 {
    width: 100%;
    margin: 0 auto;
    display: flex;
}

.menuover2 .socialcont {
    margin-top: 10rem;
    margin-left: 3rem;
}

.menuover2 .socialcont a {
    color: #aaaaaa;
}

.menucont2 {
    width: 100%;
    padding: 2rem 5rem;
}

.overlayp2 a {
    color: rgb(228, 228, 228);
    font-size: 2rem;
    font-weight: 900;
    text-decoration: none;
    margin-left: 3rem;
}

.overlayp2 a:hover {
    color: rgb(104, 104, 104);
}
  
.overlayp2 a.active2 {
    color: rgb(104, 104, 104);
}

.newsletter-in {
    border: none;
    border-bottom: 1px solid white;
    background: none;
    color: white;
}
  
.signup-btn {
    background: none;
    border: none;
    margin-left: -1.5rem;
    color: white;
}

.newsletter-in:focus {
    outline: none;
}

.push {
    margin-top: 5rem;
}

.menuhide {
    transform: translateY(-100%);
    opacity: 0;
    transition: all 1s;
}

.hidemenu {
    transform: translateY(-100%);
    opacity: 0;
    transition: all 1s;
}

.section {
    padding: 200px 0;
}

.section.black {
    background-color:#26242F;
    color: white;
}

.section.white {
    background-color: rgb(245, 245, 245);
    color: #727376;
}

.section-title {
    margin-top: 0;
    font-size: 80px;
    text-align: center;
}

.csection-title {
    margin-top: 0;
    font-size: 23px;
}

.section-title.white {
    color: rgb(32, 32, 32);
}

.section-title.black {
    color:white;
}

.section-content {
    padding: 0 335px;
    margin: 0 auto;
}

.section-text {
    text-align: left;
    font-size: 1.3rem;
}

.csection-text {
    text-align: left;
    font-size: 45px;
}

.section-text.white {
    color: #727376;
}

.section-text.black {
    color: white;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.col {
    flex: 1 0 200px;
}

.mobile {
    display: none;
}

/*Video Section*/

.video-container {
    width: 100%;
    text-align: right;
    z-index: 0;
    position: relative;
}

.video-container video {
    width: 100%;
    position: relative;
    z-index:0;
}

/*Down Button Section*/
.downbtn-cont {
    background: none;
    position: absolute;
    bottom: 4rem;
    color: white;
    right: 6rem;
    padding: .5rem;
}

.downbtn-cont:hover {
    cursor: pointer;
}

.downbtn {
    width: 100px;
}

.toblack {
    filter: brightness(10%);
}

.footer .contactinfo2 {
    display: none;
}


@media screen and (max-width: 1100px) {
    .section-content {
        padding: 0;
    }

    .menucontainer {
        padding: 0;
    }

    .menucont2 {
        padding: 2rem 2rem;
    }

    .contactinfo2 {
        padding: 8rem 4rem;
    }

    .section-text {
        font-size: 1.3rem;
    }
    
    .csection-text {
        font-size: 1.3rem;
    }

    .csection-text, .csection-title {
        padding: 0 1rem;
    }

    .dir-text {
        line-height: 1.5;
        font-size: 30px;
    }

    .profile-pic {
        width: 100%;
    }

    .downbtn-cont {
        bottom: .8rem;
        font-size: 1.8rem;
        right: 2rem;
    }

    .logo1 {
        width: 50%;
    }

    .menubars {
        padding: .5rem;
    }
    
}

.hp {
    display: none;
}

@media screen and (max-width: 800px) {
    .footer .contactinfo2 {
        display: block;
        padding: 0;
        margin-bottom: 3rem;
    }
    
    .section {
        padding: 2rem 0 5rem 0;
        width: 100%;
    }

    .feature-title {
        font-size: 60px;
    }

    .col {
        margin-top: .5rem;
        padding: 0 1rem;
    }

    .col.right {
        padding-top: 0;
    }

    .col1 {
        width: 100%;
    }
    
    .col2 {
        margin: 50px 0;
        padding: 0;
    }

    .header {
        padding: 0;
        width: 100%;
        background-color: white;
    }

    .brand-container, .brand-container2 {
        width: 5rem;
    }

    .logo1 {
        width: 100%;
        filter: brightness(10%);
    }

    .menubars {
        padding: .2rem 1rem 0 1rem; 
    }

    .downbtn-cont {
        bottom: 0;
        font-size: 1.3rem;
        right: 1.3rem;
    }

    .menuover2 {
        display: block;
    }
    
    .menucont2 {
        padding: 1rem;
    }
    
    .contactinfo2 {
        display: none;
    }
    
    .menucontainer {
        padding: 3rem 0;
    }
    
    .overlayp {
        padding: .5rem;
        margin: 1rem 0;
    }
    
    .overlayp2 a {
        font-size: 1.6rem;
    }

    .downbtn-cont {
        display: none;
    }

    .menuover2 .socialcont a {
    color: #aaaaaa;
    font-size: 1.6rem;
    }

    .menuover2 .socialcont {
        margin-top: 3rem;
        margin-left: 3rem;
    }

    .bar1, .bar2, .bar3 {
        background-color:  rgb(12, 12, 12);
    }

    .section-title {
        font-size: 40px;
    }

    .modal-content {
        width: 80%; /* Could be more or less, depending on screen size */
    }
}
