/* @font-face {
    font-family: 'arfilit';
    font-weight: 200;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/Arfilit-Family-OTF/Arfilit-Light.otf') format('opentype');
}
@font-face {
    font-family: 'arfilit';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/Arfilit-Family-OTF/Arfilit-Regular.otf') format('opentype');
}
@font-face {
    font-family: 'arfilit';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/Arfilit-Family-OTF/Arfilit-SemiBold.otf') format('opentype');
}
@font-face {
    font-family: 'arfilit';
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/Arfilit-Family-OTF/Arfilit-Bold.otf') format('opentype');
}
@font-face {
    font-family: 'EllaSans';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/EllaSans-Regular-web/EllaSans-Regular.ttf') format('truetype');
} */
@font-face {
    font-family: 'blender';
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/blender.light.woff') format('woff'), url('../fonts/blender.light.otf') format('woff');
}
@font-face {
    font-family: 'blender';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/blender.regular.woff') format('woff'), url('../fonts/blender.regular.otf') format('woff');
}
@font-face {
    font-family: 'blender';
    font-weight: 800;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/blender.bold.woff') format('woff'), url('../fonts/blender.bold.woff') format('woff');
}

:root {
    font-family: 'blender', sans-serif;
}

/* figure {
    margin: 0;
    height: 100%;
} */
img{
    object-fit: contain;
}
body {
    margin: 0;
    padding: 0;
    line-height: 1;
    color: #fff;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    /* background-color: #E8E6E2; */
    overflow: hidden;
    /* background-image: url(../img/bg3.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover; */
    height: 100vh;
    background-color: #000;
}
.shadebody::before {
    content: '';
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(22, 25, 50, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1002;
}
p{
    margin: auto;
}
.popUpDiv{
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 33333;
      -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #ffffff66;
}
.popup{
    display: flex;
        margin: auto;
        height: 100%;
        width: 51vw;
}
#closePopup{
       display: block;
    position: absolute;
    right: 26.3vw;
    z-index: 33333;
    font-size: 2vw;
    color: #fff;
    top: 23vh;
    cursor: pointer;
    background: #000;
    border-radius: 50%;
    padding: 0.7vh 0.5vw;
    line-height: 0.7;
}
.slider {
    /* padding-top: 8vh; */
    /* bottom: 0.2vh; */
    /* right: 0; */
    z-index: 9;
    width: 100%;
    height: 100vh;
    position: absolute;
    /* display: none; */
    /* cursor: pointer; */
    /* background-image: url(../img/fadebg.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;  */
}
.slick-slide img{
    width: 100%;
    height: 100%;
}
.thebigsliderdiv{
    display: none;
    position: fixed;
    z-index: 111;
    width: 100%;
    top: 50%;  /* position the top  edge of the element at the middle of the parent */
    left: 50%; /* position the left edge of the element at the middle of the parent */

    transform: translate(-50%, -50%); 
    width: 75%;
}
/* .slider * {
    height: 100%;
} */
 .sec1,.sec2{
    position: relative;
    z-index: 11;
    /* padding-right: 9vw; */
    width: 35.3125vw;
    margin: auto;
    margin-left: auto;
    margin-right: 4vw;
    padding-top: 5vh;
 }
