@import url("https://fonts.googleapis.com/css2?family=Courgette&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
body {
  font-family: "Courgette", cursive;
  font-family: "Montserrat", sans-serif;
  scroll-behavior: smooth;
}

.zigjag {
  position: absolute;
  z-index: 1;
  width: 100%;
  background-color: inherit;
  -webkit-mask-position: bottom;
          mask-position: bottom;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  padding-bottom: -10px;
  margin-bottom: -20px;
  background-color: #ffffff;
  -webkit-mask-image: url(../image/shape.svg);
          mask-image: url(../image/shape.svg);
  min-height: 107px;
}

.hed {
  position: relative;
  height: 100px;
  padding: 0;
}

.log {
  display: flex;
  position: relative;
  z-index: 2;
  padding-top: 30px;
  padding-bottom: 20px;
  justify-content: center;
  margin-left: 10px;
  margin-right: 10px;
  flex: 0 0 auto;
  width: 160px;
}
.log img {
  margin: 0 auto;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  height: auto;
  transform: translate3d(0, 0, 0);
  vertical-align: top;
  width: 100%;
}

.nav-item {
  padding: 0 7px;
}
.nav-item a {
  font-weight: 500;
}
.nav-item .nav-link {
  font-size: 17px;
  color: rgb(0, 0, 0);
  transition: all 0.3s ease;
  letter-spacing: 1px;
  padding: 0 !important;
  cursor: pointer;
}
.nav-item .nav-link.active, .nav-item .nav-link:hover {
  color: #fe0000;
}
.nav-item .nav-link span {
    padding-right: 7px;
    font-size: 15px;
}
.nav-item .cal {
  font-size: 16px;
}

.rd {
  border: 1px solid red;
  border-radius: 50%;
  padding: 6px 3px 6px 10px;
  transition: all 0.5s ease;
}
.rd span {
  color: red;
  transition: all 0.5s ease;
}
.rd:hover {
  background-color: red;
}
.rd:hover span {
  color: #fff;
}

.nav-top {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.top-icons {
  position: absolute;
  top: 17px;
  z-index: 99;
  left: 15px;
  display: none;
}
.top-icons .display img {
  height: 80px;
  width: 110px;
}
.top-icons .iicc {
  position: absolute;
  left: 130px;
  top: 23px;
  align-items: center;
  width: 170px;
}
.top-icons .iicc .iic-inn {
  display: flex;
  gap: 15px;
}
.top-icons .iicc .iic-inn a {
  text-decoration: none;
  color: #000000;
}
.top-icons .iicc .iic-inn a i {
  font-size: 17px;
  transform: scaleX(-1);
  padding-top: 5px;
  padding-left: 7px;
}
.top-icons .iicc .iic-inn a i .fa {
  padding-right: 7px;
}

.rig {
  padding-right: 50px;
}

.lef {
  padding-left: 50px;
}

#index-1 {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
#index-1 .index-1 .index-1-inner .swiper {
  height: 615px;
}
#index-1 .index-1 .index-1-inner .swiper-slide .index1-sider .index1-slider-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
}
#index-1 .index-1 .index-1-inner .swiper-slide .index1-sider .index1-slider-img img {
  width: 100%;
  transform: scale(1.5);
  transition: all 1s ease;
  opacity: 0.3;
  height: 100%;
}
#index-1 .index-1 .index-1-inner .swiper-slide.swiper-slide-active .index1-slider-img img {
  transform: scale(1);
  opacity: 1;
}

.ind {
  z-index: 2;
  align-items: center;
}

.indx1 .swiper-button-prev {
  border: 1px solid;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  color: #ff002d;
  background: #fff;
  transition: all 0.3s ease;
}
.indx1 .swiper-button-prev:after {
  font-size: 20px;
}
.indx1 .swiper-button-prev:hover {
  background: #ff7396;
  color: #ffffff;
  border: 1px solid #ff7396;
}
.indx1 .swiper-button-next {
  border: 1px solid;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  color: #ff002d;
  background: #fff;
  transition: all 0.3s ease;
}
.indx1 .swiper-button-next:after {
  font-size: 20px;
}
.indx1 .swiper-button-next:hover {
  background: #ff7396;
  color: #ffffff;
  border: 1px solid #ff7396;
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 15px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 3px));
  transition: all 0.3s ease;
  border-radius: 0%;
}

