@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500;600&display=swap');
html,
body {
    height: 100%;
    max-height: 100%;
    background-color: none;
}
/*Main section css*/
.mainSection .mainrightsideImage {
    position: absolute;
    right: 0px;
    top: 110px;
}

.mainSection .mainrightsideImage img {
    width: 100%;
    max-width: 470px;
}
.mainSection .mainrightsideImage1 {
    position: absolute;
    right: 0px;
    top: 0px;
}

.mainSection .mainrightsideImage1 img {
    width: 100%;
    max-width: 370px;
}
.mainSection .mainrightsideImage2 {
    position: absolute;
    right: 120px;
    top: 276px;
}

.mainSection .mainrightsideImage2 img {
    width: 100%;
    max-width: 550px;
}

/*END*/

.navigation {
  height: auto;
  /*background: #fff;*/
}

.nav-container {
  
  margin: 0 auto;
}

.brand {
  position: absolute;
  line-height: 70px;
  
}
nav {
  float: right;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#myHeader nav ul li {
  float: left;
  position: relative;
}
nav ul li a {
  display: block;
  padding: 10px 20px 10px 20px;
  line-height: 50px;
  /*background: #fff;*/
  color: #0c0c0c;
  text-decoration: none;
}
nav ul li a::before {
  transition: 300ms;
  height: 5px;
  content: "";
  position: absolute;
  width: 0%;
  bottom: 0px;
}
nav ul li a:hover::before {
  width: 70%;
}
nav ul li a:not(:only-child):after {
  padding-left: 4px;
  content: " ▾";
}
nav ul li a.active {
color: #EA0000;
}

nav ul li ul li {
  min-width: 190px;
}
nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}
nav ul li:hover ul.nav-dropdown {
    display: block;
}
.dropdown-item {
    line-height: 25px;
}
.dropdown-item2 {
    line-height: 25px;
}
.dropdown-item1 {
    line-height: 25px;
}
.dropdown-item:not(:only-child):after {
  padding-left: 4px;
  content: "";
}
.dropdown-item1:not(:only-child):after {
  padding-left: 4px;
  content: "";
}
.dropdown-item2:not(:only-child):after {
  padding-left: 4px;
  content: "";
}
.nav-list .signupButton {
    margin-top: 20px;
}
.nav-list .loginButton {
    margin-top: 20px;
    margin-left: 10px;
}
 .usericonmenu button img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    /* border: solid 2px #FCC647; */
    margin-right: 12px;
}
.usericonmenu button{
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-left: 20px;
    margin-top: 10px;
}
.usericonmenu button span {
    letter-spacing: 0px;
    color: #000;
    margin-right: 15px;
    font-size: 17px;
    font-family: 'Poppins';
}


.nav-dropdown {
  display: none;
  position: absolute;
  background-color: #fff;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

.nav-mobile {
  display: none;
  position: absolute;
  top: 15px;
  right: 0;
  background: #ffb300;
  height: 70px;
  width: 70px;
}


#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}
#background{
    position:absolute;
    z-index:0;
    display:block;
    color:yellow;
}
#bg-text
{
    color: lightgrey;
    margin-top: -80px;
    font-size: 160px;
    letter-spacing: 20px;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    opacity: 0.5;
    margin-left: 100px;
    font-family: 'poppins';
    font-weight: 600;
}
.shop_dine{
    color: #E9592F;
    font-weight: 600;
}
#Homefirstparagraph p{
    font-family: 'poppins';
}
.firstparagraph{
    font-family: 'poppins';
    font-size: 23px;
}
.Userfriendly{
    font-family: 'poppins';
    font-size: 32px;
    font-weight: 600;
}
.firstparagraphNohung{
    font-style: italic;
    font-weight: 700;
}
.requestdemo, .requestdemofortrial{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    background-color: #000;
    color: #fff;
    border-radius: 7px;
    /*text-transform: uppercase;*/
    transition: all 0.5s ease;
    font-family: "poppins";
    width: 150px;

    
}
.homefirstimage{
    width: 350px;
    margin-top: -40px;
    margin-left: 50px;
}
.whychooseusImage{
    width: 380px;
    margin-top: 0px;
    margin-left: 50px;
}

#customizable{
    padding-top: 1px;
    line-height: 40px;
}
.manholdinglaptop{
    width: 260px;
    height: 260px;
    margin-left: -130px;
    margin-top: -2px;
}
.manholdinglaptopBG{
    background-color: #FFF1D4;
    border-radius: 50%;
    width: 370px;
    height: 370px;
}
.manholdinglaptopBG1{
    background-color: #FCD280;
    border-radius: 50%;
    width: 130px;
    height: 130px;
    float: right;
    margin-top: 50px;
    margin-right: 25px;
}
.restauranticon{
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
}
.mb-5{
    margin-bottom: 50px;
}
.whychooseH2{
    font-size: 24px;
    font-family: 'Poppins';
    font-weight: 600;
}
.Keyimage{
    width: 80px;
    height: 80px;
    background-color: #FFEAD4;
    padding: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.Keyimage1{
    width: 80px;
    height: 80px;
    background-color: #D5DDFF;
    padding: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.Keyimage2{
    width: 80px;
    height: 80px;
    background-color: #D4FFD9;
    padding: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.Keyimage3{
    width: 80px;
    height: 80px;
    background-color: #FFF9D4;
    padding: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.Keyimage4{
    width: 80px;
    height: 80px;
    background-color: #FFD5FD;
    padding: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#UserFriendly{
    background-color: #f6e8cf;
}
.cardPreOrder {
  /*box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;*/
  border-radius: 6px;
  margin: 0 0 1rem 0;
  display: flex;
  flex-direction: column;
  
}

.card__img {
  width: 100%;
  height: 20rem;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}
.card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart__content {
      padding: 1rem;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      flex: 1 1 auto;
      border-top: 1px solid #E9592F;
        margin-top: 10px;
}
.cart__content p {
      flex: 1 1 auto;
      text-align: center;
      padding: 0.5rem 1.7rem;
}
.cart__content a {
    display: inline-block;
    background-color: #0041c2;
    color: #fff;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    margin: 1rem 0 0 0;
    
}
.Getcard {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding: 2rem;
    width: 100%;
    gap: 2rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
    transition: all ease-in-out 0.7s;
     margin-bottom: 15px;
     height: 400px;
}

.getcardGC{
    background-image: linear-gradient(#fef1e2, #dbe7f9);
}
.getcardGC1{
    background-image: linear-gradient(#e9f1fc, #f3fde2);
}
.getcardGC2{
    background-image: linear-gradient(#f6ffe3, #ffe4fc);
}
.Getcard img {
    width: 100%;
    height: 220px;
    object-fit: contain;
}

.Getcard p {
    letter-spacing: 1px;
    font-size: 15px;
    color: #000;
    font-weight: 400;
    font-family: 'poppins';
    text-align: center;
}
.border-gradient {
  border: 8px solid;
  border-image-slice: 1;
  border-width: 5px;
}
.border-gradient-orange {
  border-image-source: linear-gradient(to left, #D5DDFF, #FFEAD4);
  padding-top: 15px;

}

.border-gradient-green {
  border-image-source: linear-gradient(to left, #D4FFD9, #FFF9D4);
    padding-top: 20px;
}
.border-gradient-purple {
  border-image-source: linear-gradient(to left, #FFD5FD, #D4FFD9);
    padding-top: 15px;
}
.left-eclipse{
    width: 10px;
    height: 10px;
    border-radius: 30px;
    background-color: #FFB971;
    margin-top: -256px;
    margin-left: -18px;
}
.right-eclipse{
    width: 10px;
    height: 10px;
    border-radius: 30px;
    background-color: #FF5AEF;
    float: right;
    margin-top: -169px;
    margin-right: -18px;
}
div.left:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 40%;
  border-left: 5px solid #FFEAD4;
}
div.right:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 60%;
  border-right: 5px solid #FFD5FD;
}
.no-bottom {
  border-bottom: 0;
  border-left: 0;
}
.no-bottom-left {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}
.no-top {
  border-top: 0;
  border-left: 0;
}
/*Card slider CSS*/
#slider .card {
    margin: 0 auto;
    border: none;
}
#slider .card .carousel-item {
    min-height: 240px;
}
#slider .card .carousel-caption {
    padding: 0;
    right: 15px;
    left: 15px;
    top: 15px;
    color: #3d3d3d;
    border: 1px solid #f0e6e6;
    min-height: 240px;
    padding: 15px;
    background-color: #fff6ee;
}
#slider .card .carousel-caption .col-sm-3 {
    display: flex;
    align-items: center;
    border-right: 3px solid #C79012;
}
#slider .card .carousel-caption .col-sm-9 {
    text-align: left;
}
#slider .card .carousel-control-prev, .card .carousel-control-next {
    color: #3d3d3d !important;
    opacity: 1 !important;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    background-image: none;
    color: #ffb300;
    font-size: 14px;
    background-color: #efefef;
    height: 32px;
    line-height: 32px;
    width: 32px;
}
.carousel-control-prev-icon:hover, .carousel-control-next-icon:hover {
    opacity: 0.85;
}
.carousel-control-prev {
    left: 80%;
    
}
.carousel-control-next {
    right: 1%;
    
}
.midline {
    width: 60px;
    border-top: 1px solid #d43025;
}
.carousel-caption h2 {
    font-size: 18px;
    font-weight: 600;
}
.carousel-caption h2 span {
    color: #cd3a54;
    font-size: 14px;
}
/* subscription page css Start */
#subscription ul li{
  list-style-type: disc;
  font-family: 'Poppins';
}
#subscription{
  margin-top: 50px;
  padding-bottom: 50px;
}
#subscription1{
  margin-top: 40px;
  padding-bottom: 0px;
}
#subscription1 .col-md-6{
  padding-left: 0px;
}
#subscription1 ul li{
  list-style-type: disc;
  font-family: 'Poppins';
  font-size: 18px;
  margin-left: 15px;
  margin-top: 8px;

}
.Subscriptionimage{
     width: 520px;
    margin-top: -25px;
    margin-left: 20px;
}
.BusinessAppimage{
     width: 520px;
    margin-top: 5px;
    margin-left: 20px;
}
.CustomerApplicationimage{
  width: 400px;
}
#subscription h2{
  padding-top: 50px;
    width: 100%;
    text-align: left;
    color: #000;
    font-size: 43px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 50px;
    font-family: "poppins";
}
#subscription h3{
  padding-top: 10px;
    width: 100%;
    text-align: left;
    color: #000;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 10px;
    font-family: "poppins";
}
#subscription h4{
    width: 100%;
    text-align: left;
    color: #000;
    font-size: 25px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 10px;
    font-family: "poppins";
}
#subscription p{
  font-family: "poppins";
  font-size: 17px;
}
#subscription1 h2{
  padding-top: 50px;
    width: 100%;
    text-align: left;
    color: #000;
    font-size: 43px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 50px;
    font-family: "poppins";
}
#subscription1 h3{
  padding-top: 10px;
    width: 100%;
    text-align: left;
    color: #000;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 10px;
    font-family: "poppins";
}
#subscription1 h4{
    width: 100%;
    text-align: left;
    color: #5E310E;
    font-size: 25px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 10px;
    font-family: "poppins";
}
#subscription1 p{
  font-family: "poppins";
}
#subscription .requestdemo{
  width: 220px;
  height: 50px;
  color: #5E310E;
  border: 2px solid #5E310E;
  background-color: #fff;
  font-size: 20px;
  font-family: "poppins";
  transition: all 0.5s ease;
  margin-top: 50px;
}
.nohungkitchenpart{
  background-color: #ffb300;
}
#subscription .PhoneNohungMockupimage{
  width: 350px;
  margin-top: 14px;
  margin-left: 25px;
}
#subscription .smallbox{
  margin-top: 30px;
  margin-left: 30px;
}
#subscription .smallbox2{
  margin-top: 30px;
  margin-left: 30px;
}
#subscription .smallbox1{
  margin-top: 30px;
  margin-left: 0px;
}
#subscription .smallbox3{
  margin-top: 30px;
  margin-left: 0px;
}
#subscription .smallbox1 p{
  position: absolute;
  text-align: left;
  padding: 45px;
  font-family: "poppins";
  margin-top: -20px;
  width: 375px;
  font-size: 16px;
}
#subscription .smallbox p{
  position: absolute;
  text-align: left;
  padding: 18px;
  font-family: "poppins";
  width: 250px;
  margin-left: 50px;
  font-size: 16px;
}
#subscription .smallbox2 p{
  position: absolute;
  text-align: left;
  padding: 18px;
  font-family: "poppins";
  width: 320px;
  font-size: 16px;
 
}
#row{
  margin-left: 0px;
  margin-right: 0px;
}
#SubscriptionFeatures{
   margin-left: 0px;
  margin-right: 0px;
}
#subscription .smallbox3 p{
  position: absolute;
  text-align: left;
  padding: 45px;
  font-family: "poppins";
  margin-top: -33px;
  width: 300px;
  font-size: 16px;
}
.Vector5image{
  width: 300px;
  height: 140px;
  margin-left: 50px;
}
.Vector6image{
  width: 360px;
  height: 100px;
}
.Vector8image {
    width: 300px;
    height: 140px;
    margin-left: -50px;
}
.vectorbgimage{
    position: relative;
    background-image: url('../home_images/Vector4.png');
    background-position: center;
    background-repeat: no-repeat;
    /*background-size: cover;
    width: 100%;
    height: 325px;*/
}
.fai1{
  
    position: relative;
    background-image: url('../home_images/fai1.png'),url('../home_images/fai2.png');
    background-repeat: no-repeat, no-repeat;
    background-position: left, right -40px bottom 85px;
}

