html{
    box-sizing: border-box;
    scroll-behavior: smooth;
}
header{
    display: flex;
    background-color: #B67352;
    margin: -.3%;
    margin-top: -1%;
}
h1{
    color: white;
    font-size: 4rem;
    margin-top: 2%;
    font-family: "Protest Strike", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-left: 2%;
}
.title{
    color: #8CB9BD;
    display: inline-block;
    width: 50%;
}
nav{
    display: flex;
    justify-content: space-evenly;
    
}
img{
    width: 30%;
    margin-top: 2%;
    /* float: left; */
}
p{
    font-family: "Protest Riot", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.7rem;
    color: #6C3428;
    margin-left: 2%;
    margin-top: 4%;
  }
  .container{
    display: flex;
    justify-content: space-evenly;
    margin-top: 2%;
    /* flex-wrap: wrap; */
  }
.cup{
    order: 2;
}
.divi{
    margin-top: 1%;
    display: flex;
    justify-content: space-between;
}
.aimg{
    margin-left: 35%;
}
h2{
    text-align: center;
    font-size: 3rem;
    margin-top: 2%;
    font-family: "Protest Strike", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.contact-left{
    flex-basis: 35%;
}

.contact-right{
    flex-basis: 60%;
}

.contact-left p{
    margin-bottom: 30px;
}

.contact-left p i{
    color: #B67352;margin-right: 15px;
    font-size: 25px;
}

.social-icons{
    margin-top: 30px;
}

.social-icons a{
    text-decoration: none;
    font-size: 30px;
    margin-right: 15px;
    color: #ababab;
    display: inline-block;
    transition: transform 0.5s;
}

.social-icons a:hover{
    color:#B67352;
    transform: translateY(-5px);
}

.btn.btn2{
    display: inline-block;
    background: #B67352;
}

.contact-right form{
    width: 100%;
}

form input, form textarea{
    width: 100%;
    border: 0;
    outline: none;
    background: #262626;
    padding: 15px;
    margin: 15px 0;
    color: #fff;
    font-size: 18px;
    border-radius: 6px;
}

form .btn2{
    padding: 14px 60px;
    font-size: 18px;
    margin-top: 20px;
    cursor: pointer;
}

.copyright{
    width: 100%;
    text-align: center;
    padding:25px 0;
    background: #262626;
    font-weight: 300;
    margin-top: 20px;
}
nav{
    display: flex;
    align-items: end;
    align-items: self-end;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}

nav ul li{
    display: inline-block;
    list-style: none;
    margin: 10px 20px;
}

nav ul li a{
   color: #fff;
    text-decoration: none;
    font-size: 15px;
    position: relative;
}

nav ul li a::after{
    content: '';
    width: 0;
    height: 3px;
    background-color: #B67352;
    position: absolute;
    left: 0;
    bottom: -6px;
    transition: 0.5s;
}

nav ul li a:hover::after{
    width: 100%;
}
ap{
    text-align: center;
}
@media only screen and (max-width: 500px){

img{
    width: 99%;
    clear: both;
    flex: 1;

}
.cup{
    order: 1;
    flex: 1;

}
.para{
    flex: 2;
    order: 2;
}
.tab-links{
    font-size: 16px;
    margin-right: 20px;
} 
.container{
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}  
.divi{
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}
  p{
    clear: left;
    clear: right;
    flex: 2;
  }  
.aimg{
    align-items: center !important;
    margin: 0% !important;
}
}
body {
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

h1 {
    color: green;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/* loading */