
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');

@font-face{
font-family: 'Reman';
src: url("../font/Reman.ttf");
}
html{
    overflow-x: hidden;
}
a:hover{
    text-decoration:none;
}
/*body css here*/
body{
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top,center;
    background-image: url(../images/bg.png);
}

/*navigation css*/
.active.logo img {
    height: 130px;
    width: 130px;
}
.topnav {
    padding-left: 30px;
    overflow: hidden;
    padding-right: 30px;
}
.form-inline {
     padding-top: 51px;
    float: right;
}
.topnav a {
  float: left;
  display: block;
  padding: 14px 28px;
  text-decoration: none;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #161616;
}

.active {
    float: left !important;
}

.topnav .icon {
  display: none;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}



@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}


.top-heading h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 22.8916px;
    line-height: 50px;
    letter-spacing: 5.72289px;
    text-transform: uppercase;
    color: #1E1E1E;
}
.top-heading.col-md-12 {
    text-align: center;
}
.top-heading h1{ 
   font-family: 'Playfair Display';
   font-style: normal;
   font-weight: 400;
   font-size: 128.193px;
   line-height: 156px;
   letter-spacing: -3.43373px;
   text-transform: uppercase;
   color: #535353;
}
.col-md-12.multi-img {
    position: relative;
    margin-top: 87px;
    z-index: 100;
}
.col-md-6.multi-img-side-2 img {
    height: 658px;
    width: 57%;
}
.multi-img-side-1{
        text-align: end;
     background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    background-image: url(../images/box-1.png);
    height: 822px;
}
.col-md-6.multi-img-side-1 img {
    height: 548px;
    position: absolute;
    top: 50%;
    left: 43%;
    transform: translate(0, -50%);
}
.col-md-6.multi-img-side-2 img {
    height: 658px;
    position: absolute;
    top: 50%;
    left: 2%;
    transform: translate(0, -50%);
}
.multi-img-side-2{
        text-align: start;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    background-image: url(../images/box-2.png);
    height: 822px;
}
.contact-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/cont.png);
    height: 1271px;
    margin-top: -320px;
}
.contact-form.col-md-12 {
    text-align: center;
    position: absolute;
    top: 52.5%;
    transform: translate(0, -50%);
}
.contact-form h1{
    margin-bottom: 35px;
    font-family: 'Reman';
    font-style: normal;
    font-weight: 400;
    font-size: 90px;
    line-height: 97.1%;
    text-align: center;
    color: #B58B5A;
}
.iti.iti--allow-dropdown.iti--separate-dial-code {
    display: block !important;
}
.contact-form form .form-control{
    height: 41px;
    font-family: 'Montserrat' !important;
   font-style: normal;
   font-weight: 300;
   font-size: 20px;
   line-height: 150.5%;
   letter-spacing: -0.01em;
   color: #D69E8A !important;
   background: #FAFAFA;
   border: 0.5px dashed #9E9E9E;
}

.contact-form form .form-group{
    margin-bottom: 27px;
}