.fai3{
    position: relative;
    background-image: url('../home_images/fai3.png'), url('../home_images/fai7.png'), url('../home_images/fai2.png'), url('../home_images/fai3.png');
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: top left, right, bottom 85px left -55px, right bottom;
}
.fai4{
    position: relative;
    background-image: url('../home_images/fai4.png'),url('../home_images/fai8.png'),url('../home_images/fai9.png');
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: top -30px left, left bottom, top 85px right;
}
.fai5{
    position: relative;
    background-image: url('../home_images/fai2.png'),url('../home_images/fai5.png'),url('../home_images/fai10.png');
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left -30px bottom 165px, right, right bottom;
}
.fai6{
    position: relative;
    background-image: url('../home_images/fai6.png'),url('../home_images/fai11.png'),url('../home_images/fai2.png');
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left, right top, right -20px bottom;
}
.vectorfullbgimage{
    position: relative;
    background-image: url('../home_images/Vector3.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 325px;
}
.Gradientmockup{
    position: relative;
    background-image: url('../home_images/Gradientmockup.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 325px;
}
.Ellipse273{
    position: relative;
    background-image: url('../home_images/Ellipse273.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 325px;
}
.mainsectionfornohung{
  padding: 0px;

}
  div.mainsectionfornohung {
        padding: 0px 0px;
    }
    .mainsectionfornohungPreorder{
  padding: 0px;

}
  div.mainsectionfornohungPreorder {
        padding: 0px 0px;
    }
#subscription .requestdemo:hover{
  width: 220px;
  height: 50px;
  color: #fff;
  border: 2px solid #5E310E;
  background-color: #5E310E;
}
#subscription ul{
  margin-left: 20px;
  margin-bottom: 30px;
}

.blog_card {
  margin: 20px 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FFC742;
  background-clip: border-box;
  border: none;
  /*box-shadow: 0 12px 15px rgba(0, 0, 0, 0.1), 0 17px 50px rgba(0, 0, 0, 0.1);*/
  border-radius: 1.5rem;
}

.blog_card_content {
  padding: 16px;
  z-index: 1;
}
.blog_card_content h5 {
  font-size: 18px;
  line-height: 36px;
  color: #5E310E;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: -0.5;
  font-family: "poppins";
}
#carouselExampleControls .blog_card_content p {
  font-size: 13px;
  color: #000000;
  margin: 25px 0px 0px 0px;
}
.frame{
   width: 25px;
    height: 25px;
    margin: 9px 0px 0px 5px;
}
#SubscriptionFeatures .cards {
  --cards-text-color: white;
  --cards-closed-size: 11rem;
  --animation-speed-normal: .5s;
  --animation-speed-fast: .25s;
  
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

#SubscriptionFeatures .card {
  width: 100%;
  height: var(--cards-closed-size);
  overflow: hidden;
  border-radius: 1rem;
  position: relative;
  z-index: 1;
  transition: all var(--animation-speed-normal) ease-in-out;
  cursor: pointer;
}

#SubscriptionFeatures .card[active] {
  height: 56vw;
}

#SubscriptionFeatures .card__image {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  filter: brightness(.675) saturate(75%);
  transition: filter var(--animation-speed-fast) ease-in-out;
}

 #SubscriptionFeatures .card:hover .card__image {
  filter: brightness(.875) saturate(100%);
}

#SubscriptionFeatures .card__infos {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*height: var(--cards-closed-size);*/
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .125rem;
  width: 100%;
  padding: .25rem 1rem;
}
 #SubscriptionFeatures .card__infos h2{
    padding-top: 30px;
    width: 100%;
    text-align: left;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 20px;
    font-family: "poppins";
}
 #SubscriptionFeatures .card__infos h1{
  padding-top: 15px;
    width: 100%;
    text-align: left;
    color: #5E310E;
    font-size: 55px;
    font-weight: 900;
    margin-bottom: 50px;
    line-height: 60px;
    font-family: "poppins";
}
#SubscriptionFeatures .card:not([active]) .card__infos h2{
    padding-top: 50px;
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 20px;
    font-family: "poppins";
}
#SubscriptionFeatures .card:not([active]) .card__infos h1{
    padding-top: 100px;
    width: 100%;
    text-align: center;
    color: #FFD980;
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 50px;
    line-height: 40px;
    font-family: "poppins";
}
#SubscriptionFeatures .card:not([active]) #card__infos h1{
    padding-top: 80px;
    width: 100%;
    text-align: center;
    color: #FFD980;
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 50px;
    line-height: 40px;
    font-family: "poppins";
}
 #SubscriptionFeatures .card:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFD980;
  clip-path: circle(120px at 120% -6%);
  transition: 0.5s ease-in-out;
}

  #SubscriptionFeatures .card:hover:before{
  clip-path: circle(120px at 80% -20%);
}


#SubscriptionFeatures .card__name {
  margin: 0;
  color: var(--cards-text-color);
  transform: translateY(.65rem);
  transition: all var(--animation-speed-normal) ease-in-out;
  font-size: 1.5rem;
}

#SubscriptionFeatures .card[active] .card__name {
  transform: translateY(0);
}
#SubscriptionFeatures .card:not([active]) .card__author {
  display: none;
}

#SubscriptionFeatures .card__author {
  margin: 0;
  color: #000;
  text-decoration: none;
  transform: translateY(.65rem);
  opacity: 0;
  transition:
    opacity var(--animation-speed-fast) ease-in-out,
    transform var(--animation-speed-normal) ease-in-out;
    font-family: "poppins";
    font-size: 14px;
}

#SubscriptionFeatures .card[active] .card__author {
  transform: translateY(0);
  opacity: 1;
}

#SubscriptionFeatures .card[active] .card__author:hover {
  opacity: .75;
}
/*Card slider for subscription pageCSS*/
#TailoredSubscriptionPlans .card {
    margin: 0 auto;
    border: none;
}
#TailoredSubscriptionPlans .card .carousel-item {
    min-height: 350px;

}
#TailoredSubscriptionPlans .card .carousel-caption {
    right: 15px;
    left: 15px;
    top: 15px;
    bottom: 15px;
    color: #3d3d3d;
    min-height: 350px;
    max-height: 350px;
    height: 350px;
    padding: 20px;
    
}
#TailoredSubscriptionPlans .firstbox{
border: 1px solid #FFD980;
background-color: #FFD980;
border-radius: 1px;
}

