*{
    margin: 0;
    padding: 0;
    /* border: 1px solid red; */
}
html{
    font-size: 16px;
}
#home{
    width: 100%;
    height: 100vh;
    background-color: #ffff;
    background-image: url(images/tree.jpg);
    /* position: fixed; */
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.header{
    width: 100%;
    height: 5rem;
    background-color: #737D8D;
    display: flex;
    gap: 25rem;
    align-items: center;
    position: fixed;
    z-index: 1;
}
.logo{
    width: 6rem;
    height:5rem;
    margin-left: 1.9rem;
}
 .img{
    width: 6rem;
    height:5rem;
    /* margin-left: 1.9rem; */
}
ul li{
    display: inline-flex;
    height: 5rem;
}
ul li a{
    color: #ffff;
    padding: 2.5rem;
    font-family: 'Amarante', cursive;
    font-size: large;
    text-decoration: none;
    
}
a:active{
    text-decoration: underline;
}
a:link{
    text-decoration: none;
    font-family: 'Amarante', cursive;
}
a:hover{
    /* text-decoration: underline; */
    color: black;


}
aside{
    display: inline-block;
}
.text{
    font-family:'Amiri', serif;
    margin-top: 15rem;
    margin-left: 11rem;
}
.text .top{
    font-family: 'Amiri', serif;
    font-size: medium;
    font-weight: 500;
}
.text .middle{
    font-size: xx-large;
    margin-left: 5rem;
    font-weight: 900;
    /* font-style: bold; */
}
.text .bottom{
    font-size: large;
    margin-left: 19rem;
}
button{
    background-color: #737D8D;
    font-family:'Amiri', serif;
    border-radius: 3rem;
    width: 11.5rem;
    height: 3.5rem;
    margin-top: 5rem;
    margin-left: 5rem;
    font-size: 85%;
}
button a{
    text-decoration: none;
    text-align: center;
    color: black;
}
 .photo img{
    width: 20rem;
    height: 20rem;
    /* border-radius:10rem ; */
    /* float: right; */
    border-radius: 100rem;
    /* margin-top: 12rem; */
    margin-left: 15rem;
    display: inline-block;
    
}
#about{
    background-image: url(images/Untitled\ design.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    background-attachment: scroll;
    scroll-behavior: smooth;
}
#about h1{
    font-family: 'Amarante', cursive;
    text-align: center;
    padding-top: 5rem;
}
.texts{
    float: left;
    width: 27.5rem;
    height: 29.6rem;
    flex-shrink: 0;
    /* margin-top: 2rem; */
    margin-left: 10rem;
    font-family: 'Amiri', serif ;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 153.8%;
    letter-spacing: -0.01375rem;
    margin-top:2rem ;
}
.anothertexts{
    float: right;
    width: 28.3125rem;
    height: 22rem;
    flex-shrink: 0;
    margin-right:10rem ;
    font-family: 'Amiri', serif ;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 153.8%;
    letter-spacing: -0.01375rem;
    margin-top:2rem ;
}

.anothertexts .fstline{
    display: flex;
    margin-top: 4%;
    align-items: center;
    justify-content: space-around;
}
.sndline{
    display: flex;
    margin-top: 4%;
    align-items: center;
    justify-content: space-around;
}
.middles {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  /* margin-bottom: 15%; */
  margin-left: 5%;
  transform: translate(50%,-190%);
  /* -ms-transform: translate(-50%, -50%);  */
  text-align: center;
  transition-duration: 1s;
}
.transition{
    position: relative;
    width: 11rem;
    height: 6rem;
}
.transition:hover .img {
  opacity: 0.2;
}
.transition:hover .middles {
  opacity: 1;
}
#skills{
    background-image: url(images/Untitled\ design.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    padding-top: 2rem;
}
#skills h1{
    text-align: center;
    font-size: xx-large;
    font-family: 'Amarante', cursive;
   padding-top:5rem ;
}
#skills h6{
    position: absolute;
    transform: translate(0%,-50%);
    width: 100%;
    /* top: 50%;
    left: 50%; */
    text-align: center;
    font-size: large;
    font-family: 'Amarante', cursive;
    margin-top: 2rem ;
}
span{
color: #000;
}
.row{
    position: absolute;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}



#contact{
    background-image: url(images/tree\ copy.jpg);
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll; 
    scroll-behavior: smooth;
  }
  #contact h1{
    padding-top: 5%;
    text-align: center;
  }
  .cont{
    float: left;
    margin-top:10rem;
    margin-left: 10rem;
  }
.cont i{
    height:3rem;
    /* align-items: center; */
}
.coint{
    float: right;
    width: 40%;
    height: 60%;
    font-family: 'Amarante', cursive;
    margin-top: 5rem;
}

.coint p{
    width: 80%;
    height: 100px;
}
.cont  a{
    text-decoration: none;
    color: #000;
}
/* .cont p{
    text-align: center;

} */
form{
    width: 30rem;
    height: 30rem;
    margin-right: 15rem;
    margin-top: 10%;
}
form input{
    width: 90%;
    border: 0;
    /* outline: none; */
    background: #737D8D;
    padding: 15px;
    margin: 10px 10px;
    /* color: #fff; */
    font-size: 20px;
    border-radius: 10px;
}
form button{
    width: 9rem;
    height: 3rem;
    background-color: #737D8D;
    border-radius: 3rem;
    cursor: pointer;
    /* text-align: center; */
}
form button p{
    font-family: 'Amarante', cursive;
    font-size: medium;
    margin-top:0.6rem;
    margin-left: 0.6rem;
    text-align: center;
    
}

/* css for cards design */
.row1{
    position: relative;
}
.column{
    width: 24rem;
    height: 29rem;
    display: inline-block;
    position: relative;
    background-color: #737D8D;
    text-align: center;
    border-radius: 1rem;
    justify-content: space-around;
    margin-left:5.3rem;
    margin-top: 5rem;
    transition: 1s;
}
.column:hover{
    cursor: pointer;
    
}

.column p{
    margin-top: 2rem;
    font-size: larger;
    
}
.column .image img{
 /* margin-top: 2rem; */
    width: 19rem;
    height: 16rem;
    align-items: center;
    border-radius: 0.75rem;
    margin-top: 3rem;
    margin-left: -1rem;
}
/* .hp {
    position: absolute;
    width: 100%;
    margin: 10px auto;
    z-index: 100;
    opacity: 0;
    transition: 1s;
    
}

.image img:hover~.image_title{
    background-color: black;
transform: translateY(-350%);
opacity: 1;
z-index: 100;
} */
.image{
    position: relative;
    width: 24rem;
    height: 29rem;
}
.image__img{
    display: block;
    width: 100%;
}
.image__overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 24rem;
    height: 29rem;
    border-radius: 1rem;
    background: #737D8D;
    color: white;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    transition: 0.75s;
}
.image__overlay >*{
    transform: translateY(50px);
    transition: 0.35s;
}
.image__overlay:hover{
    opacity: 1;
}
.image__overlay:hover >*{
    transform: translateY(0px);
}
.image__title{
    font-size: 2em;
}
/* .image:hover{
color: white;
} */