.contact-form form .form-control::placeholder{
    font-family: 'Montserrat' !important;
   font-style: normal;
   font-weight: 300;
   font-size: 20px;
   line-height: 150.5%;
   letter-spacing: -0.01em;
   color: #D69E8A !important;
}
.privacy-policy a{
    font-family: 'Montserrat';
font-style: italic;
font-weight: 300;
font-size: 16px;
line-height: 143.5%;
letter-spacing: -0.01em;
color: #454545;
}
.accept {
    margin-left: 18px;
    background: #FFFFFF;
    border: 1px solid #D69E8A !important;
    border-radius: 4px;
    height: 26px;
    width: 26px;
}
.privacy-policy {
    margin-left: 14px;
}
.submit-btn.col-md-12 {
    height: 41px;
    background: #CEA08E;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 150.5%;
    letter-spacing: 0.11em;
    color: #FFFFFF;
    border: 0.5px solid #FFFFFF;
}
/*.quieres.col-md-12 {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    background-image: url(../images/girl.png);
}*/
.girl-flower-img {
    margin-left: -80px;
    margin-top: -141px;
    height: 900px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/girl.png);
}
.quieres.col-md-12 .row .col-md-6 img {
    width: 100%;
}
.angel-text-side h1 {
    margin-top: -10px;
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
      font-size: 105.04px;
    line-height: 125px;
    letter-spacing: -2.81356px;
    text-transform: uppercase;
    color: #535353;
}
.angel-text-side p {
    text-align: justify;
    padding-right: 18px;
    margin-top: 35px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 19.6653px;
    line-height: 29px;
    color: rgba(0, 0, 0, 0.66);
}
.angel-text-side {
    /*padding-right: 31px;
    padding-left: 175px;*/
}
.quieres.col-md-12 {
    margin-top: -75px;
}
.quote.col-md-12 {
    background: #FBF7F2;
    height: 270px;
    width: 100%;
    text-align: center;
}
.quote.col-md-12 p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 26.0735px;
    line-height: 32px;
    text-align: center;
    color: #B58B5A;
    padding-top: 56px;
}
.quote.col-md-12 span {
    margin-top: 50px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 19.5551px;
    line-height: 24px;
    color: #B58B5A;
    text-align: center;
}
.links.col-md-12 {
    height:140px;
    background: #B58B5A;
    text-align: center;
    width: 100%;
}
.links-list li {
    padding-right: 50px;
    padding-top: 64px;
    padding-left: 50px;
    display: inline-block;
    float: inline-start;
    text-align: center;
}

.links-list {
    text-align: center;
    list-style: none;
}
.copyright.col-md-12 p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 15.4186px;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-top: 45px;
}

.copyright.col-md-12 {
    text-align: center;
    background-color: #B58B5A;
    height: 100px;
    border-top: white 3px solid;
}
.social-section {
    margin-top: 95px;
    margin-bottom: 60px;
}
.whatsapp-box img {
    margin-top: -37px;
}
.whatsapp-box {
    display: inline-block;
    flex-direction: row;
    align-items: center;
    padding: 16px;
    gap: 16px;
    position: relative;
    width: 413px;
    height: 160px;
    /* left: 873.3px; */
    /* top: 3370px; */
    bottom: 38px;
    border: 1.5px solid #B58B5A;
}
.telegram-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px;
    gap: 16px;
    /* position: absolute; */
    width: 413px;
    height: 160px;
    /* left: 873.3px; */
    /* top: 3370px; */
    border: 1.5px solid #B58B5A;
}
.whatsapp-box span {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-size: 52px;
    line-height: 128px;
    text-transform: uppercase;
    color: #B58B5A;
}
.telegram-box span {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-size: 52px;
    line-height: 128px;
    text-transform: uppercase;
    color: #B58B5A;
}
.col-md-8.social-inner-box .row .col-md-6 {
    text-align: -webkit-center;
}
#myTopnav{
    display: none;
}
.wa-chat-box-poweredby {
    display: none !important;
}

/* new css */
.chatea {
    margin-bottom: 30px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 23.227px;
    line-height: 35px;
    text-align: center;
    color: rgba(0, 0, 0, 0.66);
}
.scanme p {
    margin-bottom: 3px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 24.8035px;
    line-height: 30px;
    text-align: center;
    color: #B58B5A;
}
.qrcode img{
    height: 195px;
}
.whatsapp-button.col-md-3 span img {
    height: 41px;
    margin-bottom: 8px;
}
.whatsapp-button {
    margin-top: 21px;
    padding-top: 6px;
    height: 60px;
    display: inline-block;
    background: #B58B5A;
}
.whatsapp-text-btn {
    padding-left: 18px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 28.8744px;
    line-height: 150.5%;
    letter-spacing: 0.11em;
    color: #FFFFFF;
}
#wa-widget-send-button{
    right:25px !important;
}


/*responsive work from here*/
@media screen and (max-width: 1510px){


.angel-text-side h1{
    font-size: 101px;
}

}
@media screen and (max-width: 1465px){

.angel-text-side h1{
    font-size: 96px;
    line-height: 121px;
}
.top-heading h1{
    font-size: 114.193px;
    line-height: 147px;
}
.contact-bg{
    margin-top: -338px;
}
.quote.col-md-12 {
    height: 258px;
}

}

