

@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.logo-box{
    position: fixed;
}

.logo-img{
    width: 100px;
}

.main-poster{
    margin: auto;
}

.poster-box{
    padding:150px 0px;
}

.poster-text{
    display: inline-block;
    padding-top: 40px;
    padding-left: 160px;
    position: relative;
}

.poster-text1{
    width: 450px;
    display: inline-block;
}

.poster-logo{
    width: 101px;
    margin: 5px 20px 1px 0;
    display: inline-block;
}

.poster-p{
    color:white;
    align-content: center;
    background-color: #e54861;
    font-style: italic;
    font-size: 16px;
    padding: 10px 22px;
    display: inline-block;
}

.poster-text2{
    width: 470px;
}

.poster-text2-h1{
    font-weight: 400;
    font-family: 'Playfair Display',serif;
    font-size: 48px;
    margin: 47px 24px 0 0;
}

.poster-text2-p{
    color: rgb(37, 37, 37);
    font-family: "Raleway", sans-serif;
    line-height: 1.9;
    margin: 20px 24px 0 0;
}

.button{
   color:white;
   background-color: black;
   font-size: 14px;
   font-family:"Raleway", sans-serif;
   font-weight: 400px;
   text-align: center;
   padding: 10px 30px;
   margin: 30px 314px 0 0;
}

.button:hover{
    color:white;
    background-color:#e54861;
    transition: .4s;
}

.poster-img-box{
    height: 648px;
    width: 414px;
    position: absolute;
    top: 195px;
    right:130px;
    background-color: #e54861;
}

.poster-img1{
    width: 546px;
    height: 664px;
    position: absolute;
    top: 270px;
    right:210px;
}

.img-link{
    color: black;
    font-size: 14px;
    font-family:"Raleway", sans-serif;
}

.poster-p2{
    position: absolute;
    top: 960px;
    right: 145px;
    text-align: right;
    font-size: 14px;
    font-family:"Raleway", sans-serif;
}

.banner-main-box{
     position: relative;  
}

.banner-box{
    width:652px;
    height:950px;
    margin: 178px 0 0;
    background-color: #fcebee;
    display: inline-block;
}

.banner-img{
    width: 385px;
    left: auto;
    position: absolute;
    top:-60px;
    right: 565px;
}   

.banner-design{
    position: absolute;
    top: 360px;
    left: 165px;
}

.banner-text{
    display: inline-block;
    border-width: 4px;
    border-color: #e54861;
    border-style: solid;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    position: absolute;
    top:240px;
    right: 165px;
}

.banner-p{
    width: 357px;
    height: 165px;
    color: #111111;
    font-size: 16px;
    line-height: 1.8;
    font-family: Raleway, sans-serif;
    font-style: italic;
    padding: 10px 20px;
    text-align: right;
    margin: 26px 6px 2px;
}

.banner-p2{
    position: absolute;
    top:455px;
    right:615px;
    text-align: right;
    font-size: 14px;
    font-family:"Raleway", sans-serif;
}

.banner-text-two{
    position: relative;
    margin: 15px 20px 0;
}

.banner-two-h2{
    font-weight: 400;
    font-family: 'Playfair Display',serif;
    font-size: 36px;
    line-height: 1.1;
    position: absolute;
    top: 335px;
    left: 130px;
}

.banner-two-p{
    width: 340px;
    padding-left: 20px;
    font-family: Raleway,sans-serif;
    font-size: 16px;
    line-height: 1.9;
    margin: 30px 20px 0 0;
    position: absolute;
    top: 440px;
    left:110px ;
}

.button2{
    color:white;
    background-color:#e54861;
    font-size: 14px;
    font-family:"Raleway", sans-serif;
    font-weight: 400px;
    text-align: center;
    padding: 10px 30px;
    margin: 30px 345px 0 0;
    position: absolute;
    top: 840px;
    left: 125px;
}

.button2:hover{
    color:#e54861;
    font-weight: 600;
    background-color:transparent;
    border:2px solid #e54861;
    transition: .4s;
}

.banner-animation-two{
  position: absolute;
  top:578px;
  right: 0;
  animation-name: model;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}
@keyframes model {
    0%{
        position: absolute;
        top:578px;
        right: 0;
    }

    25%{
        position: absolute;
        top:578px;
        right: 150px;
    }
    
    50%{
        position: absolute;
        top:578px;
        right:350px;
    }
    75%{
        position: absolute;
        top:578px;
        right:550px;
    }
    100%{
        position: absolute;
        top:578px;
        right:0px;
    }

    125%{
        width: 0;
        height: 0;
        position: absolute;
        top:578px;
        right:0px;
    }
}

.banner-img-two{
    width: 363px;
    height: 461px;
    border-radius:20px;
}

.hero{
    position: relative;
}

.hero-box{
    width: 600px;
    margin: auto;
    position: relative;
    background-color: #fcebee;
}

.box-design-img{
    width: 900px;
 }
 
 .box-design{
     position: absolute;
     top: -40px;
     left: -245px;
 }

.box-main{
    width: 600px;
    height: 600px;
    position: relative;
    border: 5px #e54861;
    border-style:double;
    margin: auto;
    margin-top: 140px;
    transform: rotate(11deg);
}

.box-img{
    width: 500px;
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
}

.box-img-two{
    width: 363px;
    border-radius:20px;
}


.box-img-two{
    position: absolute;
    top:690px;
    left: 0;
    animation-name: model2;
    animation-duration: 5s;
    animation-iteration-count: infinite;
  }
  @keyframes model2 {
      0%{
          position: absolute;
          top:690px;
          left: 0;
      }
  
      25%{
          position: absolute;
          top:690px;
          left:150px;
      }
      
      50%{
          position: absolute;
          top:690px;
          left:350px;
      }
      75%{
          position: absolute;
          top:690px;
          left:550px;
      }
  
  }

.box-text{
    position: absolute;
    top: 690px;
    right: 150px;
    text-align: right;
}

.box-h2{
    width: 416px;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    line-height: 1.1;
    margin: 50px 0 0 20px;
}

.box-p{
    width: 416px;
    margin: 60px 0 0 20px;
    font-family: Raleway, sans-serif;
    line-height: 1.9;
}