.logosflex{
    display: flex;
    justify-content: left;
    width: 70vw;
    padding-top: 3.2vh;
}
.logosmob{
    display: none;
}
.shitrit{
width: 7vw;
margin-top: 1.4vh;
}
.venn{
    width: 6vw;
    margin-left: 2vw;
}
.carasso-logo{
    width:6.83vw;
    margin-left: 44.7vw;
}
.bg {
    margin-right: 0.6vw;
    width: 95%;
}
.desctext{
    font-size: 1.5vw;
    margin: 0;
    text-align: right;
    font-weight: 600;
    padding-top: 2vh;
    /* width: 80%; */
    /* line-height: 1.5; */
    color: #E16D1A;
}
.desctext span{
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1.22px;
}
.arrow{
    width: 3.7vw;
    top: 5vh;
    /* right: 18vw; */
    display: block;
    margin-right: 3.01875vw;
    padding-top: 1.8vh;
}
main {
    font-size: 3.3vw;
    font-weight: bold;
    text-align: center;
    width: 76vw;
    margin: 0;
    /* background-image: url(../img/bg.png); */
    /* height: 74.9vh; */
    /* background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    position: relative;
}
.bgMain{
    position: absolute;
    width: 46.2vw;
    left: 0;
    top: 15.5vh;
    /* height: 93%; */
    /* z-index: -1; */
}
.bgdesk{
 width: 100%;
}
.family{
    position: absolute;
    right: -7vw;
    bottom: -8vh;
    width: 19.6vw;
}
.scale-in-bl {
	-webkit-animation: scale-in-bl 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-in-bl 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.wobble-hor-top {
	-webkit-animation: wobble-hor-top 1.2s ease-in infinite both;
	        animation: wobble-hor-top 1.2s ease-in infinite both;
}
/* ----------------------------------------------
 * Generated by Animista on 2024-1-18 9:11:47
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation wobble-hor-top
 * ----------------------------------------
 */
 @-webkit-keyframes wobble-hor-top {
    0%,
    100% {
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
    }
    15% {
      -webkit-transform: translateX(-30px) rotate(6deg);
              transform: translateX(-30px) rotate(6deg);
    }
    30% {
      -webkit-transform: translateX(15px) rotate(-6deg);
              transform: translateX(15px) rotate(-6deg);
    }
    45% {
      -webkit-transform: translateX(-15px) rotate(3.6deg);
              transform: translateX(-15px) rotate(3.6deg);
    }
    60% {
      -webkit-transform: translateX(9px) rotate(-2.4deg);
              transform: translateX(9px) rotate(-2.4deg);
    }
    75% {
      -webkit-transform: translateX(-6px) rotate(1.2deg);
              transform: translateX(-6px) rotate(1.2deg);
    }
  }
  @keyframes wobble-hor-top {
    0%,
    100% {
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
    }
    15% {
      -webkit-transform: translateX(-30px) rotate(6deg);
              transform: translateX(-30px) rotate(6deg);
    }
    30% {
      -webkit-transform: translateX(15px) rotate(-6deg);
              transform: translateX(15px) rotate(-6deg);
    }
    45% {
      -webkit-transform: translateX(-15px) rotate(3.6deg);
              transform: translateX(-15px) rotate(3.6deg);
    }
    60% {
      -webkit-transform: translateX(9px) rotate(-2.4deg);
              transform: translateX(9px) rotate(-2.4deg);
    }
    75% {
      -webkit-transform: translateX(-6px) rotate(1.2deg);
              transform: translateX(-6px) rotate(1.2deg);
    }
  }
/* ----------------------------------------------
 * Generated by Animista on 2024-1-18 14:23:20
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation scale-in-bl
 * ----------------------------------------
 */
 @-webkit-keyframes scale-in-bl {
    0% {
      -webkit-transform: scale(0);
              transform: scale(0);
      -webkit-transform-origin: 0% 100%;
              transform-origin: 0% 100%;
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transform-origin: 0% 100%;
              transform-origin: 0% 100%;
      opacity: 1;
    }
  }
  @keyframes scale-in-bl {
    0% {
      -webkit-transform: scale(0);
              transform: scale(0);
      -webkit-transform-origin: 0% 100%;
              transform-origin: 0% 100%;
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transform-origin: 0% 100%;
              transform-origin: 0% 100%;
      opacity: 1;
    }
  }
  
.flower{
    position: absolute;
    right: -11vw;
    top: -6vh;
    width: 44vw;
    z-index: -1;
}
h1 {
 margin: 0;
    font-size: 1.3vw;
    line-height: 1.1;
    font-weight: 600;
    /* text-align: center; */
    /* padding-top: 4.2vh; */
    margin-top: 2vh;
    text-align: center;
}
h1 span{
       /* display: inline-block;
    background-color: #fff; */
    color: #fff;
    /* padding: 0vh 0.5vw 0.6vh 0.5vw; */
    font-size: 6.1vw;
    display: block;
    /* width: fit-content; */
    margin: auto;
    text-align: right;
        line-height: 0.6;
}
h1 span:first-child{
      font-size: 1.1vw;
    padding-right: 0.3vw;
    padding-bottom: 1vh;
}
.advtgs{
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    margin-top: 3vh;
}
.advtg{
    background-color: #00000033;
        backdrop-filter: blur(38.33px);
        border-radius: 13.6326px;
            width: 32%;
                width: 32%;
    margin: 0.5vh 0.2vw;
}
.advtg img{
    display: block;
    margin: auto;
    margin-top: 1.6vh;
    width: 3vw;
}
.advtg p{
    text-align: center;
    font-size: 1vw;
    padding-top: 1vh;
    padding-bottom: 2vh;
    font-weight: 800;
    line-height: 0.9;
}
.fivehundred{
     width: 39vw;
    margin: auto;
    display: block;
}
h2,h3,h4,h5{
    margin: auto;
}
h2{
     font-size: 1.1vw;
    /* text-align: center; */
    padding-top: 5vh;
    line-height: 1.1;
    font-weight: 300;
}
h2 span{
    font-weight: bold;
}
h2 span.tnx {
    font-size: 4.1vw;
}
h3,h4,h5{
    font-size:1.384375vw;
    padding-top: 1vh;
}
h4 span{
    font-size: 1.8vw;
}
.onlyD{
    position: absolute;
      right: 25vw;
    bottom: 2vh;
    font-size: 1vw;
}

.blur{
    position: absolute;
    bottom: 0;
    width: 100%;
    mix-blend-mode: multiply;
    z-index: 222;
}
.sec2{
    position: absolute;
    bottom: 2vh;
    z-index: 333;
}
.mish{
    font-size: 1.1vw;
    width: 60%;
    margin-right: 0;
}
.finalLine{
    font-size: 1.3vw;
    padding-top: 1vh;
    font-weight: 800;
}
.caraso_logo{
    width: 5.2vw;
    padding-top: 2vh;
    position: absolute;
    left: 2vw;
    top: 2vh;
    display: none;
}
.umami_logo{
    display: block;
    width: 10.5vw;
    margin: auto;
    padding-top: 4vh;
    /* padding-bottom: 2vh; */
}
.dessert{
    width: 12vw;
    margin: auto;
    padding-top: 4vh;
    display: block;
}
.fordets{
    text-align: center;
    font-size:1.7vw;
    padding-top: 6.5vh;
    padding-bottom: 0;
}
.fordets strong{
    display: block;
    position: relative;
    padding-bottom: 0.8vh;
    width: fit-content;
    margin: auto;
}
.fordets strong span:first-child{
    position: absolute;
    top: 1vh;
    right: -1vw;
}
.fordets strong span:last-child{
    position: absolute;
    top: 1vh;
    left: -1vw;
}
.titles{
    color: #00503C;
    margin-right: 2.7vw;
    padding-top: 1vh;
    /* width: 19.2vw; */
}
section{
    background-color: #00503C;
    width: 100%;
    color: #fff;
    height: 55vh;
}
.secionInner{
    width: 76vw;
}
.ptor{
    /* background-color: #F66E02; */
    border: 2px solid #E16D1A;
    font-size: 1vw;
    margin: auto;
    margin-right: 2.7vw;
    width: 18vw;
    padding: 0.5vh 1vw 0.8vh 12vw;
    line-height: 1.3;
}
.ptor span{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    
}
.galleryFlex{
    display: flex;
    width: 72.2vw;
    justify-content: space-between;
    margin-right: 2.7vw;
    padding-top: 7.4vh;
    /* position: absolute; */

}
.galleryPic{
    width: 23.6%;
    transition: 0.5s;
}
.galleryPic:hover{
    transform: scale(1.1);
    cursor: pointer;
}
/* .galleryBig{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 555;
    width: 55vw;
    margin: auto;
    padding-top: 7vh;
} */
/* .galleryBigImg{
    display: block;
    margin: auto;
    width: 100%;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

  
  .galleryBig {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 555;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s, opacity 0.5s linear;
  } */
  
  #popupOverlay {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7); /* semi-transparent background */
    z-index: 55;
    justify-content: center;
    align-items: center;
    /* height: 73vh; */
  }
  .closeGallPop{
       /* font-size: 2vw; */
       width: 1.8vw;
       display: block;
       position: absolute;
       top: 10vh;
       /* background: #E16D1A; */
       right: 23vw;
       border-radius: 30px;
       margin: auto;
       cursor: pointer;
}
  .shadowElement{
    background: rgba(0, 0, 0, 0.7); /* semi-transparent background */
  }
  #popupImage {
    width: 56%;
    max-height: 80%;
    transition: transform 0.5s, opacity 0.5s linear;
    display: block;
    margin: auto;
    padding-top: 7vh;
  }
  