.swiper-pagination-bullet-active {
  background: #fff200;
  width: 20px;
}

.cake {
    position: relative;
    background-color: #ffffff;
    padding: 9px 9px 0 9px;
    border-radius: 0;
    box-shadow: black 0px 0px 9px -5px;
}
.cake .cake-img img {
  width: 100%;
}
/*.cake .cake-txt {*/
/*    position: initial;*/
/*    top: 70%;*/
/*    left: 50%;*/
/*    transform: inherit;*/
/*    opacity: 0;*/
/*    transition: all 0.3s ease;*/
/*    z-index: 1;*/
/*}*/
.cake .cake-txt h1 {
    color: #000000 !important;
    transition: all 0.3s ease;
    font-size: 16px;
    padding: 12px;
}
.cake::after {
  position: absolute;
  display: block;
  content: " ";
  top: 0;
  left: 0;
  height: 0%;
  width: 0%;
  background-color: rgb(0 0 0 / 14%);
  transition: all 0.3s ease;
}
.cake:hover::after {
  height: 100%;
  width: 100%;
}
.cake:hover::before {
  height: 100%;
  width: 100%;
}
.cake:hover .cake-txt {
  top: 50%;
  opacity: 1;
}
.cake:hover .cake-txt h1 {
  color: #fff;
}
.cake::before {
  position: absolute;
  display: block;
  content: " ";
  bottom: 0;
  right: 0;
  height: 0%;
  width: 0%;
  background-color: rgb(0 0 0 / 14%);
  transition: all 0.3s ease;
}
.buy{
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    z-index:999;
}
.buy a{
    font-size:20px;
}
.cake-top-txt {
  text-align: center;
}
.buy {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
    text-align: center;
    opacity:0;
  transition: all 0.3s ease;
}
.cake:hover .buy{
  opacity: 1;
}
.ind-2-top {
  padding-top: 30px;
}

.cake-bton {
  text-align: center;
  padding-top: 40px;
}
.cake-bton a {
  text-decoration: none;
  padding: 13px 20px;
  border: 1px solid #ff396a;
  border-radius: 30px;
  color: #ffffff;
  transition: all 0.3s ease;
  background-color: #ff002d;
}
.cake-bton a:hover {
  background-color: #ffffff;
  color: #ff002d;
  border: 1px solid #ff396a;
}

#index-2 {
  margin: 75px 0;
}

#index-3 {
  background: linear-gradient(270deg, #afa6ff 70%, #9dddd2 0);
  padding: 50px 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
#index-3 .index-3 .index-3-inner {
  align-items: center;
  gap: 30px;
  justify-content: center;
}
#index-3 .index-3 .index-3-inner .index-3-left {
  width: 33%;
}
#index-3 .index-3 .index-3-inner .index-3-left .index-3-lef-img {
  box-shadow: 7px 0px 13px 0px rgba(122, 122, 122, 0.23);
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.5s ease;
}
#index-3 .index-3 .index-3-inner .index-3-left .index-3-lef-img img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
#index-3 .index-3 .index-3-inner .index-3-left .index-3-lef-img:hover img {
  transform: scale(1.08);
}
#index-3 .index-3 .index-3-inner .index-3-right {
  width: 45%;
}
#index-3 .index-3 .index-3-inner .index-3-right .submit {
  padding-top: 20px;
}
#index-3 .index-3 .index-3-inner .index-3-right .submit a {
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 20px;
  transition: all 0.3s ease;
  letter-spacing: 1px;
  background-color: #ff002d;
  border: 1px solid #ff396a;
  color: #fff;
}
#index-3 .index-3 .index-3-inner .index-3-right .submit a:hover {
  border: 1px solid #ff396a;
  color: #ff002d;
  background-color: #fff;
}
#index-3::before {
  position: absolute;
  display: block;
  content: " ";
  height: 100%;
  width: 25%;
  top: 0;
  left: -90px;
  bottom: 0;
  background-image: url(../image/bellon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  align-items: center;
  opacity: 0.05;
  z-index: -1;
  justify-content: center;
  transform: scaleX(-1);
}
#index-3::after {
  position: absolute;
  content: " ";
  height: 100%;
  width: 30%;
  top: 0;
  right: 0px;
  bottom: 0;
  background-image: url(../image/brd.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  align-items: center;
  opacity: 0.05;
  z-index: -1;
  justify-content: center;
}