@media screen and (max-width: 1435px){
    .col-md-6.multi-img-side-1 img {
    height: 510px;
    left: 44%;
}
.col-md-6.multi-img-side-2 img {
    height: 611px;
    left: 2%;
}
.angel-text-side h1 {
    font-size: 94px;
    line-height: 121px;
}

}
@media screen and (max-width: 1400px){

    .qrcode img {
    height: 180px;
}
.contact-form h1 {
    margin-bottom: 39px;
    font-size: 84px;
    line-height: 97.1%;
}

}

@media screen and (max-width: 1370px){

.contact-bg {
    margin-top: -358px;
}
.multi-img-side-1 {
    height: 728px;
}
.multi-img-side-2 {
    height: 728px;
}
.col-md-6.multi-img-side-1 img {
    height: 474px;
    left: 44%;
}
.col-md-6.multi-img-side-2 img {
    height: 586px;
    left: 2%;
}
.top-heading h1 {
    font-size: 112.193px;
    line-height: 110px;
}
.angel-text-side h1 {
    font-size: 86px;
    line-height: 121px;
}
.girl-flower-img{
    height: 850px;
}

}

@media screen and (max-width: 1299px){

    .top-heading h1 {
    font-size: 112.193px;
    line-height: 117px;
}
.multi-img-side-1 {
    height: 708px;
}
.multi-img-side-2 {
    height: 708px;
}
.col-md-6.multi-img-side-1 img {
    height: 452px;
    left: 45%;
}
.girl-flower-img {
    height: 798px;
}
.angel-text-side h1 {
    margin-top: -66px;
    font-size: 84px;
    line-height: 121px;
}

}


@media screen and (max-width: 1235px){

.multi-img-side-1 {
    height: 650px;
}
.multi-img-side-2 {
    height: 650px;
}
.col-md-6.multi-img-side-1 img {
    height: 416px;
    left: 44%;
}
.col-md-6.multi-img-side-2 img {
    height: 525px;
    left: 2%;
}
.angel-text-side h1 {
    margin-top: -66px;
    font-size: 81px;
    line-height: 102px;
}
.girl-flower-img {
    height: 740px;
}
.angel-text-side p {
    text-align: justify;
    padding-right: 18px;
    margin-top: 25px;
    font-size: 17.6653px;
    line-height: 29px;
}
.telegram-box{
    width: 340px;
}
.whatsapp-box{
    width: 340px;
}
.telegram-box span{
    font-size: 42px;
}
.whatsapp-box span{
    font-size: 42px;
}
.telegram-box img {
    height: 57px;
}
.whatsapp-box img{
    height: 57px;
}
.quote.col-md-12 {
    height: 238px;
}
.quote.col-md-12 span {
    margin-top: 26px;
}


}
@media screen and (max-width: 1150px){
    
    .qrcode img {
    height: 143px;
}

    .top-heading h1 {
    font-size: 107.193px;
    line-height: 117px;
}
.multi-img-side-1 {
    height: 610px;
}
.multi-img-side-2 {
    height: 610px;
}
.col-md-6.multi-img-side-2 img {
    height: 534px;
    left: 2%;
}
.col-md-6.multi-img-side-1 img {
    height: 400px;
    left: 45%;
}
.angel-text-side h1 {
    margin-top: -73px;
    font-size: 75px;
    line-height: 98px;
}
.girl-flower-img {
    height: 712px;
}
.angel-text-side p {
    text-align: justify;
    padding-right: 11px;
    margin-top: 21px;
    font-size: 15.6653px;
    line-height: 24px;
}

}