/* When .galleryBig is active, make it visible */
.activeGallery {
    opacity: 1;
    visibility: visible;
}
  
.offer-bg {
    background-color: #6a5251;
    margin: auto;
    box-sizing: border-box;
}

.offer-wrapper {
    color: #fff;
    padding: .5em;
    display: none;
}

.offer {
    margin-bottom: -.4em;
    font-weight: 200;
}

.offer-img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.price-wrapper {
    display: inline-block;
    position: relative;
    direction: ltr;
    letter-spacing: -.06em;
}

.price {
    display: block;
    width: 20.5vw;
    padding-top: 2vh;
    margin-bottom:1.7vh;
    margin-right: 2.7vw;
}

.nis {
    font-size: .7em
}

.from {
    position: absolute;
    right: 5%;
    top: 50%;
    font-size: .25em;
    background-color: #6a5251;
    direction: rtl;
    letter-spacing: initial;
}

.details {
    font-size: 1.490625vw;
    line-height: 1;
    font-weight: 200;
    width: 23.6vw;
    margin-right: auto;
    letter-spacing: 2.14px;
    padding-top: 0.5vh;
}
.details .text-style-1 {
    letter-spacing: 1.98px;
  }
  .details .text-style-2 {
    letter-spacing: 0.45px;
  }
  .details .text-style-3 {
    letter-spacing: 1.53px;
  }
  .details .text-style-4 {
    letter-spacing: 0.72px;
  }
  .details .text-style-5 {
    letter-spacing: 0.9px;
  }
