@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700&family=Poppins:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
:root{
    --blue:#49a7e6;
}

*{
    font-family: 'Nunito', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-transform: capitalize;
    outline: none;
    border: none;
    text-decoration: none;
    transition: all .2s linear;

}

*::selection{
background: var(--blue);
color: #fff;

}
html{
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-padding-top:6rem;
    scroll-behavior: smooth;
}

.navbar{
  overflow: hidden;
 
}
.navbar a{
  float: left;
  text-align: center;
  text-decoration: none;
  padding: 14px 16px;
}
.dropbtn{
 
  padding: 16px;
  border: none;
  cursor: pointer;
}
.dropdown{
 
 float: left;
 overflow: hidden; 


}

.dropdown .dropbtn{
  border: none;
  outline: none;
  padding: 14px 16px;
  margin: 0;
  background-color: inherit;
  color: #fff;
  font-size: 2rem;  
}

.dropdown .dropbtn :hover{
  color: var(--blue);
}

.dropdown-content{
  display: none;
  position: absolute;
  min-width: 160px;
  background-color: #949494;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0, 0.2);
  z-index: 1; 
  
}
.dropdown-content a{
  float: none;
  color: black;
  padding: 1px 2px;
  text-decoration: none;
  display: block;
  text-align: left;
  cursor: pointer;
  font-size: 1px;
  
}

.dropdown-content h1{
  font-size: 20px;
}
.dropdown:hover .dropdown-content{
  display:block;
}
.dropdown-content a:hover {
  background-color: rgb(52, 48, 48);
}


section{
    padding: 2rem 9%;
}
.btn{
    display: inline-block;
    margin-top: 1rem;
    background: var(--blue);
    color: #fff;
    padding: .8rem 3rem;
    border: .2rem solid var(--blue);
    cursor: pointer;
    font-size: 1.7rem;
}

.btn :hover{
    background: rgba(255,165, 0 .2);
    color: var(--blue);
}

header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #333;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 9%;


}

header .logo{
    font-size: 2.5rem;
    font-weight: bolder;
    color: #fff;
    text-transform: uppercase;
}
header .logo span{
    color: var(--blue);
}

header .navbar a{
    color: #fff;
    font-size: 2rem;
    margin: 0 .8rem;
}

header .navbar a:hover{
    color: var(--blue);
}


header .icons i{
    font-size: 2.5rem;
    color: #fff;
    cursor: pointer;
    margin-right: 2rem;
}
header .icons i:hover{
    color: var(--blue);
}

header .search-bar-container{
    position: absolute;
    top:100%; left: 0;right: 0;
    padding: 1.5rem 2rem;
    background: #333;
    border-top: .1rem solid rgba(255,255,255,.2);
    display: flex;
    align-items: center;
    z-index: 1001;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
header .search-bar-container.active{
    clip-path: polygon(0 0,100% 0, 100% 100%, 0 100%);
}

header .search-bar-container #search-bar{
    width: 100%;
    padding: 1rem;
    text-transform: none;
    color: #333;
    border-radius: .5rem;
}
header .search-bar-container label{
    color: #fff;
    cursor: pointer;
    font-size: 3rem;
    margin-left:1.5rem;
}

header .search-bar-container label:hover{
    color: var(--blue);
}

.login-form-container{
    position: fixed;
    top: -120%;
    left: 0;
    z-index: 10000;
    min-height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, .7);
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-form-container.active{top: 0;
}


.login-form-container form{
    margin: 2rem;
    padding: 1.5rem 2rem;
    border-radius: .5rem;
    background: #fff;
    width: 50rem;
}

.login-form-container form h3{
    font-size: 3rem;
    color:#444;
    text-transform: uppercase;
    text-align: center;
    padding: 1rem 0;
}

.login-form-container form .box{
    width:100%;
    padding: 1rem;
    font-size: 1.7rem;
    color: #333;
    margin: .6rem 0;
    border: .1rem solid rgba(0, 0, 0, .3);
    text-transform: none;
}

.login-form-container form .box:focus{
    border-color: var(--blue);;
}

.login-form-container form #remember{
    margin: 2rem 0;
}

.login-form-container form label{
    font-size: 1.5rem

}
.login-form-container form .btn{
    display: block;
    width: 100%;
}

.login-form-container form p{
    padding: .5rem 0;
    font-size: 1.5rem;
    color: #666;
}

.login-form-container form p a{
    color: var(--blue);
}

.login-form-container form p a:hover{
    color: #333;
    text-decoration: underline;

}

.login-form-container #form-close{
    position: absolute;
    top: 2rem;
    right: 5rem;
    font-size: 5rem;
    color: #fff;
    cursor: pointer;
}
/* feedback inqueries Document */


body
{
	margin:0;
	padding: 0;
}


.h1 white-letter {
	color:white;
}
	

	#buttn1
{
	font-weight:bold;
	font-size:16px;
	font-family:sans-serif;
	color:white;
	background-color:orange;
	border:1px solid black;
	
}


.border now
{
	width: 80px;
	border-bottom: 2px solid white;
	margin:  0 auto;
	margin-top: 20px;
}
.copyright
{
	color:#999;
	font-size:12px;
}

