/**
div paige  #FADA7A

***/





*{
    padding: 0;
    margin: 0;
   font-family: "Fredoka", serif;

}
header{
    display:flex;
    position: relative;
    height: 125px;
   

}
header img{
    width:300px;
    height:300px;
    margin:0;
    position: absolute;
    top: -70px;

}
header ul li {
    color: #fff;
    margin-right: 10px;

    /* background-color: #f7cd51; */
    background-color: #ff4500;

    border-radius: 10px;
    font-size: 30px;
    padding: 0 10px 10px;
    font-weight: 500;
    font-family: "Fredoka", serif;



}
.login-btn {
    background-color: #ff4500;
    color: white;
}
.logout-btn {
    background-color: #ff4500;
    color: white;
}

a{
    text-decoration: none;
    color: #fff;
}

header ul{
    position: absolute;
    list-style-type: none;
    display:flex;
    justify-content: right;
    /* margin-left:500px;
    margin-top: 20px; */
    top: 20px;
    right: 50px;
   
    
}
.container {
    /* background-image: linear-gradient( to right bottom,#FADA7A 30%, #81BFDA, #B1F0F7, #F5F0CD); */
    background-image: linear-gradient(to right bottom, #3899da, #54a4da,#79b5dd,white)
}



nav{
    margin-top: 50px;
     
}
 nav ul{
    list-style-type: none;
    display:flex;
    justify-content: center;
}
 nav ul li{
    font-size: 24px;
    font-weight: 500;
    justify-content: center;
    margin-right: 5px ;
    /* background-color:#f5c73e; */
    background-color: #fff;
    padding: 7px 28px;
    border-radius: 10px;
   /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */

   font-family: "Fredoka", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
   transition: all ease .2s;

}

nav ul li:hover{
    background-color: orangered;
    
}


nav ul li a{
    color: #000;
   
}
nav ul li a:hover{
    color:#fff ;
    background-color: orangered;

}


/* section{
    border: 1px solid black;
    width: 400px;
    height: 300px;

} */
main #welcome {
    /* border: 1px solid black; */
    width: 80%;
    height: 500px;
    background-image: url(../images/backgroundHome.jpeg);
     background-repeat: no-repeat;
     background-size: cover;
   /* background-size: 90% ; */
    margin-left: 120px;
    position: relative;
    border:2px solid orangered;
    border-radius: 10px;

}
main #welcome div{
    /* border: 1px solid black; */
    background-color: #f5d678e1;
    width: 350px;
    height: 250px;
    margin-top: 20px;
    margin-left:30px;
    border-radius:0 35px 0 0;
    position: absolute;
    bottom: 30px;
    left: 0px;
    box-shadow: -30px 30px 15px #f5c15c;

}
main #welcome div h2 , 
#welcome div p{
    margin-top: 20px;
    margin-left: 20px;
    color: black;
   
}
main #welcome div input ,.section-box .box .text input{
    margin-top: 20px;
 border: none;
    margin-left: 85px;
    border-radius: 20px;
    display: inline-block;
    width: 50%;
    padding: 5px ;
    background-color: #6ab5e7;
    color: white;

}
 .button-one:hover {
    background-color: white;
    color: #6ab5e7;
    text-decoration: underline;
}
.section-tow {
 padding-left: 22%;
padding-right: 22%;
margin-top: 40px;
    font-size: 25px;
   
    color: rgb(216, 48, 1);
padding-bottom: 40px;

}
.section-tow h3 {
    text-align: center;
    margin-bottom: 20px;
    padding-top: 20px;

}
.section-box{
    display: flex;
    margin-top:30px;
    /* background-image: linear-gradient( to  bottom,#81BFDA 50%, #FADA7A, #F5F0CD); */
    background-color: white;
    height: 500px;
}
.section-box .box{
    /* border: 1px solid black; */
    width: 30%;
    height: 300px;
    /* margin-left: ; */
    margin: auto;
    background-color: #fff;
    background-image: linear-gradient( to top     ,#FADA7A 5%, #81BFDA, #B1F0F7);

    
    border-radius:60px 60px 60px 0 ;
    box-shadow: -10px 10px 15px #81BFDA
}
.section-box .box img{
 width: 250px;
 height:250px;
 margin-top: -120px;
 /* margin: auto; */
 margin-left: 65px;
}
.section-box .box .text{
    background-color: #FADA7A;
    
    /* background-image: linear-gradient( to top     ,#FADA7A 5%, #81BFDA, #B1F0F7); */

    padding: 20px;
    height: 125px;
    border-radius: 0 0  60px 0;
}
.section-box .box #listen-img{
    width: 400px;
    /* height:300px; */

}
/* Logo animation */
.logo  {
    animation: move-left-right 3s linear infinite; 
}
  
  @keyframes move-left-right {
    0% {
      transform: translateY(0px); 
    }
   50% {
      transform: translateY(40px); 
    }
    100% {
        transform: translateY(0px); 
      }
  }
/* -----------------------------------------footer----------------------------------- */
footer {
    width: 100%;
    height: 200px;
    background-color:#053e64;
    /* background-color: #ff4500; */
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 100px;
    /* margin-top: 20px; */

    
}
footer .list  ul li a{
    color: white;
    display: inline-block;
    padding-bottom: 5px;
}
footer .list {
    margin-left: 10px;
    width: 15%;
    list-style: none;
    padding: 10px;
}
footer .list ul {
    list-style: none;
}
footer .list ul i {
    margin-right: 10px;
}
footer .list ul li span{
    font-weight: bold;
    color: rgb(216, 48, 1);
    
}
footer p {
    width: 50%;
    margin-left: 25%;
    color: white;
}
.mainImage{
  
    width: 60vh;
    height: 30vh;
    top: 38vh;
    left: 142vh;
    display: flex;
    margin-bottom:1700px;
    position:fixed;
    
}