#TailoredSubscriptionPlans .secondbox{
border: 1px solid #FFC742;
background-color: #FFC742;
border-radius: 1px;
}
#TailoredSubscriptionPlans .card .carousel-caption .col-sm-3 {
    display: flex;
    align-items: center;
    border-right: 3px solid #C79012;
}
#TailoredSubscriptionPlans .card .carousel-caption .col-sm-9 {
    text-align: left;
}
#TailoredSubscriptionPlans .card .carousel-control-prev, #TailoredSubscriptionPlans .card .carousel-control-next {
    color: #3d3d3d !important;
    opacity: 1 !important;
}
#TailoredSubscriptionPlans .carousel-control-prev-icon, #TailoredSubscriptionPlans .carousel-control-next-icon {
    background-image: none;
    color: #5E310E;
    font-size: 14px;
    background-color: #fff;
    border: 2px solid #5E310E;
    height: 32px;
    line-height: 28px;
    width: 32px;
    border-radius: 20px;
}
#TailoredSubscriptionPlans .carousel-control-prev-icon:hover, #TailoredSubscriptionPlans .carousel-control-next-icon:hover {
    opacity: 0.85;
}
#TailoredSubscriptionPlans .carousel-control-prev {
    left: 80%;
    
}
#TailoredSubscriptionPlans .carousel-control-next {
    right: 1%;
    
}
#TailoredSubscriptionPlans .midline {
    width: 60px;
    border-top: 1px solid #d43025;
}
#TailoredSubscriptionPlans .carousel-caption h2 {
    font-size: 18px;
    font-weight: 600;
}
#TailoredSubscriptionPlans .carousel-caption h2 span {
    color: #cd3a54;
}
#TailoredSubscriptionPlans .firstbox h5{
  color: #5E310E;
  font-family: "poppins";
  text-align: left;
  margin-top: 15px;
}
#TailoredSubscriptionPlans .firstbox span{
  color: #5E310E;
  font-family: "poppins";
  float: right;
  font-size: 25px;
}
#TailoredSubscriptionPlans .secondbox h5{
  color: #5E310E;
  font-family: "poppins";
  text-align: left;
  margin-top: 15px;
}
#TailoredSubscriptionPlans .secondbox span{
  color: #5E310E;
  font-family: "poppins";
  float: right;
  font-size: 25px;
}
#TailoredSubscriptionPlans .getstartedbutton{
  width: 100%;
    height: 42px;
    background-color: #5E310E;
    padding: 2px;
    border-radius: 12px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    border: 2px solid #5E310E;

}
#carouselExampleControls ul li {
    list-style-type: disc;
    font-family: 'Poppins';
    font-size: 14px;
    text-align: left;
    line-height: 25px;
}
#carouselExampleControls{
  margin-left: -10px;
}
.h5p2{
  padding-left: 20px;
}
.mainsectionfordaystrial{
  background-color: #FFD980;
  height: 325px;
    padding: 60px;
  margin-top: 30px;
}
#mainsectionfordaystrial p{
  text-align: center;
  margin-top: 20px;
}
#mainsectionfordaystrial h2{
  padding-top: 20px;
  width: 100%;
    text-align: center;
   color: #000;
    font-size: 36px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 10px;
    font-family: "poppins";
  }
  #mainsectionfordaystrial .letstalk{
  width: 100px;
  height: 40px;
  background-color: #5E310E;
  border: 2px solid #5E310E;
  padding: 7px;
  border-radius: 5px;
  color: #fff;
  margin-top: 20px;

}
.planpart{
  background-color: #FFD980;
  height: 66px;
  border-radius: 15px;
  padding: 10px;
  display: flex;
}
#carouselExampleControls .planpart p{
  color: #5E310E;
  font-size: 10px;
  font-family: "poppins";
  margin-top: 8px;
    margin-left: 3px;
}
#carouselExampleControls .planpart h4{
  width: 44%;
  color: #5E310E;
  font-size: 20px;
  font-family: "poppins";
  margin-top: 8px;
  margin-left: 25px;
  line-height: 29px;
  font-weight: 600;
}
#carouselExampleControls .planpart span{
  text-decoration: line-through;
  margin-right: 10px;
}
#carouselExampleControls .planpart .Exclusive {
    color: #5E310E;
    font-size: 10px;
    font-family: "poppins";
    margin-top: 32px;
    margin-left: 3px;
}
/*#firsthover:hover{
  opacity: .75;
  background-color: #FFC742;
}*/

#firsthover:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48%;
    transform: scaleY(0);
    transform-origin: bottom center;
    background: #FFD980;
    z-index: -1;
    transition: transform 0.3s;
    border-radius: 20px;
}

#firsthover:hover::after {
    transform: scaleY(1);
}
.faqs-container{
  margin-top: 40px;
}
.faqs-container summary span{
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 30px;
  color: #000;
}
.faqs-container details {
  border-radius: 4px;
  margin-bottom:25px;
  cursor:pointer;
}

.faqs-container summary {
  font-weight: 600;
  margin: -0.5em -0.5em 0;
  padding: 1rem 2rem 1rem 3rem;
  list-style-type:"+";
  list-style:none;
  display:block;
  justify-content:space-between;
  align-items:center;
  background-color: #FFD980;
  color: #5E310E;
  border-radius: 15px;
}

.faqs-container details[open] p {
  padding: 0.5em; 
  border:none;
  /*background-color: #fff;*/
}

.faqs-container summary::marker{
  color: #0000ff;
  font-size: 1.2em;
  margin-right:20px;
}

.faqs-container summary:hover{
   background-color:   #FFC742;
}

.faqs-container details summary::after{
  content:"+";
  float: right;
    font-size: 15px;
    color: #000;
    background: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    padding: 2px 0px 0px 8px;
}

.faqs-container details[open] summary::after{
  content: "-";
    float: right;
    font-size: 17px;
    color: #000;
    background: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    padding: 0px 0px 0px 9px;
}

/*subscription page end css*/
/* Preorder page CSS*/
#subscription .chatboticon{
  width: 50px;
  float: right;
  margin: -25px -24px 0px 0px;
}
#PreOrderFeatures .cards {
  --cards-text-color: white;
  --cards-closed-size: 570px;
  --animation-speed-normal: .5s;
  --animation-speed-fast: .25s;
  
  display: flex;
  flex-direction: column;
  gap: .3rem;
  width: 100%;
}

#PreOrderFeatures .card {
  width: 100%;
  height: var(--cards-closed-size);
  overflow: hidden;
  border-radius: 1rem;
  position: relative;
  z-index: 1;
  transition: all var(--animation-speed-normal) ease-in-out;
  cursor: pointer;
  margin-top: 15px;
}

#PreOrderFeatures .card[active] {
  height: 26vw;
}

#PreOrderFeatures .card__image {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  filter: brightness(.675) saturate(75%);
  transition: filter var(--animation-speed-fast) ease-in-out;
}

 #PreOrderFeatures .card:hover .card__image {
  filter: brightness(.875) saturate(100%);
}

#PreOrderFeatures .card__infos {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*height: var(--cards-closed-size);*/
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .125rem;
  width: 100%;
  padding: .25rem 1rem;
}
 #PreOrderFeatures .card__infos h2{
    padding-top: 10px;
    width: 100%;
    text-align: left;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 15px;
    font-family: "poppins";
}
 #PreOrderFeatures .card__infos h1{
    padding-top: 25px;
    width: 100%;
    text-align: right;
    color: #5E310E;
    font-size: 55px;
    font-weight: 900;
    margin-bottom: 50px;
    line-height: 40px;
    font-family: "poppins";
}
#PreOrderFeatures .card:not([active]) .card__infos h2{
    padding-top: 18px;
    width: 100%;
    text-align: left;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 20px;
    font-family: "poppins";
}
#PreOrderFeatures .card:not([active]) .card__infos h1{
    padding-top: 10px;
    width: 100%;
    text-align: center;
    color: #FFD980;
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 40px;
    font-family: "poppins";
}

 #PreOrderFeatures .card:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFD980;
  clip-path: circle(137px at 122% 44%);
  transition: 0.5s ease-in-out;
}

  #PreOrderFeatures .card:hover:before{
  clip-path: circle(120px at 80% -20%);
}


#PreOrderFeatures .card__name {
  margin: 0;
  color: var(--cards-text-color);
  transform: translateY(.65rem);
  transition: all var(--animation-speed-normal) ease-in-out;
  font-size: 1.5rem;
}

#PreOrderFeatures .card[active] .card__name {
  transform: translateY(0);
}
#PreOrderFeatures .card:not([active]) .card__author {
  display: none;
}

#PreOrderFeatures .card__author {
  margin: 0;
  color: #000;
  text-decoration: none;
  transform: translateY(.65rem);
  opacity: 0;
  transition:
    opacity var(--animation-speed-fast) ease-in-out,
    transform var(--animation-speed-normal) ease-in-out;
    font-family: "poppins";
    font-size: 14px;
}

#PreOrderFeatures .card[active] .card__author {
  transform: translateY(0);
  opacity: 1;
}

#PreOrderFeatures .card[active] .card__author:hover {
  opacity: .75;
}
.businesspreorder {
    width: 520px;
    margin-top: 80px;
    margin-left: 20px;
}
.illustrationpreoder {
    width: 520px;
    margin-top: 50px;
    margin-left: 0px;
}
.vectorfullbgPreorderimage{
    position: relative;
    background-image: url('../home_images/Vector3.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
}
.righsideimageshadow{
  position: relative;
    background-image: url('../home_images/Ellipse270.png');
    background-position: right;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
}
.mainsectionfornohungPreorder .col-md-5 p{
  margin-top: 20px;
  margin-left: 20px;
}
.mainsectionfornohungPreorder .col-md-5 img{
  margin-top: 20px;
  margin-left: 60px;
}
.shortbanner1sticon{
  width: 80px;
  height: 80px;
}
.preorderp{
  text-align: right;
  padding-right: 40px;
}
#PreOrdering{
  padding: 40px 10px 0px 40px;
}
#subscription .requestdemofortrial {
    width: 275px;
    height: 45px;
    color: #5E310E;
    border: 2px solid #5E310E;
    background-color: #fff;
    font-size: 20px;
    font-family: "poppins";
    transition: all 0.5s ease;
    margin-top: 10px;
    float: right;
    margin-right: 40px;
}
#subscription .requestdemofortrial:hover{
  width: 275px;
  height: 45px;
  color: #fff;
  border: 2px solid #5E310E;
  background-color: #5E310E;
}
 @media (min-width: 320px) and (max-width: 575px) {
.carousel-caption {
    position: relative;
}
.card .carousel-caption {
    left: 0;
    top: 0;
    margin-bottom: 15px;
}
.card .carousel-caption img {
    margin: 0 auto;
}
.carousel-control-prev {
    left: 35%;
    top: 105%;
}
.carousel-control-next {
    right: 35%;
    top: 105%;
}
.card .carousel-caption h3 {
    margin-top: 0;
    font-size: 16px;
    font-weight: 700;
}
}
@media (min-width: 576px) and (max-width: 767px) {
.carousel-caption {
    position: relative;
}
.card .carousel-caption {
    left: 0;
    top: 0;
    margin-bottom: 15px;
}
.card .carousel-caption img {
    margin: 0 auto;
}
.card .carousel-caption h3, .card .carousel-caption p {
    text-align: center;
}
.carousel-control-prev {
    left: 35%;
    top: 105%;
}
.carousel-control-next {
    right: 35%;
    top: 105%;
}

}