@media screen and (max-width: 1099px){

.contact-form.col-md-12 {
    top: 53%;
    transform: translate(0, -50%);
}

.contact-form h1 {
    font-size: 77px;
}
.whatsapp-text-btn {
    padding-left: 18px;
    font-size: 23.8744px;
}
.whatsapp-button.col-md-3 span img {
    height: 38px;
    margin-bottom: 10px;
}
.whatsapp-button {
    padding-top: 10px;
}
.chatea {
    font-size: 21.227px;
}

.active.logo img {
    height: 100px;
    width: 100px;
}
.top-heading h1 {
    font-size: 102.193px;
    line-height: 116px;
}
.multi-img-side-1 {
    height: 570px;
}
.multi-img-side-2 {
    height: 570px;
}
.col-md-6.multi-img-side-1 img {
    height: 366px;
    left: 45%;
}
.col-md-6.multi-img-side-2 img {
    height: 460px;
    left: 2%;
}
.form-inline {
    padding-top: 28px;
    float: right;
}
.girl-flower-img {
    height: 657px;
}
.angel-text-side h1 {
    margin-top: -72px;
    font-size: 71px;
    line-height: 90px;
}


}
@media screen and (max-width: 1030px){

    .multi-img-side-1 {
    height: 540px;
}
.multi-img-side-2 {
    height: 540px;
}
.col-md-12.multi-img {
    position: relative;
    margin-top: 68px;
    z-index: 100;
}
.col-md-6.multi-img-side-1 img {
    height: 331px;
    left: 46%;
}
.col-md-6.multi-img-side-2 img {
    height: 426px;
    left: 1%;
}
.contact-bg {
    margin-top: -372px;
}
.angel-text-side h1 {
    margin-top: -75px;
    font-size: 66px;
    line-height: 83px;
}
.angel-text-side p {
    text-align: justify;
    padding-right: 11px;
    margin-top: 39px;
    font-size: 15.6653px;
    line-height: 24px;
}
.whatsapp-box {
    height: 121px;
    width: 315px;
}
.telegram-box {
    height: 121px;
    width: 315px;
}
.telegram-box img {
    height: 46px;
}
.whatsapp-box img {
    height: 46px;
}
.telegram-box span {
    font-size: 33px;
}
.whatsapp-box span {
    font-size: 33px;
}
.whatsapp-box{
    padding: 29px;
}
.telegram-box{
    padding: 29px;
}
.links.col-md-12 {
    height: 110px;
}
.links-list li {
    padding-top: 45px;
}

}

@media screen and (max-width: 999px){

    .top-heading h1 {
    font-size: 92.193px;
    line-height: 100px;
}
.girl-flower-img {
    height: 637px;
}

}
@media screen and (max-width: 960px){

.whatsapp-text-btn {
    padding-left: 13px;
    font-size: 19.8744px;
}
.whatsapp-button.col-md-3 span img {
    height: 32px;
    margin-bottom: 10px;
}
.whatsapp-button {
    padding-top: 12px;
}
.chatea {
    font-size: 19.227px;
    line-height: 29px;
}

.top-heading h3 {
    font-size: 19.8916px;
    line-height: 34px;
}
.multi-img-side-1 {
    height: 511px;
}
.multi-img-side-2 {
    height: 511px;
}
.col-md-6.multi-img-side-1 img {
    height: 301px;
    left: 46%;
}
.col-md-6.multi-img-side-2 img {
    height: 383px;
    left: 1%;
}
.angel-text-side h1 {
    margin-top: -77px;
    font-size: 59px;
    line-height: 76px;
}
.girl-flower-img {
    height: 588px;
}
.angel-text-side p {
    text-align: justify;
    padding-right: 23px;
    margin-top: 30px;
    font-size: 14.6653px;
    line-height: 22px;
}


}

