    
    :root {
    --primary-color: #e72e77;
    --primary-color-inner-pages: #fadeeb;
    --secondry-color: #e72e77;
    --link-color: #333456;
    --text-color: #010101;
    --button-bg: #e1e1e1;
    --border-color: #e9e9e9;
    --logo-color: #373844;
    --navbar-color: #292929;
    --light-color: #fff;
    --dark-color: #000;
    --options_bg: #f8f8f9;
    --save_date_card_bg: #ffedf3;
    --font-size-xxlarge: 50px;
    --font-size-xlarge: 40px;
    --font-size-large: 30px;
    --font-size-medium: 20px;
    --font-size-small: 18px;
    --font-size-xsmall: 16px;
    --text-small: 15px;
    --paragraph: 14px;
    --small: 12px;
    --thin: 10px;
    --bs-black-rgb: #fff;
}

body {
    display: block;
    margin: 0!important;
}
    
      @font-face {
        font-family: "Brandon Grotesque";
        src: url(assets/fonts/BrandonGrotesque-Regular.woff2) format("woff2"), url(assets/fonts/BrandonGrotesque-Regular.woff) format("woff");
        font-weight: 400;
        font-style: normal
      }
      
      @font-face {
        font-family: Lato;
        src: url(assets/fonts/Lato-Regular.eot);
        src: url(assets/fonts/Lato-Regular.eot?#iefix) format("embedded-opentype"), url(assets/fonts/Lato-Regular.woff) format("woff"), url(assets/fonts/Lato-Regular.ttf) format("truetype");
        font-weight: 400;
        font-style: normal
      }

      .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #E31A55;
        z-index: 1000;
        color:white!important;
        -webkit-box-shadow: -1px 20px 5px -8px rgba(0,0,0,0.18);
-moz-box-shadow: -1px 20px 5px -8px rgba(0,0,0,0.18);
box-shadow: -1px 20px 5px -8px rgba(0,0,0,0.18);
      }

      .header .header-content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
      }

      .header .logo img {
        width: 200px;
        height: auto;
      }

      .header .menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
      }

      .header .menu ul li {
        display: inline-block;
        margin-right: 15px;
      }

      .header .menu ul li:last-child {
        margin-right: 0;
      }

      .header .menu ul li a {
        color: #fff;
        text-decoration: none;
        transition: color 0.3s ease;
        letter-spacing: 1px;
    margin-right: 5px;
        font-family: proxima-nova, sans-serif;
            font-size: 18px;
    font-weight: 400;
      }

      .header .menu ul li a:hover {
        color: #666;
      }

      .header .create-invitation .button {
        
        -webkit-border-radius: 28;
        -moz-border-radius: 28;
        border-radius: 28px;
        -webkit-box-shadow: 2px 1px 5px #000000;
        -moz-box-shadow: 2px 1px 5px #000000;
        box-shadow: 2px 1px 5px #000000;
        color: #ffffff;
        padding: 10px 20px 10px 20px;
        text-decoration: none;
        font-family: "Karla",sans-serif;
        font-weight: 400;
      }

      .header .create-invitation .button:hover {

        background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
        background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
        text-decoration: none;
      }

      .mobile-menu-toggle {
        display: none;
        color: #fff;
        font-size: 24px;
        cursor: pointer;
        transition: color 0.3s ease;
        font-family: "Karla",sans-serif;
        font-weight: 400;
      }

      .mobile-menu-toggle:hover {
        color: #666;
      }

      .mobile-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #502080;
        z-index: 999;
        padding: 20px;
        background-color: #e72e77;
        border-bottom: 1px solid white;
        border-top: 1px solid white;
      }

      .mobile-menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
      }

      .mobile-menu ul li {
        margin-bottom: 10px;
        
      }

      .mobile-menu ul li:last-child {
        margin-bottom: 0;
      }

      .mobile-menu ul li a {
        color: #fff;
        text-decoration: none;
        font-family: "Karla",sans-serif;
        font-weight: 400;
        font-size: var(--font-size-small);
      }

      .header .mobile-menu-toggle,
      .header .mobile-menu {
        display: none;
      }
      
      .active {
          display: block!important;
      }

      @media only screen and (max-width: 767px) {
        .header .menu {
          display: none;
        }

        .header .mobile-menu-toggle {
          display: block;
        }

        .header .mobile-menu {
          display: none;
        }
      }

      @media only screen and (min-width: 768px) {
        .header .menu {
          display: flex;
          justify-content: center;
          left: 70%;
          flex-grow: 1;
          margin-left: -5%;
        }

        .header .menu ul {
          display: flex;
          justify-content: center;
          align-items: center;
        }

        .header .create-invitation {
          position: relative;
        }

        .header .mobile-menu-toggle {
          display: none;
        }

        .header .mobile-menu {
          display: none;
        }
      }
      

.ch1 {
  font-style: normal;
  font-weight: bold;
  color: #eee;
  font-family: "Poppins", Sans-serif;
  font-size: 11vmin;
  letter-spacing: 0.03em;
  line-height: 1.3;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.8);
  margin-bottom: 20px;
}
    
      
.cbtn {
  background: #E31A55;
  transition: background ease .25s;
  border-radius: 50px;
  display: inline-block;
  border: none;
  cursor:pointer;
      padding: 10px 20px 10px 20px;
  margin: 0;
  font-family: "Karla",sans-serif;
  text-decoration: none;
  color: #ffffff;
  font-size: 1rem;
  cursor: pointer;
  width: fit-content;
  text-align: center;
  box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
}
button:hover {
  background: #63b6b8
}
button:focus {
  outline: 1px solid #fff;
  outline-offset: -4px;
}
   
   
   .hero_bottom_svg {
           width: -webkit-fill-available;
   }
      
      
      
      
      @media screen and (max-width:575.98px) {
	.snow_div {
		opacity: .45
	}
      }
      
      
      .snow_div {
	top: 0;
	left: 0;
	position: absolute;
	    height: 100vh;
}

.snow {
	border-radius: 50%;
	opacity: .8;
	position: absolute;
	top: -100vh;
	animation-name: fall;
	animation-timing-function: linear;
	animation-iteration-count: infinite
}
.h-100 {
    height: 100%!important;
}
.w-100 {
    width: 100%!important;
}
.position-absolute {
    position: absolute!important;
}
.overflow-hidden {
    overflow: hidden!important;
}

