@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Old+Standard+TT:ital@1&display=swap');
.first{
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    background-color: rgb(235, 194, 118);
}
.first img{
    margin-top: 17%;
    margin-bottom: 20px;
}
.first h1{
    line-height: 4rem;
    font-family: 'Kaushan Script', cursive;
    text-shadow: gray 2px 3px 5px;
}
.container{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.container h1{
    font-weight: 550;
    font-family: 'Kaushan Script', cursive;
}
.second{
    /* background-image: url("/img/backgrounds/s_image.jpg"); */
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding-top: 20px;
    background-color: rgba(0, 0, 0, 0.603);
}
.second h1{
    line-height: 4rem;
    font-weight: 550;
    padding-top: 100px;
    font-family: 'Kaushan Script', cursive;
}
.second p{
    padding-bottom: 80px;
}
.col-md-3 img{
    padding-right: 20px;
}
.third h1{
    padding-bottom: 10px;
}
.third p{
    padding-top: 10px;
    font-family: 'Old Standard TT', serif;
    font-size: 1.3rem;
    font-weight: 550;
}
.forth{
    margin-top: 30px;
    /* background-image: url("/img/backgrounds/c_image.png"); */
    background-repeat: no-repeat;
    text-align: center;
    color: white;
    background-color: rgba(0, 0, 0, 0.541);
}
.forth h1{
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: 'Kaushan Script', cursive;
}
.forth input{
    background-color: rgba(255, 255, 255, 0.199);
    width: 100%;
    border-color: white;
    box-shadow: 0;
}
.forth textarea{
    width: 70%;
    background-color: rgba(255, 255, 255, 0.205);
    color: #fff;
    border-color: white;
    margin-bottom: 70px;
}
::placeholder{
    color: #fff;
}
.fifth{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 20px;
}
.fifth img{
    padding-right: 15px;
}
.fifth h3{
    padding-top: 10px;
}
.hidden{
    display: none;
}
.port{
    padding-top: 12px;
}
.textWithImg :not(img){
    position: absolute;
    top: 30%;
    z-index: 1;
    color: rgb(7, 0, 0);
    font-size: large;
    text-align: center;
    display: none;
    cursor: pointer;
    width: 70%;
    font-weight: bolder;
    transition: 0.5s ease;
}
button{
    background-color: rgba(255, 246, 246, 0.692);
    color: rgb(51, 45, 45);
    border-radius: 10px;
    padding: 5px;
}
.serv{
    font-weight: bolder;
}