body{
margin:0 auto;
padding:0;
box-sizing:border-box;
font-family:sans-serif;
display:flex;
flex-direction:column;
}
html{
height: -webkit-fill-available;
}






}
header .container{
display:flex;
justify-content:space-between;
}



header a{
 text-decoration:none;
 margin-right:100px;
 font-size:16px;
 letter-spacing:1px;
 font-family:Tahoma;
 font-weight:bold;
 color:#FFFFFF;
}

.banner-container{
margin-top:150px;
width:100%;

}

.contact-container{
height:100vh;
display:flex;
align-items:center;
justify-content:space-between;
}
.contact-left{
display:flex;
flex-direction:column;
align-items:center;
gap:20px;

}

.contact-left-title h2{
font-weight:600;
color:#CF13CF;
font-size:40px;
margin-bottom:5px;
}
.contact-left-title hr{
border:none;
width:120px;
height:5px;
background-color:#FF17FF;
border-radius:10px;
margin-bottom:20px;
}
.contact-inputs{
width:400px;
height:50px;
border:none;
outline:none;
padding-left:25px;
font-weight:500;
color:#827474;
border-radius:15px;

}
.contact-left textarea{
height:140px;
padding-top:15px;
border-radius:20px;
}
.contact-inputs:focus{
border:2px solid   #FFAA0F;


}

.contact-inputs::placeholder{
color:lightgrey;
}

.contact-left button{
display:flex;
align-items:center;
padding:15px 30px;
font-size:16px ;
color:#000000;
gap:10px;
border:none;
border-radius:50px;
background:linear-gradient(270deg,#FFA500,#FF7A92);
cursor:pointer;
}

@media screen and(min-width:780px){
.hello{
display:flex;

}
}


@media (max-width:800px){
.contact-input{
width:80vw;

}
.contact-right{
display:none;

}
}
@media only screen and (max-width: 600px) {
  body {
    background-color: lightblue;
  }
}
.color{
color:#90EE90;
font-weight:bold;
}

/* For desktop: */
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
  }
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {...}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {...}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {...}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {...}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width
}