@media (min-width: 361px) and (max-width: 480px) {
.container{
  padding-left: 5px;
  padding-right: 5px;
}
#subscription .PhoneNohungMockupimage {
    width: 337px;
    margin-top: 0px;
    margin-left: 15px;
}
#SubscriptionFeatures .cards {
  --cards-text-color: white;
  --cards-closed-size: 360px;
  --animation-speed-normal: .5s;
  --animation-speed-fast: .25s;
  
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

#SubscriptionFeatures .card {
  width: 100%;
  height: var(--cards-closed-size);
  overflow: hidden;
  border-radius: 1rem;
  position: relative;
  z-index: 1;
  transition: all var(--animation-speed-normal) ease-in-out;
  cursor: pointer;
  margin: 10px 0px 10px 5px;
}

#SubscriptionFeatures .card[active] {
  height: 56vw;
}

#SubscriptionFeatures .card__image {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  filter: brightness(.675) saturate(75%);
  transition: filter var(--animation-speed-fast) ease-in-out;
}

 #SubscriptionFeatures .card:hover .card__image {
  filter: brightness(.875) saturate(100%);
}

#SubscriptionFeatures .card__infos {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*height: var(--cards-closed-size);*/
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .125rem;
  width: 100%;
  padding: .25rem 1rem;
}
 #SubscriptionFeatures .card__infos h2{
    padding-top: 30px;
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 20px;
    font-family: "poppins";
}
 #SubscriptionFeatures .card__infos h1{
  padding-top: 10px;
    width: 100%;
    text-align: center;
    color: #5E310E;
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 50px;
    line-height: 40px;
    font-family: "poppins";
}
#SubscriptionFeatures .card:not([active]) .card__infos h2{
    padding-top: 20px;
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 20px;
    font-family: "poppins";
}
#SubscriptionFeatures .card:not([active]) .card__infos h1{
    padding-top: 20px;
    width: 100%;
    text-align: center;
    color: #FFD980;
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 50px;
    line-height: 40px;
    font-family: "poppins";
}
#SubscriptionFeatures .card:not([active]) #card__infos h1 {
    padding-top: 20px;
    width: 100%;
    text-align: center;
    color: #FFD980;
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 40px;
    font-family: "poppins";
}
 #SubscriptionFeatures .card:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFD980;
  clip-path: circle(120px at 120% -6%);
  transition: 0.5s ease-in-out;
}

  #SubscriptionFeatures .card:hover:before{
  clip-path: circle(120px at 80% -20%);
}
#SubscriptionFeatures .card__name {
  margin: 0;
  color: var(--cards-text-color);
  transform: translateY(.65rem);
  transition: all var(--animation-speed-normal) ease-in-out;
  font-size: 1.5rem;
}

#SubscriptionFeatures .card[active] .card__name {
  transform: translateY(0);
}
#SubscriptionFeatures .card:not([active]) .card__author {
  display: none;
}

#SubscriptionFeatures .card__author {
  margin: 0;
  color: #000;
  text-decoration: none;
  transform: translateY(.65rem);
  opacity: 0;
  transition:
    opacity var(--animation-speed-fast) ease-in-out,
    transform var(--animation-speed-normal) ease-in-out;
    font-family: "poppins";
    font-size: 14px;
}

#SubscriptionFeatures .card[active] .card__author {
  transform: translateY(0);
  opacity: 1;
}

#SubscriptionFeatures .card[active] .card__author:hover {
  opacity: .75;
}
 #SubscriptionFeatures .cards {
    max-width: 360px;
    width: 360px;
    flex-direction: column;
  }

  #SubscriptionFeatures .card {
    width: var(--cards-closed-size);
    max-width: var(--cards-closed-size);
    height: 10rem;
    /*flex: 0 0 var(--cards-closed-size);*/
    background-color: #FFC742;
  }

 #SubscriptionFeatures .card[active] {
    width: 380px;
    height: 20rem;
    flex: 0 0 calc(640px - 19rem);
    background-color: #FFD980;
  }

  /* Preorder page CSS*/
#subscription .chatboticon{
  width: 50px;
  float: right;
  margin: -25px -8px 0px 0px;
}
#PreOrderFeatures .cards {
  --cards-text-color: white;
  --cards-closed-size: 330px;
  --animation-speed-normal: .5s;
  --animation-speed-fast: .25s;
  
  display: flex;
  flex-direction: column;
  gap: .3rem;
  width: 100%;
}

#PreOrderFeatures .card {
  width: 100%;
  height: var(--cards-closed-size);
  overflow: hidden;
  border-radius: 1rem;
  position: relative;
  z-index: 1;
  transition: all var(--animation-speed-normal) ease-in-out;
  cursor: pointer;
  margin: 10px 0px 10px 5px;
}

#PreOrderFeatures .card[active] {
  height: 26vw;
}
#PreOrderFeatures .cards {
    max-width: 350px;
    flex-direction: column;
  }

  #PreOrderFeatures .card {
    width: var(--cards-closed-size);
    height: 8rem;
    flex: auto;
    background-color: #FFC742;
  }
  #PreOrderFeatures .card .card__infos .row {
    width: var(--cards-closed-size);
    padding-left: 10px; 
  }
 #PreOrderFeatures .card[active] {
    width: 100%;
    height: 15rem;
   /* flex: 0 0 calc(570px - 23rem);*/
    background-color: #FFD980;
  }
#PreOrderFeatures .card__image {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  filter: brightness(.675) saturate(75%);
  transition: filter var(--animation-speed-fast) ease-in-out;
}

 #PreOrderFeatures .card:hover .card__image {
  filter: brightness(.875) saturate(100%);
}

#PreOrderFeatures .card__infos {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*height: var(--cards-closed-size);*/
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .125rem;
  width: 100%;
  padding: .25rem 1rem;
}
 #PreOrderFeatures .card__infos h2{
    padding-top: 10px;
    width: 100%;
    text-align: left;
    color: #000;
    font-size: 17px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 15px;
    font-family: "poppins";
}
 #PreOrderFeatures .card__infos h1{
    padding-top: 25px;
    width: 100%;
    text-align: right;
    color: #5E310E;
    font-size: 55px;
    font-weight: 900;
    margin-bottom: 50px;
    line-height: 40px;
    font-family: "poppins";
}
#PreOrderFeatures .card:not([active]) .card__infos h2{
    padding-top: 18px;
    width: 100%;
    text-align: left;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 20px;
    font-family: "poppins";
}
#PreOrderFeatures .card:not([active]) .card__infos h1{
    padding-top: 10px;
    width: 100%;
    text-align: center;
    color: #FFD980;
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 40px;
    font-family: "poppins";
}

 #PreOrderFeatures .card:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFD980;
  clip-path: circle(137px at 122% 44%);
  transition: 0.5s ease-in-out;
}

  #PreOrderFeatures .card:hover:before{
  clip-path: circle(120px at 80% -20%);
}


#PreOrderFeatures .card__name {
  margin: 0;
  color: var(--cards-text-color);
  transform: translateY(.65rem);
  transition: all var(--animation-speed-normal) ease-in-out;
  font-size: 1.5rem;
}

#PreOrderFeatures .card[active] .card__name {
  transform: translateY(0);
}
#PreOrderFeatures .card:not([active]) .card__author {
  display: none;
}

#PreOrderFeatures .card__author {
  margin: 0;
  color: #000;
  text-decoration: none;
  transform: translateY(.65rem);
  opacity: 0;
  transition:
    opacity var(--animation-speed-fast) ease-in-out,
    transform var(--animation-speed-normal) ease-in-out;
    font-family: "poppins";
    font-size: 14px;
}

#PreOrderFeatures .card[active] .card__author {
  transform: translateY(0);
  opacity: 1;
}

#PreOrderFeatures .card[active] .card__author:hover {
  opacity: .75;
}
.businesspreorder {
        width: 330px;
        margin-top: 40px;
        margin-left: 10px;
    }
.illustrationpreoder {
    width: 330px;
        margin-top: 40px;
        margin-left: 10px;
}
.vectorfullbgPreorderimage{
    position: relative;
    background-image: url('../home_images/Vector3.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 325px;
}
.preorderp{
  text-align: right;
  padding-right: 40px;
}
#PreOrdering{
  padding: 35px 10px 0px 10px;
}
#subscription .requestdemofortrial {
    width: 275px;
    height: 45px;
    color: #5E310E;
    border: 2px solid #5E310E;
    background-color: #fff;
    font-size: 20px;
    font-family: "poppins";
    transition: all 0.5s ease;
    margin-top: 10px;
    float: right;
    margin-right: 40px;
}
#subscription .requestdemofortrial:hover{
  width: 275px;
  height: 45px;
  color: #fff;
  border: 2px solid #5E310E;
  background-color: #5E310E;
}
}
@media (min-width: 240px) and (max-width: 360px) {
   /* Preorder page CSS*/
#subscription .chatboticon{
  width: 50px;
  float: right;
  margin: -25px -24px 0px 0px;
}
#PreOrderFeatures .cards {
  --cards-text-color: white;
  --cards-closed-size: 310px;
  --animation-speed-normal: .5s;
  --animation-speed-fast: .25s;
  
  display: flex;
  flex-direction: column;
  gap: .3rem;
  width: 100%;
}

#PreOrderFeatures .card {
  width: 100%;
  height: var(--cards-closed-size);
  overflow: hidden;
  border-radius: 1rem;
  position: relative;
  z-index: 1;
  transition: all var(--animation-speed-normal) ease-in-out;
  cursor: pointer;
  margin: 10px 0px 10px 5px;
}

#PreOrderFeatures .card[active] {
  height: 26vw;
}
#PreOrderFeatures .cards {
    max-width: 350px;
    flex-direction: column;
  }

  #PreOrderFeatures .card {
    width: var(--cards-closed-size);
    height: 8rem;
    flex: auto;
    background-color: #FFC742;
  }
  #PreOrderFeatures .card .card__infos .row {
    width: var(--cards-closed-size);
    padding-left: 10px; 
  }
 #PreOrderFeatures .card[active] {
    width: 100%;
    height: 15rem;
   /* flex: 0 0 calc(570px - 23rem);*/
    background-color: #FFD980;
  }