@media screen and (max-width: 899px){

.contact-form h1 {
    line-height: 38px;
    margin-bottom: 40px;
    font-size: 66px;
}

.topnav a{
    padding: 14px 20px;
}

    .top-heading h1 {
    font-size: 85.193px;
    line-height: 96px;
}
.multi-img-side-1 {
    height: 490px;
}
.multi-img-side-2 {
    height: 490px;
}
.col-md-6.multi-img-side-1 img {
    height: 282px;
    left: 46%;
}
.col-md-6.multi-img-side-2 img {
    height: 371px;
    left: 1%;
}
.contact-form h1 {
    margin-bottom: 40px;
    font-size: 70px;
}
.quieres.col-md-12 {
    margin-top: -106px;
}
.girl-flower-img {
    height: 543px;
}
.angel-text-side h1 {
    margin-top: -89px;
    font-size: 52px;
    line-height: 63px;
}
.whatsapp-box {
    padding: 17px;
    height: 93px;
    width: 276px;
}
.telegram-box {
    padding: 17px;
    height: 93px;
    width: 276px;
}

}
@media screen and (max-width: 820px){

    .top-heading h1 {
    font-size: 73.193px;
    line-height: 88px;
}
.col-md-12.multi-img {
    position: relative;
    margin-top: 45px;
    z-index: 100;
}
.multi-img-side-1 {
    height: 450px;
}
.multi-img-side-2 {
    height: 450px;
}
.col-md-6.multi-img-side-1 img {
    height: 256px;
    left: 46%;
}
.col-md-6.multi-img-side-2 img {
    height: 345px;
    left: 0%;
}
.contact-bg {
    margin-top: -383px;
}
.privacy-policy a {
    font-size: 14.5px;
    line-height: 143.5%;

}
.privacy-policy {
    margin-left: 11px;
}
.girl-flower-img {
    height: 502px;
}
.angel-text-side h1 {
    margin-top: -93px;
    font-size: 43px;
    line-height: 54px;
}
.quote.col-md-12 p{
    font-size: 24px;
}
.whatsapp-box {
    padding: 14px;
    height: 79px;
    width: 249px;
}
.telegram-box {
    padding: 14px;
    height: 79px;
    width: 249px;
}
.whatsapp-box span {
    font-size: 29px;
}
.telegram-box span {
    font-size: 29px;
}
.topnav a {
    padding: 14px 22px;
}


}


@media screen and (max-width: 770px){

.whatsapp-button {
    display: table-cell;
    padding-top: 12px;
}
.chatea {
    font-size: 22.227px;
    line-height: 39px;
    margin-bottom: 50px;
}

.qrcode{
    display: none;
}
.scanme{
    display: none;
}
#web-nav{
    display: none;
}
#myTopnav{
    margin-top: 21px;
    display: block;
}

.topnav.responsive a {
    float: none;
    display: block;
    text-align: center;
}

.topnav a{
    padding: 18px 30px;
}

.active.logo img {
    height: 70px;
    width: 70px;
}

.topnav {
    padding-left: 5px;
    padding-right: 5px;
}

/*.top-heading.col-md-12 {
    margin-top: -42px;
}*/
.top-heading h3{
    font-size: 22px;
}
.top-heading h1 {
    font-size: 64.193px;
    line-height: 76px;
}
.col-md-12.multi-img .row .col-md-6 {
    max-width: 50%;
}
.multi-img-side-1{
    height: 420px;
}
.multi-img-side-2{
    height: 420px;
}
.col-md-6.multi-img-side-1 img {
    left: 45%;
    height: 230px;
}
.col-md-6.multi-img-side-2 img {
    left: 0%;
    height: auto;
}
.contact-form h1 {
    margin-bottom: 50px;
    font-size: 71px;
}
.col-md-12.multi-img {
    margin-top: 32px;
}
.contact-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/mob-cont.png);
    height: 1010px;
    margin-top: -98px;
}
.contact-form.col-md-12 {
    top: 49%;

}
.contact-form form .form-control {
    height: 42px;
}
.contact-form form .form-group {
    margin-bottom: 30px;
}
.privacy-policy {
    margin-left: 60px;
    display: flex;
    position: absolute;
    margin-top: 3px;
}
.contact-form.col-md-12 .row {
    margin-right: 0px;
}
.angel-text-side h1 {
    font-size: 72px;
    line-height: 93px;
    margin-top: 30px;
}
.angel-text-side p {
    text-align: left;
}
.girl-flower-img {
        width: 95%;
    margin-left: 0px;
    margin-top: -56px;
    height: 742px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    background-image: url(../images/girl.png);
}

