*{
    margin: 0;
    padding: 0;
    background-color: #FFFAE9;
    
    }
    :root{
        --main-color: #FFFAE9;
        --color2: #63002C;
        --color3 : #EE6D07;
    }
    @media (min-width:460px) {
        
    }
    body{
        background-color: var(--main-color);
    }
    nav{  display: flex; 
        justify-content:space-between;
border-radius: 0px 0px 50px 30px ;
text-align:center; 
box-shadow: -1px 2px 10px ;
position: fixed;
width: 100%;
z-index: 2;
padding-bottom: 10px;
height:160px ;
animation: navbr 5s infinite ;
}
@keyframes navbr {
    0%{border-radius: 0px 0px 50px 30px ;}
    80%{border-radius: 0px 0px 70px 50px ;}
}
.navbar{display: flex;
    gap: 80px;
    text-align: center;
    text-decoration: none;
    margin-top: 60px;
    padding-right: 120px;
    background-color:transparent;
    font-size: 45px;
}
.logo{ 
    width: 150px;
    background-color: transparent;
    position: relative;
    left: 40px;
    bottom: 4px;
    scale: 2.5;
}
.nav-a1{
    margin-left: 29px;
    width: fit-content;
    height: fit-content;
}
.nav-a2{
    margin-left: 16px;
    width: fit-content;
    height: fit-content;
}
.nav-a3{
    margin-right: 20px;
    width: fit-content;
    height: fit-content;
}
a{ 
    position: relative;
    text-decoration: none;
color:rgb(0, 0, 0);


}
section{display: flex;
    flex-direction: row;
    gap: 40px;
    text-align: right;
    padding-top: 70px;
    overflow-x: auto;
    padding-left: 20px;
    padding-bottom: 550px;

}
section::-webkit-scrollbar{
    display: none;}
.paddingh2{
padding-top: 250px;
text-align: center;
}
h2{
background-color: var(--color2);
width: fit-content;
position: relative;
left: 44vw;
color: #FFFAE9;
padding: 32px;
margin-top: 70px;
font-weight: bold;
border-radius: 25px;
font-size: 45px;
box-shadow: 0px -5px 5px var(--color3) ;
}

img.imgs{
    width: 600px;
    height:370px;
    border-radius:20px ;
}
p{
    background-color:transparent;
    font-size: 50px;
    position: relative;
    bottom: 100px;
    right: 130px;
    color: var(--main-color);
}
footer{
    font-weight: bold;
    font-size: 40px;
     position: relative;
     bottom: -20px;
     left: 5%;
     height: fit-content;
      padding: 50px 0 50px 0;
     text-align: center;
   border-radius: 50px ;
   max-width: 90% ;
   border-bottom: 17px solid #63002C;
   box-shadow: 0px 0px 100px 2px #63002d44;
 }
.copyright{
    font-size: 30px;
    text-align: center;
    opacity: 0.5;
  padding-top: 65px;
  padding-bottom: 20px;
  background-color: transparent;
  position: relative;
  bottom: 20px;
}
.pimg{
    font-weight: bold;
    position: absolute;
    bottom: 5px;
    border-radius: 0 0 111px 110px;
    left:70px;
    width:80%;
    padding: 0px 10px 10px 50px;
    color:var(--main-color);
    text-align: center;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.172) 0%, rgba(0, 0, 0, 0.99) 100%);
   
}
.thh{
    position: relative;
    left: 40%;
}
.one{
    position: relative;
    left: 43.2%;
    margin-top: 20px;
}
.back{
    background-color: transparent;
font-size: 80px;
width: fit-content;
padding: 110px 0 110px 43%;
position: relative;
bottom: 300px;
}
a.backa{
    width: fit-content;
    border: 4px solid var(--color2);
    border-radius: 70px;
    padding: 20px;
    padding-bottom: 33px;
    
}
.btnjs{
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding-top: 60px;
    background-color: transparent;
}
.name{
    font-size: 50px;
    text-decoration: none;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0px 5px 20px ;
}
.dn{
   display: none;
}
.df{
    display: flex;
    gap: 15px;
}