#PreOrderFeatures .card__image {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  filter: brightness(.675) saturate(75%);
  transition: filter var(--animation-speed-fast) ease-in-out;
}

 #PreOrderFeatures .card:hover .card__image {
  filter: brightness(.875) saturate(100%);
}

#PreOrderFeatures .card__infos {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*height: var(--cards-closed-size);*/
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .125rem;
  width: 100%;
  padding: .25rem 1rem;
}
 #PreOrderFeatures .card__infos h2{
    padding-top: 10px;
    width: 100%;
    text-align: left;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 15px;
    font-family: "poppins";
}
 #PreOrderFeatures .card__infos h1{
    padding-top: 25px;
    width: 100%;
    text-align: right;
    color: #5E310E;
    font-size: 55px;
    font-weight: 900;
    margin-bottom: 50px;
    line-height: 40px;
    font-family: "poppins";
}
#PreOrderFeatures .card:not([active]) .card__infos h2{
    padding-top: 18px;
    width: 100%;
    text-align: left;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 20px;
    font-family: "poppins";
}
#PreOrderFeatures .card:not([active]) .card__infos h1{
    padding-top: 10px;
    width: 100%;
    text-align: center;
    color: #FFD980;
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 40px;
    font-family: "poppins";
}

 #PreOrderFeatures .card:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFD980;
  clip-path: circle(137px at 122% 44%);
  transition: 0.5s ease-in-out;
}

  #PreOrderFeatures .card:hover:before{
  clip-path: circle(120px at 80% -20%);
}


#PreOrderFeatures .card__name {
  margin: 0;
  color: var(--cards-text-color);
  transform: translateY(.65rem);
  transition: all var(--animation-speed-normal) ease-in-out;
  font-size: 1.5rem;
}

#PreOrderFeatures .card[active] .card__name {
  transform: translateY(0);
}
#PreOrderFeatures .card:not([active]) .card__author {
  display: none;
}

#PreOrderFeatures .card__author {
  margin: 0;
  color: #000;
  text-decoration: none;
  transform: translateY(.65rem);
  opacity: 0;
  transition:
    opacity var(--animation-speed-fast) ease-in-out,
    transform var(--animation-speed-normal) ease-in-out;
    font-family: "poppins";
    font-size: 14px;
}

#PreOrderFeatures .card[active] .card__author {
  transform: translateY(0);
  opacity: 1;
}

#PreOrderFeatures .card[active] .card__author:hover {
  opacity: .75;
}
.businesspreorder {
        width: 330px;
        margin-top: 40px;
        margin-left: 10px;
    }
.illustrationpreoder {
    width: 330px;
        margin-top: 40px;
        margin-left: 10px;
}
.vectorfullbgPreorderimage{
    position: relative;
    background-image: url('../home_images/Vector3.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 325px;
}
.preorderp{
  text-align: right;
  padding-right: 40px;
}
#PreOrdering{
  padding: 35px 10px 0px 10px;
}
#subscription .requestdemofortrial {
    width: 275px;
    height: 45px;
    color: #5E310E;
    border: 2px solid #5E310E;
    background-color: #fff;
    font-size: 20px;
    font-family: "poppins";
    transition: all 0.5s ease;
    margin-top: 10px;
    float: right;
    margin-right: 40px;
}
#subscription .requestdemofortrial:hover{
  width: 275px;
  height: 45px;
  color: #fff;
  border: 2px solid #5E310E;
  background-color: #5E310E;
}
.container{
  padding-left: 5px;
  padding-right: 5px;
}
#subscription .PhoneNohungMockupimage {
    width: 337px;
    margin-top: 0px;
    margin-left: 0px;
}
#SubscriptionFeatures .cards {
  --cards-text-color: white;
  --cards-closed-size: 320px;
  --animation-speed-normal: .5s;
  --animation-speed-fast: .25s;
  
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

#SubscriptionFeatures .card {
  width: 100%;
  height: var(--cards-closed-size);
  overflow: hidden;
  border-radius: 1rem;
  position: relative;
  z-index: 1;
  transition: all var(--animation-speed-normal) ease-in-out;
  cursor: pointer;
  margin: 10px 0px 10px 5px;
}

#SubscriptionFeatures .card[active] {
  height: 56vw;
}

#SubscriptionFeatures .card__image {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  filter: brightness(.675) saturate(75%);
  transition: filter var(--animation-speed-fast) ease-in-out;
}

 #SubscriptionFeatures .card:hover .card__image {
  filter: brightness(.875) saturate(100%);
}

#SubscriptionFeatures .card__infos {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*height: var(--cards-closed-size);*/
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .125rem;
  width: 100%;
  padding: .25rem 1rem;
}
 #SubscriptionFeatures .card__infos h2{
    padding-top: 30px;
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 20px;
    font-family: "poppins";
}
 #SubscriptionFeatures .card__infos h1{
  padding-top: 10px;
    width: 100%;
    text-align: center;
    color: #5E310E;
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 50px;
    line-height: 40px;
    font-family: "poppins";
}
#SubscriptionFeatures .card:not([active]) .card__infos h2{
    padding-top: 20px;
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 20px;
    font-family: "poppins";
}
#SubscriptionFeatures .card:not([active]) .card__infos h1{
    padding-top: 20px;
    width: 100%;
    text-align: center;
    color: #FFD980;
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 50px;
    line-height: 40px;
    font-family: "poppins";
}
#SubscriptionFeatures .card:not([active]) #card__infos h1 {
    padding-top: 20px;
    width: 100%;
    text-align: center;
    color: #FFD980;
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 40px;
    font-family: "poppins";
}
 #SubscriptionFeatures .card:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFD980;
  clip-path: circle(120px at 120% -6%);
  transition: 0.5s ease-in-out;
}

  #SubscriptionFeatures .card:hover:before{
  clip-path: circle(120px at 80% -20%);
}
#SubscriptionFeatures .card__name {
  margin: 0;
  color: var(--cards-text-color);
  transform: translateY(.65rem);
  transition: all var(--animation-speed-normal) ease-in-out;
  font-size: 1.5rem;
}

#SubscriptionFeatures .card[active] .card__name {
  transform: translateY(0);
}
#SubscriptionFeatures .card:not([active]) .card__author {
  display: none;
}

#SubscriptionFeatures .card__author {
  margin: 0;
  color: #000;
  text-decoration: none;
  transform: translateY(.65rem);
  opacity: 0;
  transition:
    opacity var(--animation-speed-fast) ease-in-out,
    transform var(--animation-speed-normal) ease-in-out;
    font-family: "poppins";
    font-size: 14px;
}

#SubscriptionFeatures .card[active] .card__author {
  transform: translateY(0);
  opacity: 1;
}

#SubscriptionFeatures .card[active] .card__author:hover {
  opacity: .75;
}
 #SubscriptionFeatures .cards {
    max-width: 320px;
    width: 320px;
    flex-direction: column;
  }

  #SubscriptionFeatures .card {
    width: var(--cards-closed-size);
    max-width: var(--cards-closed-size);
    height: 10rem;
    /*flex: 0 0 var(--cards-closed-size);*/
    background-color: #FFC742;
  }

 #SubscriptionFeatures .card[active] {
    width: 340px;
    height: 20rem;
    flex: 0 0 calc(640px - 19rem);
    background-color: #FFD980;
  }
}
@media (min-width: 481px) and (max-width: 767) {
.container{
  padding-left: 5px;
  padding-right: 5px;
}
#subscription .PhoneNohungMockupimage {
    width: 337px;
    margin-top: 0px;
    margin-left: 15px;
}
}
@media screen and (min-width: 991px) {
  .cards {
    display: flex;
    flex-direction: row;
  }
  .cards .cardPreOrder {
    flex: 1;
    margin: 1%;
  }
}
@media screen and (min-width: 767px) {
  .nav-list {
    display: block !important;
  }
}
/*Mobile responsive code end Here*/
@media only screen and (max-width: 767px) {
    /*Mobile responsive code for Nav bar Start*/
    #mobrow{
      padding-left: 0px;
    }
  .nav-mobile {
    display: block;
  }
  .topHeaderSection {
    position: absolute;
    z-index: 99;
    width: 100%;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffb300;
}
  #myHeader nav {
    width: 100%;
    padding: 70px 0 15px;
  }
  nav ul {
    display: none;
  }
 #myHeader nav ul li {
    float: none;
    background-color: #fff;
    width: 350px;
    padding: 12px;
    font-size: 20px;
  }
  nav ul li a {
    /*padding: 15px;*/
    line-height: 20px;
  }
  nav ul li a:hover::before {
    width: 20%;
  }
  nav ul li ul li a {
    padding-left: 30px;
  }
  nav ul li:hover ul.nav-dropdown {
    display: block;
}
  .nav-dropdown {
    position: static;
  }
  .nav-list .signupButton {
    margin-top: 0px;
}
.nav-list .loginButton {
    margin-top: 0px;
    margin-left: 10px;
}

/*Mobile responsive code for Nav bar End*/

/*Start landing page css*/
#bg-text
{
    display: none;
}
.shop_dine{
    color: #E9592F;
    font-weight: 600;
}
#Homefirstparagraph p{
    font-family: 'poppins';
    font-size: 15px;
}
.firstparagraph{
    font-family: 'poppins';
    font-size: 22px;
}
.firstparagraphNohung{
    font-style: italic;
}
.requestdemo{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: solid 1px #000000; */
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    background-color: #000;
    color: #fff;
    border-radius: 7px;
    text-transform: uppercase;
    transition: all 0.5s ease;
    
}
.homefirstimage{
    width: 270px;
    margin-top: 40px;
    margin-left: 10px;
    
}
.mainTextContent {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0 10px 0 10px;
}
.whyChooseContent {
    position: relative;
    padding: 10px 30px 60px 30px;
}
.whychooseusImage {
    width: 350px;
    margin-top: 40px;
    margin-left: -27px;
}
.whychooseH2{
    font-size: 22px;
    font-family: 'Poppins';
}
.restauranticon{
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
}