.top-index-3 {
  padding: 80px 0;
  background: #9dddd2;
}

#index-4 {
  padding: 125px 0;
  margin: 0px 0;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}
#index-4 .index-4 .index-4-inner {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 0px 14px 0px #e2e2e2;
  padding: 30px 35px 50px;
  border-radius: 20px;
  background: #ffffff;
}
#index-4 .index-4 .index-4-inner .index-4-inn-txt {
  text-align: center;
  padding: 10px 0;
}
#index-4 .index-4 .index-4-inner .index-4-inn-txt h2 {
  color: #000000;
}
#index-4 .index-4 .index-4-inner .index-4-inn-txt p {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
#index-4 .index-4 .index-4-inner .index-4-inn-txt .inn-indx4 {
  display: flex;
  justify-content: center;
  gap: 30px;
}
#index-4 .index-4 .index-4-inner .index-4-inn-txt .inn-indx4 p i {
  padding-right: 7px;
  color: #ff8da1;
}
#index-4 .index-4 .index-4-inner .index-4-form .form-row {
  display: flex;
  justify-content: space-between;
}
#index-4 .index-4 .index-4-inner .index-4-form .form-row .form-group {
  width: 48.5%;
}
#index-4 .index-4 .index-4-inner .index-4-form .form-row .form-group .form-control1 {
  width: 100%;
  padding: 15px 10px;
  background-color: #ffffff;
  color: #060606;
  border-radius: 10px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.39);
  max-width: -webkit-fill-available;
}
#index-4 .index-4 .index-4-inner .index-4-form .form-row .form-group .form-group-inner .form-control1 {
  padding: 15px 10px;
}
#index-4 .index-4 .index-4-inner .index-4-form .form-row .form-group label {
  padding-bottom: 8px;
  padding-top: 8px;
}
#index-4 .index-4 .index-4-inner .index-4-form .form-row .form-group label span {
  color: red;
}
#index-4 .index-4 .index-4-inner .index-4-form .submit {
  text-align: center;
  padding-top: 40px;
}
#index-4 .index-4 .index-4-inner .index-4-form .submit a {
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 20px;
  transition: all 0.3s ease;
  letter-spacing: 1px;
  background-color: #ff002d;
  color: #fff;
}
#index-4 .index-4 .index-4-inner .index-4-form .submit a:hover {
  background-color: #ffffff;
  color: #ff4b78;
  border: 1px solid #ff396a;
}
#index-4::before {
  position: absolute;
  content: " ";
  top: 13%;
  left: -26px;
  width: 20%;
  height: 100%;
  background-image: url(../image/menu-left.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  z-index: 0;
  opacity: 0.5;
}
#index-4::after {
  position: absolute;
  content: " ";
  bottom: 0px;
  right: 0;
  width: 20%;
  height: 100%;
  background-image: url(../image/menu-right.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  align-items: center;
  opacity: 0.2;
  z-index: 0;
}

#index-5 {
  margin-bottom: 40px;
}
#index-5 .index-5 .index-5-inner {
  padding: 0px 80px;
}
#index-5 .index-5 .index-5-inner .index-5-cont .index-5-con-txt {
  text-align: center;
  padding: 30px 20px;
  border-radius: 10px;
}
#index-5 .index-5 .index-5-inner .index-5-cont .index-5-con-txt img {
  width: 125px;
  border: 1px solid #d9d9d9;
}
#index-5 .index-5 .index-5-inner .index-5-cont .index-5-con-txt .con-inn-txt {
  padding: 30px 15px;
}
#index-5 .index-5 .index-5-inner .indx1 .swiper-button-prev {
  border: 1px solid;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  color: #ff002d;
  background: #fff;
  transition: all 0.3s ease;
  left: 0;
}
#index-5 .index-5 .index-5-inner .indx1 .swiper-button-prev:after {
  font-size: 20px;
}
#index-5 .index-5 .index-5-inner .indx1 .swiper-button-prev:hover {
  background: #ff7396;
  color: #ffffff;
  border: 1px solid #ff7396;
}
#index-5 .index-5 .index-5-inner .indx1 .swiper-button-next {
  border: 1px solid;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  color: #ff002d;
  background: #fff;
  transition: all 0.3s ease;
  right: 0;
}
#index-5 .index-5 .index-5-inner .indx1 .swiper-button-next:after {
  font-size: 20px;
}
#index-5 .index-5 .index-5-inner .indx1 .swiper-button-next:hover {
  background: #ff7396;
  color: #ffffff;
  border: 1px solid #ff7396;
}