.layer1 {
	width: 8px;
	height: 8px;
	background: linear-gradient(193.98deg, #f5c14c -8840.56%, #d7a140 -8601.16%, #b17830 -8245.68%, #935723 -7898.08%, #7d401a -7565.18%, #703215 -7253.39%, #6c2d13 -6984.52%, #793915 -6396.63%, #9a591a -5316.61%, #d08c21 -3875.45%, #f1ab26 -3082.64%, #f3bc44 -2711.44%, #f6d46f -2105.08%, #f8e58f -1560.86%, #faf0a2 -1100.63%, #faf4a9 -783.18%, #faf2a5 -260.8%, #f9eb98 290.13%, #f7df83 856.18%, #f5ce65 1428.95%, #f3b940 2005.08%, #f1ab26 2342.69%, #c17e1f 3515.1%, #844416 5147.74%, #6c2d13 5925.43%, #713215 6214.33%, #7e401a 6556.98%, #945824 6928.19%, #b37a31 7317.88%, #daa441 7719.32%, #f5c14c 7956.15%);
	box-shadow: 9vw 61.5vh 0 -.11rem#d7a140, 49.4vw 41.7vh 0 -.21rem#b17830, 35.5vw 40.3vh 0 -.06rem#f5c14c, 6.8vw 15.1vh 0 -.04rem#6c2d13, 97.9vw 55.9vh 0 -.48rem#713215, 48vw 97.9vh 0 -.26rem#844416, 15.5vw 86vh 0 -.26rem#f1ab26, 76.9vw 17.1vh 0 -.41rem#d08c21, 12.3vw 28.9vh 0 -.35rem#f7df83, 53.9vw 50.1vh 0 -.45rem#7d401a, 49.1vw 98.2vh 0 -.46rem#faf0a2, 8.4vw 57.2vh 0 -.08rem#f8e58f, 38.8vw 10.6vh 0 -.29rem#6c2d13, 44vw 27.6vh 0 -.17rem#703215, 39.9vw 38.9vh 0 -.37rem#9a591a, 7.5vw 7.6vh 0 -.14rem#f5c14c, 81.6vw 68.4vh 0 -.06rem#7e401a, 15.7vw 1vh 0 -.48rem#f3bc44, 62.2vw 35.2vh 0 -.19rem#f1ab26, 96.7vw 12.2vh 0 -.01rem#faf2a5, 53.8vw 80.2vh 0 -.12rem#6c2d13, 71vw 63.7vh 0 -.12rem#d7a140, 33.6vw 56.7vh 0 -.43rem#b17830, 37.9vw 83.8vh 0 -.01rem#f6d46f, 52.9vw 16.5vh 0 -.33rem#f9eb98, 96vw 79.5vh 0 -.23rem#945824, 2.4vw 34.8vh 0 -.45rem#d7a140, 75.4vw 84.7vh 0 -.13rem#793915, 69.7vw 31.4vh 0 -.16rem#c17e1f, 12.2vw 21.2vh 0 -.24rem#b17830, 16.5vw 32.7vh 0 -.1rem#9a591a, 97.9vw 7vh 0 -.37rem#f5c14c, 94.1vw 40.6vh 0 -.14rem#713215, 39.8vw 87.4vh 0 -.4rem#844416, 25vw 43.7vh 0 -.46rem#7e401a, 12.8vw 7.3vh 0 -.47rem#f8e58f, 68.3vw 16.4vh 0 -.49rem#d08c21, 11.2vw 72vh 0 -.05rem#f1ab26, 11.2vw 80.5vh 0 -.46rem#f6d46f, 2.1vw 82.8vh 0 -.43rem#faf0a2, 7vw 17.7vh 0 -.12rem#7d401a, 11.1vw 29.5vh 0 -.45rem#793915, 77.6vw 93.6vh 0 -.37rem#c17e1f, 50.9vw 28.8vh 0 -.18rem#9a591a, 58.7vw 62.2vh 0 -.06rem#844416, 93.2vw 33.1vh 0 -.22rem#f9eb98, 52.8vw 2.9vh 0 -.47rem#b17830, 49.4vw 90vh 0 -.36rem#b17830, 21.6vw 89.8vh 0 -.26rem#9a591a, 35.8vw 10.6vh 0 -.42rem#793915, 71.2vw 47.7vh 0 -.15rem#f9eb98, 27.3vw 9.3vh 0 -.01rem#6c2d13, 42vw 3.7vh 0 -.27rem#f8e58f, 75.3vw 64.9vh 0 -.34rem#faf0a2, 18.8vw 14vh 0 -.47rem#713215, 53.3vw 79.1vh 0 -.18rem#844416, 57.5vw 90.4vh 0 -.49rem#945824, 81.5vw 47.7vh 0 -.1rem#c17e1f, 73.5vw 30.1vh 0 -.45rem#f8e58f, 46.3vw 96.8vh 0 -.48rem#f6d46f, 13.9vw 24.9vh 0 -.37rem#7d401a, 45.9vw 28.3vh 0 -.35rem#d08c21, 3.8vw 73.7vh 0 -.39rem#793915, 20.2vw 17.3vh 0 -.45rem#f8e58f, 53.8vw 95.4vh 0 -.43rem#844416, 39.5vw 93.7vh 0 -.08rem#f9eb98, 75.3vw 9.1vh 0 -.04rem#6c2d13, 33.6vw 73vh 0 -.18rem#faf2a5, 11.3vw 64.9vh 0 -.24rem#faf0a2, 100vw 64.1vh 0 -.07rem#713215, 24.1vw 49.4vh 0 -.5rem#c17e1f, 33vw 86.6vh 0 -.09rem#844416, 43.7vw 12.7vh 0 -.41rem#7d401a, 65.9vw 79.1vh 0 -.4rem#d08c21, 88.1vw 94.5vh 0 -.25rem#b17830, 7.3vw 64vh 0 -.15rem#fff, 26.1vw 90.8vh 0 -.21rem#6c2d13, 7vw 17.7vh 0 -.12rem#7d401a, 11.1vw 29.5vh 0 -.45rem#793915, 77.6vw 93.6vh 0 -.37rem#c17e1f, 50.9vw 28.8vh 0 -.18rem#9a591a, 58.7vw 62.2vh 0 -.06rem#844416, 93.2vw 33.1vh 0 -.22rem#f9eb98, 52.8vw 2.9vh 0 -.47rem#b17830, 49.4vw 90vh 0 -.36rem#b17830, 21.6vw 89.8vh 0 -.26rem#9a591a, 35.8vw 10.6vh 0 -.42rem#793915, 71.2vw 47.7vh 0 -.15rem#f9eb98, 27.3vw 9.3vh 0 -.01rem#6c2d13, 42vw 3.7vh 0 -.27rem#f8e58f, 75.3vw 64.9vh 0 -.34rem#faf0a2, 18.8vw 14vh 0 -.47rem#713215, 53.3vw 79.1vh 0 -.18rem#844416, 57.5vw 90.4vh 0 -.49rem#945824, 81.5vw 47.7vh 0 -.1rem#c17e1f, 73.5vw 30.1vh 0 -.45rem#f8e58f;
	animation-duration: 6s
}

.layer1.a {
	animation-delay: -3s
}

.layer2 {
	width: 15px;
	height: 15px;
	background: linear-gradient(130deg, #f5c14c -4171.09%, #d7a140 -4016.9%, #b17830 -3787.94%, #935723 -3564.07%, #7d401a -3349.66%, #703215 -3148.84%, #6c2d13 -2975.67%, #793915 -2597.03%, #9a591a -1901.42%, #d08c21 -973.21%, #f1ab26 -462.59%, #f3bc44 -223.5%, #f6d46f 167.04%, #f8e58f 517.55%, #faf0a2 813.97%, #faf4a9 1018.44%, #faf2a5 1354.88%, #f9eb98 1709.72%, #f7df83 2074.3%, #f5ce65 2443.2%, #f3b940 2814.27%, #f1ab26 3031.72%, #c17e1f 3786.83%, #844416 4838.37%, #6c2d13 5339.25%, #713215 5525.33%, #7e401a 5746.02%, #945824 5985.1%, #b37a31 6236.09%, #daa441 6494.64%, #f5c14c 6647.18%);
	box-shadow: 9vw 61.5vh 0 -.11rem#d7a140, 49.4vw 41.7vh 0 -.21rem#b17830, 35.5vw 40.3vh 0 -.06rem#f5c14c, 6.8vw 15.1vh 0 -.04rem#6c2d13, 97.9vw 55.9vh 0 -.48rem#713215, 48vw 97.9vh 0 -.26rem#844416, 15.5vw 86vh 0 -.26rem#f1ab26, 76.9vw 17.1vh 0 -.41rem#d08c21, 12.3vw 28.9vh 0 -.35rem#f7df83, 53.9vw 50.1vh 0 -.45rem#7d401a, 49.1vw 98.2vh 0 -.46rem#faf0a2, 75.3vw 64.9vh 0 -.34rem#faf0a2, 18.8vw 14vh 0 -.47rem#713215, 53.3vw 79.1vh 0 -.18rem#844416, 57.5vw 90.4vh 0 -.49rem#945824, 81.5vw 47.7vh 0 -.1rem#c17e1f, 73.5vw 30.1vh 0 -.45rem#f8e58f, 46.3vw 96.8vh 0 -.48rem#f6d46f, 13.9vw 24.9vh 0 -.37rem#7d401a, 45.9vw 28.3vh 0 -.35rem#d08c21, 3.8vw 73.7vh 0 -.39rem#793915, 8.4vw 57.2vh 0 -.08rem#f8e58f, 24.1vw 49.4vh 0 -.5rem#c17e1f, 33vw 86.6vh 0 -.09rem#844416, 43.7vw 12.7vh 0 -.41rem#7d401a, 65.9vw 79.1vh 0 -.4rem#d08c21, 88.1vw 94.5vh 0 -.25rem#b17830, 7.3vw 64vh 0 -.15rem#fff, 26.1vw 90.8vh 0 -.21rem#6c2d13, 15.5vw 86vh 0 -.26rem#f1ab26, 76.9vw 17.1vh 0 -.41rem#d08c21, 12.3vw 28.9vh 0 -.35rem#f7df83, 53.9vw 50.1vh 0 -.45rem#7d401a, 49.1vw 98.2vh 0 -.46rem#faf0a2, 8.4vw 57.2vh 0 -.08rem#f8e58f, 38.8vw 10.6vh 0 -.29rem#6c2d13, 44vw 27.6vh 0 -.17rem#703215, 39.9vw 38.9vh 0 -.37rem#9a591a, 7.5vw 7.6vh 0 -.14rem#f5c14c, 81.6vw 68.4vh 0 -.06rem#7e401a, 15.7vw 1vh 0 -.48rem#f3bc44, 62.2vw 35.2vh 0 -.19rem#f1ab26, 96.7vw 12.2vh 0 -.01rem#faf2a5, 38.8vw 10.6vh 0 -.29rem#6c2d13, 44vw 27.6vh 0 -.17rem#703215, 39.9vw 38.9vh 0 -.37rem#9a591a, 7.5vw 7.6vh 0 -.14rem#f5c14c, 81.6vw 68.4vh 0 -.06rem#7e401a, 15.7vw 1vh 0 -.48rem#f3bc44, 62.2vw 35.2vh 0 -.19rem#f1ab26, 96.7vw 12.2vh 0 -.01rem#faf2a5, 53.8vw 80.2vh 0 -.12rem#6c2d13, 71vw 63.7vh 0 -.12rem#d7a140, 33.6vw 56.7vh 0 -.43rem#b17830, 37.9vw 83.8vh 0 -.01rem#f6d46f, 52.9vw 16.5vh 0 -.33rem#f9eb98, 96vw 79.5vh 0 -.23rem#945824, 2.4vw 34.8vh 0 -.45rem#d7a140, 75.4vw 84.7vh 0 -.13rem#793915, 69.7vw 31.4vh 0 -.16rem#c17e1f, 12.2vw 21.2vh 0 -.24rem#b17830, 16.5vw 32.7vh 0 -.1rem#9a591a, 97.9vw 7vh 0 -.37rem#f5c14c, 94.1vw 40.6vh 0 -.14rem#713215, 39.8vw 87.4vh 0 -.4rem#844416, 25vw 43.7vh 0 -.46rem#7e401a, 12.8vw 7.3vh 0 -.47rem#f8e58f, 68.3vw 16.4vh 0 -.49rem#d08c21, 11.2vw 72vh 0 -.05rem#f1ab26, 11.2vw 80.5vh 0 -.46rem#f6d46f, 2.1vw 82.8vh 0 -.43rem#faf0a2, 7vw 17.7vh 0 -.12rem#7d401a, 11.1vw 29.5vh 0 -.45rem#793915, 77.6vw 93.6vh 0 -.37rem#c17e1f, 50.9vw 28.8vh 0 -.18rem#9a591a, 58.7vw 62.2vh 0 -.06rem#844416, 93.2vw 33.1vh 0 -.22rem#f9eb98, 52.8vw 2.9vh 0 -.47rem#b17830, 49.4vw 90vh 0 -.36rem#b17830, 21.6vw 89.8vh 0 -.26rem#9a591a, 35.8vw 10.6vh 0 -.42rem#793915, 71.2vw 47.7vh 0 -.15rem#f9eb98, 27.3vw 9.3vh 0 -.01rem#6c2d13, 42vw 3.7vh 0 -.27rem#f8e58f, 75.3vw 64.9vh 0 -.34rem#faf0a2, 18.8vw 14vh 0 -.47rem#713215, 53.3vw 79.1vh 0 -.18rem#844416, 57.5vw 90.4vh 0 -.49rem#945824, 81.5vw 47.7vh 0 -.1rem#c17e1f, 73.5vw 30.1vh 0 -.45rem#f8e58f, 46.3vw 96.8vh 0 -.48rem#f6d46f, 13.9vw 24.9vh 0 -.37rem#7d401a, 45.9vw 28.3vh 0 -.35rem#d08c21, 3.8vw 73.7vh 0 -.39rem#793915, 20.2vw 17.3vh 0 -.45rem#f8e58f, 53.8vw 95.4vh 0 -.43rem#844416, 39.5vw 93.7vh 0 -.08rem#f9eb98, 75.3vw 9.1vh 0 -.04rem#6c2d13, 33.6vw 73vh 0 -.18rem#faf2a5, 11.3vw 64.9vh 0 -.24rem#faf0a2, 100vw 64.1vh 0 -.07rem#713215;
	animation-duration: 8s
}

.layer2.a {
	animation-delay: -4s
}

.layer3 {
	width: 10px;
	height: 10px;
	background: linear-gradient(166.94deg, #f5c14c -9609.12%, #d7a140 -9405.47%, #b17830 -9103.05%, #935723 -8807.35%, #7d401a -8524.14%, #703215 -8258.9%, #6c2d13 -8030.17%, #793915 -7530.04%, #9a591a -6611.25%, #d08c21 -5385.23%, #f1ab26 -4710.78%, #f3bc44 -4394.99%, #f6d46f -3879.15%, #f8e58f -3416.18%, #faf0a2 -3024.66%, #faf4a9 -2754.59%, #faf2a5 -2310.2%, #f9eb98 -1841.51%, #f7df83 -1359.96%, #f5ce65 -872.7%, #f3b940 -382.58%, #f1ab26 -95.37%, #c17e1f 902.02%, #844416 2290.93%, #6c2d13 2952.52%, #713215 3198.29%, #7e401a 3489.79%, #945824 3805.59%, #b37a31 4137.1%, #daa441 4478.61%, #f5c14c 4680.09%);
	box-shadow: 18.8vw 14vh 0 -.47rem#713215, 53.3vw 79.1vh 0 -.18rem#844416, 57.5vw 90.4vh 0 -.49rem#945824, 81.5vw 47.7vh 0 -.1rem#c17e1f, 73.5vw 30.1vh 0 -.45rem#f8e58f, 46.3vw 96.8vh 0 -.48rem#f6d46f, 13.9vw 24.9vh 0 -.37rem#7d401a, 45.9vw 28.3vh 0 -.35rem#d08c21, 3.8vw 73.7vh 0 -.39rem#793915, 20.2vw 17.3vh 0 -.45rem#f8e58f, 53.8vw 95.4vh 0 -.43rem#844416, 39.5vw 93.7vh 0 -.08rem#f9eb98, 75.3vw 9.1vh 0 -.04rem#6c2d13, 33.6vw 73vh 0 -.18rem#faf2a5, 11.3vw 64.9vh 0 -.24rem#faf0a2, 100vw 64.1vh 0 -.07rem#713215, 24.1vw 49.4vh 0 -.5rem#c17e1f, 33vw 86.6vh 0 -.09rem#844416, 43.7vw 12.7vh 0 -.41rem#7d401a, 65.9vw 79.1vh 0 -.4rem#d08c21, 88.1vw 94.5vh 0 -.25rem#b17830, 7.3vw 64vh 0 -.15rem#fff, 26.1vw 90.8vh 0 -.21rem#6c2d13, 25vw 43.7vh 0 -.46rem#7e401a, 12.8vw 7.3vh 0 -.47rem#f8e58f, 68.3vw 16.4vh 0 -.49rem#d08c21, 11.2vw 72vh 0 -.05rem#f1ab26, 11.2vw 80.5vh 0 -.46rem#f6d46f, 2.1vw 82.8vh 0 -.43rem#faf0a2, 7vw 17.7vh 0 -.12rem#7d401a, 11.1vw 29.5vh 0 -.45rem#793915, 77.6vw 93.6vh 0 -.37rem#c17e1f, 50.9vw 28.8vh 0 -.18rem#9a591a, 58.7vw 62.2vh 0 -.06rem#844416, 93.2vw 33.1vh 0 -.22rem#f9eb98, 52.8vw 2.9vh 0 -.47rem#b17830, 49.4vw 90vh 0 -.36rem#b17830, 21.6vw 89.8vh 0 -.26rem#9a591a, 35.8vw 10.6vh 0 -.42rem#793915, 71.2vw 47.7vh 0 -.15rem#f9eb98, 27.3vw 9.3vh 0 -.01rem#6c2d13, 42vw 3.7vh 0 -.27rem#f8e58f, 75.3vw 64.9vh 0 -.34rem#faf0a2, 18.8vw 14vh 0 -.47rem#713215, 53.3vw 79.1vh 0 -.18rem#844416, 57.5vw 90.4vh 0 -.49rem#945824, 81.5vw 47.7vh 0 -.1rem#c17e1f, 73.5vw 30.1vh 0 -.45rem#f8e58f, 46.3vw 96.8vh 0 -.48rem#f6d46f, 13.9vw 24.9vh 0 -.37rem#7d401a, 45.9vw 28.3vh 0 -.35rem#d08c21, 3.8vw 73.7vh 0 -.39rem#793915, 20.2vw 17.3vh 0 -.45rem#f8e58f, 53.8vw 95.4vh 0 -.43rem#844416, 39.5vw 93.7vh 0 -.08rem#f9eb98, 75.3vw 9.1vh 0 -.04rem#6c2d13, 33.6vw 73vh 0 -.18rem#faf2a5, 11.3vw 64.9vh 0 -.24rem#faf0a2, 100vw 64.1vh 0 -.07rem#713215, 24.1vw 49.4vh 0 -.5rem#c17e1f, 33vw 86.6vh 0 -.09rem#844416, 43.7vw 12.7vh 0 -.41rem#7d401a, 65.9vw 79.1vh 0 -.4rem#d08c21, 88.1vw 94.5vh 0 -.25rem#b17830, 7.3vw 64vh 0 -.15rem#fff, 26.1vw 90.8vh 0 -.21rem#6c2d13, 9vw 61.5vh 0 -.11rem#d7a140, 49.4vw 41.7vh 0 -.21rem#b17830, 35.5vw 40.3vh 0 -.06rem#f5c14c, 6.8vw 15.1vh 0 -.04rem#6c2d13, 97.9vw 55.9vh 0 -.48rem#713215, 48vw 97.9vh 0 -.26rem#844416, 15.5vw 86vh 0 -.26rem#f1ab26, 76.9vw 17.1vh 0 -.41rem#d08c21, 12.3vw 28.9vh 0 -.35rem#f7df83, 53.9vw 50.1vh 0 -.45rem#7d401a, 49.1vw 98.2vh 0 -.46rem#faf0a2, 8.4vw 57.2vh 0 -.08rem#f8e58f, 38.8vw 10.6vh 0 -.29rem#6c2d13, 44vw 27.6vh 0 -.17rem#703215, 39.9vw 38.9vh 0 -.37rem#9a591a, 7.5vw 7.6vh 0 -.14rem#f5c14c, 81.6vw 68.4vh 0 -.06rem#7e401a, 15.7vw 1vh 0 -.48rem#f3bc44, 62.2vw 35.2vh 0 -.19rem#f1ab26, 96.7vw 12.2vh 0 -.01rem#faf2a5, 53.8vw 80.2vh 0 -.12rem#6c2d13, 71vw 63.7vh 0 -.12rem#d7a140, 33.6vw 56.7vh 0 -.43rem#b17830, 37.9vw 83.8vh 0 -.01rem#f6d46f, 52.9vw 16.5vh 0 -.33rem#f9eb98, 96vw 79.5vh 0 -.23rem#945824, 2.4vw 34.8vh 0 -.45rem#d7a140, 75.4vw 84.7vh 0 -.13rem#793915, 69.7vw 31.4vh 0 -.16rem#c17e1f, 12.2vw 21.2vh 0 -.24rem#b17830, 16.5vw 32.7vh 0 -.1rem#9a591a, 97.9vw 7vh 0 -.37rem#f5c14c, 94.1vw 40.6vh 0 -.14rem#713215, 39.8vw 87.4vh 0 -.4rem#844416, 49.4vw 90vh 0 -.36rem#b17830, 21.6vw 89.8vh 0 -.26rem#9a591a, 35.8vw 10.6vh 0 -.42rem#793915, 71.2vw 47.7vh 0 -.15rem#f9eb98, 27.3vw 9.3vh 0 -.01rem#6c2d13, 42vw 3.7vh 0 -.27rem#f8e58f, 75.3vw 64.9vh 0 -.34rem#faf0a2, ;
	animation-duration: 10s
}

.layer3.a {
	animation-delay: -5s
}

.layer4 {
	width: 10px;
	height: 10px;
	background: linear-gradient(166.94deg, #f5c14c -9609.12%, #d7a140 -9405.47%, #b17830 -9103.05%, #935723 -8807.35%, #7d401a -8524.14%, #703215 -8258.9%, #6c2d13 -8030.17%, #793915 -7530.04%, #9a591a -6611.25%, #d08c21 -5385.23%, #f1ab26 -4710.78%, #f3bc44 -4394.99%, #f6d46f -3879.15%, #f8e58f -3416.18%, #faf0a2 -3024.66%, #faf4a9 -2754.59%, #faf2a5 -2310.2%, #f9eb98 -1841.51%, #f7df83 -1359.96%, #f5ce65 -872.7%, #f3b940 -382.58%, #f1ab26 -95.37%, #c17e1f 902.02%, #844416 2290.93%, #6c2d13 2952.52%, #713215 3198.29%, #7e401a 3489.79%, #945824 3805.59%, #b37a31 4137.1%, #daa441 4478.61%, #f5c14c 4680.09%);
	box-shadow: 44vw 27.6vh 0 -.17rem#703215, 39.9vw 38.9vh 0 -.37rem#9a591a, 7.5vw 7.6vh 0 -.14rem#f5c14c, 81.6vw 68.4vh 0 -.06rem#7e401a, 15.7vw 1vh 0 -.48rem#f3bc44, 62.2vw 35.2vh 0 -.19rem#f1ab26, 96.7vw 12.2vh 0 -.01rem#faf2a5, 53.8vw 80.2vh 0 -.12rem#6c2d13, 71vw 63.7vh 0 -.12rem#d7a140, 33.6vw 56.7vh 0 -.43rem#b17830, 37.9vw 83.8vh 0 -.01rem#f6d46f, 52.9vw 16.5vh 0 -.33rem#f9eb98, 96vw 79.5vh 0 -.23rem#945824, 2.4vw 34.8vh 0 -.45rem#d7a140, 75.4vw 84.7vh 0 -.13rem#793915, 69.7vw 31.4vh 0 -.16rem#c17e1f, 12.2vw 21.2vh 0 -.24rem#b17830, 16.5vw 32.7vh 0 -.1rem#9a591a, 97.9vw 7vh 0 -.37rem#f5c14c, 94.1vw 40.6vh 0 -.14rem#713215, 39.8vw 87.4vh 0 -.4rem#844416, 49.4vw 90vh 0 -.36rem#b17830, 21.6vw 89.8vh 0 -.26rem#9a591a, 35.8vw 10.6vh 0 -.42rem#793915, 71.2vw 47.7vh 0 -.15rem#f9eb98, 27.3vw 9.3vh 0 -.01rem#6c2d13, 42vw 3.7vh 0 -.27rem#f8e58f, 75.3vw 64.9vh 0 -.34rem#faf0a2, 68.3vw 16.4vh 0 -.49rem#d08c21, 11.2vw 72vh 0 -.05rem#f1ab26, 11.2vw 80.5vh 0 -.46rem#f6d46f, 2.1vw 82.8vh 0 -.43rem#faf0a2, 7vw 17.7vh 0 -.12rem#7d401a, 11.1vw 29.5vh 0 -.45rem#793915, 77.6vw 93.6vh 0 -.37rem#c17e1f, 50.9vw 28.8vh 0 -.18rem#9a591a, 58.7vw 62.2vh 0 -.06rem#844416, 49.1vw 98.2vh 0 -.46rem#faf0a2, 8.4vw 57.2vh 0 -.08rem#f8e58f, 38.8vw 10.6vh 0 -.29rem#6c2d13, 44vw 27.6vh 0 -.17rem#703215, 39.9vw 38.9vh 0 -.37rem#9a591a, 7.5vw 7.6vh 0 -.14rem#f5c14c, 81.6vw 68.4vh 0 -.06rem#7e401a, 15.7vw 1vh 0 -.48rem#f3bc44, 62.2vw 35.2vh 0 -.19rem#f1ab26, 96.7vw 12.2vh 0 -.01rem#faf2a5, 53.8vw 80.2vh 0 -.12rem#6c2d13, 71vw 63.7vh 0 -.12rem#d7a140, 33.6vw 56.7vh 0 -.43rem#b17830, 37.9vw 83.8vh 0 -.01rem#f6d46f, 52.9vw 16.5vh 0 -.33rem#f9eb98, 96vw 79.5vh 0 -.23rem#945824, 2.4vw 34.8vh 0 -.45rem#d7a140, 75.4vw 84.7vh 0 -.13rem#793915, 69.7vw 31.4vh 0 -.16rem#c17e1f, 12.2vw 21.2vh 0 -.24rem#b17830, 16.5vw 32.7vh 0 -.1rem#9a591a, 97.9vw 7vh 0 -.37rem#f5c14c, 94.1vw 40.6vh 0 -.14rem#713215, 39.8vw 87.4vh 0 -.4rem#844416, 49.4vw 90vh 0 -.36rem#b17830, 21.6vw 89.8vh 0 -.26rem#9a591a, 35.8vw 10.6vh 0 -.42rem#793915, 71.2vw 47.7vh 0 -.15rem#f9eb98, 27.3vw 9.3vh 0 -.01rem#6c2d13, 42vw 3.7vh 0 -.27rem#f8e58f, 75.3vw 64.9vh 0 -.34rem#faf0a2, 93.2vw 33.1vh 0 -.22rem#f9eb98, 52.8vw 2.9vh 0 -.47rem#b17830, 49.4vw 90vh 0 -.36rem#b17830, 21.6vw 89.8vh 0 -.26rem#9a591a, 35.8vw 10.6vh 0 -.42rem#793915, 71.2vw 47.7vh 0 -.15rem#f9eb98, 27.3vw 9.3vh 0 -.01rem#6c2d13, 42vw 3.7vh 0 -.27rem#f8e58f, 75.3vw 64.9vh 0 -.34rem#faf0a2, 18.8vw 14vh 0 -.47rem#713215, 53.3vw 79.1vh 0 -.18rem#844416, 57.5vw 90.4vh 0 -.49rem#945824, 81.5vw 47.7vh 0 -.1rem#c17e1f, 73.5vw 30.1vh 0 -.45rem#f8e58f, 46.3vw 96.8vh 0 -.48rem#f6d46f, 13.9vw 24.9vh 0 -.37rem#7d401a, 45.9vw 28.3vh 0 -.35rem#d08c21, 3.8vw 73.7vh 0 -.39rem#793915, 20.2vw 17.3vh 0 -.45rem#f8e58f, 53.8vw 95.4vh 0 -.43rem#844416, 39.5vw 93.7vh 0 -.08rem#f9eb98, 75.3vw 9.1vh 0 -.04rem#6c2d13, 33.6vw 73vh 0 -.18rem#faf2a5, 11.3vw 64.9vh 0 -.24rem#faf0a2, 100vw 64.1vh 0 -.07rem#713215, 24.1vw 49.4vh 0 -.5rem#c17e1f, 33vw 86.6vh 0 -.09rem#844416, 43.7vw 12.7vh 0 -.41rem#7d401a, 65.9vw 79.1vh 0 -.4rem#d08c21, 88.1vw 94.5vh 0 -.25rem#b17830, 7.3vw 64vh 0 -.15rem#fff, 26.1vw 90.8vh 0 -.21rem#6c2d13, 9vw 61.5vh 0 -.11rem#d7a140, 49.4vw 41.7vh 0 -.21rem#b17830, 35.5vw 40.3vh 0 -.06rem#f5c14c, 6.8vw 15.1vh 0 -.04rem#6c2d13, 97.9vw 55.9vh 0 -.48rem#713215, 48vw 97.9vh 0 -.26rem#844416, 15.5vw 86vh 0 -.26rem#f1ab26, 76.9vw 17.1vh 0 -.41rem#d08c21, 12.3vw 28.9vh 0 -.35rem#f7df83, 53.9vw 50.1vh 0 -.45rem#7d401a;
	animation-duration: 10s
}

.layer4.a {
	animation-delay: -2s
}

@keyframes fall {
	100% {
		transform: translateY(200vh)
	}
}

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 2;
    color: white;
    display: none;
    font-size: 25px;
    text-decoration: none;
}
.whatsapp-button2 {
    color: white;
    font-size: 25px;
    text-decoration: none;
}

@media (max-width: 768px) {
  /* Show the button only on smaller devices */
  .whatsapp-button {
    display: block;
  }
  .divider2 {
          margin-bottom: -260px!important;
  }

  /* Hide the create-invitation class on smaller devices */
  .create-invitation {
    display: none;
  }
}


h1, h2, h3, h4 {
    font-family: "Poppins", Sans-serif!important;
}
    
    
    
        .footer_section {
    background: var(--primary-color);
    color: var(--light-color);
    width: 100%;
    font-family: "Karla",sans-serif;
    font-size: var(--font-size-small);
    font-weight: 400;
    z-index: 1
}

.footer_section_inner {
    z-index: 1
}

.footer_section h4 {
    color: var(--light-color);
    font-weight: 500;
    line-height: 1.5em;
    font-family: "Brandon Grotesque"
}

.footer_section h3 {
    font-weight: 500;
    font-family: "Brandon Grotesque"
}

.footer_section p strong {
    font-weight: 500
}

.footer_section a {
    color: var(--light-color);
    text-decoration:none;
}

.footer_section a:hover {
    color: #ffadc3
}

.footer_section .footer_useful_links ul li {
    font-size: var(--font-size-small);
    
}


.footer_section .input-group .form-control {
    background: rgba(255,255,255,0);
    border-bottom: 1px solid rgba(255,255,255,.5);
    border-radius: 0;
    color: var(--light-color);
    -webkit-box-shadow: none;
    box-shadow: none
}

.footer_section .input-group .btn {
    border-radius: 0;
    height: 48px;
    color: var(--light-color);
    background: rgba(255,255,255,0);
    border: 1px solid rgba(255,255,255,.5);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.footer_section .input-group .btn:focus,.footer_section .input-group .btn:hover {
    color: #e84271;
    background: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.footer_section .input-group .form-control::-webkit-input-placeholder {
    color: var(--light-color);
    opacity: 1
}

.footer_section .input-group .form-control:-ms-input-placeholder {
    color: var(--light-color);
    opacity: 1
}

.footer_section .input-group .form-control::-ms-input-placeholder {
    color: var(--light-color);
    opacity: 1
}

.footer_section .input-group .form-control::placeholder {
    color: var(--light-color);
    opacity: 1
}

.footer_section .input-group .form-control:-ms-input-placeholder {
    color: var(--light-color)
}

.footer_section .input-group .form-control::-ms-input-placeholder {
    color: var(--light-color)
}

.footer_section .input-group .btn:focus,.footer_section .input-group .btn:hover {
    color: #ef5682;
    background: var(--light-color)
}

.footer_social_links li {
    display: inline-block;
    list-style: none
}

.footer_social_links li a {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.5);
    color: var(--light-color);
    font-size: var(--font-size-small);
    text-align: center;
    line-height: 29px;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.footer_social_links li a:hover {
    background: #fff;
    color: var(--secondry-color);
    border-color: var(--secondry-color);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.dropdown_footer {
    z-index: 1
}

.footer_drop_down,.footer_drop_down:hover {
    border-radius: 0;
    height: 48px;
    color: var(--light-color);
    background: rgba(255,255,255,0);
    border: 1px solid rgba(255,255,255,.5);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    text-align: left
}

.footer_drop_down:focus {
    box-shadow: none
}

.footer_drop_down::after {
    display: inline-block!important;
    right: 16px;
    position: absolute;
    top: 24px
}

.footer_dropdown a {
    color: #212529
}

.footer_nav_copyright {
    border-top: 1px solid rgba(255,255,255,.5)
}

.copy_right_txt {
    font-size: var(--font-size-xsmall);
    text-align: right
}


    .aboutus{
        margin: 40px;
    }
    .aboutusp{
        font-family: "Poppins", Sans-serif;
            line-height: 35px;
    }
.divider {
  background-image: url('../img/d1.png');
  background-repeat: repeat-x;
  height: 45px;
}

.importantPoints {
    
    margin-top:20px!important;
    margin-bottom:260px!important;
    
}

.importantPoints .text-area {
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    padding: 21px 10px 21px 70px;
    background: #ffffff;
    min-height: 62px;
    color: black;
    border: 1px solid black;
    text-align: center;
    box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
}


.importantPoints .text-area .icon-font {
    float: left;
    background: #e72e77;
    font-size: 0;
    color: #fff;
    width: 20%;
    height: -webkit-fill-available;
    line-height: 60px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}

.importantPoints .text-area h5 {
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    font-size:small;
}

.rowss:before, .rowss:after {
    content: " ";
    display: table;
}

@media only screen and (max-width: 767px){
.space-xs {
        -webkit-text-size-adjust: 100%!important;
    color: #a1a1a1!important;
    font: 400 12px/1.35 Poppins,Helvetica Neue,Verdana,Arial,sans-serif!important;
    box-sizing: border-box!important;
    position: relative!important;
    min-height: 1px!important;
    padding-left: 10px!important;
    padding-right: 10px!important;
    width: 100%!important;
    margin-bottom: 20px!important;
    user-select: initial !important;
}
}

.space-xs {
    -webkit-text-size-adjust: 100%;
    color: #a1a1a1;
    font: 400 12px/1.35 Poppins,Helvetica Neue,Verdana,Arial,sans-serif;
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    user-select: initial !important;
    
}


    .featured {
      height: auto;
      font-style: normal;
      -webkit-font-smoothing: antialiased;
      font-family: 'Outfit', sans-serif;
      font-weight: inherit;
      font-size: 1rem;
      line-height: 1.6em;
      color: #000;
      word-wrap: break-word;
      box-sizing: border-box;
      flex-basis: var(--flex-basis);
      flex-grow: var(--flex-grow);
      flex-shrink: var(--flex-shrink);
      order: var(--order);
      align-self: var(--align-self);
      position: relative;
      overflow: hidden;
      transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
      padding: 10px 0;
      background-color: #fff;
    }

    .featured h1 {
      color: black;
      text-align: center;
      margin-bottom: 20px;
      margin-top: 10px;
      font-family: "Poppins", Sans-serif !important;
    }
    
#hcg-slider-1 .hcg-slide-container {
	width: auto;
	height: auto;
}
.hcg-slider {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.hcg-slide-container {
	max-width: 100%;
	display: inline-block;
	position: relative;
}
.hcg-slides {
	display: none;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
}
.hcg-slides img {
	max-width: 80%;
    border: 10px solid #e72e77;
    border-radius: 10px;
	max-height: 100%;
	display: inline-block;
}
.hcg-slide-dot-control {
	margin-top: 10px;
	text-align: center;
}
.hcg-slide-dot {
	cursor: pointer;
	height: 13px;
	width: 13px;
	margin: 0 2px;
	background-color: #e72e77;
	border-radius: 50%;
	display: inline-block;
}
.hcg-slide-dot.dot-active {
	background-color: #fff;
	border:1px solid #e72e77;
}
.hcg-slide-number {
	color: #ffffff;
	font-size: 12px;
	padding: 4px 7px;
	position: absolute;
	border-radius: 5px;
	top: 5px;
	left: 5px;
	background-color: rgba(255,255,255,0.30);
}
/************CSS Animation***********/

.animated { 
	animation-name: bounceInRight; 
	animation-duration: 1s;
}
@keyframes bounceInRight {
	0% {
		opacity: 0;
		transform: translateX(200px);
	}
	60% {
		opacity: 1;
		transform: translateX(-30px);
	}
	80% {
		transform: translateX(10px);
	}
	100% {
		transform: translateX(0);
	}
}
.bounceInRight {
	animation-name: bounceInRight;
}




.catsec {
    /*background: url(../img/bg2.png);*/
    background-repeat: repeat;
    padding: 10px;
    margin-bottom: 50px;
}

.catsec .heading {
        text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
}

@media screen and (max-width: 580px){
.product-filter {
    margin-bottom: 10px;
    margin-left: 7.5px;
    margin-right: 7.5px;
}
}

@media screen and (min-width: 580px){

.importantPoints {
    margin-bottom: 100px!important;
}
}

@media screen and (max-width: 580px){
.product-filter li {
    display: block;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    margin-bottom: 3px;
}
}
.product-filter {
    margin-top: 5px;
    margin-bottom: 30px;
    padding-left: 0px;
    text-align:center!important;
}

.pbtn {
    font-family: 'Montserrat', sans-serif;
    border: 2px solid #a31635;
    color: #fff;
    display: block;
    font-size: 13px;
        text-decoration: none;
    border-radius: 20px;
    text-align: center;
    font-weight: bold!important;
    margin: 0px;
    background: #a31635;
    overflow: hidden;
    padding: 9px 21px 8px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}

.product-filter li a:hover, .product-filter li a.current {
    border-color: #f64873;
    color: #fff;
    background: #f64873;
}

.product-filter li {
    display: inline-block;
    list-style: none;
    margin: 0px 3px;
}

 .card-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }

    .card {
      flex: 0 0 calc(100% / 6); /* Show 5 cards per row on large devices */
      margin: 10px;
      padding: 10px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      text-align: center;
    }

    .card img {
      width: 100%;
      height: auto;
      max-height: 600px;
      object-fit: cover;
    }

    .card-name {
      margin-top: 10px;
      font-weight: bold;
      font-size:13px;
    }

    @media (max-width: 768px) {
      .card {
        flex: 0 0 100%; /* Show 1 card per row on smaller devices */
      }
      .card2 {
          flex: 0 0 calc(100% / 3)!important; /* Show 5 cards per row on large devices */
      }
    }
    
img:hover {
  transform: scale(1.1);
}


.buzz-sale-label {
    font-size: 11px;
    height: 42px;
    line-height: 37px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 5px;
    font-weight: normal;
    text-transform: uppercase;
    width: 42px;
    z-index: 10;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    background-color: #e72e77;
    border: 1px solid white;
    color: #ffffff;
    font-weight: bold;
}

/* Dropdown menu styles */

.dropdown {
    transition: color 0.3s ease;
    font-family: "Karla",sans-serif;
    font-weight: 400;
    font-size: var(--font-size-small);
}

.second-nav {
    display: none; /* Hide the dropdown menu by default */
    position: absolute;
    background-color: #e72e77;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 10px;
    color: white;
    transition: color 0.3s ease;
    font-family: "Karla",sans-serif;
    font-weight: 400;
    font-size: var(--font-size-small);
    z-index: 1;
    border: 1px solid white;
}

.second-nav li {
    padding: 5px 0;
    transition: color 0.3s ease;
    font-family: "Karla",sans-serif;
    font-weight: 400;
    font-size: var(--font-size-small);
}

/* Show the dropdown menu on click */
.menu .dropdown.active .second-nav {
    display: block;
    transition: color 0.3s ease;
    font-family: "Karla",sans-serif;
    font-weight: 400;
    font-size: var(--font-size-small);
}

.second-nav .cli {
    padding: 10px;
    border-bottom: 1px solid white;
    transition: color 0.3s ease;
    font-family: "Karla",sans-serif;
    font-weight: 400;
    font-size: var(--font-size-small);
}

.second-nav .clideks {
    padding: 10px;
    border-bottom: 1px solid white;
    transition: color 0.3s ease;
    font-family: "Karla",sans-serif;
    font-weight: 400;
    font-size: var(--font-size-small);
    width: max-content;
}

.masthead {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/assets/img/bg.png);
}

.ch122 {
  position: relative;
  color: white;
  z-index: 2;
  text-align:center;
}

.cbtn22 {
  position: relative;
  font-weight:bold!important;
  z-index: 2;
  /* Add your button styles here */
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.slide.active {
  opacity: 1;
}


@media (max-width: 768px) {
  .masthead {
    background-size: contain;
  }
}

.pulse {
    animation: pulse 1s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    70% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}



.cfooter {
    margin-top:50px;
    background: #000000!important;
}


.video-container {
      position: relative;
    overflow: hidden;
    padding-top: 177%;
    /*border: 3px solid #e72e77;*/
    border-radius: 3px;
box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  padding-left: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.play-button:before {
  content: "";
  border-style: solid;
      border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent white;
}

.stop-button {
    cursor:pointer!important;
}

.hide {
  display: none;
}

.post-card {
        
    padding: 20px;
    background: white;
    color: black;
    font-size: 14px;
    border: 1px solid;
    border-radius: 10px;
        -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-shadow: -1px 0px 17px 0px rgba(0,0,0,1);
    -moz-box-shadow: -1px 0px 17px 0px rgba(0,0,0,1);
    box-shadow: -1px 0px 17px 0px rgba(0,0,0,1);
        
    }


.cmTcMJ {
    top: 37px;
    left: 50%;
    transform: translateX(-50%);
    position: fixed;
    z-index: 999;
}

.menu a:hover {
    color:#d7dbdf!important;
}


.extramenu {
        padding: 0px;
    width: 1000px;
    height: 540px;
    background: linear-gradient(to right,#ffffff 0%,#ffffff 25%,#fbfbfb 25%,#fbfbfb 50%,#ffffff 50%,#ffffff 75%,#fbfbfb 75%,#fbfbfb 100%);
    overflow: hidden;
}

.fcol {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.f-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

 .v-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.chov:hover {
      color: #4a4a4a;
      font-weight:bold;
}

.active {
    display: -ms-flexbox!important;
    display: flex!important;
}
.overlay {
    top: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    max-width: 500px;
    background-color: rgba(0,0,0,.4);
}
#left-menu {
    animation-name: slideRight;
    animation-duration: .5s;
    -webkit-animation-name: slideRight;
    -webkit-animation-duration: .5s;
    -moz-animation-name: slideRight;
    -moz-animation-duration: .5s;
}

.menu2 {
    top: 0;
    bottom: 0;
    width: 80%;
    z-index: 9999;
    height: 100%;
    display: none;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: auto;
    position: fixed;
    max-width: 400px;
    background-color: #fff;
}

.padding-t-10 {
    padding-top: 10px;
}
.shadow {
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: rgba(0,0,0,.05) 0 1px 5px 0,0 1px 2px rgba(0,0,0,.05);
    -webkit-box-shadow: rgba(0,0,0,.05) 0 1px 5px 0, 0 1px 2px rgba(0,0,0,.05);
}
.block {
    display: block;
}


.frow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
}
.f-space-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.container-20 {
    padding: 0 20px;
}

.margin-v-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.text-secondary {
    color: #4a4a4a;
}
.text-bold {
    font-weight: 600;
}

.f-space-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.object-fit-contain {
    -o-object-fit: contain;
    object-fit: contain;
}
.no-lh {
    line-height: 1!important;
}

.regular {
    font-size: 14px;
    font-weight: 400;
}

.text-tertiary {
    color: #909090;
}

 .v-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.f-space-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#left-menu a {
    text-decoration:none!important;
    
}

#left-menu a:hover {
    color: #4a4a4a;
      font-weight:bold;
}
 h6, .text-bold {
    font-weight: 600;
}
.h6 {
    font-size: 16px!important;
}
.text-secondary {
    color: #4a4a4a!important;
}
.padding-l-20 {
    padding-left: 20px;
}

.container-20 {
    padding: 0 20px;
}



@media (max-width: 767px) {
  .aboutus {
    display: none; /* Hide the section on mobile devices */
  }
}

   .search-container {
  display: flex;
  z-index:3;
  margin-bottom:20px;
  width: 30%;
}

@media screen and (max-width: 768px) {
  .search-container {
    width: 70%;
  }
}

.search-box {
  border: none;
  border-radius: 0;
  width: -webkit-fill-available;
  padding: 10px;
}

.search-button {
  border: none;
  background-color: #E31A55;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  border-radius: 0;
}

.search-button:hover {
    border: none;
    background-color: #E31A55;
    color: #fff;
    transform: scale(1.1);
}

select {
  appearance: none;
  border: 0;
  outline: 0;
  font: inherit;
  color: black!important;
  height: 2.5em;
  padding: 0 4em 0 1em;
  background: url(https://www.svgrepo.com/show/156961/down-arrow.svg) no-repeat right 0.8em center / 1.4em, linear-gradient(to left, rgba(255, 255, 255, 0.3) 3em, rgba(255, 255, 255, 0.2) 3em);
  border-radius: 0.25em;
  box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
  cursor: pointer;
}

select option {
  color: black!important;
  background-color: white;
}

select:focus {
  outline: none;
}

select::-ms-expand {
  display: none;
}



/*
 * Shortcode: divider2s.less
 * -----------------------------------------------
*/

.divider2,
.parallax {
    background-repeat: repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
}


/* -------- Parallax ---------- */

.parallax {
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
}

.mobile-parallax {
    background-size: cover !important;
    background-attachment: scroll !important;
    background-position: center center;
}

.divider2 .container {
    padding-top: 35px;
    padding-bottom: 35px;
}

.divider2 .container.small-padding {
    padding-top: 30px;
    padding-bottom: 30px;
}

.divider2 .container.extra-padding {
    padding-top: 180px;
    padding-bottom: 180px;
}


.overlay-theme-colored::before {
    background-color: #E31A55 !important;
}
.layer-overlay::before {
    background: rgba(17, 17, 17, 0.5) none repeat scroll 0 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}


.text-white2 {
    color: #fff !important;
}

.animated-btn {
                position: relative;
                overflow: hidden;
            }

            .animated-btn:after {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 500%;
                height: 1000%;
                background: rgba(0,0,0,.2);
                z-index: -1;
                -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
                -webkit-transform: translateX(calc(20% - 25px)) translateY(10%) rotate(-45deg);
                transform: translateX(calc(20% - 25px)) translateY(10%) rotate(-45deg);
                -webkit-transform: translateY(10%) translateX(18%) rotate(-45deg);
                transform: translateY(10%) translateX(18%) rotate(-45deg);
                -webkit-transition: -webkit-transform .3s;
                transition: -webkit-transform .3s;
                transition: transform .3s;
                transition: transform .3s,-webkit-transform .3s
            }

            .animated-btn:hover:after {
                -webkit-transform: translateY(10%) translateX(-25px) rotate(-45deg);
                transform: translateY(10%) translateX(-25px) rotate(-45deg)
            }




@media (max-width: 768px) {
  .cwv {
    width: 40vw!important;
  }
}

@media (min-width: 769px) {
  .cwv {
    width: 20%!important;
  }
  .c6456 {
    font-size: 14px!important;
  }
}

@media (max-width: 991px) {
.mb-sm-30 {
    margin-bottom: 30px !important;
}
}















