#customizableImageRow .col-md-4{
    width: 50%;
    margin-right: 0px;
    margin-left: 0px;
}
.manholdinglaptop{
    width: 230px;
    height: 215px;
    margin-left: -105px;
    margin-top: -6px;
}
.manholdinglaptopBG{
    background-color: #FFF1D4;
    border-radius: 50%;
    width: 290px;
    height: 290px;
}
.manholdinglaptopBG1{
    background-color: #FCD280;
    border-radius: 50%;
    width: 130px;
    height: 130px;
    float: right;
    margin-top: 50px;
    margin-right: 10px;
}
.Keyimage{
    width: 75px;
    height: 75px;
    background-color: #FFEAD4;
    padding: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.Keyimage1{
    width: 75px;
    height: 75px;
    background-color: #D5DDFF;
    padding: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.Keyimage2{
    width: 75px;
    height: 75px;
    background-color: #D4FFD9;
    padding: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.Keyimage3{
    width: 75px;
    height: 75px;
    background-color: #FFF9D4;
    padding: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.Keyimage4{
    width: 75px;
    height: 75px;
    background-color: #FFD5FD;
    padding: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.keyfeatures .col-md-3{
    width: 30%;
}
.keyfeatures .col-md-9{
    width: 70%;
}
#keyfeatures .col-md-6{
    padding-left: 0px;
    padding-right: 0px;
}
#keyfeatures h4{
    font-weight: 600;
}

.left-eclipse{
    display: none;
}
.right-eclipse{
    display: none;
}
div.left:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-left: 5px solid #FFEAD4;
}
div.right:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border-right: 5px solid #FFD5FD;
}
.no-bottom {
    border-bottom: 0;
    border-left: 0;
}
.no-top {
    border-top: 0;
    border-left: 0;
}
/*End landing page css*/
/* subscription page css Start */
#subscription ul {
    margin-left: 20px;
    margin-bottom: 5px;
}
.BusinessAppimage {
    width: 280px;
    margin-top: 5px;
    margin-left: 0px;
}
.brand {
    position: absolute;
    line-height: 80px;
}
#subscription h2 {
    padding-top: 80px;
    width: 100%;
    text-align: left;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 40px;
    font-family:"poppins";
}
.Subscriptionimage{
    width: 300px;
    margin-top: 20px;
    margin-left: 0px;
    height: 220px;
}
.CustomerApplicationimage {
    width: 300px;
}
div.mainsectionfornohung {
    padding: 300px 0px 0px 0px;
}
#subscription .smallbox {
    margin-top: 0px;
    margin-left: -30px;
}
#subscription .smallbox3 {
    margin-top: 30px;
    margin-left: 55px;
}
#subscription .smallbox2 {
    margin-top: 30px;
    margin-left: 15px;
}
.Vector5image {
    width: 310px;
    height: 150px;
}
#subscription .smallbox p {
    position: absolute;
    text-align: left;
    padding: 25px;
    font-family: "poppins";
    width: 300px;
}
.Vector6image {
    width: 310px;
    height: 110px;
}
#subscription .smallbox1 {
    margin-top: 20px;
    margin-left: 0px;
}
#subscription .smallbox1 p {
    position: absolute;
    text-align: left;
    padding: 45px;
    font-family: "poppins";
    margin-top: -20px;
    width: 340px;
}
.mainsectionfornohung .col-md-8{
  padding-left: 0px;
  padding-right: 0px;
}
.mainsectionfornohung .vectorfullbgimage .col-md-6{
  width: 100%;
}
/*#subscription .PhoneNohungMockupimage {
    width: 337px;
    margin-top: 0px;
    margin-left: 15px;
}*/
#subscription .Ellipse273 {
    position: absolute;

    }
.vectorbgimage {
    position: relative;
    background-image: url(../home_images/Vector4.png);
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 23px;
    height: 300px;
}
#vectorpart{
  margin-top: -325px;
}
#subscription h3 {
    padding-top: 10px;
    width: 100%;
    text-align: left;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 10px;
    font-family: "poppins";
}

.planpart{
  background-color: #FFD980;
  height: 66px;
  border-radius: 15px;
  padding: 10px;
  display: flex;
}
#carouselExampleControls .planpart p{
  color: #5E310E;
  font-size: 10px;
  font-family: "poppins";
  margin-top: 7px;
    margin-left: 3px;
}
#carouselExampleControls .planpart h4{
  width: 100%;
  color: #5E310E;
  font-size: 15px;
  font-family: "poppins";
  margin-top: 8px;
  margin-left: 25px;
  line-height: 29px;
  font-weight: 600;
}
#carouselExampleControls .planpart span{
  text-decoration: line-through;
  margin-right: 10px;
}
#carouselExampleControls .planpart .Exclusive {
  display: none;
    /*color: #5E310E;
    font-size: 10px;
    font-family: "poppins";
    margin-top: 32px;
    margin-left: 3px;*/
}

  #mainsectionfordaystrial h2 {
    padding-top: 20px;
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 10px;
    font-family: "poppins";
}
.mainsectionfordaystrial {
    background-color: #FFD980;
    height: 300px;
    padding: 30px;
    margin-top: 30px;
}
.mainsectionfordaystrial .col-md-5{
  width: 30%;
}
.blog_card_content  .getstartedbuttoncol{
  width: 100%;
}
.mainSection .mainrightsideImage {
    display: none;
}

.mainSection .mainrightsideImage img {
   display: none;
}
.mainSection .mainrightsideImage1 {
    display: none;
}
.mainSection .mainrightsideImage1 img {
   display: none;
}
.mainSection .mainrightsideImagemobile {
    position: absolute;
    right: 0px;
    top: 270px;
}

.mainSection .mainrightsideImagemobile img {
    max-width: 420px;
    width: 420px;


}
.mainSection .mainrightsideImagemobileforPreorder {
        position: absolute;
        right: 0px;
        top: 215px;
    }
.mainSection .mainrightsideImagemobileforPreorder img {
    max-width: 420px;
    width: 420px;
    height: 690px;
}
#mobmarginrow{
  margin-top: 35px;
}
#subscription .requestdemo {
    width: 220px;
    height: 45px;
    color: #5E310E;
    border: 2px solid #5E310E;
    background-color: #fff;
    font-size: 18px;
    font-family: "poppins";
    transition: all 0.5s ease;
    margin-top: 20px;
}
.faqs-container summary {
    font-weight: 600;
    margin: -0.5em -0.5em 0;
    padding: 1rem 2rem 1rem 2rem;
    list-style-type: "+";
    list-style: none;
    display: block;
    justify-content: space-between;
    align-items: center;
    background-color: #FFD980;
    color: #5E310E;
    border-radius: 15px;
}
.faqs-container details[open] summary::after {
    content: "-";
    float: right;
    font-size: 17px;
    color: #000;
    background: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    padding: 0px 0px 0px 9px;
    margin: -11px -13px 0px 0px;
}
.faqs-container details summary::after {
    content: "+";
    float: right;
    font-size: 15px;
    color: #000;
    background: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    padding: 2px 0px 0px 8px;
    margin: -11px -13px 0px 0px;
}
#TailoredSubscriptionPlans .col-md-12{
padding-right: 0px;
padding-left: 0px;
}
.blog_card_content h5 {
    font-size: 17px;
  }
  .blog_card_content .col-md-2{
    width: 20%;
    padding: 0px;
  }
  .blog_card_content .col-md-10{
    width: 80%;
    padding: 0px;
  }
  .frame {
    width: 20px;
    height: 20px;
    margin-top: 10px;
}
  .blog_card {
    margin: 50px -10px;
  }
  .blog_card_content .col-lg-12{
    padding: 0px;
  }
  .blog_card_content {
    padding: 10px;
    z-index: 1;
}
.fai1{
     position: relative;
    background-image: url('../home_images/faim1.png');
    background-repeat: no-repeat;
    background-position: right 0px top 240px;
}

.fai3{
    position: relative;
    background-image: url('../home_images/fai2.png'), url('../home_images/faim2.png');
    background-repeat: no-repeat, no-repeat;
    background-position: right, left bottom 10px;
}
.fai4{
    position: relative;
    background-image: url('../home_images/faim4.png'),url('../home_images/fai9.png');
    background-repeat: no-repeat, no-repeat;
    background-position: top -9px left, top -20px right;
}
.fai5{
    position: relative;
    background-image: url('../home_images/faim3.png'),url('../home_images/fai5.png'),url('../home_images/fai10.png');
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left top -11px, right, right bottom;
}
.fai6{
    position: relative;
    background-image: url('../home_images/faim3.png'),url('../home_images/faim3.png');
    background-repeat: no-repeat, no-repeat;
    background-position: left, right top;
}

/* susbcription view responsive end */

