*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.no-scroll101 {
  overflow: hidden;
}
.pos101{
  position: static;
}
html {
  scroll-behavior: smooth;
}
.navbar-Main5648{
  display: flex;
  justify-content: space-between;
  padding-left: 70px;
  padding-right: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  box-shadow: 0px 5px 15px rgba(117, 117, 117, 0.1);
  width: 100%;
  position: fixed;
  z-index: 1000;
  background-color: rgb(250, 249, 249);
}
.menu5464 {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: clamp(5px, 1vw, 1vw);
  padding: 10px 20px;
  align-items: center;
}
.menu5464 a {
  text-decoration: none; 
  color: #8b8a8a; 
  padding: 10px 15px;
  font-size: clamp(13px, 1.1vw, 1.1vw);
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-style: normal;
  transition: background-color 0.3s ease;
  text-transform: uppercase;
}
.menu5464 a:hover { 
  border-bottom: 2px solid rgb(6, 105, 6);
  color: rgb(6, 105, 6);
}
.navbarLogo-508{
 /*width: 180px;*/
}
.navbarLogo-368{
  width: 100%;
  height: auto;
}
.navbarIcon-5108{
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: rgb(6, 105, 6);
  font-size: 22px;
  display: none;
}


/* On screens that are 1000px wide or less, Effect will Apply */
@media screen and (max-width: 1000px) {

   .menu5464 {
    display: none;
  }
  .navbarIcon-5108{
    font-size: 32px;
    display: flex;
  }
  
 
}



/* On screens that are 600px wide or less, Effect will Apply */
@media screen and (max-width: 600px) {

.menu5464 {
  display: none;
}
.navbarIcon-5108{
  font-size: 32px;
  display: flex;
}
.navbar-Main5648{
  padding-left: 12px;
  padding-right: 12px;
}

}
/*Media Query Section End*/



/* footer styling */
.container2545{
	max-width: 1170px;
	margin:auto;
}
.row2545{
	display: flex;
	flex-wrap: wrap;
}
.footer1245 ul{
	list-style: none;
}
.footer1245{
	background-color: rgb(138,2,242);
    padding: 70px 0;
}
.footer-col2545{
   width: 25%;
   padding: 0 15px;
}
.footer-col2545 h4{
	font-size: clamp(16px, 1.9vw, 1.9vw);
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-style: normal;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
.footer-col2545 h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: rgb(255, 255, 255);
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer-col2545 ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col2545 ul li a{
	font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #ffffff;
	display: block;
	transition: all 0.3s ease;
}
.footer-col2545 ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}
.footer-col2545 .social-links2545 a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255, 255, 255, 0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-col2545 .social-links2545 a:hover{
	color: #ffffff;
	background-color: #fb55a5;
}

/*responsive*/
@media(max-width: 767px){
  .footer-col2545{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col2545{
    width: 100%;
}
}



/* Sub-footer styling */
.sub-footer101 {
  background-color: rgb(116,13,195);
  color: #ffffff;
  padding: 15px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  text-align: center;
  padding-left: 100px;
  padding-right: 100px;
}

.sub-footer101 p {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(12px, 1.1vw, 1.1vw);
}

.social-media1253 {
  display: flex;
  gap: 10px;
}

.social-media1253 a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(12px, 1.1vw, 1.1vw);
}

.social-media1253 a:hover {
  color: #ddd;
}
.i1brand115{
  text-decoration: none;
  color: white;
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-style: normal;
}

/* Responsive styling */
@media (max-width: 600px) {
  .sub-footer101 {
      flex-direction: column;
  }
  .social-media1253 {
      margin-top: 10px;
  }
}



        /* Sidebar styles */
        #sidebar {
          height: 100%;
          width: 300px;
          position: fixed;
          top: 0;
          right: -300px; /* Initially hide the sidebar */
          background-color: #ffffff;
          overflow-x: hidden;
          transition: 0.3s;
          z-index: 1000;
          display: none;
      }

      #sidebar a {
          text-decoration: none;
          font-size: 16px;
          color: rgb(0, 0, 0);
          display: block;
          transition: 0.3s;
          border-bottom: 1px solid rgb(217, 216, 216);
          font-family: "Lato", sans-serif;
          font-weight: 600;
          font-style: normal;
          padding: 18px 15px 18px 15px;
      }

      #sidebar a:hover {
          color: green;
      }
      .homecontain546{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 18px 15px 18px 15px;
      }


      /* When the sidebar is visible */
      #sidebar.open {
          right: 0;
      }

      /* Close button inside sidebar */
      #sidebar .closeBtn {
          font-size: 66px;
          cursor: pointer;
          color: rgb(0, 0, 0);
      }
      #sidebar .closeBtn:hover {
        transform: rotate(20deg);
        transition-timing-function: ease-in;
        color: green;
    }
      #sidebar .menu101 {
        font-size: 22px;
        color: rgb(20, 20, 20);
        font-family: "Lato", sans-serif;
        font-weight: 600;
        font-style: normal;
    }

    @media screen and (max-width: 600px) {
        /* Sidebar styles */
        #sidebar {
          display: none;
      }
    }

    @media screen and (max-width: 1000px) {
      /* Sidebar styles */
      #sidebar {
        display: block;
    }
  }



  /* CTA Section Styling */
