*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    font-family: 'Ubuntu', sans-serif;
    }
    .navbar{
    width: 100%;
 
    
    }
    nav{
    background-color: #f3f3f3;
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0px;
    
    }
    .hamburger{
        display: none;
    }
    .nav-1{
    display: flex;
    background-color: ;
    height: 50px;
    justify-content: space-between;
    width: 95%;
    margin: auto;
   
    
    
    
    }
    .left ul li{
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    
    
    }
    .left ul li a{
    color: black;
    }
    
    .left ul li i{
    margin-left: 10px;
    }
    .underline:hover{
    text-decoration: underline;
    }
    .left ul li a:hover{
    color: grey;
    }
    
    .left{
    margin-top: 15px;
    }
    .right{
    margin-top: 15px;
    margin-right: 10px;
    
    }
    .right i {
    margin-left: 7px;
    display: inline-block;
    
    }
    .fas{
    font-size: 18px;
    }
    .search-bar{
    display: inline-block;
    }
    .right i:hover,.search-bar:hover{
    color: grey;
    cursor: pointer;
    }
    .logo{
    text-align: center;
    font-size: 60px;
    margin-top: 40px;
    }
    .nav-2{
    width: 100%;
    margin:auto;
    text-align: center;
    margin-top:10px ;
    
    
    }
    .nav-2 ul li{
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    
    
    }
    .nav-2 ul li:hover{
    cursor: pointer;
    color: grey;
    }
    .banner{
    width: 100%;
    background-size: cover;
    margin-top: 40px;
    height: 500px;
    
    }
    .banner img{
    width: 100%;
    background-size: cover;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    
    }
    .sec-1{
    width: 70%;
    margin-top: 50px;
    margin:100px auto ;
    padding-bottom:500px ;
    height: 105vh;
    display: flex;
    position: relative;
    margin-bottom: 150px;
    z-index: -1;
    }

    .div-1{
    width: 60%;
    
    
    }
    .div-1 img{
    width: 95%;
    height: 750px;
    }
    .div-2{
    width: 40%;
    
    }
    .img-1 img{
    height: 350px;
    width: 100%;
    }
    .img-2 img{
    height: 350px;
    width: 100%;
    }
    #clone img{
    padding-right: -100px;
    position: relative;
    left: 27px;
    }
    .sec-2{
    width: 80%;
    margin:50px auto;
    }
    .sec-2 img{
    width: 100%;
    padding: 80px;
    background-color: rgb(221, 206, 177);
    
    }
    .sec-2 h1{
    font-size: 60px;
    font-weight: bold;
    text-align: right;
    margin-right:70px ;
    }
    .sec-2 h2{
    text-align: right;
    margin-right: 40px;
    }
    .heading{
    text-align: center;
    
    }
    .heading h1{
    font-size: 70px;
    }
    .heading h3{
    margin: 10px;
    margin-top: 40px;
    color: black;
    text-decoration: underline;
    
    }
    .sec-3{
    width: 95%;
    display: flex;
    margin: auto;
    justify-content: space-between;
    margin-top: 20px;
    }
    .sec1{
    width: 30%;
    position: relative;
    z-index: -1;

    }
    .sec1 img{
    width: 100%;
    
    }
    .sec2{
    width: 20%;
    }
    .sec2 img{
    width: 100%;
    }
    .sec3{
    width: 20%;
    }
    .sec3 img{
    width: 100%;
    }
    .sec4{
    width: 20%;
    }
    .sec4 img{
    width: 100%;
    }
    .footer1{
    width: 95%;
    margin: auto;
    background-color: #232323;
    margin-top: 20px;
    height: 280px;
    margin-bottom: 40px;
    }
    .content{
    width: 40%;
    text-align: center;
    margin:50px auto;
    padding-top:50px ;
    color: white;
    
    }
    .content h2,.content p{
    margin-bottom: 20px;
    }
    .content input{
    padding: 12px;
    letter-spacing:1px ;
    font-size: 14px;
    width: 200px;
    padding-right: 15px;
    }
    .content input:focus{
    outline: none;
    }
    button{
    padding: 12px;
    font-size: 14px;
    background-color: #232323;
    border: 2px solid white;
    color: white;
    cursor: pointer;
    }
    .footer2{
    width: 95%;
    display: flex;
    margin: auto;
    justify-content: space-between;
    
    }
    .col-1{
    width: 30%;
    }
    .col-2{
    width: 25%;
    }
    .col-3{
    width: 15%;
    }
    .col-4{
    width: 25%;
    
    }
    .col-4 i{
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
    font-size: 20px;
    transition: all .1s ease-in-out;
    margin-bottom: 5px;
    transition: ;
    }
    
    .footer2 h2{
    margin-bottom: 40px;
    }
    .col-2 ul li,.col-3 ul li{
    margin-bottom: 5px;
    }

    .sec1 img::after{
    content:'' ;
    background-color:black;
    cursor: pointer;
    position:absolute;
    height: 100px;
    width: 100px;
    z-index: 2;
    }
   
    @media only screen and (max-width:700px) {
        .container{
            width: 100%;
        }
        .hamburger{
            display: block;
            margin: 15px 0 0 18px;
        }
        .left{
            display: none;
        }
    .banner{
    width: 100%;
    background-size: cover;
    margin-top: 90px;
    height: 400px;
    
    }
    .sec-1{
    width: 100%;
    margin-top: 50px;
    margin:80px auto ;
    display: inline-block;
    
    }
    
    .div-1{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    
    }
    .div-1 img{
    width: 100%;
    height: 450px;
    }
    .div-2{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    }
    .img-1 img{
    height: 450px;
    width: 100%;
    
    }
    .img-2 img{
    height: 450px;
    width: 100%;
    }
    .img-1,.img-2{
    margin-bottom: 10px;
    }
    #clone img{
    padding-right: 0px;
    position: relative;
    left: 0px;
    }
    .sec-2{
    width: 100%;
    margin:20px auto;
    
    }
    .logo{
        position:fixed;
        top: -40px;
        left: 45%;
        font-size: 20px;
        z-index: 1;
    }
    .nav-2{
        display: none;
    }
    .sec-2 img{
    width: 100%;
    padding-right: 20px;
    padding-left:20px ;
    background-color:transparent;
    
    }
    .sec-2 h1{
    font-size: 30px;
    margin-left: 20px;
    text-align: left;
    margin-top: -90px;
    }
    .sec-2 h2{
    text-align: center;
    margin-right: 40px;
    }
    .heading{
    text-align: center;
    margin-top:0px;

    
    }
    .heading h1{
    font-size: 30px;
    letter-spacing: 1px;
    }
    .heading h3{
    margin: 10px;
    margin-bottom: 40px;
    letter-spacing: 1px;
    color: black;
    text-decoration: underline;
    
    }
    .sec-3{
    width: 100%;
    display: inline-block;
    margin: auto;
    margin-top: 20px;
    padding: 20px;
    }
    .sec1{
    width: 100%;
    position: static;
    margin-bottom: 20px;
    }
    .sec1 img{
    width: 100%;
    height: 600px;
    }
    .sec2{
    width: 100%;
    margin-bottom: 20px;
    }
    .sec2 img{
    width: 100%;
    }
    .sec3{
    width: 100%;
    margin-bottom: 20px;
    }
    .sec3 img{
    width: 100%;
    }
    .sec4{
    width: 100%;
    margin-bottom: 20px;
    }
    .sec4 img{
    width: 100%;
    
    }
    
    .footer1{
    width: 95%;
    margin: auto;
    
    margin-top: 20px;
    height: 280px;
    margin-bottom: 40px;
    }
    .content{
    width: 90%;
    }
    .footer2{
    width: 100%;
    display: inline-block;
    text-align: center;
    
    }
    .col-1{
    width: 90%;
    margin: auto;
    }
    .col-2{
    width: 100%;
    margin-top: 50px;
    }
    .col-3{
    width: 100%;
    margin-top: 50px;
    }
    .col-4{
    width: 100%;
    
    }
   
    .col-4 a{
    color: black;
    }
    
    p,.col-2 ul li,.col-3 ul li{
    margin-bottom: 5px;
    color: grey;
    }
    
    
    }