/*Preorder responsive page css*/
.mainsectionfornohungPreorder .col-md-5 p{
  margin-top: 20px;
  margin-left: 10px;
  font-size: 15px;
}
.mainsectionfornohungPreorder .col-md-5 img{
  margin-top: 20px;
  margin-left: 0px;
}
.shortbanner1sticon{
  width: 80px;
  height: 80px;
}
.mainsectionfornohungPreorder .row .col-md-5 .row .col-md-3{
  position: relative;
    width: 30%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.mainsectionfornohungPreorder .row .col-md-5 .row .col-md-9{
  position: relative;
    width: 70%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.righsideimageshadow{
    position: relative;
    background-image: url('../home_images/Ellipse270.png');
    background-position: right;
    background-repeat: no-repeat;
    width: auto;
    height: auto;
}
}
/*Mobile responsive code end Here*/
/*Tab MINI responsive code end Here*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /*Tab responsive code for Nav bar Start*/
nav ul li a {
    display: block;
    padding: 10px 7px 10px 7px;
    line-height: 50px;
    /* background: #fff; */
    color: #0c0c0c;
    text-decoration: none;
}
nav ul li:hover ul.nav-dropdown {
    display: block;
}
.topHeaderSection {
    position: absolute;
    z-index: 99;
    width: 100%;
    padding: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    /*Tab responsive code for Nav bar End*/

.homefirstimage {
    width: 320px;
    margin-top: 2px;
    margin-left: 2px;
}
.whychooseusImage {
    width: 350px;
    margin-top: 0px;
    margin-left: -20px;
}
.whychooseH2{
    font-size: 21px;
    font-family: 'Poppins';
}
.mainTextContent {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 40px 20px 40px 20px;
}
.manholdinglaptopBG {
    background-color: #FFF1D4;
    border-radius: 50%;
    width: 350px;
    height: 350px;
}
.manholdinglaptop {
    width: 240px;
    height: 240px;
    margin-left: -110px;
    margin-top: -2px;
}
#customizableImageRow .col-md-4{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
}
.restauranticon {
    width: 110px;
    height: 110px;
    margin-bottom: 10px;
}
.card__img {
    height: 12rem;
   
}
.card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cardPreOrder {
  max-height: 380px;
    min-height: 380px;
}
.cart__content {
    padding: 0.5rem;
    
}
.Keyimage{
    width: 75px;
    height: 75px;
    background-color: #FFEAD4;
    padding: 5px;
}
.Keyimage1{
    width: 75px;
    height: 75px;
    background-color: #D5DDFF;
    padding: 5px;
}
.Keyimage2{
    width: 75px;
    height: 75px;
    background-color: #D4FFD9;
    padding: 5px;
}
.Keyimage3{
    width: 75px;
    height: 75px;
    background-color: #FFF9D4;
    padding: 5px;
}
.Keyimage4{
    width: 75px;
    height: 75px;
    background-color: #FFD5FD;
    padding: 5px;
}
.card .carousel-caption h3 {
    margin-top: 0;
    font-size: 16px;
    font-weight: 700;
}
.Getcard {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding: 1rem;
    width: 100%;
    gap: 1rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
    transition: all ease-in-out 0.7s;
    margin-bottom: 15px;
    height: 268px;
}
.Getcard img {
    width: 100%;
    height: 120px;
    object-fit: contain;
}
.Getcard p {
    letter-spacing: 1px;
    font-size: 14px;
    color: rgb(0, 0, 0);
    font-weight: 400;
    font-family: 'poppins';
    text-align: center;
}
.firstparagraph {
    font-family: 'poppins';
    font-size: 22px;
}
#bg-text
{
    display: none;
}
.left-eclipse{
    width: 10px;
    height: 10px;
    border-radius: 30px;
    background-color: #FFB971;
    margin-top: -177px;
    margin-left: -18px;
}
.right-eclipse{
    width: 10px;
    height: 10px;
    border-radius: 30px;
    background-color: #FF5AEF;
    float: right;
    margin-top: -116px;
    margin-right: -18px;
}
.Subscriptionimage{
  width: 320px;
  margin-top: 15px;
  margin-left: 20px;
}
.BusinessAppimage {
    width: 320px;
    margin-top: 30px;
    margin-left: 20px;
}
.CustomerApplicationimage {
    width: 330px;
}
#subscription h2 {
    font-size: 23px;
    line-height: 40px;
}
#subscription1 h3 {
    font-size: 25px;
}
#subscription1 ul li {
    font-size: 16px;
}
#subscription .smallbox {
    margin-top: 30px;
    margin-left: -40px;
}
.Vector5image {
    width: 250px;
    height: 140px;
    margin-left: 50px;
}
#subscription .smallbox2 {
    margin-top: 15px;
    margin-left: 10px;
}
.Vector6image {
    width: 210px;
    height: 130px;
}
#subscription .smallbox2 p {
    position: absolute;
    text-align: left;
    padding: 18px;
    font-family: "poppins";
    width: 210px;
    font-size: 16px;
}
#subscription .PhoneNohungMockupimage {
    width: 250px;
    margin-top: 101px;
    margin-left: -15px;
}
#subscription .smallbox1 p {
    position: absolute;
    text-align: left;
    padding: 45px;
    font-family: "poppins";
    margin-top: -30px;
    width: 270px;
    font-size: 16px;
}
.Vector8image {
    width: 270px;
    height: 140px;
    margin-left: -36px;
}
    /*#carouselExampleControls .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }*/
    .container {
        max-width: 775px;
        padding-right: 5px;
        padding-left: 5px;
    }
    #carouselExampleControls .planpart h4 {
    width: 44%;
    color: #5E310E;
    font-size: 20px;
    font-family: "poppins";
    margin-top: -4px;
    margin-left: 25px;
    line-height: 29px;
    font-weight: 600;
}
#carouselExampleControls .planpart .Exclusive {
  display: none;
}
.blog_card_content .row .col-md-2{
  flex: 0 0 25%;
  max-width: 25%;
}
.blog_card_content .row .col-md-10{
   flex: 0 0 75%;
  max-width: 75%;
}
#carouselExampleControls ul li {
    list-style-type: disc;
    font-family: 'Poppins';
    font-size: 12px;
    text-align: left;
    line-height: 25px;
}
#firsthover:after {
  height: 52%;
}
.modal-dialog {
    position: absolute;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}
#NewRegisterModal .modal-dialog {
    max-width: 640px;
    margin: 1.75rem auto;
    margin-left: 60px;
}
.faqs-container summary {
    font-weight: 600;
    margin: -0.5em -0.5em 0;
    padding: 1rem 2rem 1rem 2rem;
    list-style-type: "+";
    list-style: none;
    display: block;
    justify-content: space-between;
    align-items: center;
    background-color: #FFD980;
    color: #5E310E;
    border-radius: 15px;
}
#mainsectionfordaystrial h2 {
    padding-top: 20px;
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 30px;
    font-weight: 600;
    line-height: 37px;
    margin-bottom: 10px;
    font-family: "poppins";
}
.mainsectionfordaystrial {
    background-color: #FFD980;
    height: 385px;
    padding: 60px;
    margin-top: 30px;
}
#SubscriptionFeatures .cards {
        max-width: 640px;
        /* margin: 0 auto; */
        flex-direction: column !important;
    }
    #SubscriptionFeatures .cards {
    --cards-text-color: white;
    --cards-closed-size: 40rem;
    --animation-speed-normal: .5s;
    --animation-speed-fast: .25s;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
}
#SubscriptionFeatures .card[active] {
        width: 100%;
        height: 20rem !important;
        flex: 0 0 calc(640px - 23rem);
        background-color: #FFD980;
    }
#SubscriptionFeatures .card {
        width: var(--cards-closed-size);
        height: 11rem !important;
         flex: auto !important;
        background-color: #FFC742;
    }
#SubscriptionFeatures .card:not([active]) .card__infos h2 {
    padding-top: 30px;
    font-size: 30px;
    }
#SubscriptionFeatures .card:not([active]) .card__infos h1 {
        padding-top: 30px;
      }
#SubscriptionFeatures .card:not([active]) #card__infos h1 {
    padding-top: 30px;
  }
  #SubscriptionFeatures .card__infos h2 {
    font-size: 30px;
  }
  #SubscriptionFeatures .card__author {
    
    font-size: 18px;
}
#SubscriptionFeatures .card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFD980;
    clip-path: circle(100px at 107% 40%);
    transition: 0.5s ease-in-out;
}
 /* Preorder page CSS*/
#subscription .chatboticon{
  width: 50px;
  float: right;
  margin: -25px -8px 0px 0px;
}
#PreOrderFeatures .cards {
  --cards-text-color: white;
  --cards-closed-size: 350px !important;
  --animation-speed-normal: .5s;
  --animation-speed-fast: .25s;
  
  display: flex;
  flex-direction: column;
  gap: .3rem;
  width: 100%;
}

#PreOrderFeatures .card {
  width: 100%;
  height: var(--cards-closed-size);
  overflow: hidden;
  border-radius: 1rem;
  position: relative;
  z-index: 1;
  transition: all var(--animation-speed-normal) ease-in-out;
  cursor: pointer;
  margin: 10px 0px 10px 5px;
}

#PreOrderFeatures .card[active] {
  height: 26vw;
}
#PreOrderFeatures .cards {
    max-width: 250px;
    flex-direction: column;
  }

  #PreOrderFeatures .card {
    width: 350px !important;
    height: 8rem;
    flex: auto;
    background-color: #FFC742;
  }
  #PreOrderFeatures .card .card__infos .row {
    width: var(--cards-closed-size);
    padding-left: 10px; 
  }
 #PreOrderFeatures .card[active] {
    width: 100%;
    height: 17rem !important;
    flex: 0 0 calc(570px - 24rem) !important;
    background-color: #FFD980;
  }
#PreOrderFeatures .card__image {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  filter: brightness(.675) saturate(75%);
  transition: filter var(--animation-speed-fast) ease-in-out;
}

 #PreOrderFeatures .card:hover .card__image {
  filter: brightness(.875) saturate(100%);
}

#PreOrderFeatures .card__infos {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*height: var(--cards-closed-size);*/
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .125rem;
  width: 100%;
  padding: .25rem 1rem;
}
 #PreOrderFeatures .card__infos h2{
    padding-top: 10px;
    width: 100%;
    text-align: left;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
    margin-bottom: 15px;
    font-family: "poppins";
}
 #PreOrderFeatures .card__infos h1{
    padding-top: 25px;
    width: 100%;
    text-align: right;
    color: #5E310E;
    font-size: 35px;
    font-weight: 900;
    margin-bottom: 50px;
    line-height: 40px;
    font-family: "poppins";
}
#PreOrderFeatures .card:not([active]) .card__infos h2{
    padding-top: 18px;
    width: 100%;
    text-align: left;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
    margin-bottom: 20px;
    font-family: "poppins";
}
#PreOrderFeatures .card:not([active]) .card__infos h1{
    padding-top: 10px;
    width: 100%;
    text-align: center;
    color: #FFD980;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 40px;
    font-family: "poppins";
}

 #PreOrderFeatures .card:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFD980;
  clip-path: circle(133px at 136% 44%);
  transition: 0.5s ease-in-out;
}

  #PreOrderFeatures .card:hover:before{
  clip-path: circle(120px at 80% -20%);
}


#PreOrderFeatures .card__name {
  margin: 0;
  color: var(--cards-text-color);
  transform: translateY(.65rem);
  transition: all var(--animation-speed-normal) ease-in-out;
  font-size: 1.5rem;
}

#PreOrderFeatures .card[active] .card__name {
  transform: translateY(0);
}
#PreOrderFeatures .card:not([active]) .card__author {
  display: none;
}

#PreOrderFeatures .card__author {
  margin: 0;
  color: #000;
  text-decoration: none;
  transform: translateY(.65rem);
  opacity: 0;
  transition:
    opacity var(--animation-speed-fast) ease-in-out,
    transform var(--animation-speed-normal) ease-in-out;
    font-family: "poppins";
    font-size: 14px;
}

#PreOrderFeatures .card[active] .card__author {
  transform: translateY(0);
  opacity: 1;
}

#PreOrderFeatures .card[active] .card__author:hover {
  opacity: .75;
}
.businesspreorder {
        width: 330px;
        margin-top: 75px;
        margin-left: 10px;
    }
