*{
    padding: 0px;
    margin: 0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}

header{
    background: rgba(0, 0, 0, 0.7) url('../bgimg.jpg');
    background-size: cover;
    background-blend-mode: darken;
}

li{
    list-style: none;
}

a{
    color: white;
    text-decoration: none;
}

.navbar{
    min-height: 70px;
    display: flex;
    justify-content: space-between;
    justify-items: center;
    position: sticky;
    align-items: center;
    cursor: pointer;
    padding: 10px 24px;
    flex-direction: column;
    height: 75px;
    top: 0;
}
.sticky{
    position: fixed;
    top: 0;
    width: 100%;
}

.nav-menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
}

.nav-branding{
    font-size: 2rem;
}

.nav-link{
    transition: 0.3s ease;
}

.nav-link:hover{
    color: dodgerblue;
}

.hamburger{
    display: none;
    cursor: pointer;
}

.bar{
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: white;
}
@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');
/* *{
    margin: 0;
    padding:0;
} */

html{
    scroll-behavior: smooth;
}

.logo{
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo img{
    width: 34%;
    border: 3px solid orange;
    border-radius: 50px;
}
/* .navbar{
    display: flex;
    align-items: center;
    justify-items: center;
    position: sticky;
    top: 0;
    cursor: pointer;
    height: 75px; */
    
/* }
/* .nav-list{
    width: 70%;
    height: 40%;
    /* background-color: black; */
    /* display: flex;
    align-items: center;
    font-family: 'Ubuntu', sans-serif; */ 

/* } */

.nav-list li{
    list-style: none;
    padding: 26px 30px;
    position: relative;
}

.nav-list li a{
    text-decoration: none;
    color: white;
    font-size: 20px;
    font-family: 'Ubuntu', sans-serif;
}
.nav-list li a:hover{
    color: grey;
}
.rightNav{
    /* background-color: blueviolet; */
    width: 30%;
    text-align: right;
    padding: 0 23px;
}

#search{
    padding: 5px;
    font-size: 17px;
    border: 2px solid grey;
    border-radius: 9px;   
    font-family: 'Ubuntu', sans-serif;

}

.background{
    background: rgba(0, 0, 0, 0.7) url('../bgimg.jpg');
    background-size: cover;
    background-blend-mode: darken;
}

.firstSection{
    height: 100vh;
    font-family: 'Ubuntu', sans-serif;
}

.box-main{
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: 'Ubuntu', sans-serif;
    max-width: 70%;
    margin: auto;
    height: 70%;
}
.firstHalf{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;   
}

.secondHalf{
    width: 30%;
}

.secondHalf img{
    width: 70%;
    /* padding: 0%; */
    border: 4px solid orange;
    border-radius: 150px;
    display: block;
    margin: auto;
    font-family: 'Ubuntu', sans-serif;

}

.text-big{
    font-size: 25px;
    color: orange;
}
.text-small{
    font-size: 12px;
    color: white;
}
.btn{
    padding: 8px 20px;
    margin: 7px 3px;
    border: 2px solid white;
    border-radius: 8px;
    /* font-size: 16px; */
    background: none;
    color: white;
    cursor: pointer;
}
.btn-sm{
    padding: 3px 10px;
    vertical-align: middle;
}
.btn-dark{
    color: black;
    border: 2px solid black;
}

.secRight{
    height:500px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    max-width: 80%;
    margin: auto; 
    font-size: 20px;
    font-family: 'Ubuntu', sans-serif;
}
.sectionSubTag1{
    font-size: 30px;
    color: black;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.sectionSubTag2{
    font-size: 20px;
}

.secLeft{
   flex-direction: row-reverse;
   height:500px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    max-width: 100%;
    margin: auto; 
    font-size: 20px;
    padding-left: 100px;
    padding-right: 100px;
    

}

.paras{
    padding: 0px 65px;
}

/* .thumbnail img{
   width : 250px ;
   border : 2px solid Oblack ;
   border-radius : 26px ;
   margin-top : 19px ;
} */

.contact {
    background-color:#f6f5f4;
     height:833px;
    width: auto;
}
.text-center {
   text-align:center ;
   padding-top: 30px;
   font-family: 'Ubuntu', sans-serif;
   font-size: 35px;
}
.form {
   max-width:490px;
   margin: 50px 550px;
}
.form-input{
    margin: 14px 0;
    padding: 5px 13px;
    width: 100%;
    font-size: 19px;
    border: 2px solid grey;
    border-radius: 6px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.text-footer{
    text-align: center;
    padding: 30px 0;
   font-family: 'Ubuntu', sans-serif;
    display: flex;
    justify-content: center;
    color: white;

}
.menu-items{
    display: none;

}
.nav-list{
    flex-direction: column;
}
.navbar{
    flex-direction: column;
    transition: all 0.7s ease-out;
}
.rightNav{
    text-align: center;
}
.box-main{
    flex-direction: column-reverse;
    max-width: 100%;
}

#search{
    width: 100%;
 
}
.h-nav-resp{
    height: 72px;
}
.v-class-resp{
    opacity: 0;
}
.section{
    flex-direction: column-reverse;
}
.text-small{
    text-align: center;
}
.text-big{
    text-align: center;
}
.buttons{
    text-align: center;
}
.paras{
    padding: 0px;
}



@media(max-width:820px){
    .hamburger{
        display: block;
    }

    .hamburger.active .bar:nth-child(2){
        opacity: 0;
    }
    .hamburger.active .bar:nth-child(1){
        transform: translateY(8px) rotate(45deg);
    }
    .hamburger.active .bar:nth-child(3){
        transform: translateY(-8px) rotate(-45deg);
    }
    
    .nav-menu{
        position: fixed;
        left: -100%;
        top: 70px;
        gap: 0;
        flex-direction: column;
        background-color: #262626;
        width: 100%;
        text-align: center;
        transition: 0.3s;   
    }
    .navbar{
        position: sticky;
        flex-direction: column;
        transition: all 0.7s ease-out;
    }

    .nav-item{
        margin: 16px 0;
    }

    .nav-menu.active{
        left: 0;
    }
    .sectionSubTag2{
        display: block;
        font-size: 50%;
        padding-bottom: 100px;
        height: 10px;
        
    }
    .sectionSubTag1{
        display: block;
        /* color: white; */
        padding-bottom: 100px;
        font-size: 15px;
        height: px;
        text-align: left;
        padding: 10px;
    }
    .secLeft{
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
        padding-bottom: none;
        padding-top: none;
        height: 350px;
        max-width: 95%;
        max-height:90% ;
        
    }
    .secLeft img{
        height: 110px;
        width: 110px;
        padding-right: 20px;
        object-position: left;

    }
    .secRight{
        height: 300px;
        /* max-width: 95%; */
        padding-right: none;
        width: 656px;
        
    }
    .secRight2 img{
        height: 300px;
        width: 400px;
        padding-block-end: 10px;
        
    }
    .secRight img{
        height: 110px;
        width: 110px;
        padding-left: 10px;
    }
    .thumbnail1{
        display: block;
    
    }
    .header{
    display: flex;
    }
    .form{
        margin: 60px;
    }
        

   
        
    
}
