@font-face {
    font-family: Playwrite;
    src: url(../fonts/playwrite.ttf);
}
@font-face {
    font-family: Play;
    src: url(../fonts/Play/Play-Regular.ttf);
}
@font-face {
    font-family: Neuemachina;
    src: url(../fonts/neuemachina/PPNeueMachina-Light.otf);
}
* ::selection{
    background-color: #bea6b2;
    color: white;
}
.neue{
    font-family: "Neuemachina";
}
.play{
    font-family: "Play";
}
.playwrite{
    font-family: "Playwrite";
}
.hero{
    background-image: url(../img/background.avif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.hero .overlay{
    background-color: rgba(205, 194, 188, 0.726) !important;
    z-index: 2 !important;
}
.hero .content{ 
    z-index: 3 !important;
}
.r-text{
    transform: rotate(-90deg);
    bottom: -90px;
    letter-spacing: 2px;
    font-weight: 600;
    width: 200px;
    right: -103px;
}
.line-1{
    width: 7px;
    height: 380px;
    left: 100px;
    border-right: 5px double black;
}
.heading{
    left: 220px;
    top: 100px;
}
.heading h1{
    font-size: 10rem;
    letter-spacing: 15px;
}
.heading p{
    font-size: 1rem;
    letter-spacing: -1px;
    transform: rotate(90deg);
    top: 106px;
    left: -90px;
}
.heading h3{
    width: 250px !important;
    margin-left: 10px;
    margin-top: -30px;
    font-size: 2rem;
}
.hero .img1{
    width: 280px;
    height: 40%;
    background-image: url(../img/hero-imh1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    bottom: 0px;
    left: 200px;
    border: 1px groove #bea6b2;
    box-shadow: 2px 2px 5px 5px #bea6b2a9;
}
.hero .img2{
    width: 430px;
    height: 78%;
    background-image: url(../img/hero-img-2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    bottom: -10px;
    right: 120px;
    border: 1px groove #bea6b2;
    box-shadow: 2px 2px 10px 10px #bea6b2d0;
}
.text{
    right: 120px;
    top: 120px;
    width: 430px !important;
    padding-left: 100px;
}
.line-2{
   width: 90px;
   left: 0px;
   top: 9px;
   height: 1px;
    border-bottom: 5px double black;
}
.content>.right{
    font-size: 4rem;
    border-radius: 50%;
    font-weight: lighter;
    top: 45%;
    left: 39%;
    background-image: url(../img/hero-img-3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 200px;
    width: 200px;
    border: 1px groove #bea6b2;
    box-shadow: 2px 2px 10px 10px #bea6b2d0;
}
.intro{
    background-color: #D4C2CA !important;
}
.hov{
    transition: 0.6s !important;
}
.hov:hover{
    letter-spacing: 2px !important;
}
.right .overlay{ 
    background-color: rgba(205, 194, 188, 0.479) !important;
}
.right span{ 
   z-index: 5;
}
.cont{
    height: 200vh !important;
}
.bigimg{
    background-color: black;
    height: 45%;
    background-image: url(../img/big-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 2px 2px 12px 12px #b490a29d;
    
}
.o-lay{
    background-color: rgba(0, 0, 0, 0.349);
}
.input{
    background-color: white;
    width: 480px;
    height: 60px;
    position: relative;
    bottom: -260px;
    left: 30%;
    box-shadow: 2px 2px 10px 5px #bea6b2;
}
.input input{
    border: none;
    outline: none;
    font-size: 1.3rem;
}
.remain{
    background-color: #74003a !important;
    background-image: url(../img/hero-img-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.lay{
    background-color: rgba(0, 0, 0, 0.377);
}
i{
    cursor: pointer;
    z-index: 5;
}
.carousel,.carousel-item{
    width: 700px !important;
    height: 150px !important;

}
.carousel{
    top: 50px;
    left: 80%;
}
.f-1{
    font-size: 4rem !important;
}
.picture-div{
    margin-top: 100px;
    width: 95% !important;

}
.box img{
    cursor: pointer !important;
}
.contain .overlay{
    background-color: rgba(0, 0, 0, 0.61);
    top: 0;
    left: 0;
}
.imga{
    width: 40%;
    position: absolute;
    right: 0;
    background-image: url(../img/img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 2px 2px 12px 12px #b490a29d;

}
.im{
    width: 30%;
    height: 55%;
    background-image: url(../img/heart.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 2px 2px 12px 12px #b490a29d;
    top: 30%;
    right: 380px;

}
.etraight{
    height: 81%;
    width: 2px;
    border-right: 6px double black;
    left: 40px;
    top: 60px;
}
.straight{
    width: 42%;
    height: 2px;
    border-bottom: 6px double black;
    left: 40px;
    top: 60px;
}
.traight{
    width: 30%;
    height: 2px;
    border-bottom: 6px double black;
    left: 40px;
    bottom: 60px;
}
.img-1{
    width: 60px;
    height: 60px;
    top: 38px;
    left: 45%;
    border-radius: 50px;
    box-shadow: 2px 2px 5px 5px #b490a29d;
}
.img-2{
    width: 60px;
    height: 60px;
    top: 38px;
    left: 39%;
    border-radius: 50px;
    box-shadow: 2px 2px 5px 5px #b490a29d;
}
.img-3{
    width: 60px;
    height: 60px;
    top: 38px;
    left: 32%;
    border-radius: 50px;
    box-shadow: 2px 2px 5px 5px #b490a29d;
}
.img-4{
    width: 60px;
    height: 60px;
    bottom: 38px;
    left: 31%;
    border-radius: 50px;
    box-shadow: 2px 2px 5px 5px #b490a29d;
}
.f1{
    font-size: 5rem !important;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-style: double;
}
.w-40{ 
    width: 37% !important;
}
.button{
    border: 2px solid #705f68 !important;
    box-shadow: 0px 2px 10px 10px #705f6862;
    cursor: pointer;
}
.o{
    z-index: 2;
    background-color: #705f68;
    transform: translateY(100%);
    border: 2px solid #705f68 !important;
    transition: 1s;
}
.button .position-relative{
    z-index: 3;
    color: black;
    font-size: 1.3rem;
    font-weight: 600;
    transition: 0.4s;
}
a{
    text-decoration: none !important;
}
.button:hover .o{
    transform: translateY(0%);
}
.button:hover .position-relative{
    color: #bea6b2 !important;
}
#img img{
    width: 100%;
    height: 300px;
    border-radius: 15px;
    transition: .9s !important;
}
.modal {
    display: none; /* Hidden by default */
    position: fixed;
    top: 10px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}
.hint{
    background-color: white !important;
    border-radius: 10px !important;
}

.modal-content {
    background: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    max-width: 500px;
    width: 100%;
    position: relative;
}

.modal-content img {
    width: 100%;
    margin-bottom: 10px;
    height: 70% !important;
}

.close-button {
    position: absolute;
    bottom: 0px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: rgb(14, 14, 114);
    font-weight: bold;
}

.close-button:hover {
    color: red;
}
.btn{
    border: 2px solid !important;
    background-color: rgb(109, 5, 5) !important;
    color: white !important;
}
#img{
    transition: 0.5s;
    cursor: pointer;
}
#img:hover{
    transform: scale(1.05);
}
#img:hover img{
    box-shadow: 2px 2px 10px 10px #705f686c;
}
#suggestions-box::-webkit-scrollbar{
    width: 5px !important;
}
#suggestions-box::-webkit-scrollbar-thumb{
    width: 5px !important;
    background-color: black;
}
#suggestions-box{
    cursor: pointer;
}
@media (max-width : 1278px) {
    .right{
        transform: scale(0.8);
    }
    .img2{
        right: 40px !important;  
    }
    .text{
        right : 40px;
    }
}
@media (max-width : 1160px) {
    .right{
        left: 41% !important;
    }
    .im{
        display: none !important;
    }
    .img-3{
        display: none !important;
    }
    .img-2{
        left: 35%;
    }
}
@media (max-width : 1102px) {
    .right{
        left: 35% !important;
    }
    .heading{
        left: 120px;
    }
    .line-1{
        left: 50px;
    }
    .img1{
        left: 100px !important;
        bottom: -50px !important;
    }
}
@media (max-width : 1032px){
    .img1{
        transform: scale(0.9);
        bottom: -150px !important;
        left: 80px !important;
        height: 80% !important;
    }
    .img2{
        transform: scale(0.9);
        bottom: -80px !important;
        height: 93% !important;
    }
    .heading{
        top: 40px !important;
        transform: scale(0.8);
        left: 100px;
    }
}
@media (max-width : 985px){
    .line-1{
        left: 20px;
    }
    .heading{
        left: 50px;
    }
    .img1{
        left: 40px !important;
    }
    .right{
        left: 32% !important;
    }
    .img2{
        right: 10px !important;
    }
    .text{
        right: 10px;
    }
    .line-2{
        width: 50px;
        left: 40px;
    }
    .img-4{
        display: none !important;
    }
}
@media (max-width : 922px){
    .right{
      left: 27% !important;
      top: 220px !important;
    }
    .img1{
        height: 50% !important;
        bottom: -100px !important;
    }
    .etraight{
        height: 58% !important;
    }
    .imga{
        top: 55% !important;
        width: 65% !important;
        height: 3% !important;
        right: 20% !important;
    }
    .straight{
        width: 90%;
    }
    .traight{
        transform: rotate(90deg);
        left: 79.4%;
        top: 195px !important;
    }
    .img-1{
        top: 59% !important;
        left: 1.3% !important;
    }
    .img-2{
        top: 47% !important;
        left: 91.3% !important;
    }
    .im{
        display: block !important;
        height: 30% !important;
        width: 25% !important;
        top: 65% !important;
        right: 10% !important;
    }
    .w-40{
        width: 100% !important;
    }
    .carousel{
        left: 90% !important;
    }
    .input{
        left: 20% !important;
    }
}
@media (max-width : 860px){
    .right{
        transform: scale(0.8);
        left: 11% !important;
    }
    .img1{
        transform: scale(0.8);
        height: 60% !important;
    }
    .heading{
        top: 10% !important;
    }
    .right{
        top: 30% !important;
    }
    .traight{
        top: 179px !important;
    }
}
@media (max-width : 790px){
    .traight{
        top: 174px !important;
    }
    .img-2{
        top: 40% !important;
    }
    .carousel{
        transform: scale(0.8);
        left: 100% !important;
    }
}
@media (max-width : 740px){
    .heading{
        top: 0px !important;
    }
    .right{
        left: 8% !important;
    }
    .img1{
        transform: scale(0.7);
        left: 30px !important;
    }
    .img2{
        transform: scale(0.8);
        bottom: -100px !important;
        height: 95% !important;
        right: 0px !important;
    }
    .text{
        top: 160px !important;
    }
    .traight{
        top: 166px !important;
    }
}
@media (max-width : 690px){
    .heading{
        transform: scale(0.7);
        left: 30px !important;
    }
    .right{
        transform: scale(0.7);
        top: 30% !important;
        left: 5% !important;
    }
    .img1{
        transform: scale(0.6);
        left: 0px !important;
        height: 70% !important;
        bottom: -160px !important;
    }
    .traight{
        top: 157px !important;
        right: 91% !important;
    }
    .straight{
        width: 89%;
    }
    .img-2{
        left: 90% !important;
    }
    .imga{
        right: 18% !important;
    }
    .input{
        left: 10% !important;
    }
    .carousel{
        left: 110% !important;
    }
}
@media (max-width : 660px){
    .img2{
        right: -20px !important;
    }
    .text{
        right: -10px !important;
    }
}
@media (max-width : 652px){
    .img2{
        bottom: -170px !important;
        transform: scale(0.7);
        right: -50px !important;
    }
    .text{
        top: 250px !important;
        width: 300px !important;
        right: 50px !important;
    }
    .text .span1{
        display: none !important;
    }
    .heading{
        transform: scale(0.9) !important;
        left: 70px !important;
    }
}
@media (max-width : 630px){
    .straight{
        width: 88.5%;
    }
    .traight{
        top: 150px !important;
    }
    .carousel{
        transform: scale(0.6);
    }
}
@media (max-width : 610px){
    .imga{
        top: 60% !important;
    }
    .img-2{
        top: 30% !important;
    }
}
@media (max-width : 594px){
    .carousel p.f1{
       font-size: 3rem !important;
    }
    .carousel{
        left: 115% !important;
    }
    .input{
        left: 4% !important;
    }
}
@media (max-width : 573px){
    .img1{
        bottom: -150px !important;
        transform: scale(0.5);
        left: -10px !important;
    }
    .right{
        transform: scale(0.6);
        top: 40% !important;
    }
    .traight{
        top: 140px !important;
    }
    .imga{
        right: 14% !important;
    }
}
@media (max-width : 543px){
    .img2{
        width: 350px !important;
        right: -30px !important;
    }
    .text{
        right: 10px !important;
    }
    .img-1{
        top: 65% !important;
    }
    .imga{
        top: 65% !important;
    }
    .im{
        height: 15% !important;
        top: 80% !important;
    }
    .carousel{
        left: 115% !important;
    }
    .search{
        margin: 0px !important;
    }
}
@media (max-width : 500px){
    .line-1{
        height: 70% !important;
        left: 30px !important;
    }
    .r-text{
        letter-spacing: 1px !important;
        bottom: -70px !important;
    }
    .heading{
        top: 100px !important;
    }
    .right{
        top: 45% !important;
        transform: scale(0.5);
        left: 3% !important;
    }
    .img1{
        width: 270px !important;
    }
    .img2{
        width: 300px !important;
        height: 80% !important;
        bottom: -170px !important;
    }
    .text .span2{
        display: none !important;
    }
    .text{
        top: 340px !important;
        right: -30px !important;
    }
    .traight{
        top: 129px !important;
        left: 78% !important;
    }
    .straight{
        width: 85% !important;
    }
    .img-2{
        left: 86% !important;
    }
    .input{
        left: 15% !important;
        width: 300px !important;
    }
    .carousel{
        left: 120% !important;
    }
}
@media (max-width : 460px){
    .carousel{
        transform: scale(0.5);
        left: 130% !important;
    }
}
@media (max-width : 445px){
    .line-1{
        left: 30px !important;
        height: 70% !important;
    }
    .img2{
        right: -60px !important;
        width: 270px !important;
    }
    .text{
        top: 430px !important;
        right: -68px !important;
    }
    .line-2{
        width: 30px !important;
        left: 65px !important;
    }
    .img1{
        left: -20px !important;
        width: 340px !important;
        bottom: -220px !important;
    }
    .right{
        transform: scale(0.7);
        left: 40px !important;
    }
    .heading{
        transform: scale(1.1) !important;
        top: 12% !important;
        left: 25% !important;
    }
    .traight{
        top: 123px !important;
    }
    .imga{
        right: 12% !important;
    }
}
@media (max-width : 435px){
    .imga{
        top: 70% !important;
    }
}
@media (max-width : 405px){
    .img1{
        left: -25px !important;
        width: 300px !important;
    }
    .img2{
        right: -70px !important;
    }
    .text{
        top: 400px !important;
    }
    .straight{
        width: 82% !important;
    }
    .traight{
        left: 76% !important;
        top: 18% !important;
    }
    .img-2{
        top: 26% !important;
        left: 83% !important;
    }
    .search{
        height: 250px !important;
    }
    .carousel{
        top: 0px !important;
        left: 140% !important;
    }
    .input{
        top: 200px !important;
        left: 10% !important;
    }
}
@media (max-width : 390px){
    .tet{
        transform: scale(0.8);
    }
}
@media (max-width : 375px){
    .text{
        top: 350px !important;
    }
    .right{
        left: 15px !important;
    }
    .carousel{
        left: 150% !important;
        transform: scale(0.4);
        height: 210px !important;
    }
    .input{
        left: 5% !important;
    }
}
@media (max-width : 360px){
    .img1{
        width: 280px !important;
    }
    .line-1{
        left: 18px !important;
    }
    .traight{
        display: none !important;
    }
    .tet{
        padding: 3px !important;
    }
    .img-2{
        display: none !important;
    }
    .etraight{
        height: 50% !important;
    }
    .img-1{
        top: 53% !important;
    }
    .imga{
        right: -7% !important;
        width: 110% !important;
        top: 63% !important;
    }
    .im{
        display: none !important;
    }
}
@media (max-width : 345px){
    .heading{
        transform: scale(0.9) !important;
        left: 40px !important;
        top: 16% !important;
    }
    .img1{
        width: 260px !important;
    }
    .img2{
        right: -80px !important;
    }
    .text{
        top: 420px !important;
    }
    .right{
        top: 47% !important;
    }
    .hidden{
        visibility: hidden;
    }
    .button{
       visibility: hidden !important;
    }
    .carousel{
        top: -50px !important;
        left: 160% !important;
    }
    .input{
        top: 170px !important;
        left: 2% !important;
    }
    .search{
        height: 190px !important;
    }
}