.social-section {
    margin-top: 30px;
    margin-bottom: 30px;
}
.social-section .row .col-md-8 .row .col-md-6 {
    padding: 0px;
    max-width: 50%;
}
.whatsapp-box {
    width: 305px;
    height: 100px;
           gap: 14px;
        padding: 21px;
}
.whatsapp-box img {
    height: 62px;
    width: 62px;
}
.whatsapp-box span{
    font-size: 30px;
}
.telegram-box {
    width: 305px;
    height: 100px;
        gap: 14px;
    padding: 21px;
}
.telegram-box img {
    width: 62px;
    height: 62px;
 
}
.telegram-box span{
    font-size: 30px;
}
.quote.col-md-12{
    height: 208px;
}
.links.col-md-12 {
    height: 100px;
}
.quote.col-md-12 span {
    margin-top: -3px;
    }
.links-list li {
    padding-right: 19px;
    padding-top: 34px;
    padding-left: 19px;
    display: inline-block;
    float: inline-start;
    text-align: center;
}
.copyright.col-md-12 {
    height: 70px;
}
.copyright.col-md-12 p {
    padding-top: 22px;
        font-size: 12.4186px;
    line-height: 18px;
}
.links-list.col-md-12 li a img {
    height: 24px;
}
.submit-btn.col-md-12 {
    margin-top: 17px;
}

}





@media screen and (max-width: 700px){

    .top-heading h1 {
    font-size: 63.193px;
    line-height: 70px;
}
.col-md-6.multi-img-side-1 img {
    left: 49%;
    height: 197px;
}
.col-md-6.multi-img-side-2 img {
    left: -2%;
    height: 291px;
}
.contact-bg {
    margin-top: -135px;
}
.girl-flower-img {
    width: 96%;
}
.quote.col-md-12 p {
    padding-top: 37px;
}

}

@media screen and (max-width: 650px){

.top-heading h1 {
    font-size: 60.193px;
    line-height: 65px;
}
.multi-img-side-1 {
    height: 360px;
}
.multi-img-side-2 {
    height: 360px;
}
.col-md-6.multi-img-side-2 img {
    left: -1%;
    height: 291px;
}
.col-md-6.multi-img-side-1 img {
    left: 47%;
    height: 197px;
}
.contact-bg {
    margin-top: -153px;
}
.contact-form h1 {
    font-size: 55px;
    line-height: 47px;
}
.quieres.col-md-12 {
    margin-top: -91px;
}
.angel-text-side h1 {
    font-size: 67px;
}
.girl-flower-img {
    width: 100%;
}
.telegram-box {
    width: 272px;
}
.whatsapp-box {
    width: 272px;
}



}


@media screen and (max-width: 599px){

    .top-heading h1 {
    font-size: 56.193px;
    line-height: 61px;
}
.multi-img-side-1 {
    height: 325px;
}
.multi-img-side-2 {
    height: 325px;
}
.col-md-6.multi-img-side-1 img {
    left: 44%;
    height: 197px;
}
.col-md-6.multi-img-side-2 img {
    left: 0%;
    height: 272px;
}
.quieres.col-md-12 {
    margin-top: -128px;
}
.girl-flower-img {
    height: 657px;
}
.telegram-box img {
    width: 40px;
    height: 40px;
}
.whatsapp-box img {
    width: 40px;
    height: 40px;
}
.whatsapp-box span {
    font-size: 26px;
}
.telegram-box span {
    font-size: 26px;
}
.whatsapp-box {
        height: 85px;
    gap: 9px;
    padding: 20px;
    width: 235px;
}
.telegram-box {
        height: 85px;
    gap: 9px;
    padding: 20px;
    width: 235px;
}
.quote.col-md-12 p{
    font-size: 19.0735px;
    font-weight: 500;
}
.quote.col-md-12 {
    height: 178px;
}

}

@media screen and (max-width: 535px){

.col-md-6.multi-img-side-1 img {
    left: 42%;
    height: 197px;
}
.col-md-6.multi-img-side-2 img {
    left: 2%;
    height: 229px;
}
.contact-bg {
    margin-top: -141px;
}

    .multi-img-side-1 {
    height: 281px;
}
.multi-img-side-2 {
    height: 281px;
}
.top-heading h1 {
    font-size: 50.193px;
    line-height: 58px;
}

.angel-text-side h1 {
    font-size: 56px;
    line-height: 68px;
}
.girl-flower-img {
    height: 606px;
}
.quote.col-md-12 {
    height: 200px;
}


}

