Fbody {
  font-family: 'Jost', sans-serif;
}

p {
  margin: 0 !important;
  color: #000000;

}

.container2 {
  position: relative;
  font-family: Arial;
}
.swiper-button-prev {
  background-color: #000000;
  color: white !important;
  font-size: 14px !important;
  padding: 20px;
  width: 13px !important;
  height: 13px !important;
  border-radius: 37px;
 
}
.swiper-button-next {
  background-color: #000000;
  color: white !important;
  font-size: 14px !important;
  padding: 20px;
  width: 13px !important;
  height: 13px !important;
  border-radius: 37px;
 
}
.swiper-button-next:after,
    .swiper-button-prev:after {
      font-size: 24px !important; /* Adjust size as needed */
    }

.truncate {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.text-block {
  font-family: 'Jost', sans-serif;
  width: 100%;
  font-size: 20px !important;
  position: absolute;
  bottom: 1px;
  text-align: left;
background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,212,255,0) 100%);
  color: white;
   /* Adjust the opacity value as needed */
  padding: 30px; /* Add padding to the text block */
  border-radius:0px 0px 18px 18px;
}
.marg {
  margin-right: 5rem!important;
}

 
.testarrow{
  display: inline;
}
.coloround{
  width: 24px;
height: 24px;
border-radius: 200px;
}
.colorsele{
  padding: 8px 12px;
  cursor: pointer;
align-items: center;
gap: 6px;
  border-radius: 200px;
border: 1px solid var(--black-100, #E7E7E7);
background: #FFF;
}
.quotecard{

  display: inline-flex;
transform: rotate(-3deg);
padding: 12px 16px;
align-items: center;
gap: 4px;
  border-radius: 300px;
border: 0px solid #F2B716;
background: #FFF;
box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.12);
}
.quotecardtext{
  color: #6A4D00;

font-family: Jost;
font-size: 20px;
font-style: italic;
font-weight: 900;
line-height: normal;
letter-spacing: 0.2px;
}

.snowflake {
  color: #3BBBE6;
  font-size: 28px;
  font-family: Arial;
  text-shadow: 0 0 1px #000;
}

.snowflake,.snowflake .inner{animation-iteration-count:infinite;animation-play-state:running}@keyframes snowflakes-fall{0%{transform:translateY(0)}100%{transform:translateY(110vh)}}@keyframes snowflakes-shake{0%,100%{transform:translateX(0)}50%{transform:translateX(80px)}}.snowflake{position:fixed;top:-10%;z-index:9999;-webkit-user-select:none;user-select:none;cursor:default;animation-name:snowflakes-shake;animation-duration:3s;animation-timing-function:ease-in-out}.snowflake .inner{animation-duration:10s;animation-name:snowflakes-fall;animation-timing-function:linear}.snowflake:nth-of-type(0){left:1%;animation-delay:0s}.snowflake:nth-of-type(0) .inner{animation-delay:0s}.snowflake:first-of-type{left:10%;animation-delay:1s}.snowflake:first-of-type .inner,.snowflake:nth-of-type(8) .inner{animation-delay:1s}.snowflake:nth-of-type(2){left:20%;animation-delay:.5s}.snowflake:nth-of-type(2) .inner,.snowflake:nth-of-type(6) .inner{animation-delay:6s}.snowflake:nth-of-type(3){left:30%;animation-delay:2s}.snowflake:nth-of-type(11) .inner,.snowflake:nth-of-type(3) .inner{animation-delay:4s}.snowflake:nth-of-type(4){left:40%;animation-delay:2s}.snowflake:nth-of-type(10) .inner,.snowflake:nth-of-type(4) .inner{animation-delay:2s}.snowflake:nth-of-type(5){left:50%;animation-delay:3s}.snowflake:nth-of-type(5) .inner{animation-delay:8s}.snowflake:nth-of-type(6){left:60%;animation-delay:2s}.snowflake:nth-of-type(7){left:70%;animation-delay:1s}.snowflake:nth-of-type(7) .inner{animation-delay:2.5s}.snowflake:nth-of-type(8){left:80%;animation-delay:0s}.snowflake:nth-of-type(9){left:90%;animation-delay:1.5s}.snowflake:nth-of-type(9) .inner{animation-delay:3s}.snowflake:nth-of-type(10){left:25%;animation-delay:0s}.snowflake:nth-of-type(11){left:65%;animation-delay:2.5s}

