@font-face {
      font-family: 'Souvenir';
      src: url('fonts/Souvenir.ttf');
    }
    @font-face{
      font-family: "fonts/SouvenirGotURWTOTReg W03 Rg";
      src: url("fonts/caca2aa56661616cfdd6b02ae4321867.eot");
      src: url("fonts/caca2aa56661616cfdd6b02ae4321867.eot?#iefix")format("embedded-opentype"),
          url("fonts/caca2aa56661616cfdd6b02ae4321867.woff")format("woff"),
          url("fonts/caca2aa56661616cfdd6b02ae4321867.woff2")format("woff2"),
          url("fonts/caca2aa56661616cfdd6b02ae4321867.ttf")format("truetype"),
          url("fonts/caca2aa56661616cfdd6b02ae4321867.svg#SouvenirGotURWTOTReg W03 Rg")format("svg");
      font-weight:normal;
      font-style:normal;
      font-display:swap;
  }
    @font-face {
      font-family: Cinzel;
      src: url(fonts/Cinzel-VariableFont_wght.ttf);
    }
    @font-face {
      font-family: BrittanySignature;
      src: url(fonts/BrittanySignature.ttf);
    }
  body {
    background-color: #c4c4c4;
    background-image: url('./img/updated-texture.png')!important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .main-container {
    max-width: 1360px;
    margin: auto;
  }
  .custom-container{
    width: 82%;
    margin: 0px 9%;
  }
.custom-container-footer{
    width: 92%;
    margin: 0px auto 4%;
    padding: 0px 30px ;
  }
  .text {
      transform: translate(50%,-50%);
      text-transform: uppercase;
      font-family: verdana;
      font-size: 4em;
      font-weight: 700;
      color: #eb6857;
      text-shadow: 1px 1px 1px #919191,
      1px 18px 6px rgba(16,16,16,0.4),
      1px 22px 10px rgba(16,16,16,0.2),
      1px 25px 35px rgba(16,16,16,0.2),
      1px 30px 60px rgba(16,16,16,0.4);
     transform : 
       rotate(-45deg);
  }
  .grey-text{
    color: #6b6a6a !important;
    font-family: Cinzel;
  }
  .header-grad{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    min-height: 80px;
    padding: 5px 0px 10px;
    background-image: linear-gradient(black, transparent);
  }
  .alert {
    transform: translate(0px, 100px);
    position: fixed;
    padding: 0.75rem 3.25rem 0.75rem 1.25rem;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    bottom: 0;
    z-index: 999999;
    box-shadow: 0px 3px 7px -2px rgb(21 87 36 / 60%);
    transition: 300ms ease;
}
.alert.active {
    transform: translate(0px, 0px);
}

.alerts {
    transform: translate(0px, 100px);
    position: fixed;
    padding: 0.75rem 3.25rem 0.75rem 1.25rem;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    bottom: 0;
    z-index: 999999;
    box-shadow: 0px 3px 7px -2px rgb(21 87 36 / 60%);
    transition: 300ms ease;
}
.alerts.active {
    transform: translate(0px, 0px);
}
  .background-gold-div{
    overflow: hidden;
    width:93%;
    margin: 0px auto;
    background: linear-gradient(90deg, rgb(193 143 47) 0%, rgb(255 212 131) 100%);
    --border-radius: 54px 54px 54px 54px;
    --border-top-left-radius: 54px;
    --border-top-right-radius: 54px;
    --border-bottom-right-radius: 54px;
    --border-bottom-left-radius: 54px;
    border-radius: 10%;
    font-weight: 600;
    height: 337px ;
    padding: 12px; 
    transition: 200ms ease;
    box-shadow: 20px -20px 60px 20px transparent, -20px 10px 40px 0px #000000;
  }
  /*.background-gold-div:hover {
    padding: 6px;
    border-radius: 32px; 
  }*/
  .img-gold-div{
    background-size: cover;
    background-position:  center;
    border-radius:6.5%;
    height: 100%;
    box-shadow: 20px -20px 60px 20px transparent, -9px 9px 40px 0px #000000;
  }
  .overlay{
    background: rgb(22 22 22 / 75%);
    width: 100%;
    border-radius:6.5%;
    height: 100%;
    position: relative;
  }
  .gold-div-text{
    color: #aaa;
    width: 100%;
    text-align: center;
    font-family: 'Cinzel';
    height: 10%;
    padding: 50% 0%;
    margin: auto;
    font-size: 25px;
    letter-spacing: 2px;
  }
  .contact-label{
    color: #919191;
    font-family: Cinzel;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 7px;
  }
  .contact-text{
    color:#919191;
    font-family: Souvenir;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .svg-gold{
    width: 45%;
    margin: auto;
    margin-bottom: 110px;
    text-align: center;
  }
  .svg-contact{
    width: 40%;
    margin: 0px auto 10px 0px;
    padding-bottom: 15px;
  }
  .form-input{
    color:#919191;
    padding-bottom: 25px;
    font-size: 12px;
    background: transparent;
    font-family: "Poppins", Sans-serif;
    border-width: 0px 0px 2.5px 0px;
    border-radius: 0px 0px 0px 0px;
    border-image: linear-gradient(to right, #FFFFFF00, #f7d08375, #FFFFFF00);
    border-image-slice: 0 0% 100% 00%;
  }
  .form-input:focus{
    color:#919191;
    background: transparent;
    font-family: "Poppins", Sans-serif;
    box-shadow: none;
  }
  textarea{
    width: 100%;
    resize: none;
  }
  textarea:focus-visible{
    outline:none;
}
  .form-button{
    color:#000;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Cinzel';
    padding: 5px 12px;
    border: none;
    background-image: linear-gradient(to bottom, #f7d083, #ab7d25);
  }
  .nav-link{
    font-size: 14px;
    font-weight: 500;
  }
  .main-logo{
    width: 50%;
    margin: 100px auto 0px;
  }
  .w-95{
    width: 95%;
    margin-left:auto;
    margin-right:auto;
  }
  .main-text{
    color: #9c9b9b !important;
    font-family: Cinzel;
    text-align: justify;
    text-align-last: center;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 18px;
    line-height: 2.25;
    width: 80%;
    margin: 55px auto 230px;
  }
  .marquee{
    color: purple;
    padding: 18px 0;
    margin: 200px auto 300px;
    border-top: 1px solid rgba(247, 208, 131, 0.38);
    border-bottom: 1px solid rgba(247, 208, 131, 0.38);
  }
  .gold-line{
    height: 0px;
    margin: 200px auto 78px;
  }
  .footer{
    width: 85%;
    margin: auto;
    margin-bottom: 70px;
  }
  .footer-logo{
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-img{
    height: 38px;
  }
  .footer-message{
    color:#9c9b9b;
    font-family: Cinzel;
    text-align: justify;
    font-size: 12px;
    line-height: 1.6;
    padding-right: 70px;
  }
  .message-footer{
    word-spacing: 2px;
    line-height: 2;
    font-size: 14px;
    text-align: justify;
    text-align-last:center;
    font-weight: 600;
  }
  .right-border{
    border-width: 0px 0px 1.5px 0px;
    border-radius: 0px 0px 0px 0px;
    border-image: linear-gradient(to right, #FFFFFF00, #f7d08375, #FFFFFF00);
    border-image-slice: 0 0% 100% 00%;
  }
  .width-33{
    width:32%;
    display: inline-block;
  }
  .footer-social{
    width:80%;
  }
  .footer-label{
    cursor: pointer;
    color:#919191;
    font-family: Cinzel;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
  }
  .w-20{
    width: 20%;
  }
  .greater{
    color:#f7d083;
  }
.border-bottom-custom{
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%,#f7d08375 50%,rgba(0, 0, 0, 0.1) 100%) 1;
    border-right: none;
    border-left: none;
    border-top: none;
}
.border-right-custom{
   border-width: 2px;
   border-style: solid;
    border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%,#f7d08375 50%,rgba(0, 0, 0, 0.1) 100%) 1;
    border-bottom: none;
    border-left: none;
    border-top: none;
}
.last-text {
    border-top: 1px solid #91919175;
    letter-spacing: 2px;
    font-weight: 700;
    color: #919191 !important;
    white-space: break-spaces;
}
.hebrew-text {
  text-align: center;
  margin-top: 16px;
}
.hebrew-text img {
  max-width: 52%;
}
.carousel-item-inner-div{
  width: 13%;
  margin: 0 0.46%;
  display: inline-flex;
  align-items: center;
}
.carousel-box{
  text-align: center;
  height: 0;
  padding-bottom: 50%;
  padding-top: 50%;
}
/*new css*/
.testimonials-section {
    margin-top: 230px;
    background: url(./img/background-stars-01.png);
    background-size: 85%;
    background-position: center 113px;
    background-repeat: no-repeat;
}
.testimonials-section .svg-gold img {
  max-height: 38.9px;
}
.testimonials-section .slide img {
  margin: auto;
}
.testimonials-section .slide .stars-img img {
  max-width: 278px;
  margin-top: 70px;
}
.testimonials-section .slide .main-text {
  font-weight: 700;
}
.slide-text.main-text {
  text-align: center;
  font-weight: 400 !important;
  width: calc(100% + 150px) !important;
  margin-bottom: 0;
  font-size: 16px;
  font-family: "SouvenirGotURWTOTReg W03 Rg";
  line-height: 1.8;
  margin-left: -75px;
  margin-top: 32px;
}
.stars-img {
    margin-top: 50px;
}
.testimonials-section .slick-slide:not(.slick-slide.slick-current.slick-active.slick-center) {
  margin-top: 25px;
}
.testimonials-section .slick-slide .slide img {
  width: 90px;
}
.testimonials-section .slide:not(.testimonials-section .slick-center .slide) {
  opacity: 0.5;
}
.testimonials-section .slide .main-text:not(.testimonials-section .slick-center .slide .main-text) {
    font-weight: 700;
    font-size: 12px;
    margin-top: 10px !important;
}
.testimonials-section .slick-slide.slick-current.slick-active.slick-center .slide img, .testimonials-section .slick-slide.slick-current .slide img {
  width: 150px !important;
  opacity: 1;
}
.testimonials-section .slick-slide .slide .stars-img:not(.slick-slide.slick-current.slick-active.slick-center .slide .stars-img), .slick-slide .slide .slide-text.main-text:not(.slick-slide.slick-current.slick-active.slick-center .slide .slide-text.main-text) {
  display: none;
}
.testimonials-section .slick-slider {
  display: flex;
  align-items: flex-end;
  margin-top: 70px;
}
.slick-icon {
  cursor: pointer;
  width: 50px;
  margin-bottom: 85px;
}
.testimonials-section .slick-list.draggable {
  padding: 0 !important;
}
.partners-section .svg-gold img, .about-page .svg-gold img {
  max-height: 38.9px;
  max-width: 100%;
}
.partners-slider .slick-track {
  display: flex;
  align-items: center;
  gap: 20px;
}
.slick-slide img {
  margin: auto !important;
}
.slider-dots-container ul.slick-dots li {
    width: 15px;
    height: 15px;
    list-style: none;
    max-width: 15px;
    background: none;
    display: flex;
    gap: 5px;
    border: 1px solid #f7d083;
    border-radius: 50px;
}
.slider-dots-container ul.slick-dots li button {
    width: 15px;
    height: 15px;
    list-style: none;
    max-width: 15px;
    padding: 0;
    border-radius: 50px;
    background: transparent;
    overflow: hidden;
    text-indent: -9999px;
    opacity: 0;
}
.slider-dots-container ul.slick-dots li.slick-active button {
    width: 15px;
    height: 15px;
    list-style: none;
    max-width: 15px;
    padding: 0;
    border-radius: 50px;
    background: transparent;
    overflow: hidden;
    text-indent: -9999px;
    background-image: linear-gradient(to bottom, #f7d083, #ab7d25);
    border: none;
}
.slider-dots-container ul.slick-dots {
    display: none;
    gap: 5px;
    justify-content: center;
    margin-top: 80px;
    margin-bottom: 230px;
    padding-left: 0 !important;
}
.slider-dots-container ul.slick-dots li.slick-active {
    width: 15px;
    height: 15px;
    list-style: none;
    max-width: 15px;
    background: none;
    display: flex;
    gap: 5px;
    background-image: linear-gradient(to bottom, #f7d083, #ab7d25);
    border: none;
    border-radius: 50px;
}
.circles-img {
    position: absolute;
    width: 126px !important;
    z-index: -9;
    display: none !important;
    padding-right: 2px;
}
.testimonials-section .slide {
  position: relative;
}
.testimonials-section .slick-slide.slick-current.slick-active.slick-center .slide img.circles-img {
  width: 95% !important;
  display: block !important;
}
.partners-slider .slick-slide.slick-active.slick-center{
    min-width: 115px !important;
    height: 115px;
    max-width: 115px !important;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.partners-slider .slick-slide.slick-active.slick-center, .partners-slider .slick-slide {
    cursor: pointer;
}
.partners-slider .slick-track {
    padding: 0 0 40px;
    min-height: 155px;
    max-height: 155px;
}
.slide-content.main-text.text-center.mb-0 {
  width: 98%;
  line-height: 1.95;
}
.partners-slider .black-logo {
  display: none;
}
.partners-slider .slick-slide.slick-active.slick-center img {
  display: none;
  cursor: pointer;
}
.partners-slider .slick-slide.slick-active.slick-center img.black-logo {
  display: block;
}
.custom-container .row .col-md-4 {
    margin-bottom: 0 !important;
}
.main-logo img {
  max-width: 100%;
  min-height: 118px;
  object-fit: contain;
}
.marquee-text {
    /* background: linear-gradient(0deg, #9375ca, #6442b3); */
    /* -webkit-background-clip: text; */
    color: #9c9b9b;
    font-family: "SouvenirGotURWTOTReg W03 Rg";
    font-size: 18px;
    display: inline-block;
    margin-left: 70px;
    margin-right: 70px;
    font-weight: 500;
}
.marquee .marquee-text:first-child {
    margin-left: 0;
}
.marquee .marquee-text:last-child {
    margin-right: 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 15px;
  letter-spacing: 3px;
  padding-right: 12px;
  padding-left: 12px;
  margin-top: 3px;
}
.col-7.contact-col-left .row:not(:last-child) {
    margin-bottom: 16px;
}
.navbar-expand-lg .navbar-nav .nav-link img {
    height: 18px;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 20px;
}
.main-text.adjust-on-768 {
  font-size: 20px;
}
.cards-row .col-md-4 .card-hover-content {
  visibility: hidden;
  opacity: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  position: absolute;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px;
  transition: 600ms ease;
}
.cards-row .col-md-4 .background-gold-div:hover .card-hover-content {
  visibility: visible;
    opacity: 1;
    pointer-events: all;
    height: 100%;
}
.cards-row .col-md-4 .background-gold-div .gold-div-text {
  visibility: visible;
  opacity: 1;
  height: 100%;
  width: 100%;
  pointer-events: all;
  position: relative;
  transition: 200ms ease;
}
.cards-row .col-md-4 .background-gold-div:hover .gold-div-text {
  visibility: hidden;
  opacity: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  position: absolute;
}
.cards-row .col-md-4 .main-text.cards-text {
    font-size: 17px;
    text-align: center;
    line-height: 1.7;
    letter-spacing: 1px;
    word-spacing: 1px;
    margin: 0;
    width: 100%;
    margin-bottom: 16px;
}
.background-gold-div:hover .overlay {
    background: rgb(22 22 22 / 90%);
}

/*Flip cards*/
.flip-card {
  background-color: transparent;
  perspective: 1000px;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-card-back {
  transform: rotateY(180deg);
}
.testimonial-img-bg {
  width: max-content;
    margin: auto;
    border-radius: 50%;
    padding: 2px;
    background-image: linear-gradient(to left, #f7d083, #ab7d25);
}
.testimonial-img-bg img {
    border-radius: 50%;
}
.testimonial-img-upper {
    width: max-content;
    margin: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
@media only screen and (min-width: 1440px) {
  .width-33 {
    width: 25%;
  }
  .gold-div-text{
    font-size: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .gold-div-text {
    font-size: 18px;
  }
  .custom-container .row {
    row-gap: 45px;
  }
  .custom-container .row .col-md-4 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
}
@media only screen and (min-width: 768px) {
  .slide-text.main-text {
    min-height: 143.98px;
  }
}
@media only screen and (max-width: 768px) {
  .marquee {
    margin: 150px auto 200px;
  }
  .footer .row .col-md-4, .footer .row .col-8 {
    width: 100% !important;
    max-width: 100% !important;
    flex: auto;
    padding: 0 !important;
  }
  .border-right-custom {
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%,#f7d08375 50%,rgba(0, 0, 0, 0.1) 100%) 1;
    border-right: none;
    border-left: none;
    border-top: none;
    margin-bottom: 60px;
    padding-bottom: 30px;
    padding-right: 0 !important;
  }
  .border-bottom-custom {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .custom-container-footer {
    width: 100%;
  }
  .custom-container-footer .col-6, .custom-container-footer .w-20 {
    flex: 1;
  }
  .custom-container-footer .footer-label {
    white-space: break-spaces;
  }
  .main-text.adjust-on-768 {
    font-size: 16px;
  }
  .adjust-on-768 {
    margin-bottom: 100px;
    text-align: center;
  }
  .partners-slider .slick-list {
    padding: 0 !important;
  }
  .partners-slider .slick-slide.slick-active.slick-center {
    min-width: 85px !important;
    height: 85px;
    max-width: 85px !important;
  }
  .last-text {
    width: 80%;
    margin: auto;
  }
}
@media only screen and (max-width: 480px) {
  .partners-slider .slick-slide img {
    padding: 5px;
  }
  .slide-text.main-text {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .marquee {
    margin: 100px auto 150px;
  }
  .section.contact-section{
    margin-top: 100px !important;
  }
  .partners-slider .slick-slide.slick-active.slick-center {
    min-width: 50px !important;
    height: 50px;
    max-width: 50px !important;
  }
  .partners-slider .slick-slide img {
    min-width: 50px !important;
  }
  .partners-slider .slick-track {
    gap: 8px;
  }
  .main-text {
    font-size: 15px;
    line-height: 1.7;
    width: 80%;
    margin: 55px auto 80px;
  }
  .svg-gold {
    margin-bottom: 60px;
  }
  /*.partners-slider .svg-gold {
    margin-bottom: 0px;
  }*/
  .partners-slider.slick-initialized.slick-slider {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
  .testimonials-section {
    margin-top: 80px;
  }
  .testimonials-section .slick-slider {
    margin-top: 60px;
  }
  .slide-content.main-text.text-center.mb-0 {
    margin-top: 20px;
  }
  .svg-gold, .svg-contact {
    width: 70%;
  }
  .testimonials-section .svg-gold {
    margin-bottom: 50px;
  }
  .slider-dots-container ul.slick-dots {
    margin-bottom: 80px;
    margin-top: 40px;
  }
  .contact-section .row {
    flex-direction: column;
  }
  .contact-section .row .col-7, .contact-section .row .col-5 {
    width: 100%;
    flex: 1;
    max-width: 100% !important;
  }
  .contact-form .row .col-6 {
    max-width: 100%;
  }
  .border-right-custom {
    border-right: none;
    border-bottom: 1px solid #f7d08375;
    padding-bottom: 10px;
    margin-bottom: 80px;
    padding-right: 0;
  }
  .w-100-480 {
    max-width: 100%;
    flex: 1;
  }
  .gold-line {
    margin: 80px auto 78px;
  }
}
/*@media only screen and (max-width: 414px) {
  .circles-img {
      left: 29%;
  }
}
@media only screen and (max-width: 390px) {
  .circles-img {
      left: 28%;
  }
}
@media only screen and (max-width: 375px) {
  .circles-img {
      left: 26%;
  }
}*/

/*About page styling*/
.about-page {
  margin: 100px auto;
}
.about-page .svg-gold {
  text-align: center;
  margin-bottom: 80px;
}
.main-text.rich-text {
  text-align: left;
  text-align-last: left;
  font-weight: 700;
  margin: 0 0 30px;
}
.simple-text {
  color: #919191;
  font-family: Souvenir;
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 1.9;
  margin: 0 0 30px;
}
.signature-text.text-right {
  line-height: 1.9;
  font-size: 30px;
  font-family: BrittanySignature;
  background: linear-gradient(352deg, #F8CB58, #8A6126);
  -webkit-background-clip: text;
  color: transparent;
}
.footer-label:hover{
  color:#919191;
  text-decoration: none;
}
.gold-phone{
  background: -webkit-linear-gradient(#ffe4b1,#CAA150, #ffce00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}