.populate {
    background-color: #6a5251;
    padding: .5em;
    font-size: .7em;
    font-weight: 200;
    color: #fff;
}
.lastpenthouse{
    background-color: #c1998c;
    padding: .5em;
    font-size: .7em;
    font-weight: 700;
    color: #6a5251;
}
.fadebg{
    position: absolute;
    z-index: 11;
    width: 100%;
}

/** form **/

#form_holder {
     display: block;
    font-size: 1.7vw;
    width: 24.65625vw;
    /* margin-left: 0; */
    margin: auto;
    position: absolute;
    left: 5.7vw;
    top: 10vh;
    /* background: #00000080; */
    border-radius: 18.4006px;
    /* height: 97.9vh; */
    /* box-shadow: 10px 4px 10.800000190734863px 0px #0000000F; */
    z-index: 333;
    /* height: 95%; */
    /* backdrop-filter: blur(38.33px); */
    background: rgba(0,0,0,0.5);
    overflow: hidden;
    -webkit-backdrop-filter: blur(38.33px);
backdrop-filter: blur(38.33px);
}
.form_tnx{
    top: 31vh !important;
}
.aptSelect{
    display: flex;
        flex-wrap: wrap;
        text-align: center;
        font-size: 1vw;
        margin: auto;
        margin-top: 3vh;
        justify-content: space-between;
        width:70%;
}

.yourpratim{
    text-align: center;
        font-size: 1.12vw;
        padding-top: 3vh;
        text-align: center;
            width: 80%;
}
.yourpratim a{
    color: inherit;
}
.aptSelect p{
    width: 100%;
    font-weight: 700;
    padding-bottom: 1vh;
}
input[type="radio" i] {
    width: 0.6vw;
    position: relative;
    top: 0.2vh;
}
.carasoLogo {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 60%;
}
.logo {
    width: 100%;
    display: block;
}
.logos{
    width: 15vw;
    margin: auto;
    padding-top: 3vh;
}
.yavn{
    width: 11.40625vw;
    margin: auto;
    padding-top: 4.9vh;
}
.leftonly{
    background-color: #efb800;
    margin-top: 2vh;
}
.leftonly p{
    font-size: 2.14375vw;
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 0.7vh;
}
.theForm {
    padding-bottom: 4vh;
        display: flex;
        flex-direction: column;
        width: 85%;
        margin: auto;
}


.label {
    font-size: .6em;
    margin: .25em 0;
}
.allinputStyle {
    direction: rtl;
    width: 100%;
    font-family: 'blender', sans-serif;
    font-size: 1vw;
    font-weight: 300;
    /* border: 1.40651px solid #015142; */
    border: 0;
    padding: 0.3em;
    box-sizing: border-box;
    display: block;
    margin-top: 2vh;
    height: 4.7vh;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    background-color: #FFFFFF33;
    text-align: right;
    border-radius: 10px;
}
.allinputStyle::placeholder{
    color: #fff;
}
select {
    font-family: 'blender', sans-serif !important;
    font-weight: 100 !important;
    color: #fff;
}
option{
    background-color: #000;
}
input[type="checkbox" i] {
    margin-top: 0.7vh;
    margin-bottom: auto;
}
.check-wrapper {
    font-size:1.12vw;
    margin: 0.25em;
    display: flex;
    width: 100%;
    margin: auto;
    margin-top: 2vh;
    /* padding-right: 1.6vw; */
    color: #fff;
    line-height: 1.2;
}
.terms{
    padding-top: 0.5vh;
}
.terms a{
    color: #fff;
}
.iAgreeCheckBox {
    margin-right: 0;
}

.submitBtn {
    font-family: 'blender', sans-serif;
    margin-top: 3.7vh;
    background-color: #fff;
    color: #000;
    font-size: 1.099vw;
    padding: 0.2em;
    box-sizing: border-box;
    border: none;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 5vh;
    /* filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25)); */
    cursor: pointer;
    border-radius: 5px;
}