.swiper-container {
  position: relative;
  overflow: hidden;
  padding: 30px 0;
}

.swiper-container > .swiper-slide__content {
  position: absolute;
  top: 0;
}

.swiper-slide {
  height: 100%;
  transition: all 200ms linear;
  transform: scale(0.9);
  border-radius: 10px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.22);
  opacity: 0.5;
}
.swiper-slide.swiper-slide-active {
  transform: scale(1.1);
  background: #f9edec;
  z-index: 2;
  box-shadow: none;
  opacity: 1;
}

.swiper-slide__content {
  height: 300px;
}

#foot {
  background: #e03651;
  position: relative;
  margin-top: 70px;
  color: #fff;
}
#foot .foot {
  padding: 60px 0;
}
#foot .foot .foot-inner {
  justify-content: space-between;
  align-items: center;
}
#foot .foot .foot-inner .fot-left {
  width: 18%;
  margin-right: auto;
  margin-left: auto;
}
#foot .foot .foot-inner .fot-left ul {
  list-style: none;
  line-height: 30px;
}
#foot .foot .foot-inner .fot-left ul li a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
}
#foot .foot .foot-inner .foot-mid {
  width: 40%;
  text-align: center;
}
#foot .foot .foot-inner .foot-mid .foot-mid-img {
  margin-bottom: 20px;
}
#foot .foot .foot-inner .foot-mid .foot-mid-img img {
  height: 100px;
}
#foot .foot .foot-inner .foot-mid .foot-mid-img p {
  font-family: "Courgette", cursive;
  font-size: 20px;
}
#foot .foot .foot-inner .foot-mid .foot-mid-txt .foot-social {
  display: flex;
  justify-content: space-around;
}
#foot .foot .foot-inner .foot-mid .foot-mid-txt .foot-social .cal a {
  color: #ffffff;
}
#foot .foot .foot-inner .foot-mid .foot-mid-txt .fot-icon {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 0px;
  font-size: 23px;
  margin-bottom: 18px;
}
#foot .foot .foot-inner .foot-mid .foot-mid-txt .fot-icon .inst a {
  transition: all 0.3s ease;
  color: #fff;
}
#foot .foot .foot-inner .foot-mid .foot-mid-txt .fot-icon .inst a:hover {
  color: red;
}
#foot .foot .foot-inner .foot-mid .foot-mid-txt .fot-icon .twe a {
  transition: all 0.3s ease;
  color: #fff;
}
#foot .foot .foot-inner .foot-mid .foot-mid-txt .fot-icon .twe a:hover {
  color: rgb(0, 86, 255);
}
#foot .foot .foot-inner .foot-mid .foot-mid-txt .fot-icon .gog a {
  transition: all 0.3s ease;
  color: #fff;
}
#foot .foot .foot-inner .foot-mid .foot-mid-txt .fot-icon .gog a:hover {
  color: #f0f403;
}
#foot .foot .foot-inner .foot-mid .foot-mid-txt .fot-icon .facbk a {
  transition: all 0.3s ease;
  color: #fff;
}
#foot .foot .foot-inner .foot-mid .foot-mid-txt .fot-icon .facbk a:hover {
  color: #03b8f4;
}
#foot .foot .foot-inner .foot-right {
  width: 15%;
  margin-right: auto;
  margin-left: auto;
}
#foot .foot .foot-inner .foot-right .fot-rig-inn {
  text-align: center;
}
#foot .foot .foot-inner .foot-right .fot-rig-inn img {
  height: 35px;
}
#foot .foot .foot-inner .foot-right .fot-rig-inn p {
  padding-top: 10px;
}