.cta-section {
  background-color: #0ab001; /* Green background for the CTA */
  color: white;
  padding: 100px 20px;
  text-align: center;
  background-image: url(image/cta.png);
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
}

.cta-container {
  max-width: 1170px;
  margin: 0 auto;
}

.cta-heading {
  font-size: 4rem;
  margin-bottom: 15px;
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.cta-description {
  font-size: 1.5rem;
  margin-bottom: 55px;
  margin-top: 25px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: rgb(255, 255, 255);
}

.cta-button {
  background-color: rgb(246, 125, 54); /* Orange button */
  color: white;
  padding: 15px 30px;
  font-size: 1.5rem;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
  border-radius: 15px;
  transition: background-color 0.3s;
}

.cta-button:hover {
  background-color: #fb55a5; /* Darker orange on hover */
}

/* Responsive Styling */
@media (max-width: 1000px) {
  .cta-heading {
      font-size: 2rem;
      margin-bottom: 12px;
  }

  .cta-description {
      font-size: 1.1rem;
      margin-bottom: 45px;
  }

  .cta-button {
      padding: 12px 25px;
      font-size: 1.2rem;
  }
}

@media (max-width: 600px) {
  .cta-heading {
      font-size: 1.6rem;
      margin-bottom: 2px;
  }

  .cta-description {
      font-size: 1rem;
      margin-bottom: 35px;
      margin-top: 15px;
  }

  .cta-button {
      padding: 10px 20px;
      font-size: 1rem;
  }
}



*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: "";
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

.container {
  width: 100%;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.-right-14 {
  right: -3.5rem;
}

.-right-2 {
  right: -0.5rem;
}

.-top-2 {
  top: -0.5rem;
}

.right-0 {
  right: 0px;
}

.top-\[12\%\] {
  top: 12%;
}

.top-\[43px\] {
  top: 43px;
}

.z-50 {
  z-index: 50;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
  margin-bottom: 50px;
}

.mt-auto {
  margin-top: auto;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-40 {
  height: 10rem;
}

.h-\[50px\] {
  height: 50px;
}

.w-40 {
  width: 10rem;
}

.w-60 {
  width: 15rem;
}

.w-\[50px\] {
  width: 50px;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-\[90\%\] {
  max-width: 90%;
}

.translate-y-\[-12\%\] {
  --tw-translate-y: -12%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-rotate-\[20deg\] {
  --tw-rotate: -20deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.gap-8 {
  gap: 2rem;
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(201, 199, 199, 0.495);
}

.border-light {
  border-color: rgba(163, 162, 167, 0.17);
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.bg-light {
  background-color: rgb(58, 0, 255) 
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.p-6 {
  padding: 1.5rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-extrabold {
  font-weight: 800;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-light {
  --tw-text-opacity: 1;
  color: rgb(26 16 60 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
    0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-500 {
  transition-duration: 500ms;
}

body {
  font-family: "Poppins", sans-serif;
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}

.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}

.before\:border-4::before {
  content: var(--tw-content);
  border-width: 4px;
}

.before\:border-light::before {
  content: var(--tw-content);
  border-color: rgb(99, 91, 247);
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}

.after\:right-0::after {
  content: var(--tw-content);
  right: 0px;
}

.after\:border-4::after {
  content: var(--tw-content);
  border-width: 4px;
}

.after\:border-light::after {
  content: var(--tw-content);
  border-color: rgb(99, 91, 247);
}

.hover\:bg-light:hover {
  background-color: rgb(59, 4, 224);
  border-color: rgb(59, 4, 224);
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

:is(.dark .dark\:border-dark) {
  --tw-border-opacity: 1;
  border-color: rgb(0 167 142 / var(--tw-border-opacity));
}

:is(.dark .dark\:border-gray-600) {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}

:is(.dark .dark\:bg-\[\#171717\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-black) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-dark) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 167 142 / var(--tw-bg-opacity));
}

:is(.dark .dark\:text-dark) {
  --tw-text-opacity: 1;
  color: rgb(0 167 142 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-gray-300) {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-gray-400) {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-white) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

:is(.dark .dark\:before\:border-dark)::before {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(0 167 142 / var(--tw-border-opacity));
}

:is(.dark .dark\:after\:border-dark)::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(0 167 142 / var(--tw-border-opacity));
}

:is(.dark .dark\:hover\:bg-dark:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 167 142 / var(--tw-bg-opacity));
}

@media (min-width: 640px) {
  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .xl\:p-8 {
    padding: 2rem;
  }
}
.impcolor
{
  background-color: rgb(99, 91, 247) !important;
}
.checkm455
{
  color: rgb(0,176,144) !important;
}
.pricetext4568 
{
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-style: normal;
}








.container4562035{
  display: flex;
  justify-content: space-around;
  align-items: center; /* Ensures items stay aligned in the center */
  flex-wrap: wrap;
  background-color: rgb(243, 246, 250);
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 60px;
  padding-right: 60px;
}

/* Pricing Section */
.pricing-section {
  width: 55%;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid rgb(194, 191, 191);

}

.quantity-control {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.quantity-control button {
  width: clamp(30px, 3vw, 3vw); 
  height: clamp(38px, 3vw, 3vw); 
  font-size: clamp(0.8rem, 1.5vw, 1.5vw);
  background-color: #f9fbfc;
  color: rgb(103, 101, 101);
  border: none;
  border-radius: 50px;
  cursor: pointer;
  border: 1px solid rgb(213, 208, 208);
}

.quantity-control input {
  width: clamp(60px, 8vw, 8vw); 
  height: clamp(38px, 3vw, 3vw); 
  text-align: center;
  font-size: clamp(0.8rem, 1.5vw, 1.5vw);
  border: 1px solid #ccc;
  border-radius: 4px;
} 
.pricing-section p {
  margin: 10px 0;
}

.discount-percentage {
  color: #ffffff;
  font-weight: bold;
  background-color: rgb(252,81,133);
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 50px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(15px, 1.5vw, 1.5vw);
}

/* Details Section */
.details-section {
  width: 36%;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid rgb(194, 191, 191);
}

.details-section p {
  margin: 10px 0;
}

.details-section .total {
  border-bottom: 1px solid rgb(204, 199, 199);
  border-top: 1px solid rgb(204, 199, 199);
  padding-bottom: 13px;
  padding-top: 13px;
  color: rgb(69, 68, 68);
  margin-bottom: 12px;
  margin-top: 15px;
  width: 100%;
} 
.details-section .total p{
  font-size: 20px;
  font-weight: 600;
} 
/* Responsive Design */
@media (max-width: 988px) {
  .container4562035 {
    gap: 15px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .count451287
  {
    flex-direction: column;
    gap: 12px;
  }
  .price548069
  {
  text-align: center;
  }
  .savings1265
  {
  text-align: center;
  }
  .headtext25486
  {
  text-align: center;
  }
  .line564845264
  {
  text-align: center;
  }
  .line564864
  {
    text-align: center;
  }

  .pricing-section,
  .details-section {
    width: 100%;
  }
}
.line564864
{
  border-bottom: 1px solid rgb(215, 214, 214);
  padding-bottom: 30px;
  color: rgb(47,28,106);
  margin-bottom: 35px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(18px, 2vw, 2vw);
}
.price548069
{
  border-bottom: 1px solid rgb(204, 199, 199);
  padding-bottom: 10px;
  color: rgb(47,28,106);
  margin-bottom: 20px;
  width: 100%;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(18px, 1.8vw, 1.8vw);
}
.headtext25486
{
  color: rgb(47,28,106);
  padding: 20px;
  margin-bottom: -10px;
  width: 100%;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(28px, 3vw, 3vw);
}
.paybtnn56955
{
  width: 100%;          /* Ensures the button spans the entire container width */
  display: block;       /* Makes the button a block element */
  text-align: center;   /* Centers text within the button */
  padding: 10px;        /* Optional: Adjusts padding for better appearance */
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(17px, 1.5vw, 1.5vw);
  border: none;         /* Removes any default border */
  background-color: rgb(103,61,230);
  color: rgb(255, 255, 255);         /* Optional: Text color */
  cursor: pointer;      /* Changes cursor to pointer for better UX */
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 6px;
}


.paybtnn56955:hover {
  background-color: #5025d1;
}
.count451287
{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.original-price {
  color: #474747; /* Light gray color */
  text-decoration: line-through; /* Optional: Adds a strikethrough */
  font-style: italic; /* Optional: Makes the text appear less prominent */
  opacity: 0.7; /* Optional: Reduces visibility slightly */
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: clamp(16px, 1.6vw, 1.6vw);
}
.original-price2203 {
  color: rgb(69, 69, 70);
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(18px, 1.8vw, 1.8vw);
}
.line564845264
{
  background-color: rgb(222,244,240);
  border-radius: 5px;
  color: rgb(29,30,32);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 15px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(14px, 1.2vw, 1.2vw);
}
.savings1265
{
  color: rgb(59,144,63);
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(17px, 1.6vw, 1.6vw);
}
.greyout2548
{
  color: #858585; /* Light gray color */
  text-decoration: line-through; /* Optional: Adds a strikethrough */
  font-style: italic; /* Optional: Makes the text appear less prominent */
  opacity: 0.7; /* Optional: Reduces visibility slightly */
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: clamp(22px, 2vw, 2vw);
}
.amount25048
{
  color: rgb(44, 44, 44); /* Light gray color */
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(22px, 2vw, 2vw);
}
.amount25035
{
  color: #a4a4a4; /* Light gray color */
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: clamp(22px, 2vw, 2vw);
}
.totalcont5664
{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgb(215, 214, 214);
  border-bottom: 1px solid rgb(215, 214, 214);
  margin-top: 16px;
  margin-bottom: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: rgb(44, 44, 44);
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(22px, 2vw, 2vw);
}
.pricedtl45486
{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pricedtl45486 p
{
  color: rgb(67, 66, 66);
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(16px, 1.5vw, 1.5vw);
}
.discountAmount
{
  color: rgb(59,144,63);
}
.securepmt525
{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  color: rgb(78, 77, 82);
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(14px, 1.3vw, 1.3vw);
}
.securepmt5254
{
  color: rgb(103,61,230);
  padding-right: 12px;
}
  












@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;600&display=swap");


:root {
  --Desaturated-Red: hsl(0, 36%, 70%);
  --Soft-Red: hsl(0, 93%, 68%);
  --Dark-Grayish-Red: hsl(0, 6%, 24%);
  --gradient-1: linear-gradient(135deg, hsl(0, 0%, 100%), hsl(0, 74%, 74%));
  --fw-light: 300;
  --fw-bold: 600;
  font: 400 16px "Josefin Sans", sans-serif;
}

body, html {
  height: 100%;
  overflow-x: hidden;
}

.mainhero213 {
  width: 100vw;
  background: url(https://raw.githubusercontent.com/davidsonaguiar/frontendmentor/main/Base%20apparel%20coming%20soon/images/bg-pattern-desktop.svg)
  no-repeat center/cover;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  align-items: center;
  background-color: rgba(250, 250, 250, 0.841);
  margin-top: 55px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.hero136 {
  width: 100%;
  height: 300px;
  background: url(image/creat.png)
    no-repeat center;
  background-size: cover;
}

.main136 {
  max-width: 600px;
  margin: 0 auto;
  padding: 1rem;
  text-align: center;
}

.title135 {
  color: var(--Dark-Grayish-Red);
  font-size: clamp(2.5rem, 8vw, 5rem);
  font-weight: var(--fw-bold);
  text-transform: uppercase;
  margin-bottom: 1.4rem;
  line-height: clamp(50px, 6.5vw, 7rem);
}

.desaturate {
  color: var(--Desaturated-Red);
  font-weight: var(--fw-light);
}

.paragraph123 {
  color: var(--Desaturated-Red);
  line-height: 1.5;
  margin-bottom: 2rem;
  font-size: clamp(13px, 1.2vw, 1.2vw);
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.form123 {
  position: relative;
  display: flex;
  align-items: center;
  border: 2px solid var(--Desaturated-Red);
  border-radius: 50px;
  height: 50px;
  padding: 0;
}

.input123 {
  flex: 1;
  border: none;
  border-radius: 50px 0 0 50px;
  padding: 0 1rem;
  font-size: 1rem;
  font-weight: var(--fw-light);
}

.input123:focus {
  outline: none;
}

.button123 {
  background: var(--Soft-Red);
  color: white;
  border: none;
  border-radius: 0 50px 50px 0;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  height: 100%;
}

.button123 img {
  width: 16px;
  height: auto;
}

.button123:hover {
  background: var(--Desaturated-Red);
}

.error123 {
  display: none;
  color: var(--Desaturated-Red);
  margin-top: 0.5rem;
  text-align: center;
}

.input123:invalid ~ .error123 {
  display: block;
}

.hidden-acs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

@media (min-width: 768px) {
  .mainhero213 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .hero136 {
    height: 600px; /* Larger for bigger screens */
  }

  .main136 {
    text-align: left;
    padding: 2rem;
  }

  .title135 {
    text-align: left;
  }

  .paragraph123 {
    text-align: left;
  }
}