.popup-form {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

/* Style for the overlay background */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.cardhead{
  color: var(--black-950, #000);
  
  font-family: Jost;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.2px;
}
.shadow{
  border-radius: 24px;
background: #FFFCF0;
box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.12);display: flex;
max-width: 566px;
padding:16px;
justify-content: center;
align-items: center;
gap: 12px;
}
.cardpara{
  color: var(--black-700, #4F4F4F);

  font-family: Jost;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.2px;
}
.test2{
  background: var(--white-100, #EFEFEF) !important;
  margin: 16px 0px;
  height: 50px !important;
}
select {
   background-color: var(--white-100, #EFEFEF) !important;
  margin: 16px 0px !important;
  height: 50px !important;

}
textarea{
  background: var(--white-100, #EFEFEF) !important;
  margin: 16px 0px !important;
}

.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader {
  border: 16px solid #f3f3f3;
  border-top: 16px solid black;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  position: absolute;

  transform: translate(-50%, -50%);
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.mob {
  display: block;
}

.imgscrol {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 427px;
}

.live {
  padding: 0% 12% 0% 0%;
}

.logo {
  max-width: 151px;
  width: 100%;

}

.logo1 {
  max-width: 151px;
  width: 100%;

}

.topper {
  margin-top: 40px;
}

@media only screen and (max-width: 600px) {
  .hero {
    font-size: 32px !important;
    line-height: 40px !important;
  }
.nav2{
     margin-top: 18px !important;
}
  .bigimg {
    margin: 10px 0px !important;
    max-width: 340px;
    width: 100%;
  }

  .quotecard{


  transform: rotate(0deg);

  }

  .topper {
    margin-top: 10px !important;
  }

  .butonout {
    width: 150px !important;
    height: 34px !important;

  }
  .testarrow{
    display: none;
  }
  .butonout2 {
    width: 150px !important;
    height: 34px !important;

  }
 
  .btnfont {
    font-size: 14px !important;
  }

  .logo {
    /* margin-left: 15% !important; */
    max-width: 140px !important;
    width: 100% !important;
  }

  .logo1 {
    /* margin-left: 15% !important; */
    max-width: 140px !important;
    width: 100% !important;
  }

  .live {
    padding: 0% 0% 0% 0%;
  }

  .imgscrol {

    height: 200px !important;
  }

  .box {
    margin: 6px !important;
    padding: 2%;


  }

  .mob {
    display: none;
  }

  .headings {

    font-size: 22px !important;

  }
}

.nav2 {

  min-height: 114px;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0% 0%;
 margin-top: 50px ;
  padding-bottom: 10px;
  opacity: 1;
}

.nav {

  min-height: 114px;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: 0% 0%;

  padding-bottom: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  opacity: 1;
}

ul {
  list-style-type: none;
}

.mail {
  letter-spacing: 0px;
  color: #062365 !important;
  opacity: 1;
  text-align: center;
  font-weight: 500;
  font-size: 14px;

}

.cente {
  display: flex;
  justify-content: center !important;
  align-items: center !important;
}
.openbtn {
  font-size: 13px;
  width: 100%;
  max-width: 566px;
  height: 44px;
  border: 1px solid #062365;
  opacity: 1;
  border-radius: 16px;
  background-color: #062365;
  text-align: center;
  text-decoration: none !important;
  display: inline-block;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.openbtn:hover {
  background-color: black;
  color: #FFFFFF !important;
  text-decoration: none !important;

}

.butonout2 {
  font-size: 13px;
  width: 181px;
  height: 44px;

  opacity: 1;
  background: rgba(6, 35, 101, 0.10);
  text-align: center;
  text-decoration: none !important;
  display: inline-block;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}

.butonout2:hover {
  background-color: black;
  color: #FFFFFF !important;
  text-decoration: none !important;

}

.butonout {
  font-size: 13px;
  width: 181px;
  height: 44px;
  border: 1px solid #062365;
  opacity: 1;
  background-color: #062365;
  text-align: center;
  text-decoration: none !important;
  display: inline-block;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;

}

.butonout:hover {
  background-color: black;
  color: #FFFFFF !important;
  text-decoration: none !important;
}

.btnfont {
  color: var(--white-50, #FFF);
  font-family: Jost;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.hero {

  color: #000;

  font-family: Jost;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 129.5%;
  /* 62.16px */
  letter-spacing: 0.2px;
}

.get {
  border: 1px solid #000000;
  opacity: 1;
  width: 100px;
  height: 23px;
  padding: 12px !important;
  font-family: Jost;
  font-style: normal;
  font-weight: normal;
  font-size: 16px !important;
  line-height: 23px;
  letter-spacing: 0px;
  text-align: center;
  color: #000000;
}

.headings {
  font-style: normal;
  font-weight: medium;
  font-size: 26px;
  padding: 2%;

  letter-spacing: 0px;
  text-align: left;
  color: #111111;

  opacity: 1;
}

.heading2 {
  font-family: Jost;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.2px;
}

.para {
  color: var(--black-900, #3D3D3D);

  font-family: Jost;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 129.5%;
  /* 20.72px */
  letter-spacing: 0.2px;

  /* font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    font-family: Jost;
    letter-spacing: 0;
    text-align: left;
    color: #111111;
    opacity: 1; */
}
.card{
  border-radius: 1.25rem !important;
background: var(--white-50, #FFF);
box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.12);
display: flex;
padding: 20px;
flex-direction: column;
align-items: flex-start;
gap: 20px;
max-width: 450px;
width: 100%;
margin: 10px 0px;
}
.box {
  margin: 6px;
  padding: 2%;
  -webkit-box-shadow: 0px 0px 5px 4px rgba(230, 230, 230, 1);
  -moz-box-shadow: 0px 0px 5px 4px rgba(230, 230, 230, 1);
  box-shadow: 0px 0px 5px 4px rgba(230, 230, 230, 1);
  border: 1px solid var(--smalt-950, #062365);
  background: var(--smalt-50, #EBF6FF);

}

.carousel-control-next-icon {
  width: 50px;
  height: 50px;
  background-image: url("./assets/Arrow-Circle-Left-Normal-1.png") !important;
}

.carousel-control-prev-icon {
  width: 50px;
  height: 50px;
  background-image: url("./assets/arroe.png") !important;
}

.bigimg {

  max-width: 340px;
  width: 100%;
}

.newtextforcard{
  color: #78690C;
font-family: Jost;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 129.5%; /* 25.9px */
letter-spacing: 0.2px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 24px;
  color: white;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}

.contain {
  position: relative;

}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;

  width: 100%;
  max-width: 404px;
  opacity: 0;
  transition: .5s ease;
  background: rgb(0, 0, 0);
}

.contain:hover .overlay {
  opacity: 1;
}
.newtext{
  font-family: Jost;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.2px;
}
.text {
  width: 300px;
  height: 300px;
  color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
  padding: 2%;
  border-radius: 50%;
  font-size: 24px;
  position: absolute;
  font-weight: bolder;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.eff :hover {
  background-color: black;
}


.alt {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}