html{
    scroll-behavior: smooth;
}


*{
    margin: 0;
    padding: 0;
     font-family:'Roboto', sans-serif;;
}

.header{
min-height: 100vh;
width: 100% ;
background-image: linear-gradient(rgba(255, 255, 255,0.1),rgba(255, 255, 255,0.1)),url(images/homebck1.jpg);
background-position: center;
background-size: cover;
position: relative;
    
}

. red-btn{
    border: 1px solid #f44336;
    background: transparent;
    color: #f44336;
}
nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}
nav img{
    width: 150px;
}

.nav-links{
    flex: 1;
    text-align: right;
}

.nav-links ul li {
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
    background-color: rgba(0,0,0,0.5);
    border-radius: 10px;
   
}
.nav-links ul li a{
    color: white;
    text-decoration: none;
    font-size: 15px;
    font-family: 'Anton', sans-serif;
    
    
}

.nav-links ul li::after{
    content: '';
    width:0%;
    height: 2px;
    background: #f44336;
    display: block;
    margin: auto;
    transition: 0.5s;
}
.nav-links ul li:hover::after{
    width: 100%;
   
}



.text-box{
    width: 90%;
    color: orange;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.text-box h1{
 font-size: 50px; 

 font-style:SF Pro display; 
    
}

.text-box p{
    margin: 10px 0 40px;
    font: 30px;
    color: black;
    font-family:'Roboto', sans-serif;;
   
}
.hero-btn{
    display: inline-block;
    text-decoration: none;
    color: blue;
    border: 1px solid #bbb;
    padding: 12px 34px;
    background: transparent;
    position: relative;
    cursor: pointer;
    border-radius: 5px;
}

.hero-btn:hover{
    border: 1px solid #f44336;
    background: #f44336;
    transition: 1s;
}

nav .fa{
    display: none;
}

@media(max-width:700px){
   .text-box h1{
 font-size: 18px;   
} 
    .nav-links ul li{
        display: block;
      
       
    }
       .text-box p{
        font-size: 12px;
    }
 
    .nav-links{
        position: fixed;
        background:#ffe4c4;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align:left;
        z-index: 2;
        transition: 1s;
    }
    nav .fa{
        display: block;
        color: black;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
    
    .nav-links ul{
        padding: 25px;
    }
    
    .about h1{
        font-size: 15px;
    }
    .about p{
        font-size:9px; 
    }
}

/*-----------about------------------*/

.About{
   
   width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
    
}

h1{
    font-size: 36px;
    font-weight: 600;
}

p{
    color: black;
    font-size: 14px;
    font-weight: 300px;
    line-height: 22px;
    padding: 10px;
}
.rowss{
    margin-top: 5%;
        display: flex;
    justify-content: space-between;
}
.abouts-col{
    flex-basis: 31%;
    background: #ffffcc;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
     font-family:'Roboto', sans-serif;;
}

.abouts-col:hover{
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
}

@media(max-width:700px){
    .rowss{
        flex-direction: column;
    }
}

/*-----------catlog home page------------------*/

.Catlog{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}

h1{
    font-size: 36px;
    font-weight: 600;
}

p{
    color: black;
    font-size: 14px;
    font-weight: 300px;
    line-height: 22px;
    padding: 10px;
}

.row{
    margin-top: 5%;
        display: flex;
    justify-content: space-between;
}
.Catlog-col{
    flex-basis: 31%;
    background: #FFE4C4;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
     font-family:'Roboto', sans-serif;;
}
.Catlog p{
    font-family:'Roboto', sans-serif;;
}

h3{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
}
.Catlog-col:hover{
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
}
@media(max-width:700px){
    .row{
        flex-direction: column;
    }
}



/*---------------CONTACT US -----------------------*/

.Contact{
    margin: 100px auto;
    width: 80%;
    background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url(images/about2.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    text-align: center;
    padding: 100px 0;
}

.Contact h1{
    color: #fff;
    margin-bottom: 40px;
    padding: 0;
    
}

@media(max-width:700px){
    
    .Contact h1{
        font-size: 24px;
    }
}
  /*---------------footer -----------------------*/

.footer{
    width: 100%;
    text-align: center;
    padding: 30px 0;
    background: linear-gradient(to right, #00093c, #2d0b00);
    border-top-left-radius: 125px;
    line-height: 15px;
    
}
.footer h4{
    margin-bottom: 25px;
    margin-top: 20px;
    font-weight: 600;
   color: white;
}

.footer p{
    color: white;
     font-family:'Roboto', sans-serif;;
   
}
.icons .fa{
    color:#ff9933;
    margin: 0 13px;
    cursor: pointer;
    padding: 18px 0;
   transition: 0.5s;
 font-size: 20px;
    
}
.icons .fa:hover{
   border-bottom-style: solid;
   
}

.row{
    width: 85%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.up-icon .fa{
    position: fixed;
    width: 30px;
    height: 30px;
    bottom: 40px;
    right: 50px;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    color: #FFF8DC;
    font-size: 22px;
   
}



 /*---------------about us page-----------------------*/

.Sub-header{
    height: 65vh;
    width: 100%;
    background-image: linear-gradient(rgba(255,255,255,0.1),rgba(255,255,255,0.1)), url(images/DSC03358.JPG);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: black;
}

.Sub-header h1{
    margin-top: 100px;
}

.About-us{
    width: 80%;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 50px;
   
}

.about-col{
    flex-basis: 48%;
    padding: 30px 2px;
}

.about-col img{
width: 100%;

  
    
}


.about-col h1{
    padding-top: 0;
    
}
.about-col p{
    padding: 15px 0 25px;
    font-family:'Roboto', sans-serif;;
    font-size:15px;
   
   
    
}
.sedex{
   
    
   height: 250px;
   
    border-style: dashed;
}


 /*---------------catlog page-----------------------*/

.Sub-headerss{
    height: 50vh;
    width: 100%;
    background-image: linear-gradient(rgba(255,255,255,0.1),rgba(255,255,255,0.1)), url(images/catlog1.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: black;
}
.Sub-headerss h1{
    margin-top: 80px;
}

.catlog{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 10%;
}
.catlog p{
    font-family:'Roboto', sans-serif;;
}

.catlog-col{
    flex-basis: 32%;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.catlog-col img{
    width: 100%;
}
.catlog-col img{
    height: 200px;
    
    
}

.catlog-col:hover{
      box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
}


.layer{
    background: transparent;
    height: 100%;
    width:100%;
    position: absolute;
    top: 0;
    left: 0;
    transition:0.5s;
}
.layer:hover {
    
   background: rgba(255,0,61,0.04);
    border-radius: 10px;
}
.layer h3{
    width: 100%;
    font-weight: 500%;
    font-size: 18px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    position: absolute;
      background-color: rgba(0,0,0,0.5);
    border-radius: 10px;
    color: white;
   
}


/*---------------location page-----------------------*/


.Sub-headers{
    height: 50vh;
    width: 100%;
    background-image: linear-gradient(rgba(255,255,255,0.4),rgba(255,255,255,0.4)), url(images/about2.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: black;
}
.Sub-headers h1{
    margin-top: 80px;
}

.location{
    width: 80%;
    margin: auto;padding: 80px 0;
}

.location iframe{
    width: 100%;
}

.contact-us{
    width: 80%;
    margin: auto;
}
.contact-col{
    flex-basis: 48%;
    margin-bottom: 30px;
    
}

.contact-col div{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.contact-col div .fa{
   font-size: 28px;
    color: #f44336;
    margin: 10px;
    margin-right: 30px;
}

.contact-col div p{
    padding: 0;
    font-size: 20px;
    margin-bottom: 5px;
    color: #555;
    font-weight: 400;
}

.contact-col input, .contact-col textarea{
    
    width: 100%;
    padding: 15px;
    margin-bottom: 17px;
    outline: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}