.white
{
	color: #FFF;
}

.map
{
	margin: 0 auto;
	border-top: 5px;
	border-color:#FF3;
}

...
#menu-bar{
    color:#fff;
    border: .1rem solid #fff;
    border-radius:5rem;
    font-size:3rem ;
    padding:.5rem 1.2rem;
    cursor:pointer;
    display: none;

}

.footer{
    background: #333;
    position: absolute;
    width: 100%;
	margin-top: 800px;
	
}

.content{
    margin-top: 100px;
}
.footer .box-container{
    display: flex;
    flex-wrap:wrap;
    gap: 1.5rem;
}
.footer .box-container .box{
    padding: 1rem 0;
    flex: 1 1 25rem;
   
}
.footer .box-container .box h3{
    font-size: 2.5rem;
    padding: .7rem 0;
    color: #fff;
}
.footer .box-container .box p{
    font-size: 1.5rem;
    padding: .7rem 0;
    color: #eee;
}
.footer .box-container .box a{
    display: block;
    font-size: 1.5rem;
    padding: .7rem 0;
    color: #eee;
}
.footer .box-container .box a:hover{
  color: var(--blue);
  text-decoration: underline;

}
.footer .credit{
    text-align: center;
    padding: 2rem 1rem;
    margin-top: 1rem;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;  
    border-top: .1rem solid rgba(255,255,255,.2);

}

 #social-links{
    display: inline;
    height: 40px;
    width: 40px;
    margin: o 8px 8px 0;
    text-align:center;
    line-height: 30px;
    border-radius:50%;
    color: #ffffff;
    transition: all 0.5s ease;
   
    
}


/*media quwries*/
@media (max-width:1200px ){
    html{
        font-size: 55%;  
    }
}
@media(max-width:991px){
    header{
      padding:2rem;  
    }
    section{
        padding:2rem;  
      }
}
@media(max-width:768px){
     #menu-bar{
      display: initial;  
    }
    header .navbar{
        position: absolute;
        top:100%;right: 0;left: 0;
        background: #333;
        border-top: .1rem solid rgba(255,255,255,.2);
        padding:1rem 2rem;
        clip-path: polygon(0 0,100% 0, 100% 0, 0 0);
    }
    header .navbar.active{
        clip-path: polygon(0 0,100% 0, 100% 100%, 0 100%);
    }
   
    header .navbar a{
        display: block;
        border-radius: .5rem;
        padding: 1.5rem;
        margin: 1.5rem 0;
        background: #222;

    }    
}
@media (max-width:450px ){
    html{
        font-size: 50%;  
    }
}

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
html,body{
  display: grid;
  height: 100%;
  place-items: center;
  text-align: center;
  background: #94a6cd;

}
.container{
  position: relative;
  width: 400px;
  background: #111;
  padding: 20px 30px;
  border: 1px solid #444;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column
  
}
.container .post{
  display: none;

}
.container .text{
  font-size: 25px;
  color: #666;
  font-weight: 500;
}
.container .edit{
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 16px;
  color: #666;
  font-weight: 500;
  cursor: pointer;
}
.container .edit:hover{
  text-decoration: underline;
}
.container .star-widget input{
  display: none;
}
.star-widget label{
  font-size: 40px;
  color: #444;
  padding: 10px;
  float: right;
  transition: all 0.2s ease;
}
input:not(:checked) ~ label:hover,
input:not(:checked) ~ label:hover ~ label{
  color: #fd4;
}
input:checked ~ label{
  color: #fd4;
}
input#rate-5:checked ~ label{
  color: #fe7;
  text-shadow: 0 0 20px #952;
  
}
#rate-1:checked ~ form header:before{
  content: "I just hate it ";
}
#rate-2:checked ~ form header:before{
  content: "I don't like it ";
}
#rate-3:checked ~ form header:before{
  content: "It is awesome ";
}
#rate-4:checked ~ form header:before{
  content: "I just like it ";
}
#rate-5:checked ~ form header:before{
  content: "I just love it ";
}
.container form{
  display: none;
}
input:checked ~ form{
  display: block;
}
form header{
  width: 100%;
  font-size: 25px;
  color: #fe7;
  font-weight: 500;
  margin: 5px 0 20px 0;
  text-align: center;
  transition: all 0.2s ease;
}
form .textarea{
  height: 100px;
  width: 100%;
  overflow: hidden;
}
form .textarea textarea{
  height: 100%;
  width: 100%;
  outline: none;
  color: #eee;
  border: 1px solid #333;
  background: #222;
  padding: 10px;
  font-size: 17px;
  resize: none;
}
.textarea textarea:focus{
  border-color: #444;
}
form .btn{
  height: 45px;
  width: 100%;
  margin: 15px 0;
  background:#222;
  color: #222;
  border: 1px solid #222;
}
form .btn button{
  height: 100%;
  width: 100%;
  border: 1px solid #222;
  outline: none;
  background: #222;
  color: #999;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}
form .btn button:hover{
  background: #1b1b1b;
}