.bottom-separator {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  overflow: hidden;
  padding-bottom: 30px;
  display: block;
  z-index: 0;
  transition: all 0.5s;
  height: 60px;
}
.bottom-separator::after {
  box-shadow: 0 0 0 100px rgb(255, 255, 255);
  border-radius: 100%;
  position: absolute;
  height: 300px;
  content: "";
  right: -20%;
  left: -20%;
  transition: all 0.5s;
}

#index-6 {
  padding: 80px 0;
  margin-bottom: 80px;
  background-image: url(../image/background2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#index-6 .index-6 .index-6-txt-1 {
  text-align: center;
}
#index-6 .index-6 .index-6-txt-1 p {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
#index-6 .index-6 .index-6-inner .swiper-slide {
  height: 100%;
  transition: all 200ms linear;
  transform: scale(1);
  border-radius: 10px;
  opacity: 1;
  box-shadow: none;
  padding: 0px 10px;
}
#index-6 .index-6 .index-6-inner .swiper-slide.swiper-slide-active {
  background: none;
  transform: scale(1);
}
#index-6 .index-6 .index-6-inner .index-6-cont {
  width: 100%;
  box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: #fff;
  margin: 30px 0 60px;
}
#index-6 .index-6 .index-6-inner .index-6-cont .index-6-img {
  border-radius: 10px;
}
#index-6 .index-6 .index-6-inner .index-6-cont .index-6-img img {
  width: 100%;
  height: 230px;
  border-radius: 10px;
}
#index-6 .index-6 .index-6-inner .index-6-cont .index-6-txt {
  padding: 10px 15px 25px;
}
#index-6 .index-6 .index-6-inner .index-6-cont .index-6-txt p {
  margin: 0;
  padding-top: 7px;
}
#index-6 .index-6 .index-6-inner .index-6-cont .index-6-txt p span {
  padding-right: 10px;
}

.ttp .swiper-button-next {
  top: 36%;
}
.ttp .swiper-button-prev {
  top: 36%;
}

#index-7 {
  position: relative;
  overflow: hidden;
  padding: 100px 0 110px;
  background-color: #f9edec;
  z-index: 0;
  background-image: url(../image/background.png);
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#index-7 .index-7 .index-7-inner {
  justify-content: center;
  gap: 120px;
  align-items: center;
}
#index-7 .index-7 .index-7-inner .index-7-left {
  width: 55%;
  position: relative;
  z-index: 1;
}
#index-7 .index-7 .index-7-inner .index-7-left .index-7-left-txt h2 {
  font-size: 40px;
  color: #ffc107;
  font-weight: 600;
}
#index-7 .index-7 .index-7-inner .index-7-left .submit {
  margin-top: 30px;
}
#index-7 .index-7 .index-7-inner .index-7-left .submit a {
  text-decoration: none;
  padding: 13px 20px;
  transition: all 0.3s ease;
  background-color: #ffc107;
  color: #fff;
  border-radius: 30px;
  border: 1px solid #ffc107;
  color: #000;
  font-weight: 500;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 13px 30px;
  margin-top: 40px;
}
#index-7 .index-7 .index-7-inner .index-7-left .submit a span {
  padding-right: 5px;
}
#index-7 .index-7 .index-7-inner .index-7-left .submit a:hover {
  border: 1px solid #ffffff;
  background-color: #fff;
  color: #000000;
}
#index-7 .index-7 .index-7-inner .index-7-left::before {
  position: absolute;
  content: " ";
  height: 300px;
  width: 140px;
  top: -180px;
  left: -120px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