.illustrationpreoder {
    width: 330px;
        margin-top: 40px;
        margin-left: 10px;
}
.vectorfullbgPreorderimage{
    position: relative;
    background-image: url('../home_images/Vector3.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 325px;
}
.preorderp{
  text-align: right;
  padding-right: 40px;
}
#PreOrdering{
  padding: 35px 10px 0px 10px;
}
#subscription .requestdemofortrial {
    width: 275px;
    height: 45px;
    color: #5E310E;
    border: 2px solid #5E310E;
    background-color: #fff;
    font-size: 20px;
    font-family: "poppins";
    transition: all 0.5s ease;
    margin-top: 10px;
    float: right;
    margin-right: 40px;
}
#subscription .requestdemofortrial:hover{
  width: 275px;
  height: 45px;
  color: #fff;
  border: 2px solid #5E310E;
  background-color: #5E310E;
}
.mainsectionfornohungPreorder .col-md-5 img {
    margin-top: 20px;
    margin-left: 10px;
}
}
/*Tab Pro responsive code end Here*/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
   /*Tab responsive code for Nav bar Start*/
nav ul li a {
    display: block;
    padding: 10px 7px 10px 7px;
    line-height: 50px;
    /* background: #fff; */
    color: #0c0c0c;
    text-decoration: none;
}
nav ul li:hover ul.nav-dropdown {
    display: block;
}
.topHeaderSection {
    position: absolute;
    z-index: 99;
    width: 100%;
    padding: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    /*Tab responsive code for Nav bar End*/
  .Subscriptionimage {
    width: 425px;
    margin-top: -25px;
    margin-left: 20px;
}
#SubscriptionFeatures .cards {
    --cards-text-color: white;
    --cards-closed-size: 10rem;
    --animation-speed-normal: .5s;
    --animation-speed-fast: .25s;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
}
#SubscriptionFeatures .card[active] {
        width: 100%;
        height: 28rem !important;
        flex: 0 0 calc(570px - 19rem) !important;
        background-color: #FFD980;
    }
    #SubscriptionFeatures .card {
        width: var(--cards-closed-size);
        height: 28rem !important;
        flex: 0 0 var(--cards-closed-size);
        background-color: #FFC742;
    }
    #SubscriptionFeatures .card:not([active]) .card__infos h2 {
    padding-top: 50px;
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 20px;
    font-family: "poppins";
}
#SubscriptionFeatures .card:not([active]) .card__infos h1 {
    padding-top: 160px;
   
}
#SubscriptionFeatures .card:not([active]) #card__infos h1 {
    padding-top: 140px;
    
}
 /* Preorder page CSS*/
#subscription .chatboticon{
  width: 50px;
  float: right;
  margin: -25px -8px 0px 0px;
}
#PreOrderFeatures .cards {
  --cards-text-color: white;
  --cards-closed-size: 460px !important;
  --animation-speed-normal: .5s;
  --animation-speed-fast: .25s;
  
  display: flex;
  flex-direction: column;
  gap: .3rem;
  width: 100%;
}

#PreOrderFeatures .card {
  width: 100%;
  height: var(--cards-closed-size);
  overflow: hidden;
  border-radius: 1rem;
  position: relative;
  z-index: 1;
  transition: all var(--animation-speed-normal) ease-in-out;
  cursor: pointer;
  margin: 10px 0px 10px 5px;
}

#PreOrderFeatures .card[active] {
  height: 26vw;
}
#PreOrderFeatures .cards {
    max-width: 460px;
    flex-direction: column;
  }

  #PreOrderFeatures .card {
    width: 460px !important;
    height: 8rem;
    flex: auto;
    background-color: #FFC742;
  }
  #PreOrderFeatures .card .card__infos .row {
    width: var(--cards-closed-size);
    padding-left: 10px; 
  }
 #PreOrderFeatures .card[active] {
    width: 100%;
    height: 17rem !important;
    flex: 0 0 calc(570px - 24rem) !important;
    background-color: #FFD980;
  }
#PreOrderFeatures .card__image {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  filter: brightness(.675) saturate(75%);
  transition: filter var(--animation-speed-fast) ease-in-out;
}

 #PreOrderFeatures .card:hover .card__image {
  filter: brightness(.875) saturate(100%);
}

#PreOrderFeatures .card__infos {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*height: var(--cards-closed-size);*/
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .125rem;
  width: 100%;
  padding: .25rem 1rem;
}
 #PreOrderFeatures .card__infos h2{
    padding-top: 10px;
    width: 100%;
    text-align: left;
    color: #000;
    font-size: 17px;
    font-weight: 600;
    line-height: 15px;
    margin-bottom: 15px;
    font-family: "poppins";
}
 #PreOrderFeatures .card__infos h1{
    padding-top: 25px;
    width: 100%;
    text-align: right;
    color: #5E310E;
    font-size: 45px;
    font-weight: 900;
    margin-bottom: 50px;
    line-height: 40px;
    font-family: "poppins";
}
#PreOrderFeatures .card:not([active]) .card__infos h2{
    padding-top: 18px;
    width: 100%;
    text-align: left;
    color: #000;
    font-size: 17px;
    font-weight: 600;
    line-height: 15px;
    margin-bottom: 20px;
    font-family: "poppins";
}
#PreOrderFeatures .card:not([active]) .card__infos h1{
    padding-top: 10px;
    width: 100%;
    text-align: center;
    color: #FFD980;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 40px;
    font-family: "poppins";
}

 #PreOrderFeatures .card:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFD980;
  clip-path: circle(133px at 129% 44%);
  transition: 0.5s ease-in-out;
}

  #PreOrderFeatures .card:hover:before{
  clip-path: circle(120px at 80% -20%);
}


#PreOrderFeatures .card__name {
  margin: 0;
  color: var(--cards-text-color);
  transform: translateY(.65rem);
  transition: all var(--animation-speed-normal) ease-in-out;
  font-size: 1.5rem;
}

#PreOrderFeatures .card[active] .card__name {
  transform: translateY(0);
}
#PreOrderFeatures .card:not([active]) .card__author {
  display: none;
}

#PreOrderFeatures .card__author {
  margin: 0;
  color: #000;
  text-decoration: none;
  transform: translateY(.65rem);
  opacity: 0;
  transition:
    opacity var(--animation-speed-fast) ease-in-out,
    transform var(--animation-speed-normal) ease-in-out;
    font-family: "poppins";
    font-size: 14px;
}

#PreOrderFeatures .card[active] .card__author {
  transform: translateY(0);
  opacity: 1;
}

#PreOrderFeatures .card[active] .card__author:hover {
  opacity: .75;
}
.businesspreorder {
        width: 450px;
        margin-top: 75px;
        margin-left: 30px;
    }
.illustrationpreoder {
    width: 450px;
        margin-top: 40px;
        margin-left: -30px;
}

#subscription .requestdemofortrial {
    width: 275px;
    height: 45px;
    color: #5E310E;
    border: 2px solid #5E310E;
    background-color: #fff;
    font-size: 20px;
    font-family: "poppins";
    transition: all 0.5s ease;
    margin-top: 10px;
    float: right;
    margin-right: 40px;
}
#subscription .requestdemofortrial:hover{
  width: 275px;
  height: 45px;
  color: #fff;
  border: 2px solid #5E310E;
  background-color: #5E310E;
}
.mainsectionfornohungPreorder .col-md-5 img {
    margin-top: 20px;
    margin-left: 10px;
}
#carouselExampleControls .planpart h4 {
    width: 44%;
    color: #5E310E;
    font-size: 15px;
    font-family: "poppins";
    margin-top: 8px;
    margin-left: 25px;
    line-height: 29px;
    font-weight: 600;
}
#carouselExampleControls .planpart .Exclusive {
  display: none;
}
#carouselExampleControls ul li {
    list-style-type: disc;
    font-family: 'Poppins';
    font-size: 11px;
    text-align: left;
    line-height: 25px;
}
    .blog_card_content .row .col-md-2 {
        flex: 0 0 25%;
        max-width: 25%;
    }
        .blog_card_content .row .col-md-10 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    #mainsectionfordaystrial h2 {
   line-height: 40px;
}
#subscription h2 {
    padding-top: 50px;
    width: 100%;
    text-align: left;
    color: #000;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 50px;
    font-family: "poppins";
}
/* Subscription page Ipad Pro View CSS Tab*/

.BusinessAppimage {
    width: 430px;
    margin-top: 5px;
    margin-left: 20px;
}
#subscription .smallbox {
    margin-top: 30px;
    margin-left: -45px;
}
#subscription .smallbox2 {
    margin-top: 30px;
    margin-left: -5px;
}
#subscription .smallbox3 {
    margin-top: 30px;
    margin-left: 55px;
}
#subscription .smallbox1 {
    margin-top: 12px;
    margin-left: -50px;
}
#SubscriptionFeatures {
    margin-left: -20px;
    margin-right: 0px;
}
}
 
@media screen and (min-width: 640px) {
  #SubscriptionFeatures .cards {
    max-width: 640px;
    flex-direction: row;
  }

  #SubscriptionFeatures .card {
    width: var(--cards-closed-size);
    height: 20rem;
    flex: 0 0 var(--cards-closed-size);
    background-color: #FFC742;
  }

 #SubscriptionFeatures .card[active] {
    width: 100%;
    height: 20rem;
    flex: 0 0 calc(640px - 19rem);
    background-color: #FFD980;
  }
  #PreOrderFeatures .cards {
    max-width: 570px;
    flex-direction: column;
  }

  #PreOrderFeatures .card {
    width: var(--cards-closed-size);
    height: 4rem;
    flex: auto;
    background-color: #FFC742;
  }
  #PreOrderFeatures .card .card__infos .row {
    width: var(--cards-closed-size);
    padding-left: 10px; 
  }
 #PreOrderFeatures .card[active] {
    width: 100%;
    height: 9rem;
    flex: 0 0 calc(570px - 27rem);
    background-color: #FFD980;
  }
  .mainSection .mainrightsideImagemobile {
    display: none;
}

.mainSection .mainrightsideImagemobile img {
    display: none;
}
  .mainSection .mainrightsideImagemobileforPreorder {
        display: none;
    }
.mainSection .mainrightsideImagemobileforPreorder img {
    display: none;
}
}



@media (min-width: 1401px) and (max-width: 1600px) {
  /*.Subscriptionimage {
    width: 620px;
    margin-top: -25px;
    margin-left: 20px;
  }
  #subscription h2 {
    padding-top: 50px;
    width: 100%;
    text-align: left;
    color: #000;
    font-size: 50px;
    font-weight: 600;
    line-height: 70px;
    margin-bottom: 50px;
    font-family: "poppins";
}*/
}