@media screen and (max-width: 500px){

#wa-widget-send-button{
    right:15px !important;
}

.active.logo img {
    height: 45px;
    width: 45px;
}
.top-heading h3 {
    font-size: 18px;
}
.top-heading h1 {
    font-size: 47.193px;
    line-height: 53px;
}
.multi-img-side-1 {
    height: 256px;
}
.multi-img-side-2 {
    height: 256px;
}
.col-md-6.multi-img-side-1 img {
    left: 45%;
    height: 150px;
}
.col-md-6.multi-img-side-2 img {
    left: 0%;
    height: 189px;
}
.contact-form h1 {
    font-size: 50px;
}
.angel-text-side h1 {
    font-size: 52px;
    line-height: 65px;
}
.girl-flower-img {
    height: 545px;
}
.whatsapp-box {
    height: 85px;
    gap: 9px;
    padding: 6px;
    width: 201px;
}
.telegram-box {
    height: 85px;
    gap: 9px;
    padding: 6px;
    width: 201px;
}


}



@media screen and (max-width: 430px){


    #myTopnav {
    margin-top: 11px;
}

    .privacy-policy a {
    font-size: 12.5px;
}
.privacy-policy {
    margin-top: -1px;
}
.quote.col-md-12 span{
    font-size: 14px;
}
.topnav a{
    padding: 8px 28px;
}

.active.logo img {
    height: 50px;
    width: 50px;
}
.topnav {
    padding-left: 5px;
    padding-right: 5px;
}
.top-heading.col-md-12 {
    margin-top: -16px;
    text-align: center;
}
/*.top-heading.col-md-12 {
    margin-top: -28px;
}*/
.top-heading h3{
    margin-bottom: -11px;
    font-size: 13px;
}
.top-heading h1 {
    font-size: 41.193px;
    line-height: 47px;
}
.col-md-12.multi-img .row .col-md-6 {
    max-width: 50%;
}
.multi-img-side-1{
    height: 204px;
}
.multi-img-side-2{
    height: 204px;
}
.col-md-6.multi-img-side-1 img {
    height: 127px;
}
.col-md-6.multi-img-side-2 img {
    height: 163px;
}
.contact-form h1 {
    margin-bottom: 25px;
    font-size: 43px;
}
.col-md-12.multi-img {
    margin-top: 13px;
}
.contact-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/mob-cont.png);
}
.contact-bg {
    height: 496px;
    margin-top: -22px;
}
.chatea {
    margin-bottom: 10px;
    padding-bottom: 20px;
    font-size: 17.227px;
    line-height: 29px;
}
.contact-form.col-md-12 {
        margin-left: -8px;
    padding-left: 7px;
    top: 48%;
    padding-right: 10px;
}
.whatsapp-text-btn {
    padding-left: 0px !important;
}
.contact-form.col-md-12 .row .col-md-6 {
    padding-left: 0px;
    padding-right: 0px;
}
.whatsapp-button.col-md-3 {
    padding-left: 0px;
    padding-right: 0px;
}
.whatsapp-button.col-md-3 span {
    padding-left: 15px;
    padding-right: 15px;
}
.quieres.col-md-12 {
    margin-top: -39px;
}
.whatsapp-button {
    display: table-cell;
}
.contact-form form .form-group {
    margin-bottom: 17px;
}
.privacy-policy {
    margin-left: 54px;
    display: flex;
    position: absolute;
    margin-top: -7px;
}
.contact-form.col-md-12 .row {
    margin-right: 0px;
}
.angel-text-side h1 {
    font-size: 47px;
    line-height: 55px;
    margin-top: 53px;
}
.angel-text-side p {
    text-align: left;
}
.girl-flower-img {
    margin-left: 0px;
    margin-top: -56px;
    height: 477px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    background-image: url(../images/girl.png);
}
.contact-form form .form-control {
    height: 32px;
}
.social-section {
    margin-top: 30px;
    margin-bottom: 30px;
}
.social-section .row .col-md-8 .row .col-md-6 {
    padding: 0px;
    max-width: 50%;
}
.whatsapp-box {
    width: 160px;
    height: 62px;
           gap: 5px;
        padding: 12px;
}
.whatsapp-box img {
    height: 24px;
    width: 24px;
}
.whatsapp-box span{
    font-size: 20px;
}
.telegram-box {
    width: 160px;
    height: 62px;
        gap: 5px;
    padding: 12px;
}
.telegram-box img {
    width: 24px;
    height: 24px;
 
}
.telegram-box span{
    font-size: 20px;
}
.quote.col-md-12 p {
    line-height: 24px;
    font-size: 16.0735px;
    font-weight: 500;
}
.quote.col-md-12{
    height: 165px;
}
.links.col-md-12 {
    height: 100px;
}
.quote.col-md-12 span {
    margin-top: -3px;
    }
