* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat, sans-serif";
}
nav{
    position: relative !important;
}
#hero {
    position: relative;
    height: 60vh;
}

#hero video {
    height: 60vh;
    width: 100%;
    background-position: absolute;
    z-index: 1;
    object-fit: cover;
    margin: 0;
    padding: 0;
}

#hero .content {    
    background-image:linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)),url(/images/home-bg.jpg);
    background-size: cover;
    background-position: center; 
    height: 100%;
    width: 100%;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    transform: translate(-50%, -50%);
}

/* navbar */
nav img {
    display: inline;
    width: 175px;
    min-height: 30px;
    margin: 10px;
    margin-top: 30px;
}

nav ul {
    display: inline;
    float: right;
    margin-top: 55px;
}

nav ul li {
    display: inline;
}

nav ul li a {
    margin-left: 20px;
    color: white;
    text-decoration: none;
    padding: 5px;
    font-size: 17px;
    position: relative;
    transition: .4s ease-out;
}

nav ul li a:hover {
    color: white;
}

nav ul li a::after {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    height: 2px;
    background: white;
    transition: 0.3s ease-out;
}

nav ul li a:hover::after {
    left: 0;
    width: 100%;
}

#nav-icon {
    display: none;
    width: 30px;
}

#nav-links {
    display: inline;
}

.section-1 h1 {
    font-size: 60px;
    text-align: center;
    margin-top: 100px;
}

.section-1 p {
    font-size: 25px;
    text-align: center;
}

.section-2 {
    padding: 50px 0px;
}

.section-2 p {
    font-size: 17px;
    margin-top: 10px;
    text-align: center;
}

.section-2 .box {
    /* border: 1px solid #92d4e4; */
    box-shadow: 0px 0px 7px #9e9e9e;
    padding: 15px;
    border-radius: 10px;
    margin-top: 20px;
    min-height: 275px;
}

.section-2 img {
    width: 60px;
    padding-top: 10px;
}

.section-2 .box h4 {
    text-align: center;
    margin-top: 10px;
}

.section-3 {
    padding: 50px 0px;
    background-color: white;
}

.section-3 img {
    width: 100%;
}

.section-3 h2 {
    margin-top: 50px;
    font-size: 50px;
}

.section-3 p {
    font-size: 18px;    
}

.section-4 {
    padding: 50px 0px;
}

.section-4 p {
    font-size: 17px;
    margin-top: 10px;
    text-align: center;
}
.section-4 .box{
    border: 2px solid #92d4e4;  
    margin-top: 15px;  
    transform: scale(.95);
    transition: all .2s ease-in-out;
}
.section-4 .box:hover{          
    transform: scale(1);    
}
.section-4 .box img{
    width: 100%;
    height: 175px;
    object-fit: cover;
}
.section-4 .box .box-content{
    padding: 15px;
    text-align: center;
    font-weight: 500;
    min-height: 220px;
}

.section-5{
    padding: 50px 0px;    
}
.section-5 p{
    font-size: 17px;       
}
.section-5 .box{
    border-radius: 15px;
    width: 100%;
    height: 300px;            
    background-image:linear-gradient(rgba(208, 208, 208, 0.1),rgba(202, 202, 202, 0.1)),url(/images/product.png);
    background-size: cover;
    background-position: center;  
    text-align: center;
    margin-top: 20px;
}
.section-5 .box h3{
    text-align: center;
    padding-top: 20px;    
}
.section-5 .box .price{
    font-size: 50px;
    margin-top: 25px;
}


.section-6{
    padding: 50px 0px;    
}
.section-6 .content{
    margin-top: 75px;
}
.section-6 input, .section-6 textarea{
    width: 100%;
    padding: 10px;    
    border-radius: 2px; 
    margin-top: 5px;  
}
.section-6 button{
    float: right;
    margin-top: 15px;
    padding: 10px 30px;
    border: none;
    background-color: #92d4e4;
    border-radius: 3px;
    transition: all .2s ease-in-out;    
}
.section-6 button:hover{
    background-color: #4cbb17;
    color: white;
}
footer{
    background-color: #e9e9e9;
    padding-top: 20px;
    font-weight: 500;
}



@media only screen and (max-width:1200px) {  
    #hero {
        position: relative;
        height: 100vh;
    }    
    #hero video {
        height: 100vh;
        width: 100%;
        background-position: absolute;
        z-index: 1;
        object-fit: cover;
        margin: 0;
        padding: 0;
    }  
    .section-1 h1 {        
        margin-top: 75px;
    }
    nav ul li a:hover {
        color: black !important;
    }
}
@media only screen and (max-width:990px) {
    nav .container{
        overflow: hidden;        
    }
    #nav-links{           
        display: none;                
        position: relative;
        width: 100%;                
    }    
    #nav-icon {
        display: block;
        position: absolute;
        top: 30px;
        right: 30px;
        color: #F8F8FF;
        font-size: 30px;
    }
    nav ul {
        display: block;
        background-color: white;    
        text-align: center;
        float: none;                    
        border-radius: 10px;    
        padding: 10px 20px;               
    }

    nav ul li {
        display: block;
        margin-top: 15px;
        margin-bottom: 20px;
    }
    nav ul li a {
        font-size: 20px;
        border-bottom: 1px solid black;
        margin: 0px;
        color: black;
    }
    nav ul li a:hover {
        color: black !important;
    }


    .section-1 h1 {
        font-size: 40px;
        text-align: center;
        margin-top: 75px;
    }
    
    .section-1 p {
        font-size: 23px;
        text-align: center;
    }
}

@media only screen and (max-width:768px) {   
    #nav-links{
        height: auto;            
        display: none;                           
    }
    
    nav ul {        
        display: block;
        background-color: white;    
        text-align: center;
        float: none;        
        margin: 0px;    
        border-radius: 10px;    
        padding: 10px 20px;              
    }
    nav ul li a:hover {
        color: black !important;
    }
    
}
@media only screen and (max-width: 571px){
    #nav-links{
        height: auto;            
        display: none;        
        width: 93%;   
        position: fixed;      
    } 
    nav ul li a:hover {
        color: black !important;
    }
}