*{
    margin: 0px;
    padding: 0px;
}

#navbar{
    background-color: rgb(239, 231, 231);
    display: flex;
    margin: auto;
    text-align: center;
    align-items: center;
    height: 70px;
}
#navbar li{
    list-style: none;
    margin: 30px;
}
.list-content{
    padding: 10px;
}
#navbar li h3 a{
    text-decoration: none;
    color: black;
}
#navbar li h3 a:hover{
    color:red;
    background-color: rgb(94, 98, 216);
    border-radius: 30px;
    padding: 5px;

}
.logo{
    width: 60px;
    border: 2px solid black;
    border-radius: 50px;
}
#search input{
    width: 90px;
    padding: 8px;
    border: 2px solid black;
    border-radius: 15px;
}

#search button{
    width: 35px;
    height: 35px;
    color: white;
    background-color: black;
    border: 1px solid black;
    border-radius: 10px;
    cursor: pointer;
}

#content{
    border: 1px solid white;
    background-image: url("./images/background-image2.avif");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#main-content{
    margin: 200px;
    font-size: 25px;
    color: white;
    text-shadow: -1px -4px 4px red;
}
#main-content h3{
    margin-bottom: 26px;
    padding: 10px;
}
#main-content .btn{
    margin-right: 50px;
    margin-top: 10px;
    padding: 10px;
    border-radius: 30px;
    background-color: transparent;
    font-size: 20px;
    font-weight: 800;
    color: black;
    cursor: pointer;
}
#main-content .btn:hover{
    background-color: pink;
    font-size: 13px;
}

#content-2nd{
    display: flex;
    margin-left: 200px;
    margin-top: 50px;
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 15px;
}

#content-2nd p{
    margin-right: 10px;
}
#content-1st{
    border: 1px solid #FFB07C;
    background-image: linear-gradient(to right, #FFB07C ,#FC9FA2, #FE59C2);
}

.thinking{
    height: 300px;
    transform: scaleX(-1);
}

#main-about{
    display: flex;
    margin-left: 200px;
    margin-top: 50px;
    padding-right: 200px;
}

#about h1{
    margin-bottom: 12px;
}
#about h2{
    border: 1px solid #FFB07C;
    height: 4px;
    width: 60px;
    margin-bottom: 12px;
    background-image: linear-gradient(to right, #FFB07C ,#FC9FA2, #FE59C2);
}
#about h3{
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 800;
}
#about p{
    margin-bottom: 35px;
}
#about button{
    padding: 12px 22px;
    margin-left: 10px;
    border-radius: 30px;
    background-image: linear-gradient(to right, #FFB07C ,#FC9FA2, #FE59C2);
    cursor: pointer;
    border: #FE59C2;
    margin-bottom: 70px;
}
#about button:hover{
    padding: 15px 25px;
}
#about-img h2{
    border: 1px solid #FFB07C;
    height: 4px;
    width: 300px;
    margin-top: 12px;
    background-image: linear-gradient(to right, #FFB07C ,#FC9FA2, #FE59C2);
}

#bg-clr{
    margin-top: -30px;
    height: 40px;
    background-color: #EBEBEB;
    /* border: 3px solid black; */
}

#foot{
    background-color: #EBEBEB;
    position: relative;
    z-index: -1;
}
#foot-head{
    margin-left: 200px;
}


#foot-head h4{
    border: 1px solid #FFB07C;
    height: 4px;
    width: 68px;
    margin-top: 15px;
    background-image: linear-gradient(to right, #FFB07C ,#FC9FA2, #FE59C2);
}


#imag{
    margin-left: 200px;
    margin-right: 100px;
    margin-top: 25px;
    margin-bottom: 100px;
    display: flex;
    justify-content: space-between;
    
}
.img-pos img{
    width: 380px;
    height: 280px;
    position: relative;
    z-index: -1;
}

#crt {
    margin-left: 90px;
    border: 2px solid white;
    background-color: white;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    height: 40px;
    margin-top: -30px;
    display: flex;
}
#crt button{
    width: 40px;
    height: 40px;
    border: 1px solid transparent;
    margin-left: -2px;
    border-radius: 30px;
    color: white;
    background-image: linear-gradient(to right, #FFB07C ,#FC9FA2, #FE59C2);
}

#crt h2{
    margin-top: 5px;
    margin-left: 15px;
}