.links-list li {
    padding-right: 19px;
    padding-top: 34px;
    padding-left: 19px;
    display: inline-block;
    float: inline-start;
    text-align: center;
}
.copyright.col-md-12 {
    height: 70px;
}
.copyright.col-md-12 p {
    padding-top: 22px;
        font-size: 12.4186px;
    line-height: 18px;
}
.links-list.col-md-12 li a img {
    height: 24px;
}
.submit-btn.col-md-12 {
    margin-top: 17px;
}

}


@media screen and (max-width: 404px){
    .chatea {
    padding-left: 15px;
    padding-right: 15px;
}

.privacy-policy {
    margin-left: 54px;
    display: flex;
    position: absolute;
    margin-top: 0px;
}
    .girl-flower-img {
    height: 426px
}
.quote.col-md-12 p {
    line-height: 21px;
    font-size: 14.0735px;
    font-weight: 500;
}
/*.quote.col-md-12 {
    height: 155px;
}*/
.quote.col-md-12 span {
    font-size: 14px;
}
.links.col-md-12 {
    height: 77px;
}
.links-list.col-md-12 li a img {
    height: 21px;
}
.links-list li {
    padding-right: 19px;
    padding-top: 24px;
    padding-left: 19px;
    display: inline-block;
    float: inline-start;
    text-align: center;
}
.copyright.col-md-12 p {
    padding-top: 17px;
    font-size: 12.4186px;
    line-height: 20px;
}
.contact-bg {
    height: 496px;
    margin-top: -38px;
}

}
@media screen and (max-width: 380px){

    .contact-bg {
    height: 496px;
    margin-top: -43px;
}

}

@media screen and (max-width: 371px){
.contact-bg {
    height: 496px;
    margin-top: -50px;
}
}



/*mobile navigation here*/

.top-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  color: #FFF;
  height: 50px;
  padding: 1em;
}

.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu > li {
  margin: 0 1rem;
  overflow: hidden;
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
    z-index: 10000;
  display: block;
  background-color: black;
  position: absolute;
  height: 2px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: '';
  margin-top: -8px;
}

.menu-button::after {
  content: '';
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  position: fixed;
  transform: rotate(405deg);
      background-color: black;
      z-index: 10000;
}

#menu-toggle:checked + .menu-button-container .menu-button {

      background-color: white;
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  position: fixed;
  transform: rotate(-405deg);
      background-color: black;
      z-index: 10000;
}

@media (max-width: 770px) {
  .menu-button-container {
    display: flex;
  }
  .menu {
    position: fixed;
    height: 100vh;
    top: 0;
    margin-top: 0px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    
  }
  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
/*    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);*/
  }
  #menu-toggle:checked ~ .top-nav{
      background-color:white !important;
  }
   #menu-toggle:checked ~ .menu{
      background-color:white;
    z-index: 9999;
   }
  #menu-toggle:checked ~ .menu li {
    /* border: 1px solid #333; */
       height: 7em;
    padding: 2.3em;
    background-color: white;
/*    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);*/
    z-index: 1000;
    color: black;
    font-family: 'Montserrat';
}
  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: transparent;
/*    background-color: #222;*/
  }
  .menu > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }
}