/* .submitBtn:hover {
    background-color: #c1998c;
} */

.error_div123 {
    color: #fff;
    font-size: 1vw;
    min-width: 1vw !important;
    /* font-size: 0.8vw;
    background-color: #000;
    width: 85%; */

}
#aptSelecterr{
    left: 1vw !important;
}

.mobile-only ,.caraso_logo_mob{
    display: none;
}

.thanks-body {
    justify-content: start;
    align-items: baseline;
}

.thanks {
    background-color: #fff;
    padding: 1em;
    box-sizing: border-box;
}
.bgmob, .logomob{
    display: none;
}
.fordetsmobdiv{
    display: none;
}

.x{
    display: none;
}
.xslider{
    position: absolute;
    top: 0;
    /* right: 0; */
    z-index: 11;
    cursor: pointer;
    margin: auto;
    font-size: 1.5vw;
    left: 0.6vw;
    top: 2vh;
    background-color: #015142;
    border-radius: 50%;
    padding: 0.4vw;
}
#maintnxmob{
    display: none;
}
.c2cblock{
    display: block;
    text-align: center;
    font-size: 1.6vw;
    margin-top: 1vh;
    width: 87%;
    background-color: #000;
    color: #fff;
    margin-right: auto;
    margin-left: auto;
    padding-top: 1vh;
    padding-bottom: 1vh;
    font-weight: 300;
    letter-spacing: -0.57px;
}
.c2cblock a {
    color: inherit;
    display: none;;
}
#c2c{
    display: none;
}
/* .c2cblock span{
    display: block;
} */
/* small screens */
.mobilephone ,.leftonlymob, .logomob ,.brmob ,.aftersend,.bgmob3,.arrmob{
    display: none;
}
.aftersend p{
     font-size: 3vw;
    padding-top: 6vh;
}
.aftersend p span{
    display: block;
    padding-bottom: 1vh;
}
@media only screen and (max-width: 850px) {
    .mobile-only ,.brmob{
        display: block;
    }
    body{
        overflow: auto;
        /* background-image: url(../img/bgmob3.png); */
        background-image: unset;
        background-color: #000;
        height: unset;
        background-size: contain;
           background-position: 0 -30px;
    }
    /* body {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
    } */
     .blur{
        display: none;
     }
    .venn, .shitrit{
        display: block;
    }
   .arrmob{
          display: block;
        margin: auto;
        margin-top: -80px;
        padding-bottom: 60px;
}
.slide-bottom {
	-webkit-animation: slide-bottom 1.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite both;
	        animation: slide-bottom 1.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite both;
}
/* ----------------------------------------------
 * Generated by Animista on 2025-11-30 8:40:21
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
    .caraso_logo{
        width: 41px;
        top: 10px;
        left: 35px;
                display: block;
    }
    .caraso_logo_mob{
        display: block;
        position: absolute;
        left: 20px;
        top: 30px;
        z-index: 22;
    }
    .fivehundred{
        display: none;
    }
    .slider {
        position: unset;
        /* width: 90%; */
        bottom: unset;
        right: unset;
        /* margin-top: 30px; */
        /* margin-bottom: 35px !important; */
        margin-right: auto;
        margin-left: auto;
        padding-top: 0;
        height: unset;
    }
    .sec1, .sec2 {
        width:100%;
        margin: auto;
                position: unset;
    }
    .sec1{
        padding-top: 0;
    }
    .bgmob3{
        display: block;
        width: 100%;
    }
    .onlyDTnx{
        display: none;
    }
    .sec1tnx *:not(.umami_logo){
        display: none;
    }
    .aftersend p {
    font-size: 40px;
    padding-top: 20px;
}
.sliderTnx{
           margin-top: -60px; 
}

    .logo {
        position: absolute;
        top: 0;
        right: 5vw;
        width: 20vw;
    }
    .bgmob{
        display: block;
        width: 100%;
        margin-top: 90px;
    }
    .logomob{
        display: block;
        margin: auto;
        padding-top: 20px;
        width: 230px;
    }
    .bgdesk{
        position: unset;
        width: 100%;
        height: unset;
    }
    .logosflex {
          /* display: none; */
    width: 100%;
    padding-top: 20px;
    margin: auto;
    position: relative;
    justify-content: left;
    background-color: #00503c;
    padding: 23px 15px;
    box-sizing: border-box;
    }
    .logosmob{
        display: block;
        width: 100%;
        margin: auto;
    }
    .carasso-logo {
        width: 57.91px;
        height: unset;
        margin-left: unset;
        position: absolute;
        right: 15px;
        margin-right: unset;
        top: 10px;
    }
    .umami_logos{
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
    }
    .umami_logo {
              display: block;
        width: 135px;
        margin: auto;
        padding-top: 52px;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
                z-index: 12;
    }
    .dessert {
        width: 172px;
        margin: auto;
        padding-top: 18px;
        display: block;
    }
    .arrow {
        position: unset;
        width: 50px;
        padding-top: 10px;
        margin-right: 0;
        display: block;
        padding-top: 10px;
    }
    .shitrit {
        width: 54.67px;
        height: unset;
        margin-top: 0;
        padding-top: 1px;
    }
    .venn{
        height: unset;
        width: 42.67px;
        margin-left: 23px;
    }
    main {
        display: flex;
        flex-flow: column;
        width: 100%;
        margin: 0;
        font-size: 5.5vw;
        background-image: unset;
        height: unset;
    }
    .arrowandh1{
        display: block;
        width: 90%;
        margin: auto;
    }
    .bg{
        width: 100%;
        margin-right: 0;
        height: unset;
    }
    h1 {
      margin: 0;
        /* width: 70%; */
        /* font-weight: 800; */
        position: unset;
        z-index: 1;
        font-size:20px;
        /* text-align: center; */
        margin-right: 0;
        padding-top: unset;
        top: 70px;
        padding-right: 0;
        line-height: 1.1;
        /* width: 90%; */
        margin: auto;
        text-align: center;
        left: 0;
        right: 0;
        width: fit-content;
                padding-top: 20px;
    }
    h1 br{
        display: none;
    }
    h1 span {
           padding: 0;
        font-size: 60px;
        text-align: center;
}
h1 span:first-child{
           font-size: 12px;
        text-align: right;
        padding-right: 0;
                position: relative;
        top: -5px;
        padding-bottom: 0;
}
.brdesk{
    display: none;
}
.advtgs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 20px;
    width: 97%;
    margin-left: auto;
    margin-right: auto;
}
.advtg {
    background-color: #FFFFFF33;
    backdrop-filter: blur(23.24px);
    border-radius: 11.1555px;
    width: 32%;
    width: 47%;
    margin: 4px 0;
}
.advtg img {
    margin-top: 17px;
    width: 50px;
}
.advtg p {
    text-align: center;
    font-size: 16px;
    padding-top: 13px;
    padding-bottom: 20px;
    font-weight: 800;
    line-height: 1;
}
    h2 {
               padding-top: 15px;
        line-height: 1;
        font-size: 16px;
        /* width: 88%; */
        width: 90%;
        margin: auto;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
    /* h2 span {
        font-size: 12px;
    } */
     .onlyD {
        position: unset;
    font-size: 14px;
    text-align: center;
    padding-top: 14px;
}
    h2 .tnx{
        font-size: 40px;
    }
    h3, h4, h5 {
        font-size: 26px;
        padding-top: 10px;
    }
    h4 span {
        font-size: 32px;
    }
    .sec2{
        padding: 0;
    }
    .mish {
        font-size: 14.5px;
        width: 90%;
        margin: auto;
        text-align: center;
    }
    .finalLine{
        text-align: center;
        font-size: 19px;
    }
    .desctext {
        font-size: 22.85px;
    margin: 0;
    text-align: right;
    /* font-weight: 200; */
    width: unset;
    position: unset;
    /* width: 80%; */
    margin-right: 0;
    line-height: 1;
    padding-top: 10px;
    }
    .titles{
        margin-right: auto;
        width: 100%;
        padding-top: 0;
    }
    .price {
        width: 288.19px;
        padding-top: 20px;
        display: block;
        margin-bottom: 15px;
        margin-right: 20px;
    }
    .ptor {
        background-color: #F66E02;
        font-size: 14.74px;
        margin-right: 0;
        width: fit-content;
        padding: 10px 20px 10px 10px;
        line-height: 1.3;
        position: relative;
        /* top: -27px; */
    }
    .yavdiv {
        justify-content: center;
        padding-left: 0;
        padding-top: 15px;
    }
    .yavdiv p {
        font-size: 32px;
        /* padding: 0 10px 0 10px; */
        text-align: center;
    }
    .yavdiv img {
        width: 69px;
        height: 27px;
    }
    .offer-bg {
        background-color: #6a5251;
    }
 
    .offer {
        margin-bottom: -.3em;
        text-align: right;
    }
    .cta-btn {
        display: flex;
        justify-content: center;
    }
    .cta-btn>a {
        color: #fff;
        background-color: #c1998c;
        padding: 0.25em;
        text-decoration: none;
        margin: .5em;
        flex: 1 1 calc(50% - 1em);
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 200;
        font-size: .8em;
    }
    .cta-btn img {
        height: 1.8em;
        margin-left: .2em;
    }
    .phone-img {
        transform: rotate(252deg);
        margin-left: 0;
        height: 1.6em;
    }
    .details {
        font-size: 18px;
        width: 85%;
        margin: 0 auto;
        font-weight: 300;
    }
    .details .text-style-1 {
        letter-spacing: 1.69px;
      }
      .details .text-style-2 {
        letter-spacing: 0.39px;
      }
      .details .text-style-3 {
        letter-spacing: 1.31px;
      }
      .details .text-style-4 {
        letter-spacing: 0.62px;
      }
      .details .text-style-5 {
        letter-spacing: 0.77px;
      }
    .populate {
        font-size: 1em;
        background-color: #c1998c;
        margin-bottom: .4em;
        padding: 0.4em 0 0.45em;
    }
    .lastpenthouse{
        font-size: 1em;
        /* background-color: #6a5251; */
        margin-bottom: .4em;
        padding: 0.4em 0 0.45em;
    }
    .offer-img {
        max-width: 90%;
        padding-top: 10px;
    }
    #form_holder {
               width: 90%;
        margin: 0;
        font-size: 5vw;
        color: #fff;
        position: relative;
        z-index: 11111;
        background: transparent;
        margin: auto;
        /* display: none; */
        right: unset;
        left: unset;
        top: unset;
        height: unset;
        backdrop-filter: unset;
        background: #000;
    }
    .carasoLogo {
        top: 0;
        left: 0;
        right: auto;
        background-color: #d0998c;
        padding: 5px;
        width: 25%;
    }
    .theForm {
        align-items: center;
    /* background-color: #EEEDE9; */
    padding-bottom: 45px;
    padding-top: 10px;
    padding-right: unset;
    padding-left: unset;
    width: 100%;
    box-shadow: unset;
    margin: auto;
    
    }
    .fordets {
        text-align: center;
        font-size: 23px;
        padding-top: 20px;
        padding-bottom: 0px;
    }
    .fordets strong span:last-child {
        position: absolute;
        top: 7px;
        left: -20px;
    }
    .fordets strong span:first-child {
        position: absolute;
        top: 7px;
        right: -20px;
    }
    label {
        width: 100%;
    margin: 0em 0;
    }
    .label {
        font-size: .8em;
    }
    .allinputStyle {
        font-size: 14.8px;
        /* padding: 0em .2em; */
        height: 44px;
        width: 100%;
        margin-top: 17.5px;
        -webkit-appearance: none;
        /* background-color: #fff; */
        padding-right: 13px;
    }
    .aptSelect {
        font-size: 20px;
        margin-top: 30px;
        width: 70%;
    }
    .aptSelect label{
        width: 40%;
        text-align: right;
        margin: auto;
        margin-top: 10px;
    }
    .aptSelect p {
        padding-bottom: 10px;
        font-size: 20px;
    }
    input[type="radio" i] {
        width: auto;
        position: unset;
    }
    .yavn ,.logos{
        width: 35%;
        display: none;
    }
    .check-wrapper {
        align-items: center;
        font-size: 14px;
        width: 100%;
        margin: 30px 0;
    }
    .submitBtn {
                  /* background-color: #c1998c; */
        width: 100%;
        /* box-shadow: 0 1em 2em 0 rgb(0 0 0 / 41%); */
        height: 44px;
        font-size: 27.2px;
        font-weight: 800;
        -webkit-appearance: none;
        display: block;
        margin-top: 20px;
        line-height: 0.9;
    }
    
    .fordetsmobdiv{
              display: flex;
        position: fixed;
        width: 100%;
        right: 0;
        left: 0;
        bottom: 0;
        height: 75px;
        z-index: 15;
    }
    .fordetsmobdiv button{
        text-align: center;
        color: #000;
        font-size: 15px;
        font-weight: 500;
        width: 35%;
        height: 46px;
        margin-top: 9px;
        margin-bottom: 9px;
        margin-left: auto;
        margin-right: auto;
        background-color: #fff;
        display: block;
        border-width: unset;
        border-style: unset;
        border-color: unset;
        border-image: unset;
        font-family: inherit;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
        /* margin-left: 10px; */
                /* background-color: #c1998c; */
        width: 88%;
        /* box-shadow: 0 1em 2em 0 rgb(0 0 0 / 41%); */
        height: 44px;
        font-size: 27.2px;
        font-weight: 800;
        -webkit-appearance: none;
        display: block;
        margin-top: 20px;
        line-height: 0.9;
            border-radius: 5px;
    }
    /* .fordetsmobdiv a button{
        width: 70%;
        margin-right: 10px;
    } */
    .fordetsmobdiv a{
        text-decoration: unset;
                width: 100%;
    }
    .mobilephone{
        display: block;
        width: 50%;

    }
    .mobilephone img{
        width: 100%;
    }
    .x{
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 40px
    }
    #maintnx{
        display: none;
    }
    #maintnxmob{
        display: block;
    }
    #maintnxmob .details{
        line-height: 1.09;
        font-size: 35px;
        margin-top: 30px;
    }
    #maintnxmob .details .span{
        font-size: 50px;
    }
    #tnxnone{
        display: none;
    }
    .secionInner {
        width: 300px;
    }    
    .c2cblock{
        display: none;
        font-size: 31px;
        color: #000;
        margin-top: 0;
        background-color: #fff;
        padding-bottom: 20Px;
    }
    .c2cblock a {
        color: inherit;
        display: block;
    }
    .c2cblock span{
        display: none;
    }
    .leftonly {
        display: none;
    }
    .leftonlymob{
        display: block;
        background-color: #efb800;
        width: 100%;
        text-align: center;
        color: #fff;
    }
    .leftonlymob p{
        font-size: 28px;
        font-weight: bold;
        margin: auto;
        line-height: 2;
    }
    section {
        height: unset;
        margin-top: 30px;
    }
    .thebigsliderdiv{
        width: 90%;
    }
    .bgMain {
        position: relative;
        width: 100%;
        left: 0;
        top: 0;
        /* height: 93%; */
        /* z-index: -1; */
        /* overflow: hidden; */
        /* order: 2; */
    } 
    .family {
        right: unset;
        bottom: -60px;
        width: 180px;
        left: 0;
    }  
    .flower {
        position: absolute;
        right: -88px;
        top: 0;
        width: 74%;
        z-index: -1;
    } 
    .galleryPic{
        width: 100%;
        border-radius: 17px;
        margin: 0 10px;
    }
    .galleryFlex{
        display: block;
        width: 90%;
        margin: auto;
        padding: 20px 0 60px;
        position: relative;
        bottom: 0;
        padding-bottom: 20px;
    }
    .galleryPic{
        width: 100%;
    }
    .galleryPic:hover{
        transform: scale(1);
    }
    .slick-dots {
        bottom: -10px;
        right: 0;
    }
    .slick-dots li {
        margin: 0 0px;
    }
    
    .slick-dots li button:before {
        font-family: 'slick';
        font-size: 10px;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        /* width: 10px;
        height: 10px; */
        content: '•';
        text-align: center;
        opacity: 1;
        color: #fff;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .slick-dots li.slick-active button:before {
        opacity: 1;
        color: #ffb545;
    }
    #popupImage {
        width: 90%;
        padding-top: 190px;
    }
    .closeGallPop{
        font-size: 27px;
        width: 40px;
        display: block;
        position: absolute;
        top: 200px;
        /* background: #E16D1A; */
        right: 20px;
        border-radius: 30px;
        margin: auto;
        padding: 10px;
    }
    .xslider {
        font-size: 30px;
        right: 10px;
        top: 10px;
        background-color: unset;
    }
    .aftersend h2{
        text-align: center;
        margin: auto;
        width: 100%;
        font-size: 30px;
    }
    h2 span.tnx {
        font-size: 50px;
    }
    .error_div123 {
        color: #fff;
        font-size: 18px;
        min-width: 100px !important;
        /* width: 77%; */
    }
#emailOptOut{
    width: 25px;
    height: 25px;
    -webkit-appearence: none;
    margin-top: 5px;
}
#c2c{
    display: block;
    width: 100%;
    background-color: #c1998c;
    /* box-shadow: 0 1em 2em 0 rgb(0 0 0 / 41%); */
    height: 44px;
    font-size: 27.2px;
    font-weight: 800;
    -webkit-appearance: none;
    display: block;
    margin-top: 20px;
    line-height: 1.5;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    color: #fff;
}
.yourpratim {
            text-align: center;
        font-size: 14px;
        padding-top: 30px;
        text-align: center;
        width: 60%;
}
.popup{
    display: block;
    margin: auto;
    height: unset;
    width: 90%;
    margin-top: 7vh;
}
#closePopup{
    display: block;
    position: absolute;
    right: 30px;
    z-index: 33333;
    font-size: 33px;
    color: #fff;
    top: 65px;
    padding: 5px 6px;
    line-height: 0.6;
}

}