
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');


*{
    margin: 0;
    padding: 0;
}
html{
    scroll-behavior: smooth;
}
.hed{
   
    position: sticky;
    color: white;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 35px;
}

.logo{
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo img{
    width: 50%;
    border: 3px solid rgb(252, 251, 251);
    border-radius: 80px;
}

.navbar{
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    cursor: pointer;
   

}

.nav-list{
    width: 80%;
   
    display: flex;
    align-items: center;

}

.nav-list li{
    list-style: none;
    padding: 10px 30px;

}

.nav-list li a{
    text-decoration: none;
    color: aliceblue;
    font-size: 16px;
      font-family: 'Ubuntu', sans-serif;

}

.nav-list li a:hover{
    text-decoration: none;
    color: rgb(12, 12, 12);

}
.rightnav{
    
    width: 30%;
    text-align: right;
    padding: 23px;
}

#search{
    
    padding: 2px;
    font-size: 15px;
    border: 2px solid gray;
    border-radius: 10px;
}

.background{
    background: rgba(0, 0, 0, 0.7) url('background1.jpg');
    background-size: cover;
    background-blend-mode: darken;

}

.marquee img{
    height: 280px;
    width: 300px;
    border: 5px solid rgb(247, 247, 249);
    border-radius: 20px;

}

.firstsection{
    height: 90vh;
    
}

.box-main{
    display: flex;
    justify-content: center;
    align-items: center;
    color: aliceblue;
    max-width: 50%;
    margin: auto;
    height: 80%;
}

.firsthalf{
    
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sechalf{
  width: 30%;
  margin-top: -10%;
}
.sechalf img{
    width: 70%;
    border: 4px solid white;
    border-radius: 150px;
    display: block;
    margin: auto;
}

.text-big{
    font-size: 26px;
    background-color: rgb(150, 178, 210);
  width: 400px;
  
    border: 2px;
   
    box-shadow:  2px  2px  2px 2px rgb(251, 251, 250);

    border-radius: 20px;
    text-align: center;
    font-weight: 400;
    font-family:'Times New Roman', Times, serif;
    
}

.text-big1{
    font-size: 35px;
   
   
}
.text-small{
    font-size: 16px;
    color: rgb(208, 227, 235);
    

}
.btn{
    padding: 7px 19px;
    margin: 7px 3px;
    border: 2px solid white;
    border-radius: 8px;
   background: none;
   color: aliceblue;
   cursor: pointer;
  
  
   
}
.btn-sm{
    padding: 10px 10px;
    vertical-align:middle;
    font-size: 16px;
}

.section{
    
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    max-width: 70%;
    margin: auto;
    font-family: 'Ubuntu', sans-serif;
   


}

.back{
    background-size: cover;
     background-image: url('sectionimg.jpg');


}
.left{
    
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    max-width: 70%;
    margin: auto;
    flex-direction: row-reverse;
    font-family: 'Ubuntu', sans-serif;


}

.paras{
    padding: 10px 50px;
}

.sectionTag{
    padding: 0px 16px;
}

.sectionSubTag{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    
}

.thumbnail img{
    width: 300px;
    height: 300px;
    
    box-shadow:5px 5px 5px 5px #90aaa9;
    border-radius: 26px;
    margin-top: 19px;
    

}
.contact{
    background-color: rgb(215, 228, 223);
    height: 80vh;
   
    border: 10px solid rgb(56, 50, 50);
    
}
    
.text-center{
    text-align: center;
   padding-top: 20px;
    font-size: 38px;
    
}

.form{
    max-width: 50%;
    margin: 24px auto;
    
}

.form-input{
    margin: 14px 0px;
    width: 100%;
    padding: 5px 13px;
    font-size: 15px;
    border: 2px solid gray;
    border-radius: 6px;
      font-family: 'Ubuntu', sans-serif;
}

.btn-dark{
    color: black;
    border: 2px solid gray;
      font-family: 'Ubuntu', sans-serif;
   
}
.text-footer{
    text-align: center;
    font-size: 15px;
   padding: 30px 0px;
    font-family: 'Ubuntu', sans-serif;
    display: flex;
    justify-content: center;
    color: white;
    
}

.burger{
display: none;
position: absolute;
cursor: pointer;
right: 5%;
top: 15px;
}

.line{
  width: 33px;
  background-color: white;
  height: 4px;
  margin: 5px 3px;
}

@media only screen and (max-width:1140px){
    .nav-list{
        flex-direction: column;
    }
    .navbar{
        flex-direction: column;
        transition: all 0.3s ease-out;
         height: 500px;
    }
    .rightnav{
        text-align: center;
    }
    #search{
        width: 100%; 
    }
    .burger{
        display: block;
    }
    .h-nav-resp{
        height: 72px;
    }
    .v-class-resp{
        opacity: 0;
    }
    .box-main{
        flex-direction: column-reverse;
        max-width: 100%;
    }
    .section{
        flex-direction: column-reverse;

       
    }
    .text-small{
        text-align: center;
        
    }
    .text-big1{

        text-align: center;
    }
    .button{
       text-align: center;
    }
    .paras{
        padding: 0px;
    }
    
}

.popup{
    width:250px;
    height: 250px;
   
    background: #fff;
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 50%;
    
    transform: translate(-50%,-50%)scale(0.1);
    text-align: center;
    padding: 0 30px 30px;
    color: #333;
    visibility: hidden;
    transition: transform 0.4s, top 0.4s;
   
}

.open-popup{
    visibility: visible;
    top: 50%;
    transform: translate(-50%,-50%)scale(1);
}

.popup img{
    width: 80px;
    height: 80px;
    margin-top: 30px;
    border-radius: 50%;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.popup h2{
    font-size: 30px;
    font-weight: 500;
    margin: 30px 0 10px;
    
}
.popup button{
    width: 100%;
    margin-top: 10px;
    padding: 10px 0;
    background: #4e9f31;
    color: #fff;
    border: 0;
    outline: none;
    font-size: 18px;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);

}
.container{
    height: 80px;
    width: 80px;
   position: absolute;
   
   align-content: center;
  
   
   
}

.cont{
    height: 400px;
    width: 100%;
   
}

.background-clip{
    position: relative;
    background-size: auto;

   height: 100%;
   width:100%;

}
.backimg{
    background-repeat: no-repeat;
    background-color: rgb(74, 70, 70);
    background-size: cover;
}