#index-7 .index-7 .index-7-inner .index-7-right {
  position: relative;
  display: none;
}
#index-7 .index-7 .index-7-inner .index-7-right .index-7-right-img {
  position: relative;
}
#index-7 .index-7 .index-7-inner .index-7-right .index-7-right-img img {
  filter: drop-shadow(48px 50px 80px rgba(0, 0, 0, 0.4196078431));
}
#index-7 .index-7 .index-7-inner .index-7-right::after {
  position: absolute;
  content: " ";
  top: 187px;
  bottom: 0;
  right: -198px;
  width: 279px;
  height: 171px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../image/rit-bacc.png);
  display: none;
}
#index-7 .index-7 .index-7-inner .index-7-right::before {
  position: absolute;
  content: " ";
  top: -4px;
  bottom: 0;
  right: -40px;
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../image/nuts.png);
  display: none;
}
#index-7::after {
  position: absolute;
  content: " ";
  bottom: -2%;
  right: -8%;
  width: 800px;
  height: 800px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  align-items: center;
  z-index: -1;
  background: #ffc107;
  border-top-right-radius: 120px;
  transition: all 0.5s ease;
  border-bottom-left-radius: 120px;
  border-top-left-radius: 700px;
  border-bottom-right-radius: 700px;
  transform: rotate(20deg);
  display: none;
}
#index-7::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: " ";
  inset: 0;
  background-image: url(../image/smoke.png);
  background-repeat: no-repeat;
  background-size: cover;
  isolation: isolate;
  z-index: -1;
  opacity: 0.7;
  display: none;
}

.index-5-top-txt {
  text-align: center;
}
.index-5-top-txt p {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.index-7-bot-ds .ds-inner {
  gap: 15px;
  align-items: center;
  display: flex;
}
.index-7-bot-ds .ds-inner .ds-img img {
  width: 50px;
}
.index-7-bot-ds .ds-inner .ds-txt {
  color: #fff;
}
.index-7-bot-ds .ds-inner .ds-txt h5 {
  font-size: 17px;
}
.index-7-bot-ds .ds-inner .ds-txt p {
  margin: 0;
  font-size: 14px;
}

.fxd span {
  display: block;
  width: 35px;
  height: 2px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-color: red;
  transition: all 0.5s ease;
}
.fxd span:nth-child(1) {
  transform: translateY(-4px);
  width: 35px;
  height: 2px !important;
}
.fxd span:nth-child(2) {
  transform: translateY(10px);
  width: 35px;
  left: 12px;
  height: 2px !important;
}

.toggle.active span:nth-child(2) {
  width: 30px;
  transform: translateY(0) rotate(320deg);
  transition-delay: 0.25s;
  background: rgb(255, 0, 0);
}

.toggle.active span:nth-child(1) {
  width: 30px;
  transform: translatex(0) rotate(220deg);
  transition-delay: 0.125s;
  background: rgb(255, 0, 0);
  position: relative;
  top: 2px;
}

.toggle.active span:nth-child(3) {
  transform: translateX(60px);
  background-color: #fff;
}

.fxd {
  height: 39px;
  top: 35px;
  z-index: 9;
  position: absolute;
  right: 15px;
  padding: 5px 0px;
  line-height: 0;
  overflow: hidden;
}

.footer-lef-log {
  display: none;
  margin-bottom: 20px;
}
.footer-lef-log img {
  width: 100px;
}
    /* Popup Onload End */
   #success-pop {
      position: fixed;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.66);
      display: none;
      z-index: 10000000000000000;
      transition: all 1s;
    }
    #success-pop .inner-success {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 20px 20px 30px;
      background: #fff;
    }
    #success-pop .inner-success .su-i {
      text-align: center;
    }
    #success-pop .inner-success .su-i img {
      width: 100px;
    }
    #success-pop .inner-success .su-bt {
      text-align: center;
    }
    #success-pop .inner-success .su-bt p {
      width: 278px;
      font-size: 15px;
      letter-spacing: 0.2px;
      margin-bottom: 2rem;
    }
    #success-pop .inner-success .su-bt {
      text-align: center;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin-right: auto;
      margin-left: auto;
    }
    #success-pop .inner-success .su-bt a {
      color: white;
      letter-spacing: 0.55px;
      font-size: 17px;
      padding: 8px 22px;
      background-color: green;
      text-decoration: none;
    }
    
    .ggrrwwqq .col-lg-2 a{
        text-decoration:none;
    }
.shadow-md,.cake{
    height:100%;
}


/*# sourceMappingURL=style.css.map */