body{	
	padding:0;
	margin: 0;
	overflow-x: hidden;
	background:#000000;
}
html {
    scroll-behavior: smooth;
}
p{
	padding: 0; margin: 0;
}
img{
	height: 0 auto;
}

a {
	text-decoration: none !important;
}
.t-c{
	text-align: center !important;
}
.t-l{
	text-align: left !important;
}
.t-r{
	text-align: right !important;
}
.no-padding{
	padding: 0;
}
.no-padding-x{
	padding: 4px;
}
.center_contanier{
	width: 1200px; margin:0 auto;
}
.smallcenter_contanier{
	width: 1000px; margin:0 auto;
}
.smallcenter_contanier_md{
	width: 1050px; margin:0 auto;
}
.small_net_center_contanier {
    width: 900px;
    margin: 0 auto;
}
.center_big_contanier{
	width: 1290px; margin:0 auto;
}
.center_smallbig_contanier{
	width: 400px; margin:0 auto;
}
.mar_1{
	margin-top: 5px;
}
.mar_2{
	margin-top: 14px;
}
.mar_3{
	margin-top: 15px;
}
.mar_4{
	margin-top: 20px;
}
.mar_5{
	margin-top: 25px;
}
.mar_6{
	margin-top: 30px;
}
.mar_7{
	margin-top: 35px;
}
.mar_8{
	margin-top: 40px;
}
.mar_9{
	margin-top: 45px;
}
.mar_10{
	margin-top: 50px;
}
.mar_11{
	margin-top: 55px;
}
.mar_12{
	margin-top: 60px;
}
.mar_13{
	margin-top: 65px;
}
.mar_14{
	margin-top: 70px;
}
.mar_15{
	margin-top: 75px;
}
.mar_16{
	margin-top: 80px;
}
.mar_17{
	margin-top: 85px;
}
.mar_18{
	margin-top: 90px;
}
.mar_19{
	margin-top: 95px;
}
.mar_20{
	margin-top: 100px;
}
.blink-soft {
  animation: blinker 2.5s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
     /* Header */
        .mobile-header {
            width: 100%;
            background: transparent;
            padding: 15px 8px;
            position: relative;
            z-index: 999;
            display: none;
        }

        .header-inner {
            max-width: 1200px;
            margin: auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        /* Logo */
        .logo {
               font-size: 22px;
               line-height: 26px;
               margin-bottom: 0px;
               text-align: center;
               width: 100%;
               font-family: "Fraunces", serif;
               font-weight: 400;
               text-transform: uppercase;
               letter-spacing: 1px;
               color: #ffffff;
               padding: 0px 20px;
        }

        /* Desktop Menu */
        .desktop-menu {
            display: flex;
            align-items: center;
            gap: 30px;
            list-style: none;
        }

        .desktop-menu a {
            color: #fff;
            text-decoration: none;
            font-size: 16px;
            transition: 0.3s;
        }

        .desktop-menu a:hover {
            color: #d6b23e;
        }

        /* Mobile Menu Button */
        .menu-toggle {
            display: none;
            width: 45px;
            height: 40px;
            border: 0;
            background: transparent;
            cursor: pointer;
            position: relative;
            margin-top: -13px;
        }

        .menu-toggle span {
            display: block;
            width: 28px;
            height: 3px;
            background: #fff;
            margin: 5px auto;
            transition: 0.3s;
        }

        /* Mobile Menu */
        .mobile-menu {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            background: #1c1c1d;
            padding: 20px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
            font-family: "Fraunces", serif;
            color: #D4AF37;
        }

        .mobile-menu ul {
            list-style: none;
        }

        .mobile-menu li {
            border-bottom: 1px solid rgba(255,255,255,0.15);
        }

        .mobile-menu li:last-child {
            border-bottom: 0;
        }

        .mobile-menu a {
            display: block;
            color: #D4AF37;
            text-decoration: none;
            padding: 15px 5px;
            font-size: 17px;
        }

        .mobile-menu a:hover {
            color: #d6b23e;
        }

        /* Active Menu */
        .mobile-menu.active {
            display: block;
        }

        /* Hamburger Animation */
        .menu-toggle.active span:nth-child(1) {
            transform: rotate(45deg) translate(6px, 6px);
        }

        .menu-toggle.active span:nth-child(2) {
            opacity: 0;
        }

        .menu-toggle.active span:nth-child(3) {
            transform: rotate(-45deg) translate(6px, -6px);
        }

        /* Mobile */
        @media (max-width: 768px) {

            .desktop-menu {
                display: none;
            }

            .menu-toggle {
                display: block;
            }

        }

        /* Desktop */
        @media (min-width: 769px) {

            .mobile-menu {
                display: none !important;
            }

        }

/*---------------------*/

    /* Subtle architectural grid backdrop */
    .bg-grid-pattern {
      background-size: 44px 44px;
      background-image: 
        linear-gradient(to right, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    }

    .copper-gradient-text {
      background: linear-gradient(135deg, #FFF6E5 0%, #E59838 50%, #D97706 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .badge-blur {
      backdrop-filter: blur(12px);
      background: rgba(229, 152, 56, 0.08);
      border: 1px solid rgba(229, 152, 56, 0.25);
    }
/*---------------------*/
.ceo_md_pok {
    
width: 100%;
    
display: inline-block;
    
padding: 50px 0px 50px;
}
.ceo_md_pok h4{
   letter-spacing: -3px;
   margin-bottom: 25px;
   color: #D4AF37;
   font-family: "Fraunces", serif;
   font-size: 37px;
   line-height: 66px;
   text-align: center;
}

.ceo_md_pok .sir_box{
    
display: flex;
    
align-items: flex-start;
    
gap: 28px;
    
align-self: stretch;
    
border: 1px solid rgba(255,255,255,0.10) !important;
    
padding: 30px;
    
border-radius: 10px;
}
.ceo_md_pok .images_box{
    
display: inline-block;
    
width: 35%;
}
.ceo_md_pok .images_box img{
    
width: 100%;
    
border-radius: 20px;
    
height: 430px;
    
object-fit: cover;
    
object-position: top;
}
.ceo_md_pok .contntt_box_box{
    
display: inline-block;
    
width: 65%;
    
padding: 50px 40px;
}
.ceo_md_pok .contntt_box_box h2{
  letter-spacing: -3px;
  margin-bottom: 25px;
  color: #fff;
  font-family: "Fraunces", serif;
  font-size: 59px;
  line-height: 66px;
  background: linear-gradient(119deg, var(--token-eb0764c0-6c16-4080-a149-e4c934d35a8f, rgb(255, 180, 51)) 0%, var(--token-c5d8cc4f-27bd-45bf-a48d-a5364a1c18ac, rgb(255, 217, 153)) 29.549548862216707%, var(--token-eb0764c0-6c16-4080-a149-e4c934d35a8f, rgb(255, 180, 51)) 64.50455124313767%, var(--token-c5d8cc4f-27bd-45bf-a48d-a5364a1c18ac, rgb(255, 217, 153)) 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ceo_md_pok .contntt_box_box p{
  color: #ffffff;
  font-size: 18px;
  line-height: 1.8;
  font-family: "Outfit", sans-serif;
  text-align: left;
  display: inline-block;
  margin-bottom: 34px;
  font-weight: 400;
}
/*---------------lastpane-----------------*/
/* Bootstrap 4 does not include Bootstrap 5's g-* row utilities.
   These keep the supplied layout spacing visually equivalent. */
.row.g-0 {
    margin-left: 0;
    margin-right: 0;
}
.row.g-4 {
    margin-left: -12px;
    margin-right: -12px;
}
.row.g-4 > [class*="col-"] {
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 24px;
}
.row.g-5 {
    margin-left: -15px;
    margin-right: -15px;
}
.row.g-5 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}

/* Bootstrap 4 accordion compatibility */
.faq-item .accordion-button {
    width: 100%;
    border: 0;
    text-align: left;
    outline: none;
    cursor: pointer;
}

.faq-item .accordion-button:focus {
    outline: none;
}

.faq-item .accordion-collapse {
    background: #0d0d0d;
}

.faq-item .accordion-body {
    display: block;
}

/* Keep the original icon behavior without relying on Bootstrap 5. */
.faq-plus i {
    transition: transform .3s ease;
}

.accordion-button:not(.collapsed) .faq-plus i {
    transform: rotate(45deg);
}

/* Mobile Bootstrap gutter cleanup */
@media (max-width: 767px) {
    .row.g-4 {
        margin-left: -10px;
        margin-right: -10px;
    }

    .row.g-4 > [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }

    .row.g-5 {
        margin-left: -10px;
        margin-right: -10px;
    }

    .row.g-5 > [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }
}


/*---------------lastpane-----------------*/

        /* =========================================================
           HERO
        ========================================================= */

          /* =========================================================
           HERO SECTION
        ========================================================= */

        .dd-hero {
            position: relative;
            overflow: hidden;
            background:
                radial-gradient(
                    circle at 50% 35%,
                    #1b1e34 0%,
                    #0c0e17 42%,
                    #05060a 100%
                );
            display: flex;
            align-items: center;
            padding: 40px 0px;
        }

        /* =========================================================
           BACKGROUND CONTAINER
        ========================================================= */

        .hero-bg {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;

            overflow: hidden;
            pointer-events: none;
        }

        /* =========================================================
           LARGE GLOW
        ========================================================= */

        .glow {
            position: absolute;

            border-radius: 50%;

            filter: blur(90px);

            opacity: .35;

            animation:
                floatingGlow 12s ease-in-out infinite alternate;
        }

        /* Top Center Glow */

        .glow-1 {
            width: 550px;
            height: 550px;
            top: -250px;
            left: 50%;
            transform: translateX(-50%);
            background: radial-gradient(circle, #d4af37, rgba(70, 70, 180, .08), transparent 70%);
        }

        /* Left Glow */

        .glow-2 {
            width: 400px;
            height: 400px;
            left: -180px;
            top: 25%;
            background: radial-gradient(circle, #d4af37, transparent 70%);
            animation-delay: -4s;
        }

        /* Right Glow */

        .glow-3 {
            width: 450px;
            height: 450px;
            right: -200px;
            bottom: -100px;
            background: radial-gradient(circle, #d4af37, transparent 70%);
            animation-delay: -7s;
        }

        /* Glow Animation */

        @keyframes floatingGlow {

            0% {
                transform:
                    translate3d(-20px, -10px, 0)
                    scale(1);
            }

            50% {
                transform:
                    translate3d(30px, 25px, 0)
                    scale(1.08);
            }

            100% {
                transform:
                    translate3d(-10px, 50px, 0)
                    scale(.95);
            }
        }

        /* =========================================================
           GRID BACKGROUND
        ========================================================= */

        .hero-grid {
            position: absolute;

            width: 180%;
            height: 160%;

            left: -40%;
            top: 30%;

            opacity: .13;

            background-image:

                linear-gradient(
                    rgba(255,255,255,.08) 1px,
                    transparent 1px
                ),

                linear-gradient(
                    90deg,
                    rgba(255,255,255,.08) 1px,
                    transparent 1px
                );

            background-size: 70px 70px;

            transform:
                perspective(500px)
                rotateX(65deg)
                translateY(0);

            transform-origin: center bottom;

            animation: gridMove 18s linear infinite;
        }

        @keyframes gridMove {

            0% {
                transform:
                    perspective(500px)
                    rotateX(65deg)
                    translateY(0);
            }

            100% {
                transform:
                    perspective(500px)
                    rotateX(65deg)
                    translateY(70px);
            }
        }

        /* =========================================================
           LIGHT BEAM
        ========================================================= */

        .hero-light-beam {
            position: absolute;
            width: 800px;
            height: 800px;
            top: -400px;
            left: 50%;
            transform:
                translateX(-50%)
                rotate(20deg);
            background: conic-gradient(from 
180deg, transparent, rgba(140, 130, 255, .10), transparent, rgba(90, 100, 255, .08), transparent);
            filter: blur(35px);
            opacity: .8;
            animation:
                beamRotate 15s linear infinite;
        }

        @keyframes beamRotate {

            0% {
                transform:
                    translateX(-50%)
                    rotate(0deg);
            }

            50% {
                transform:
                    translateX(-50%)
                    rotate(20deg);
            }

            100% {
                transform:
                    translateX(-50%)
                    rotate(0deg);
            }
        }

        /* =========================================================
           CURVED LIGHT
        ========================================================= */

        .hero-orbit {
            position: absolute;

            width: 900px;
            height: 350px;

            left: 50%;
            top: 35%;

            transform:
                translate(-50%, -50%)
                rotate(-12deg);

            border: 1px solid rgba(150, 140, 255, .10);

            border-radius: 50%;

            box-shadow:
                0 0 40px rgba(100, 90, 255, .05),
                inset 0 0 40px rgba(100, 90, 255, .03);

            animation:
                orbitMove 10s ease-in-out infinite alternate;
        }

        .hero-orbit::before {
            content: "";

            position: absolute;

            width: 100%;
            height: 100%;

            left: 0;
            top: 0;

            border-radius: 50%;

            border-top:
                2px solid rgba(160, 150, 255, .30);

            filter: blur(3px);
        }

        @keyframes orbitMove {

            0% {
                transform:
                    translate(-50%, -50%)
                    rotate(-12deg)
                    scale(1);
            }

            100% {
                transform:
                    translate(-50%, -50%)
                    rotate(-7deg)
                    scale(1.05);
            }
        }

        /* =========================================================
           NOISE
        ========================================================= */

        .hero-noise {
            position: absolute;

            inset: 0;

            opacity: .035;

            pointer-events: none;

            background-image:
                url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='.8'/%3E%3C/svg%3E");
        }

        /* =========================================================
           DARK VIGNETTE
        ========================================================= */

        .hero-vignette {
            position: absolute;

            inset: 0;

            background:
                radial-gradient(
                    ellipse at center,
                    transparent 20%,
                    rgba(0,0,0,.25) 65%,
                    rgba(0,0,0,.65) 100%
                );

            pointer-events: none;
        }

        /* =========================================================
           HERO CONTENT
        ========================================================= */

        .dd-hero .container {
            position: relative;

            z-index: 10;
        }

        .hero-content {
            padding-top: 20px;
            padding-bottom: 0px;
        }

        /* =========================================================
           LABEL
        ========================================================= */

        .hero-label {
            display: inline-flex;

            align-items: center;

            padding: 9px 18px;

            margin-bottom: 28px;

            border:
                1px solid rgba(255,255,255,.15);

            border-radius: 50px;

            background:
                rgba(255,255,255,.035);

            box-shadow:
                inset 0 0 20px rgba(255,255,255,.02);

            color:
                rgba(255,255,255,.75);

            font-size: 11px;

            font-weight: 600;

            letter-spacing: 3px;

            text-transform: uppercase;
        }

        .hero-label::before {
            content: "";
            width: 7px;
            height: 7px;
            margin-right: 10px;
            border-radius: 50%;
            background: #D4AF37;
            box-shadow: 0 0 10px #D4AF37;
        }

        /* =========================================================
           HERO TITLE
        ========================================================= */

        .hero-title {
            margin:
                0 auto 28px;
            color: #ffffff;
            font-size: 50px;
            line-height: 64px;
            font-weight: 800;
            letter-spacing: -2px;
            font-family: "Fraunces", serif;
            margin-bottom: 10px;
        }

        /* Gradient Text */

        .hero-title .gradient-text {

background: linear-gradient(119deg, var(--token-eb0764c0-6c16-4080-a149-e4c934d35a8f, rgb(255, 180, 51)) 0%, var(--token-c5d8cc4f-27bd-45bf-a48d-a5364a1c18ac, rgb(255, 217, 153)) 29.549548862216707%, var(--token-eb0764c0-6c16-4080-a149-e4c934d35a8f, rgb(255, 180, 51)) 64.50455124313767%, var(--token-c5d8cc4f-27bd-45bf-a48d-a5364a1c18ac, rgb(255, 217, 153)) 100%);

background-size: 200% auto;

-webkit-background-clip: text;

background-clip: text;

-webkit-text-fill-color: transparent;

animation:
                textShine 5s linear infinite;

display: block;

}

        @keyframes textShine {

            0% {
                background-position: 0% center;
            }

            100% {
                background-position: 200% center;
            }
        }

        /* =========================================================
           DESCRIPTION
        ========================================================= */

        .hero-description {
            max-width: 690px;
            margin:
                0 auto 38px;
            color: #fff;
            font-size: 15px;
            line-height: 1.8;
            font-weight: 400;
            font-family: "Fraunces", serif;
        }

        /* =========================================================
           BUTTON
        ========================================================= */

        .hero-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            padding: 10px 29px;
            border-radius: 6px;
            background: linear-gradient(119deg, var(--token-eb0764c0-6c16-4080-a149-e4c934d35a8f, rgb(255, 180, 51)) 0%, var(--token-c5d8cc4f-27bd-45bf-a48d-a5364a1c18ac, rgb(255, 217, 153)) 29.549548862216707%, var(--token-eb0764c0-6c16-4080-a149-e4c934d35a8f, rgb(255, 180, 51)) 64.50455124313767%, var(--token-c5d8cc4f-27bd-45bf-a48d-a5364a1c18ac, rgb(255, 217, 153)) 100%);
            color: #08090e;
            font-size: 17px;
            font-weight: 400;
            text-decoration: none;
            transition:
                all .35s ease;
            box-shadow:
                0 15px 40px rgba(0,0,0,.25);
            font-family: "Fraunces", serif;
        }

        .hero-btn i {
            transition:
                transform .35s ease;
        }

        .hero-btn:hover {

            color: #08090e;

            text-decoration: none;

            transform:
                translateY(-4px);

            box-shadow:
                0 20px 50px rgba(255,255,255,.12);
        }

        .hero-btn:hover i {
            transform:
                translateX(6px);
        }

        /* =========================================================
           SECONDARY BUTTON
        ========================================================= */

        .hero-secondary-btn {
            display: inline-flex;

            align-items: center;

            gap: 10px;

            margin-left: 15px;

            padding: 14px 23px;

            border:
                1px solid rgba(255,255,255,.15);

            border-radius: 8px;

            color: rgba(255,255,255,.85);

            background:
                rgba(255,255,255,.03);

            font-size: 14px;

            font-weight: 600;

            text-decoration: none;

            transition:
                all .3s ease;
        }

        .hero-secondary-btn:hover {

            color: #ffffff;

            text-decoration: none;

            border-color:
                rgba(255,255,255,.30);

            background:
                rgba(255,255,255,.07);

            transform:
                translateY(-3px);
        }

        /* =========================================================
           BOTTOM FADE
        ========================================================= */

        .hero-bottom-fade {
            position: absolute;

            bottom: 0;
            left: 0;

            width: 100%;
            height: 180px;

            z-index: 4;

            background:
                linear-gradient(
                    to bottom,
                    transparent,
                    #05060a
                );

            pointer-events: none;
        }

        /* =========================================================
           RESPONSIVE
        ========================================================= */

        @media (max-width: 991px) {

            .hero-title {
                font-size: 62px;

                letter-spacing:
                    -2.5px;
            }

            .hero-orbit {
                width: 700px;
            }
        }

        @media (max-width: 767px) {

            .dd-hero {
                min-height: 750px;
            }

            .hero-content {
                padding-top: 110px;
                padding-bottom: 110px;
            }

            .hero-title {

                font-size: 43px;

                line-height: 1.08;

                letter-spacing:
                    -1.8px;
            }

            .hero-description {

                padding: 0 15px;

                font-size: 15px;

                line-height: 1.7;
            }

            .hero-secondary-btn {

                margin-left: 0;

                margin-top: 12px;
            }

            .hero-orbit {

                width: 600px;
                height: 250px;

                top: 42%;
            }

            .hero-grid {

                width: 220%;
                left: -60%;

                background-size:
                    50px 50px;
            }

            .glow-1 {

                width: 350px;
                height: 350px;

                top: -120px;
            }

            .glow-2 {

                width: 250px;
                height: 250px;

                left: -120px;
            }

            .glow-3 {

                width: 280px;
                height: 280px;

                right: -130px;
            }
        }

        @media (max-width: 480px) {

            .hero-title {
                font-size: 38px;
            }

            .hero-label {
                font-size: 9px;
                letter-spacing: 2px;
            }

            .hero-btn {
                width: 100%;
                max-width: 230px;
            }

            .hero-secondary-btn {
                width: 100%;
                max-width: 230px;
                justify-content: center;
            }
        }

        /* =========================================================
           REDUCE ANIMATION FOR ACCESSIBILITY
        ========================================================= */

        @media (prefers-reduced-motion: reduce) {

            .glow,
            .hero-grid,
            .hero-light-beam,
            .hero-orbit,
            .hero-title .gradient-text {
                animation: none;
            }
        }

        /* =========================================================
           BUTTONS
        ========================================================= */

        .btn-primary-custom {
       color: #000000;
       font-size: 17px;
       font-family: "Fraunces", serif;
       background: linear-gradient(119deg, var(--token-eb0764c0-6c16-4080-a149-e4c934d35a8f, rgb(255, 180, 51)) 0%, var(--token-c5d8cc4f-27bd-45bf-a48d-a5364a1c18ac, rgb(255, 217, 153)) 29.549548862216707%, var(--token-eb0764c0-6c16-4080-a149-e4c934d35a8f, rgb(255, 180, 51)) 64.50455124313767%, var(--token-c5d8cc4f-27bd-45bf-a48d-a5364a1c18ac, rgb(255, 217, 153)) 100%);
       padding: 10px 30px;
       border-radius: 6px;
       transition: 0.3s ease;
       width: fit-content;
       padding-bottom: 13px;
       }

        .btn-primary-custom:hover {
            background: #fff;
            color: #000;
            transform: translateY(-3px);
        }

        .btn-outline-custom {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            border: 1px solid #D4AF37;
            color: #fff;
            transition: 0.3s ease;
            padding: 10px 30px;
            border-radius: 3px;
            font-size: 17px;
            font-family: "Fraunces", serif;
            color: #D4AF37;
        }

        .btn-outline-custom:hover {
            border-color: #fff;
            background: #fff;
            color: #000;
        }
 .btn-primary-custom span{
 	
margin-left: 10px;
 	
font-size: 14px;
 }

        /* =========================================================
           STATS
        ========================================================= */

        .stats-section {
            padding: 35px 0;

            border-top: 1px solid var(--border);
            border-bottom: 1px solid var(--border);

            background: #080808;
        }

        .stat-box {
            text-align: center;
            padding: 20px;

            border-right: 1px solid var(--border);
        }

        .stat-box:last-child {
            border-right: 0;
        }

        .stat-number {
            font-size: 40px;
            font-weight: 800;
            color: #fff;
            margin-bottom: 5px;
            font-family: "Fraunces", serif;
        }

        .stat-number span {
            color: #D4AF37;
        }

        .stat-label {
            color: #888;
            font-size: 13px;
            font-family: "Outfit", sans-serif;
            font-weight: 400;
        }


        /* =========================================================
           COMMON SECTION
        ========================================================= */

        .section {
            padding: 70px 0;
        }

        .section-label {
            color: #D4AF37;
            font-size: 12px;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 20px;
        }

        .section-title {
            letter-spacing: -3px;
            margin-bottom: 25px;
            color: #fff;
            font-family: "Fraunces", serif;
            font-size: 57px;
            line-height: 57px;
        }

        .section-title span {
            color: #D4AF37;
        }

        .section-description {
            color: #ffffff;
            font-size: 17px;
            line-height: 1.8;
            max-width: 680px;
            font-family: "Outfit", sans-serif;
            text-align: center;
            display: inline-block;
            margin-bottom: 34px;
        }
        .section-descriptiontwo {
            color: #ffffff;
            font-size: 17px;
            line-height: 1.8;
            max-width: 680px;
            font-family: "Outfit", sans-serif;
            text-align: left;
            display: inline-block;
            margin-bottom: 34px;
        }
        .section-descriptionthre {
            color: #ffffff;
            font-size: 17px;
            line-height: 1.8;
            max-width: 680px;
            font-family: "Outfit", sans-serif;
            text-align: left;
            display: inline-block;
            margin-bottom: 34px;
        }

        /* =========================================================
           STORY
        ========================================================= */

        .story-card {
            height: 100%;
            min-height: 450px;
            border: 1px solid var(--border);
            border-radius: 25px;
            padding: 45px;
            background: radial-gradient(circle at top right, #493903, transparent 35%), #0d0d0d;
            position: relative;
            overflow: hidden;
        }

        .story-card::after {
            content: "";

            position: absolute;

            width: 200px;
            height: 200px;

            right: -80px;
            bottom: -80px;

            border-radius: 50%;

            border: 1px solid rgba(216,255,0,0.20);
        }

        .story-icon {
            width: 65px;
            height: 65px;
            border-radius: 18px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #000;
            font-size: 25px;
            margin-bottom: 35px;
            background: linear-gradient(119deg, var(--token-eb0764c0-6c16-4080-a149-e4c934d35a8f, rgb(255, 180, 51)) 0%, var(--token-c5d8cc4f-27bd-45bf-a48d-a5364a1c18ac, rgb(255, 217, 153)) 29.549548862216707%, var(--token-eb0764c0-6c16-4080-a149-e4c934d35a8f, rgb(255, 180, 51)) 64.50455124313767%, var(--token-c5d8cc4f-27bd-45bf-a48d-a5364a1c18ac, rgb(255, 217, 153)) 100%);
        }

        .story-card h3 {
            font-size: 30px;
            margin-bottom: 20px;
            font-family: "Fraunces", serif;
            color: #D4AF37;
        }

        .story-card p {
            color: #ffffff;
            line-height: 1.8;
            font-size: 15px;
            margin-bottom: 20px;
            font-family: "Outfit", sans-serif;
        }


        /* =========================================================
           PROOF
        ========================================================= */

        .proof-section {
            background: #080808;
        }

        .proof-card {
            position: relative;

            height: 100%;
            min-height: 300px;

            padding: 35px;

            border-radius: 22px;

            background: #101010;

            border: 1px solid var(--border);

            overflow: hidden;

            transition: 0.35s ease;
        }

        .proof-card:hover {
            transform: translateY(-8px);
            border-color: rgba(216,255,0,0.35);
        }

        .proof-icon {
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 14px;
            background: linear-gradient(119deg, var(--token-eb0764c0-6c16-4080-a149-e4c934d35a8f, rgb(255, 180, 51)) 0%, var(--token-c5d8cc4f-27bd-45bf-a48d-a5364a1c18ac, rgb(255, 217, 153)) 29.549548862216707%, var(--token-eb0764c0-6c16-4080-a149-e4c934d35a8f, rgb(255, 180, 51)) 64.50455124313767%, var(--token-c5d8cc4f-27bd-45bf-a48d-a5364a1c18ac, rgb(255, 217, 153)) 100%);
            color: #000000;
            font-size: 22px;
            margin-bottom: 50px;
        }

        .proof-card h3 {
            font-size: 27px;
            margin-bottom: 12px;
            font-family: "Fraunces", serif;
            color: #D4AF37;
        }

        .proof-card p {
            color: #ffffff;
            font-size: 17px;
            line-height: 1.7;
            font-family: "Outfit", sans-serif;
        }


        /* =========================================================
           SYSTEM
        ========================================================= */

        .system-box {
            margin-top: 60px;

            border: 1px solid var(--border);
            border-radius: 30px;

            padding: 60px;

            background: #0b0b0b;
        }

        .system-item {
            padding: 30px 0;

            border-bottom: 1px solid var(--border);
        }

        .system-item:last-child {
            border-bottom: 0;
        }

        .system-number {
            color: #D4AF37;
            font-size: 27px;
            font-weight: 800;
            font-family: "Fraunces", serif;
        }

        .system-item h4 {
            font-size: 23px;
            margin: 0;
            font-family: "Fraunces", serif;
            color: #fff;
            font-weight: 600;
        }

        .system-item p {
            margin: 0;
            color: #ffffff;
            line-height: 1.7;
            font-family: "Outfit", sans-serif;
            font-size: 17px;
        }


        /* =========================================================
           TEAM
        ========================================================= */

        .team-section {
            background: #080808;
        }

        .team-card {
            background: #101010;

            border: 1px solid var(--border);

            border-radius: 22px;

            overflow: hidden;

            height: 100%;

            transition: 0.35s ease;
        }

        .team-card:hover {
            transform: translateY(-8px);

            border-color: rgba(216,255,0,0.30);
        }

        .team-image {
            height: 340px;

            background:
                linear-gradient(
                    145deg,
                    #252525,
                    #090909
                );

            display: flex;
            align-items: center;
            justify-content: center;

            overflow: hidden;
        }

        .team-image i {
            font-size: 110px;
            color: #303030;
        }

        .team-content {
            padding: 28px;
        }

        .team-role {
            color: var(--accent);

            font-size: 11px;

            text-transform: uppercase;
            letter-spacing: 1.5px;

            font-weight: 800;

            margin-bottom: 8px;
        }

        .team-content h3 {
            font-size: 24px;
            margin-bottom: 14px;
        }

        .team-content p {
            color: #777;

            font-size: 14px;

            line-height: 1.7;
        }


        /* =========================================================
           FAQ
        ========================================================= */

        .faq-section {
            background: #050505;
            position: relative;
        }

        .faq-wrapper {
            position: relative;
        }

        .faq-item {
            background: #0d0d0d !important;

            border: 1px solid rgba(255,255,255,0.10) !important;

            border-radius: 16px !important;

            margin-bottom: 14px;

            overflow: hidden;

            transition: 0.3s ease;
        }

        .faq-item:hover {
            border-color: rgb(255 188 73) !important;
        }

        .faq-item .accordion-button {
            position: relative;
            background: #0d0d0d !important;
            color: #fff !important;
            box-shadow: none !important;
            padding: 25px 65px 25px 28px;
            font-family: "Fraunces", serif;
            font-size: 17px;
            font-weight: 500;
        }

        .faq-item .accordion-button::after {
            display: none;
        }

        .faq-item .accordion-button:not(.collapsed) {
            color: #D4AF37 !important;
        }

        .faq-plus {
            position: absolute;
            right: 25px;
            top: 50%;
            transform: translateY(-50%);
            width: 35px;
            height: 35px;
            border-radius: 50%;
            background: rgba(216,255,0,0.08);
            color: #ffcb72;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: 0.3s ease;
        }

        .accordion-button:not(.collapsed) .faq-plus {
            background: linear-gradient(119deg, var(--token-eb0764c0-6c16-4080-a149-e4c934d35a8f, rgb(255, 180, 51)) 0%, var(--token-c5d8cc4f-27bd-45bf-a48d-a5364a1c18ac, rgb(255, 217, 153)) 29.549548862216707%, var(--token-eb0764c0-6c16-4080-a149-e4c934d35a8f, rgb(255, 180, 51)) 64.50455124313767%, var(--token-c5d8cc4f-27bd-45bf-a48d-a5364a1c18ac, rgb(255, 217, 153)) 100%);
            color: #000;
            transform:
                translateY(-50%)
                rotate(45deg);
        }

        .faq-item .accordion-body {
            padding: 0 65px 28px 28px;
            color: #ffffff;
            font-size: 16px;
            line-height: 1.8;
            font-family: "Outfit", sans-serif;
            font-weight: 400;
        }


        /* =========================================================
           CTA
        ========================================================= */

        .cta-section {
            padding: 120px 0;
        }

        .cta-box {
            position: relative;
            overflow: hidden;
            border-radius: 30px;
            padding: 90px 50px;
            text-align: center;
            background: radial-gradient(circle at 50% 0%, rgb(96 66 14), transparent 40%), #111;
            border: 1px solid rgb(142 113 64);
        }

        .cta-box h2 {
            max-width: 850px;
            margin: 0 auto 25px;
            font-size: 58px;
            line-height: 1;
            letter-spacing: 0px;
            font-family: "Fraunces", serif;
            color: #fff;
        }

        .cta-box h2 span {
            color: #ffcb72;
        }

        .cta-box p {
            max-width: 650px;
            margin: 0 auto 35px;
            color: #ffffff;
            line-height: 1.8;
            font-family: "Outfit", sans-serif;
            font-size: 18px;
        }


 
        /* =========================================================
           RESPONSIVE
        ========================================================= */

        @media (max-width: 991px) {

            .about-hero {
                min-height: 650px;
            }

            .stat-box {
                border-right: 0;

                border-bottom:
                    1px solid var(--border);
            }

            .stat-box:last-child {
                border-bottom: 0;
            }

            .system-box {
                padding: 35px;
            }



        }


        @media (max-width: 767px) {

            .section {
                padding: 85px 0;
            }

            .hero-title {
                letter-spacing: -3px;
            }

            .hero-text {
                font-size: 16px;
            }

            .story-card {
                padding: 30px;
            }

            .system-box {
                padding: 25px;
            }

            .system-item h4 {
                margin: 8px 0;
            }

            .cta-box {
                padding: 60px 25px;
            }

 

            .faq-item .accordion-button {
                padding:
                    20px
                    60px
                    20px
                    20px;

                font-size: 15px;
            }

            .faq-item .accordion-body {
                padding:
                    0
                    20px
                    22px
                    20px;

                font-size: 13px;
            }

            .faq-plus {
                right: 18px;

                width: 32px;
                height: 32px;
            }

        }


/*-------------------------------opt_in_design_4-------------------------*/
.opt_in_design_4 {
	width: 100%;
	float: left;
	padding: 30px 270px;
}
.opt_in_design_4 .opt_text {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(119deg, var(--token-eb0764c0-6c16-4080-a149-e4c934d35a8f, rgb(255, 180, 51)) 0%, var(--token-c5d8cc4f-27bd-45bf-a48d-a5364a1c18ac, rgb(255, 217, 153)) 29.549548862216707%, var(--token-eb0764c0-6c16-4080-a149-e4c934d35a8f, rgb(255, 180, 51)) 64.50455124313767%, var(--token-c5d8cc4f-27bd-45bf-a48d-a5364a1c18ac, rgb(255, 217, 153)) 100%);
    color: #000000;
    text-decoration: none;
    padding: 7px 16px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 600;
    transition: 0.3s ease;
    font-family: "Outfit", sans-serif;
    margin-top: 4px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.opt_in_design_4 h3 {
    font-family: "Fraunces", serif;
    font-size: 72px;
    font-weight: 500;
    margin-bottom: 4px;
    text-align: center;
    width: 100%;
    color: #ffffff;
    text-transform: math-auto;
    line-height: 50px;
    margin-top: 27px;
    display: inline-block;
}
.opt_in_design_4 h3 span{color: #D4AF37;}
.opt_in_design_4 h5 {
    font-family: "Fraunces", serif;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 8px;
    text-align: center;
    width: 100%;
    color: #ffffff;
    text-transform: math-auto;
    line-height: 28px;
    margin-top: 25px;
    display: inline-block;
}
.opt_in_design_4 h5 span{
        display: block;
}
.opt_in_design_4 p {
    font-family: "Outfit", sans-serif;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 4px;
    text-align: center;
    width: 100%;
    color: #ffffff;
    text-transform: math-auto;
    line-height: 31px;
    margin-top: 9px;
    display: inline-block;
    padding: 0px 70px;
}

.opt_in_design_4 .kolkj_pm {
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 4px;
    text-align: center;
    color: #ffffff;
    text-transform: math-auto;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}
.opt_in_design_4 .kolkj_pm ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.opt_in_design_4 .kolkj_pm ul li{
	 float: left;
	 width: 46%;
	 padding: 15px 11px;
	 padding-right: 0px;
	 background-color: rgba(212,175,55,0.4);
	 margin: 6px 10px;
	 display: inline-block;
	 line-height: 23px;
	 border-radius: 10px;
	 text-align: center;
}
.opt_in_design_4 .kolkj_pm  .mokij{width: 30px;height: 30px;border-radius: 50%;background: #D4AF37;padding: 6px;}
.opt_in_design_4 .kolll {
	display: flex;
	background: #444444;
	padding: 15px 21px;
	border-radius: 10px;
	flex-direction: column;
	width: 94%;
	margin: 0 auto;
	margin-left: 12px;
}

.opt_in_design_4 h2 {
    font-family: "Outfit", sans-serif;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 4px;
    text-align: left;
    width: 100%;
    color: #D4AF37;
    text-transform: math-auto;
    margin-top: 0px;
}
.opt_in_design_4 .ccpara {
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 4px;
    text-align: center;
    width: 100%;
    color: #ffffff;
    text-transform: math-auto;
    line-height: 26px;
    margin-top: 5px;
    padding: 0;
}
.opt_in_design_4 .ctarbtnfd {
    display: inline-flex;
    align-items: center;
    gap:12px;
    background: linear-gradient(119deg, var(--token-eb0764c0-6c16-4080-a149-e4c934d35a8f, rgb(255, 180, 51)) 0%, var(--token-c5d8cc4f-27bd-45bf-a48d-a5364a1c18ac, rgb(255, 217, 153)) 29.549548862216707%, var(--token-eb0764c0-6c16-4080-a149-e4c934d35a8f, rgb(255, 180, 51)) 64.50455124313767%, var(--token-c5d8cc4f-27bd-45bf-a48d-a5364a1c18ac, rgb(255, 217, 153)) 100%);
    color: #000000;
    text-decoration: none;
    padding: 9px 41px;
    border-radius: 3px;
    font-size: 20px;
    font-weight: 400;
    transition: 0.3s ease;
    font-family: "Outfit", sans-serif;
    margin-top: 14px;
    text-transform: capitalize;
    letter-spacing: 2px;
}
.opt_in_design_4 .ctarbtnfd:hover {
	background:#D4AF37;
}

.privacy_olicy_page_deign_1 {
	width: 100%;
	float: left;
	padding: 20px 20px;
}
.privacy_olicy_page_deign_1 h1 {
    font-family: "Fraunces", serif;
    font-size: 38px;
    font-weight: 600;
    text-align: left;
    width: 100%;
    color: #ffffff;
    text-transform: math-auto;
    margin-bottom: 27px;
    margin-top: 30px;
    line-height: 51px;
    display: inline-block;
}
.privacy_olicy_page_deign_1 h1 span{color: #D4AF37;display: block;font-size: 17px;font-family: "Outfit", sans-serif;}
.privacy_olicy_page_deign_1 p {
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 26px;
    text-align: left;
    width: 100%;
    color: #ffffff;
    text-transform: math-auto;
    line-height: 32px;
    margin-top: 0px;
}
/*---------------privacy_olicy_page_deign_2------------*/

.privacy_olicy_page_deign_2 {
	width: 100%;
	float: left;
	padding: 20px 130px;
}
.privacy_olicy_page_deign_2 h1 {
    font-family: "Fraunces", serif;
    font-size: 48px;
    font-weight: 600;
    text-align: left;
    width: 100%;
    color: #ffffff;
    text-transform: math-auto;
    margin-bottom: 7px;
    margin-top: 30px;
    display: inline-block;
}
.privacy_olicy_page_deign_2 .policy_listing {
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 4px;
    text-align: left;
    width: 100%;
    color: #ffffff;
    text-transform: math-auto;
    line-height: 33px;
    margin-top: 20px;
    display: inline-block;
    padding-left: 20px;
}
.privacy_olicy_page_deign_2 .policy_listing ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.privacy_olicy_page_deign_2 .policy_listing ul li{
	 background: url(../images/checkwhite.png) no-repeat left center;
	 background-size: 14px;
	 float: left;
	 width: 100%;
	 padding: 3px 23px;
	 padding-right: 0px;
}
.privacy_olicy_page_deign_2 .policy_listing ul li a{
	color:#D4AF37
}
.privacy_olicy_page_deign_2 h2 {
    font-family: "Fraunces", serif;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 4px;
    text-align: left;
    width: 100%;
    color: #ffffff;
    text-transform: math-auto;
    margin-top: 40px;
}
.privacy_olicy_page_deign_2 h2 span{

}
.privacy_olicy_page_deign_2 h3 {
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 4px;
    text-align: left;
    width: 100%;
    color: #D4AF37;
    text-transform: math-auto;
    margin-top: 30px;
    line-height: 32px;
}
.privacy_olicy_page_deign_2 h4 {
    font-family: "Fraunces", serif;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 4px;
    text-align: left;
    width: 100%;
    color: #D4AF37;
    text-transform: math-auto;
    margin-top: 40px;
}
.privacy_olicy_page_deign_2 p {
    font-family: "Outfit", sans-serif;
    font-size: 19px;
    font-weight: 300;
    margin-bottom: 4px;
    text-align: left;
    width: 100%;
    color: #ffffff;
    text-transform: math-auto;
    line-height: 38px;
    margin-top: 30px;
}

@keyframes bgMove{
    0%{
        transform:translateX(-30px);
    }
    100%{
        transform:translateX(30px);
    }
}
/*-------------------ads_design_panel_1---------------------*/
.panel_design {
	width: 100%;
	float: left;
	background-position: top left;
	background-size: cover;
	background-attachment: fixed;
	padding: 80px 70px;
	padding-top: 0;

	
}
.panel_design_inners {
    width: 100%;
    float: left;
    padding: 0px 90px;
    padding-top: 0;

	
}
.ads_design_panel_1 {
	width: 100%;
	float: left;
	padding: 20px 20px;

}
.ads_design_panel_1 .topareya {
	
display: flex;
	
justify-content: space-around;
}
.ads_design_panel_1 .logo_top {
	
width: 30%;
}
.ads_design_panel_1 .logo_top .logo_text{
	color: #ffffff;
	font-size: 18px;
	line-height: 33px;
	margin-bottom: 15px;
	font-family: "Fraunces", serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.ads_design_panel_1 .logo_top .logo_text a{
	color: #ffffff;	
}
.ads_design_panel_1 .menupanel_one {
	
width: 70%;
}
.ads_design_panel_1 .org_menu {
	
display: flex;
	
justify-content: flex-end;
	
gap: 200px;
}

.ads_design_panel_1 .menupanel_one .menu_design{
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
	font-family: "Outfit", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.ads_design_panel_1 .menupanel_one .menu_design ul{
	
list-style-type: none;
}
.ads_design_panel_1 .menupanel_one .menu_design ul li{
	
float: left;
	
padding: 0px 20px;
}
.ads_design_panel_1 .menupanel_one .menu_design ul li a{
	
color: #ffffff;
}
.ads_design_panel_1 .menupanel_one .menu_design .acti {
        color: #D4AF37;
}
.ads_design_panel_1 .menupanel_one .button_arya{
		
}
.ads_design_panel_1 .menupanel_one .button_arya .popi_button {
	color: #000000;
	font-size: 17px;
	font-family: "Fraunces", serif;
	background: linear-gradient(119deg, var(--token-eb0764c0-6c16-4080-a149-e4c934d35a8f, rgb(255, 180, 51)) 0%, var(--token-c5d8cc4f-27bd-45bf-a48d-a5364a1c18ac, rgb(255, 217, 153)) 29.549548862216707%, var(--token-eb0764c0-6c16-4080-a149-e4c934d35a8f, rgb(255, 180, 51)) 64.50455124313767%, var(--token-c5d8cc4f-27bd-45bf-a48d-a5364a1c18ac, rgb(255, 217, 153)) 100%);%, var(
	--token-c5d8cc4f-27bd-45bf-a48d-a5364a1c18ac, rgb(255, 217, 153)) 100%);
	padding: 10px 30px;
	border-radius: 6px;
}

.ads_design_panel_1 .menupanel_one .button_arya .popi_button:hover {
	background:#D4AF37;
}
/*-------------------ads_design_panel_2---------------------*/
.ads_design_panel_2 {
	width: 100%;
	display: inline-block;
	padding: 20px 20px;

}
.ads_design_panel_2 .entair_dsign {
	
margin-top: 20px;
}
.ads_design_panel_2 .entair_dsign  .vfd_button {
}
.ads_design_panel_2 .entair_dsign  .ctaaressa {
	display: flex;
	gap: 20px;
}
.ads_design_panel_2 .entair_dsign  .vfd_button .ctarbtn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(119deg, var(--token-eb0764c0-6c16-4080-a149-e4c934d35a8f, rgb(255, 180, 51)) 0%, var(--token-c5d8cc4f-27bd-45bf-a48d-a5364a1c18ac, rgb(255, 217, 153)) 29.549548862216707%, var(--token-eb0764c0-6c16-4080-a149-e4c934d35a8f, rgb(255, 180, 51)) 64.50455124313767%, var(--token-c5d8cc4f-27bd-45bf-a48d-a5364a1c18ac, rgb(255, 217, 153)) 100%);
    color: #000000;
    text-decoration: none;
    padding: 14px 22px;
    border-radius: 6px;
    font-size: 20px;
    font-weight: 400;
    transition: 0.3s ease;
    font-family: "Outfit", sans-serif;
    margin-top: 7px;
    text-transform: capitalize;
    letter-spacing: 2px;
}
.ads_design_panel_2 .entair_dsign  .vfd_button .ctarbtn:hover {
	background:#D4AF37;
}
.ads_design_panel_2 .entair_dsign .vfd_button  h4 {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
    font-weight: 500;
    font-family: "Outfit", sans-serif;
    display: flex;
    gap: 11px;
}
.ads_design_panel_2 .entair_dsign .vfd_button  h4 span{
	
color: #fff;
}
.ads_design_panel_2 .entair_dsign h2 {
    font-family: "Outfit", sans-serif;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 4px;
    text-align: left;
    width: 100%;
    color: #D4AF37;
    text-transform: uppercase;
    margin-top: 0;
    letter-spacing: 3px;
}
.ads_design_panel_2 .entair_dsign .vfd_button  .icone {
	
color: #D4AF37;
}
.ads_design_panel_2 .entair_dsign h2 span{
	
width: 60px;
	
background: #D4AF37;
	
display: inline-block;
	
height: 1px;
	
top: -6px;
	
position: relative;
}
.ads_design_panel_2 .entair_dsign p {
    font-family: "Outfit", sans-serif;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 26px;
    text-align: left;
    width: 68%;
    color: #ffffff;
    text-transform: math-auto;
    line-height: 32px;
    margin-top: 0px;
}
.ads_design_panel_2 .entair_dsign h1 {
    font-family: "Fraunces", serif;
    font-size: 40px;
    font-weight: 600;
    text-align: left;
    width: 80%;
    color: #ffffff;
    text-transform: math-auto;
    margin-bottom: 27px;
    margin-top: 30px;
    line-height: 51px;
    display: inline-block;
}
.ads_design_panel_2 .entair_dsign h1 span{color: #D4AF37;}
.ads_design_panel_2 .entair_dsign .dio {
	
}
.ads_design_panel_2 .entair_dsign .dio .diogbf {
    display: block;
}
.ads_design_panel_3 {
	width:100%;
	display: inline-block;
	padding: 80px 60px 0px 60px;

}
.ads_design_panel_3 .black_box {width: 100%;display: inline-block;background: #000;border: 1px solid #171717;padding: 22px 30px;box-shadow: 0px 18px 32px -17px #807e7e;}
.ads_design_panel_3 .black_box:hover {
        border-image: linear-gradient(119deg, var(--token-eb0764c0-6c16-4080-a149-e4c934d35a8f, rgb(255, 180, 51)) 0%, var(--token-c5d8cc4f-27bd-45bf-a48d-a5364a1c18ac, rgb(255, 217, 153)) 29.549548862216707%, var(--token-eb0764c0-6c16-4080-a149-e4c934d35a8f, rgb(255, 180, 51)) 64.50455124313767%, var(--token-c5d8cc4f-27bd-45bf-a48d-a5364a1c18ac, rgb(255, 217, 153)) 100%) 1;
}
.ads_design_panel_3 .black_box h2{
    font-family: "Outfit", sans-serif;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 26px;
    text-align: left;
    width: 60%;
    color: #D4AF37;
    text-transform: math-auto;
    line-height: 12px;
    margin-top: 0px;
}
.ads_design_panel_3 .black_box p{
    font-family: "Outfit", sans-serif;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 6px;
    text-align: left;
    width: 100%;
    color: #fff;
    text-transform: math-auto;
    margin-top: 0px;
    display: inline-block;
}
/*-------------------ads_design_panel_4---------------------*/
.ads_design_panel_4 {
	width: 100%;
	display: inline-block;
	padding: 20px 130px;
	background: #000000;
}
.ads_design_panel_4 .titl_pl {
	display: flex;
	gap: 200px;
}
.ads_design_panel_4 .cdbox_2 {}
.ads_design_panel_4 .cdbox_1 {
}

.ads_design_panel_4 h2 {
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 24px;
    text-align: left;
    width: 100%;
    color: #D4AF37;
    text-transform: uppercase;
    margin-top: 50px;
    display: flex;
    gap: 20px;
    letter-spacing: 2px;
}
.ads_design_panel_4 h2 span {
    width: 60px;
    background: #D4AF37;
    display: inline-block;
    height: 1px;
    top: 5px;
    position: relative;
}
.ads_design_panel_4 h3 {
    font-family: "Fraunces", serif;
    font-size: 37px;
    font-weight: 600;
    margin-bottom: 4px;
    text-align: left;
    width: 100%;
    color: #ffffff;
    text-transform: math-auto;
    line-height: 49px;
    margin-top: 40px;
}
.ads_design_panel_4 h3 span{color: #D4AF37;}

.ads_design_panel_4  .opo_writer {
	width: 100%;
	display: inline-block;
	margin-top: 0px;
}
.ads_design_panel_4  .opo_writer .bottom_content{
	width: 100%;
	display: inline-block;
	padding: 10px 0px;
	padding-right: 30px;
}
.ads_design_panel_4  .opo_writer p{
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
    text-align: left;
    width: 100%;
    color: #D4AF37;
    text-transform: uppercase;
    line-height: 27px;
    margin-top: 0px;
}

.ads_design_panel_4 .black_boxtwo {width: 100%;display: inline-block;background: #000;border: 1px solid #171717;padding: 22px 30px;margin-top: 80px;height: 370px;padding-top: 50px;box-shadow: 0px 34px 20px -27px #262626;}
.ads_design_panel_4 .black_boxtwo:hover {
    border-image: linear-gradient(119deg, var(--token-eb0764c0-6c16-4080-a149-e4c934d35a8f, rgb(255, 180, 51)) 0%, var(--token-c5d8cc4f-27bd-45bf-a48d-a5364a1c18ac, rgb(255, 217, 153)) 29.549548862216707%, var(--token-eb0764c0-6c16-4080-a149-e4c934d35a8f, rgb(255, 180, 51)) 64.50455124313767%, var(--token-c5d8cc4f-27bd-45bf-a48d-a5364a1c18ac, rgb(255, 217, 153)) 100%) 1;
}
.ads_design_panel_4 .black_boxtwo h4{
    font-family: "Fraunces", serif;
    font-size: 41px;
    font-weight: 400;
    margin-bottom: 26px;
    text-align: left;
    width: 100%;
    color: #D4AF37;
    text-transform: math-auto;
    line-height: 12px;
    margin-top: 0px;
}
.ads_design_panel_4 .black_boxtwo h5{
    font-family: "Fraunces", serif;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 26px;
    text-align: left;
    width: 100%;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 12px;
    margin-top: 30px;
    display: inline-block;
}
.ads_design_panel_4 .black_boxtwo p{
    font-family: "Outfit", sans-serif;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 6px;
    text-align: left;
    width: 100%;
    color: #ffffff;
    text-transform: math-auto;
    margin-top: 0px;
    line-height: 33px;
}
/*-------------------ads_design_panel_5---------------------*/
.ads_design_panel_5 {
	width: 100%;
	display: inline-block;
	padding: 90px 130px;
	background: #000000;
}
.ads_design_panel_5 .titl_pl {
	display: flex;
	gap: 200px;
}
.ads_design_panel_5 .cdbox_2 {}
.ads_design_panel_5 .cdbox_1 {
}

.ads_design_panel_5 h2 {
font-family: "Outfit", sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 24px;
    text-align: left;
    width: 100%;
    color: #D4AF37;
    text-transform: uppercase;
    margin-top: 50px;
    display: flex;
    gap: 20px;
    letter-spacing: 2px;
}
.ads_design_panel_5 h2 span {
    width: 60px;
    background: #D4AF37;
    display: inline-block;
    height: 1px;
    top: 5px;
    position: relative;
}
.ads_design_panel_5 h3 {
    font-family: "Fraunces", serif;
    font-size: 58px;
    font-weight: 600;
    margin-bottom: 4px;
    text-align: left;
    width: 100%;
    color: #ffffff;
    text-transform: math-auto;
    line-height: 61px;
    margin-top: 40px;
}
.ads_design_panel_5 h3 span{color: #D4AF37;}

.ads_design_panel_5  .opo_writer {
	width: 100%;
	display: inline-block;
	margin-top: 0px;
}
.ads_design_panel_5  .opo_writer .bottom_content{
	width: 100%;
	display: inline-block;
	padding: 10px 0px;
	padding-right: 30px;
}
.ads_design_panel_5  .opo_writer p{
    font-family: "Outfit", sans-serif;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 86px;
    text-align: left;
    width: 100%;
    color: #ffffff;
    text-transform: math-auto;
    line-height: 27px;
    margin-top: 0px;
}

.ads_design_panel_5 .black_boxtwo {width: 100%;background: #0d0d0d;border-top: 1px solid #171717;padding: 22px 30px;display: flex;gap: 70px;}
.ads_design_panel_5 h4{
    font-family: "Fraunces", serif;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 26px;
    text-align: left;
    color: #D4AF37;
    text-transform: uppercase;
    line-height: 60px;
    margin-top: 0px;
    letter-spacing: 2px;
    width: 20%;
}
.ads_design_panel_5 h4 span{
	
display: block;
	
color: #1b1b1b;
	
font-size: 70px;
}
.ads_design_panel_5 .contet_areya {
	
width: 60%;
}
.ads_design_panel_5 .contet_areya h5{
    font-family: "Fraunces", serif;
    font-size: 31px;
    font-weight: 600;
    margin-bottom: 26px;
    text-align: left;
    width: 100%;
    color: #ffffff;
    text-transform: math-auto;
    line-height: 12px;
    margin-top: 30px;
    display: inline-block;
}
.ads_design_panel_5 .contet_areya p{
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 6px;
    text-align: left;
    width: 80%;
    color: #ffffff;
    text-transform: math-auto;
    margin-top: 0px;
    line-height: 33px;
}
.ads_design_panel_5 .button_panel {
	
width: 20%;
}
.ads_design_panel_5 .button_panel .sig_man{
    font-family: "Outfit", sans-serif;
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 6px;
    text-align: left;
    width: 100%;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 0px;
}
.ads_design_panel_5 .button_panel .sig_man ul{
	
list-style-type: none;
	
padding: 0;
	
margin: 0;
}
.ads_design_panel_5 .button_panel .sig_man ul li{
	
padding: 10px 10px;
	
border: 1px solid #2e2e2e;
	
width: fit-content;
	
float: right;
	
margin: 5px 0px;
}

/*-------------------ads_design_panel_6---------------------*/
.ads_design_panel_6 {
	width: 100%;
	float: left;
	background-position: top left;
	background-size: cover;
	background-attachment: fixed;
	padding: 80px 70px;
}
.ads_design_panel_6 .ctarbtn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background-color: transparent;
    color: #D4AF37;
    text-decoration: none;
    padding: 14px 41px;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 400;
    transition: 0.3s ease;
    font-family: "Outfit", sans-serif;
    margin-top: 7px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid #D4AF37;
}
.ads_design_panel_6 .ctarbtn:hover {
    
    background: #D4AF37;
    color:#000;
}


.ads_design_panel_6 h2 {
    font-family: "Fraunces", serif;
    font-size: 37px;
    font-weight: 600;
    margin-bottom: 4px;
    text-align: center;
    width: 100%;
    color: #ffffff;
    text-transform: math-auto;
    margin-top: 70px;
    padding: 0px 200px;
}
.ads_design_panel_6 h2 span{color: #D4AF37;}

.ads_design_panel_6 p {
    font-family: "Outfit", sans-serif;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 26px;
    text-align: center;
    width: 100%;
    color: #ffffff;
    text-transform: math-auto;
    line-height: 32px;
    margin-top: 10px;
    padding: 20px 200px;
}
.ads_design_panel_6 p span{
	
color: #fff;
	
font-weight: 600;
}
.ads_design_panel_6 .pol_ertsd {
	
width: 100%;
	
display: inline-block;
	
padding: 20px 230px;
}
.ads_design_panel_6 .black_box {width: 100%;display: inline-block;background: #000;padding: 52px 30px;border-right: 1px solid #171717;box-shadow: 0px 18px 12px -17px #583d0f;
border: 1px solid;}
.ads_design_panel_6 .black_box:hover {
    border: 1px solid;
    border-image: linear-gradient(119deg, var(--token-eb0764c0-6c16-4080-a149-e4c934d35a8f, rgb(255, 180, 51)) 0%, var(--token-c5d8cc4f-27bd-45bf-a48d-a5364a1c18ac, rgb(255, 217, 153)) 29.549548862216707%, var(--token-eb0764c0-6c16-4080-a149-e4c934d35a8f, rgb(255, 180, 51)) 64.50455124313767%, var(--token-c5d8cc4f-27bd-45bf-a48d-a5364a1c18ac, rgb(255, 217, 153)) 100%) 1;
}
.ads_design_panel_6 .col-lg-4:nth-child(3) .black_box {border-right:0px;}
.ads_design_panel_6 .col-lg-4:nth-child(3) .black_box:hover{
      border: 1px solid;
    border-image: linear-gradient(119deg, var(--token-eb0764c0-6c16-4080-a149-e4c934d35a8f, rgb(255, 180, 51)) 0%, var(--token-c5d8cc4f-27bd-45bf-a48d-a5364a1c18ac, rgb(255, 217, 153)) 29.549548862216707%, var(--token-eb0764c0-6c16-4080-a149-e4c934d35a8f, rgb(255, 180, 51)) 64.50455124313767%, var(--token-c5d8cc4f-27bd-45bf-a48d-a5364a1c18ac, rgb(255, 217, 153)) 100%) 1;  
}
.ads_design_panel_6 .black_box h3{
    font-family: "Outfit", sans-serif;
    font-size: 60px;
    font-weight: 400;
    margin-bottom: 26px;
    text-align: center;
    width: 100%;
    color: #D4AF37;
    text-transform: math-auto;
    line-height: 12px;
    margin-top: 0px;
}
.ads_design_panel_6 .black_box h4{
    font-family: "Outfit", sans-serif;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 6px;
    text-align: center;
    width: 100%;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 12px;
    display: inline-block;
    letter-spacing: 1px;
}

/*-------------------ads_design_panel_7---------------------*/
.ads_design_panel_7 {
	width: 100%;
	display: inline-block;
	padding: 60px 130px;
	background: #0d0d0d;
}
.ads_design_panel_7 .titl_pl {
	display: flex;
	gap: 200px;
}
.ads_design_panel_7 .cdbox_2 {}
.ads_design_panel_7 .cdbox_1 {
}

.ads_design_panel_7 h2 {
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 24px;
    text-align: left;
    width: 100%;
    color: #D4AF37;
    text-transform: uppercase;
    margin-top: 50px;
    display: flex;
    gap: 20px;
    letter-spacing: 2px;
}
.ads_design_panel_7 h2 span {
    width: 60px;
    background: #D4AF37;
    display: inline-block;
    height: 1px;
    top: 5px;
    position: relative;
}
.ads_design_panel_7 h3 {
    font-family: "Fraunces", serif;
    font-size: 41px;
    font-weight: 600;
    margin-bottom: 4px;
    text-align: left;
    width: 100%;
    color: #ffffff;
    text-transform: math-auto;
    line-height: 61px;
    margin-top: 40px;
}
.ads_design_panel_7 h3 span{color: #D4AF37;}

.ads_design_panel_7  .opo_writer {
	width: 100%;
	display: inline-block;
	margin-top: 0px;
}
.ads_design_panel_7  .opo_writer .bottom_content{
	width: 100%;
	display: inline-block;
	padding: 10px 0px;
	padding-right: 30px;
}
.ads_design_panel_7  .opo_writer p{
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 6px;
    text-align: left;
    width: 100%;
    color: #ffffff;
    text-transform: math-auto;
    line-height: 27px;
    margin-top: 0px;
}
.ads_design_panel_7 .black_boxtwo {
        width: 100%;
        display: inline-block;
        background: #000;
        border: 1px solid #171717;
        padding: 50px;
        margin-top: 60px;
        height: 380px;
        box-shadow: 0px 34px 20px -27px #262626;
}
.ads_design_panel_7 .black_boxtwo:hover {
 border-image: linear-gradient(119deg, var(--token-eb0764c0-6c16-4080-a149-e4c934d35a8f, rgb(255, 180, 51)) 0%, var(--token-c5d8cc4f-27bd-45bf-a48d-a5364a1c18ac, rgb(255, 217, 153)) 29.549548862216707%, var(--token-eb0764c0-6c16-4080-a149-e4c934d35a8f, rgb(255, 180, 51)) 64.50455124313767%, var(--token-c5d8cc4f-27bd-45bf-a48d-a5364a1c18ac, rgb(255, 217, 153)) 100%) 1;   
}
.ads_design_panel_7 .black_boxtwo h4{
    font-family: "Fraunces", serif;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 26px;
    text-align: left;
    width: 100%;
    color: #ffffff;
    text-transform: math-auto;
    line-height: 12px;
    margin-top: 30px;
    display: inline-block;
}
.ads_design_panel_7 .black_boxtwo h5{
    font-family: "Fraunces", serif;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 26px;
    text-align: left;
    width: 100%;
    color: #ffffff;
    text-transform: math-auto;
    line-height: 12px;
    margin-top: 30px;
    display: inline-block;
}
.ads_design_panel_7 .black_boxtwo h5 span{
	
color: #D4AF37;
}
.ads_design_panel_7 .black_boxtwo p{
    font-family: "Outfit", sans-serif;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 6px;
    text-align: left;
    width: 100%;
    color: #ffffff;
    text-transform: math-auto;
    margin-top: 24px;
    line-height: 33px;
}
/*-------------------ads_design_panel_8---------------------*/
.ads_design_panel_8 {
	width: 100%;
	display: inline-block;
	padding: 90px 130px;
	background: #000000;
}
.ads_design_panel_8 h2 {
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 24px;
    text-align: center;
    width: 100%;
    color: #D4AF37;
    text-transform: uppercase;
    margin-top: 50px;
    letter-spacing: 2px;
}
.ads_design_panel_8 h2 span {
    width: 60px;
    background: #D4AF37;
    display: inline-block;
    height: 1px;
    top: -4px;
    position: relative;
}
.ads_design_panel_8 h3 {
    font-family: "Fraunces", serif;
    font-size: 43px;
    font-weight: 600;
    margin-bottom: 4px;
    text-align: center;
    width: 100%;
    color: #ffffff;
    text-transform: math-auto;
    margin-top: 20px;
}
.ads_design_panel_8 h3 span{
	
color: #D4AF37;
}
.ads_design_panel_8  p {
    font-family: "Outfit", sans-serif;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 6px;
    text-align: center;
    width: 100%;
    color: #ffffff;
    text-transform: math-auto;
    line-height: 27px;
    margin-top: 0px;
    letter-spacing: 1px;
}

.ads_design_panel_8  .form_varif{
	
width: 100%;
	
padding: 20px 360px;
	
display: inline-block;
	
margin-top: 10px;
}

.ads_design_panel_8 .how_lis {
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 4px;
    text-align: left;
    width: 100%;
    color: #ffffff;
    text-transform: math-auto;
    line-height: 38px;
    margin-top: 20px;
    display: inline-block;
}
.ads_design_panel_8 .how_lis ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ads_design_panel_8 .how_lis ul li{
	 background: url(../images/checkwhite.png) no-repeat left center;
	 background-size: 14px;
	 float: left;
	 width: 100%;
	 padding: 6px 21px;
	 padding-right: 0px;
}

.ads_design_panel_8 .ctarbtnfd {
    display: inline-flex;
    align-items: center;
    gap:12px;
    background: linear-gradient(119deg, var(--token-eb0764c0-6c16-4080-a149-e4c934d35a8f, rgb(255, 180, 51)) 0%, var(--token-c5d8cc4f-27bd-45bf-a48d-a5364a1c18ac, rgb(255, 217, 153)) 29.549548862216707%, var(--token-eb0764c0-6c16-4080-a149-e4c934d35a8f, rgb(255, 180, 51)) 64.50455124313767%, var(--token-c5d8cc4f-27bd-45bf-a48d-a5364a1c18ac, rgb(255, 217, 153)) 100%);
    color: #000000;
    text-decoration: none;
    padding: 18px 41px;
    border-radius: 6px;
    font-size: 21px;
    font-weight: 400;
    transition: 0.3s ease;
    font-family: "Outfit", sans-serif;
    margin-top: 34px;
    text-transform: capitalize;
    letter-spacing: 2px;
}
.ads_design_panel_8 .ctarbtnfd:hover {
	background:#D4AF37;
}
.ads_design_panel_8  .form_varif  .fiellabel{
    font-size: 12px;
    font-family: "Outfit", sans-serif;
    width: 100%;
    float: left;
    margin-top: 17px;
    color: #545454;
    outline: none;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ads_design_panel_8  .form_varif  .field_box_desing_1 {
    font-size: 22px;
    font-family: "Outfit", sans-serif;
    width: 100%;
    float: left;
    padding: 20px 10px;
    margin-top: 17px;
    border: none;
    color: #ffffff;
    outline: none;
    font-weight: 300;
    background: transparent;
    border-bottom: 1px solid #353535;
}
.ads_design_panel_8  .form_varif  input::placeholder {
  color: #545454;
  opacity: 1; /* Ensures consistent color across browsers */
}

.ads_design_panel_8  .form_varif  .ythtext {
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 6px;
    text-align: left;
    width: 100%;
    color: #545454;
    text-transform: math-auto;
    line-height: 27px;
    margin-top: 20px;
    letter-spacing: 0px;
    display: inline-block;
}
.ads_design_panel_8  .form_varif  .ythtext span{
	display: block;
}

/*-------------------ads_design_panel_9---------------------*/
.ads_design_panel_9 {
	width: 100%;
	display: inline-block;
	padding: 90px 130px;
	background: linear-gradient(119deg, var(--token-eb0764c0-6c16-4080-a149-e4c934d35a8f, rgb(255, 180, 51)) 0%, var(--token-c5d8cc4f-27bd-45bf-a48d-a5364a1c18ac, rgb(255, 217, 153)) 29.549548862216707%, var(--token-eb0764c0-6c16-4080-a149-e4c934d35a8f, rgb(255, 180, 51)) 64.50455124313767%, var(--token-c5d8cc4f-27bd-45bf-a48d-a5364a1c18ac, rgb(255, 217, 153)) 100%);
}
.ads_design_panel_9 h2 {
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 24px;
    text-align: center;
    width: 100%;
    color: #000000;
    text-transform: uppercase;
    margin-top: 0px;
    letter-spacing: 2px;
}
.ads_design_panel_9 h2 span {
    width: 60px;
    background: #000000;
    display: inline-block;
    height: 1px;
    top: -4px;
    position: relative;
}
.ads_design_panel_9 h3 {
    font-family: "Outfit", sans-serif;
    font-size: 80px;
    font-weight: 600;
    margin-bottom: 4px;
    text-align: center;
    width: 100%;
    color: #000000;
    text-transform: math-auto;
    margin-top: 20px;
}
.ads_design_panel_9 h3 span{
	display: block;
}
.ads_design_panel_9 h4 {
    font-family: "Outfit", sans-serif;
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 4px;
    text-align: center;
    width: 100%;
    color: rgba(10,10,10,.5);
    text-transform: math-auto;
    margin-top: 20px;
    font-style: italic;
}
.ads_design_panel_9 h4 span{
	display: block;
}
.ads_design_panel_9 p {
    font-family: "Outfit", sans-serif;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 4px;
    text-align: center;
    width: 100%;
    color: rgba(10,10,10,.65);
    text-transform: math-auto;
    margin-top: 20px;
}
.ads_design_panel_9 p span{
	color: #000000;
	display: block;
}

/*-------------------ads_design_panel_10---------------------*/
.ads_design_panel_10 {
	width: 100%;
	display: inline-block;
	padding: 90px 130px;
	background: #000000;
}

.ads_design_panel_10 .text_testmonial {width: 100%;border: 1px solid #262626;padding: 30px;margin-top: 30px;height: 390px;}
.ads_design_panel_10 .text_testmonial:hover {
   border-image: linear-gradient(119deg, var(--token-eb0764c0-6c16-4080-a149-e4c934d35a8f, rgb(255, 180, 51)) 0%, var(--token-c5d8cc4f-27bd-45bf-a48d-a5364a1c18ac, rgb(255, 217, 153)) 29.549548862216707%, var(--token-eb0764c0-6c16-4080-a149-e4c934d35a8f, rgb(255, 180, 51)) 64.50455124313767%, var(--token-c5d8cc4f-27bd-45bf-a48d-a5364a1c18ac, rgb(255, 217, 153)) 100%) 1; 
}
.ads_design_panel_10 .text_testmonial .main_areya{
	
display: flex;
	
gap: 20px;
}
.ads_design_panel_10 .text_testmonial .imgsect{
	
}
.ads_design_panel_10 .text_testmonial .imgsect img{
	
width: 100px;
	
height: 100px;
	
border-radius: 50%;
	
object-fit: cover;
	
object-position: center;
}

.ads_design_panel_10 .text_testmonial  .textsd {
	
}
.ads_design_panel_10 .text_testmonial  .textsd h3{font-family: "Fraunces", serif;font-size: 25px;font-weight: 400;margin-bottom: 6px;text-align: left;width: 100%;color: #D4AF37;text-transform: math-auto;margin-top: 21px;line-height: 33px;}
.ads_design_panel_10 .text_testmonial  .textsd h3 span{
	display: block;
	color: #ffffff;
	font-family: "Outfit", sans-serif;
	font-size: 17px;
	letter-spacing: 1px;
}
.ads_design_panel_10 .text_testmonial p{
	font-family: "Outfit", sans-serif;
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 6px;
	text-align: left;
	width: 100%;
	color: #ffffff;
	text-transform: math-auto;
	margin-top: 34px;
	line-height: 33px;
	display: inline-block;
}
.ads_design_panel_10 h2 {
    font-family: "Fraunces", serif;
    font-size: 37px;
    font-weight: 600;
    margin-bottom: 44px;
    text-align: center;
    width: 100%;
    color: #ffffff;
    text-transform: math-auto;
    margin-top: 0px;
}
.ads_design_panel_10 h2 span{
	color: #D4AF37;
}
/*-------------------ads_design_panel_11---------------------*/
.ads_design_panel_11 {
	width: 100%;
	display: inline-block;
	padding: 70px 130px;
	background: #000000;
}
.ads_design_panel_11 h2 {
    font-family: "Fraunces", serif;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 24px;
    text-align: center;
    width: 100%;
    color: #ffffff;
    text-transform: math-auto;
    margin-top: 0px;
    letter-spacing: 5px;
}
.ads_design_panel_11 h2 span{
	color: #D4AF37;
}

.ads_design_panel_11 .olpd{
	font-family: "Outfit", sans-serif;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 6px;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	display: flex;
	justify-content: space-around;
}
.ads_design_panel_11 .olpd ul {
    list-style-type: none;
    padding: 0;
}
.ads_design_panel_11 .olpd ul li{
	
float: left;
	
padding: 1px 20px;
	
border: none;
	
border-right: 1px solid #ffffff;
}
.ads_design_panel_11 .olpd ul li:last-child{
border-right: 0px;	
}
.ads_design_panel_11 .olpd ul li a{
	    color: #ffffff;
}
.ads_design_panel_11 .olpd ul li a:hover{
	    color: #ffce79;
}
/*-------------------*/
.ads_design_panel_11 .olpd ul li.active a,
.ads_design_panel_11 .olpd ul li.current-menu-item a,
.ads_design_panel_11 .olpd ul li.current_page_item a,
.ads_design_panel_11 .olpd ul li a.active,
.ads_design_panel_11 .olpd ul li a[aria-current="page"] {
    color: #FFD700; /* Active text color */
    font-weight: 600;
}

/* Optional underline effect */
.ads_design_panel_11 .olpd ul li.active a::after,
.ads_design_panel_11 .olpd ul li.current-menu-item a::after,
.ads_design_panel_11 .olpd ul li.current_page_item a::after,
.ads_design_panel_11 .olpd ul li a.active::after,
.ads_design_panel_11 .olpd ul li a[aria-current="page"]::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #FFD700;
    margin-top: 5px;
}
/*------------------------*/
.ads_design_panel_11 h3 {
    font-family: "Outfit", sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 27px;
    text-align: center;
    width: 100%;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 0px;
    letter-spacing: 2px;
    line-height: 29px;
}
.ads_design_panel_11 h3 span{
	display: block;
}

.ads_design_panel_11 p{
	font-family: "Outfit", sans-serif;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 6px;
	text-align: center;
	width: 100%;
	color: #ffffff;
	text-transform: math-auto;
	margin-top: 16px;
	line-height: 21px;
	display: inline-block;
	padding: 0px 250px;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    padding-bottom: 0px;
    box-shadow: inherit;
    background: #000000;
}

/*-------------------------------opt_in_design_1-------------------------*/
.opt_in_design_1 {
	width: 100%;
	float: left;
	padding: 50px 200px;
}
.opt_in_design_1 .opt_text{
	display: inline-flex;
	align-items: center;
	gap: 12px;
	background: linear-gradient(119deg, var(--token-eb0764c0-6c16-4080-a149-e4c934d35a8f, rgb(255, 180, 51)) 0%, var(--token-c5d8cc4f-27bd-45bf-a48d-a5364a1c18ac, rgb(255, 217, 153)) 29.549548862216707%, var(--token-eb0764c0-6c16-4080-a149-e4c934d35a8f, rgb(255, 180, 51)) 64.50455124313767%, var(--token-c5d8cc4f-27bd-45bf-a48d-a5364a1c18ac, rgb(255, 217, 153)) 100%);
	color: #000000;
	text-decoration: none;
	padding: 15px 31px;
	border-radius: 3px;
	font-size: 15px;
	font-weight: 600;
	transition: 0.3s ease;
	font-family: "Outfit", sans-serif;
	margin-top: 4px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.opt_in_design_1 h3 {
    font-family: "Fraunces", serif;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 4px;
    text-align: center;
    width: 100%;
    color: #ffffff;
    text-transform: math-auto;
    line-height: 31px;
    margin-top: 30px;
    padding: 0px 130px;
}
.opt_in_design_1 p {
    font-family: "Fraunces", serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 4px;
    text-align: center;
    width: 100%;
    color: #D4AF37;
    text-transform: math-auto;
    line-height: 31px;
    margin-top: 20px;
}
.opt_in_design_1 p span{
	display: block;
}
.opt_in_design_1 .fom_boxopt{
	width: 100%;
	display: inline-block;
	padding: 10px 250px;
}
.opt_in_design_1 .fom_boxopt .field_box_desing_one{
    font-size: 17px;
    font-family: "Fraunces", serif;
    width: 100%;
    float: left;
    padding: 16px 20px;
    margin-top: 17px;
    border: none;
    color: #000000;
    outline: none;
    font-weight: 300;
    background: #fff;
    border-radius: 4px;
}
.opt_in_design_1 .fom_boxopt  .ctarbtntwo {
    display: inline;
    text-align: center;
    background: linear-gradient(119deg, var(--token-eb0764c0-6c16-4080-a149-e4c934d35a8f, rgb(255, 180, 51)) 0%, var(--token-c5d8cc4f-27bd-45bf-a48d-a5364a1c18ac, rgb(255, 217, 153)) 29.549548862216707%, var(--token-eb0764c0-6c16-4080-a149-e4c934d35a8f, rgb(255, 180, 51)) 64.50455124313767%, var(--token-c5d8cc4f-27bd-45bf-a48d-a5364a1c18ac, rgb(255, 217, 153)) 100%);
    color: #000000;
    text-decoration: none;
    padding: 21px 41px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 400;
    transition: 0.3s ease;
    font-family: "Outfit", sans-serif;
    margin-top: 19px;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%;
}
.opt_in_design_1 .fom_boxopt .ythtext {
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 6px;
    text-align: center;
    width: 100%;
    color: #bebebe;
    text-transform: math-auto;
    line-height: 27px;
    margin-top: 20px;
    letter-spacing: 0px;
    display: inline-block;
}
.opt_in_design_1 .fom_boxopt .ythtext span{color: #D4AF37;margin-right: 7px;}
/*-------------------------------opt_in_design_1-------------------------*/

/*-------------------------------opt_in_design_2-------------------------*/
.opt_in_design_2 {
	width: 100%;
	float: left;
	padding: 50px 200px;
}
.opt_in_design_2 h3 {
    font-family: "Fraunces", serif;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 4px;
    text-align: center;
    width: 100%;
    color: #ffffff;
    text-transform: math-auto;
    line-height: 31px;
    margin-top: 30px;
    padding: 0px 130px;
}
.opt_in_design_2 h5 {
    font-family: "Fraunces", serif;
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 4px;
    text-align: center;
    width: 100%;
    color: #D4AF37;
    text-transform: math-auto;
    line-height: 46px;
    margin-top: 18px;
}
.opt_in_design_2 h6 {
    font-family: "Fraunces", serif;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 4px;
    text-align: center;
    width: 100%;
    color: #D4AF37;
    text-transform: math-auto;
    margin-top: 18px;
}
.opt_in_design_2 p {
    font-family: "Fraunces", serif;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 4px;
    text-align: center;
    width: 100%;
    color: #D4AF37;
    text-transform: math-auto;
    line-height: 34px;
    margin-top: 20px;
}
.opt_in_design_2 p a{
	color: #ffffff;
}
.opt_in_design_2 video {
	width: 100%;
	display: inline-block;
	border: 5px solid #D4AF37;
}
.opt_in_design_2  .video-wrapper {
	width: 72%;
	display: inline-block;
	padding: 20px;
}
.opt_in_design_2 .ctarbtns {
    display: block;
    align-items: center;
    background: linear-gradient(119deg, var(--token-eb0764c0-6c16-4080-a149-e4c934d35a8f, rgb(255, 180, 51)) 0%, var(--token-c5d8cc4f-27bd-45bf-a48d-a5364a1c18ac, rgb(255, 217, 153)) 29.549548862216707%, var(--token-eb0764c0-6c16-4080-a149-e4c934d35a8f, rgb(255, 180, 51)) 64.50455124313767%, var(--token-c5d8cc4f-27bd-45bf-a48d-a5364a1c18ac, rgb(255, 217, 153)) 100%);
    color: #000000;
    text-decoration: none;
    padding: 21px 41px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 400;
    transition: 0.3s ease;
    font-family: "Outfit", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 10px auto;
}
.opt_in_design_2 h4 {
    font-family: "Fraunces", serif;
    font-size: 45px;
    font-weight: 300;
    margin-bottom: 4px;
    text-align: left;
    width: 100%;
    color: #ffffff;
    text-transform: math-auto;
    line-height: 46px;
    margin-top: 30px;
}
.opt_in_design_2 .how_li {
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 4px;
    text-align: left;
    width: 100%;
    color: #ffffff;
    text-transform: math-auto;
    line-height: 38px;
    margin-top: 20px;
    display: inline-block;
}
.opt_in_design_2 .how_li ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.opt_in_design_2 .how_li ul li{
	 float: left;
	 width: 100%;
	 padding: 6px 21px;
	 list-style-type: disc;
}
.opt_in_design_2  .ythtext {
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 21px;
    text-align: center;
    width: 100%;
    color: #bebebe;
    text-transform: math-auto;
    line-height: 27px;
    margin-top: 20px;
    letter-spacing: 0px;
    display: inline-block;
}
.opt_in_design_2 .ythtext span{color: #D4AF37;margin-right: 7px;}

.opt_in_design_2 .opt_text{
	display: inline-flex;
	align-items: center;
	gap: 12px;
	background: linear-gradient(119deg, var(--token-eb0764c0-6c16-4080-a149-e4c934d35a8f, rgb(255, 180, 51)) 0%, var(--token-c5d8cc4f-27bd-45bf-a48d-a5364a1c18ac, rgb(255, 217, 153)) 29.549548862216707%, var(--token-eb0764c0-6c16-4080-a149-e4c934d35a8f, rgb(255, 180, 51)) 64.50455124313767%, var(--token-c5d8cc4f-27bd-45bf-a48d-a5364a1c18ac, rgb(255, 217, 153)) 100%);
	color: #000000;
	text-decoration: none;
	padding: 15px 31px;
	border-radius: 3px;
	font-size: 15px;
	font-weight: 600;
	transition: 0.3s ease;
	font-family: "Outfit", sans-serif;
	margin-top: 4px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
/*------------responsive-----------------*/

@media only screen and (min-width: 766px) {
.ads_design_panel_1 .org_menu {
    display: flex;
    justify-content: flex-end;
    gap: 110px;
}	

}


/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 992px) {
		.container{
		width:757px;
}
.center_contanier{
	width: 100%; margin:0 auto;
}
.smallcenter_contanier{
	width: 100%; margin:0 auto;
}
.small_net_center_contanier{
	width: 100%; margin:0 auto;
}
.center_big_contanier{
	width: 100%; margin:0 auto;
}
.center_smallbig_contanier{
	width: 100%; margin:0 auto;
}
.panel_design {
    padding: 40px 20px;
}
.ads_design_panel_8 .form_varif {
    padding: 20px 0px;
}
.ads_design_panel_1 .menupanel_one .menu_design {
    display: none;
}
.ads_design_panel_1 .logo_top {
    width: 60%;
}
.ads_design_panel_2 .entair_dsign h1 {
    font-size: 29px;
    width: 100%;
}

.ads_design_panel_2 .entair_dsign p {
    width: 100%;
}
.ads_design_panel_3 {
    padding: 0px;
}
.ads_design_panel_4 .titl_pl {
    gap: 60px;
}
.ads_design_panel_4 {
    padding: 20px 20px;
}
.ads_design_panel_4 h3 {
    font-size: 29px;
}
.ads_design_panel_10 {
    padding: 90px 20px;
}
.ads_design_panel_6 h2 {
    padding: 0px 0px;
}
.ads_design_panel_6 p {
    padding: 20px 0px;
}
.ads_design_panel_6 .pol_ertsd {
    padding: 20px 0px;
}
.ads_design_panel_6 {
    padding: 80px 40px;
}
.ads_design_panel_6 .black_box h4 {
    font-size: 14px;
}
.ads_design_panel_7 {
    padding: 60px 30px;
}
.ads_design_panel_7 .titl_pl {
    gap: 60px;
}
.ads_design_panel_11 p {
    padding: 0px 0px;
}
.ads_design_panel_9 {
    padding: 90px 50px;
}
.ads_design_panel_8 {
    padding: 90px 70px;
}
.opt_in_design_1 {
    padding: 50px 50px;
}
.opt_in_design_1 h3 {
    padding: 0px 10px;
}
.opt_in_design_1 .fom_boxopt {
    padding: 10px 40px;
}
.ads_design_panel_11 {
    padding: 70px 40px;
}
.privacy_olicy_page_deign_2 {
    padding: 20px 50px;
}
.opt_in_design_4 {
    padding: 30px 70px;
}
.opt_in_design_2 {
    padding: 50px 50px;
}
.opt_in_design_2 h3 {
    padding: 0px 50px;
}
.opt_in_design_2 .video-wrapper {
    width: 100%;
}
.ceo_md_pok .contntt_box_box h2 {
    letter-spacing: -3px;
    margin-bottom: 15px;
    font-size: 39px;
}
.panel_design_inners {
    padding: 0px 0px;
}






}




@media only screen and (min-width: 992px) and (max-width: 1024px)  {
		.container{
		width:990px;
	}
.center_contanier{
	width: 100%; margin:0 auto;
}
.smallcenter_contanier{
	width: 100%; margin:0 auto;
}
.small_net_center_contanier{
	width: 100%; margin:0 auto;
}
.center_big_contanier{
	width: 100%; margin:0 auto;
}
.center_smallbig_contanier{
	width: 100%; margin:0 auto;
}
.panel_design {
    padding: 0px 0px;
    padding-bottom: 30px;
}
.ads_design_panel_1 .org_menu {
    gap: 20px;
}
.ads_design_panel_1 .menupanel_one .button_arya .popi_button {
    padding: 10px 10px;
}
.ads_design_panel_3 .black_box {
    padding: 12px 10px;
}
.ads_design_panel_4 .titl_pl {
    gap: 80px;
}
.ads_design_panel_4 {
    padding: 20px 30px;
}
.ads_design_panel_10 {
    padding: 90px 10px;
}
.ads_design_panel_6 p {
    padding: 20px 40px;
}
.ads_design_panel_6 .pol_ertsd {
    padding: 20px 20px;
}
.ads_design_panel_7 {
    padding: 60px 30px;
}
.ads_design_panel_7 .titl_pl {
    gap: 90px;
}
.ads_design_panel_8 .form_varif {
    padding: 20px 100px;
}
.ads_design_panel_11 {
    padding: 70px 20px;
}
.opt_in_design_1 .fom_boxopt {
    padding: 10px 20px;
}
.opt_in_design_4 {
    padding: 30px 120px;
}
.opt_in_design_4 h3 {
    margin-bottom: 44px;
}
.opt_in_design_2 {
    padding: 50px 100px;
}
.panel_design_inners {
    padding: 0px 0px;
}















	
	
}


@media only screen and (min-width: 1024px) and (max-width: 1200px) {
.center_contanier{
	width: 100%; margin:0 auto;
}
.smallcenter_contanier{
	width: 100%; margin:0 auto;
}
.small_net_center_contanier{
	width: 100%; margin:0 auto;
}
.center_big_contanier{
	width: 100%; margin:0 auto;
}
.center_smallbig_contanier{
	width: 100%; margin:0 auto;
}
 .panel_design {
    padding: 80px 20px;
    padding-top: 0;
}
.ads_design_panel_1 .org_menu {
    gap: 40px;
}
.ads_design_panel_4 {
    padding: 20px 40px;
}
.ads_design_panel_4 .titl_pl {
    display: flex;
    gap: 70px;
}
.ads_design_panel_10 {
    padding: 90px 20px;
}
.ads_design_panel_10 .text_testmonial .textsd h3 span {
    font-size: 14px;
    letter-spacing: 0px;
}
.ads_design_panel_10 .text_testmonial p {
    font-size: 14px;
}
.ads_design_panel_6 .pol_ertsd {
    padding: 20px 50px;
}
.ads_design_panel_7 {
    padding: 60px 50px;
}
.ads_design_panel_7 .titl_pl {
    gap: 80px;
}
.ads_design_panel_8 .form_varif {
    padding: 20px 150px;
}	
.opt_in_design_1 .fom_boxopt {
    padding: 10px 110px;
}
.opt_in_design_1 h3 {
    font-size: 20px;
    padding: 0px 10px;
}
.ads_design_panel_11 p {
    padding: 0px 140px;
}
.opt_in_design_4 {
    padding: 30px 150px;
}
.opt_in_design_2 .video-wrapper {
    width: 100%;
}
.opt_in_design_2 h3 {
    font-size: 19px;
    padding: 0px 40px;
}
.opt_in_design_1 .opt_text {
    padding: 15px 17px;
    font-size: 13px;
    letter-spacing: 1px;
}
.panel_design_inners {
    padding: 0px 0px;
}




	
	
}

@media only screen and (min-width: 1200px) and (max-width: 1366px) {
.center_contanier{
	width: 100%; margin:0 auto;
}
.smallcenter_contanier{
	width: 100%; margin:0 auto;
}
.small_net_center_contanier{
	width: 100%; margin:0 auto;
}
.center_big_contanier{
	width: 100%; margin:0 auto;
}
.center_smallbig_contanier{
	width: 100%; margin:0 auto;
}
.panel_design {
    padding: 30px 10px;
}
.ads_design_panel_1 .org_menu {
    gap: 80px;
}
.ads_design_panel_4 {
    padding: 20px 70px;
}
.ads_design_panel_4 .titl_pl {
    gap: 130px;
}
.ads_design_panel_10 {
    padding: 90px 20px;
}
.ads_design_panel_7 {
      padding: 20px 70px;  
}
.ads_design_panel_7 .titl_pl {
    gap: 130px;    
}
.ads_design_panel_8 .form_varif {
    padding: 20px 200px;
}
.ads_design_panel_11 {
    padding: 70px 80px;
}
.opt_in_design_1 .fom_boxopt {
    padding: 10px 160px;
}
.panel_design_inners {
    padding: 0px 0px;
}



	
	
	
}



@media only screen and (min-width: 1400px){
.center_contanier{
	width: 100%; margin:0 auto;
}
.smallcenter_contanier{
	width: 100%; margin:0 auto;
}
.small_net_center_contanier{
	width: 100%; margin:0 auto;
}
.center_big_contanier{
	width: 100%; margin:0 auto;
}
.center_smallbig_contanier{
	width: 100%; margin:0 auto;
}

.ads_design_panel_1 .org_menu {
    gap: 80px;
}




	
	
	
}


/* Note: Design for a width of 320px */

@media only screen and (min-width: 300px) and (max-width: 767px) {
.center_contanier{
	width: 100%; margin:0 auto;
}
.smallcenter_contanier{
	width: 100%; margin:0 auto;
}
.small_net_center_contanier{
	width: 100%; margin:0 auto;
}
.center_big_contanier{
	width: 100%; margin:0 auto;
}
.center_smallbig_contanier{
	width: 100%; margin:0 auto;
}
.panel_design {
    padding: 50px 0px;
    padding-top: 0;
}
.ads_design_panel_1 {
    padding: 20px 0px;
}
.ads_design_panel_2{
    padding: 20px 0px;
}
.ads_design_panel_3 {
    padding: 20px 0px;
}
.ads_design_panel_4 {
    padding: 20px 0px;
}
.ads_design_panel_4 .titl_pl {
    display: flex;
    gap: 0px;
    flex-direction: column;
}
.ads_design_panel_5 {
    padding: 90px 0px;
}
.ads_design_panel_5 .titl_pl {
    display: flex;
    gap: 0px;
    flex-direction: column;	
}
  .ads_design_panel_5 .black_boxtwo {
    gap: 0px;
    flex-direction: column;
}  
.ads_design_panel_6 {
    padding: 80px 0px;
}
.ads_design_panel_6 h2 {
    font-size: 38px;
    padding: 0px 0px;
        line-height: 41px;
    margin-top: 30px;
}
.ads_design_panel_6 p {
    padding: 20px 0px;	
}
.ads_design_panel_7 .titl_pl {
    display: flex;
    gap: 0px;
    flex-direction: column;	
}
.ads_design_panel_7 {
    padding: 60px 0px;
}
.ads_design_panel_8 p {
    padding: 20px 0px;
}
.ads_design_panel_8 {
    padding: 90px 0px;
}
.ads_design_panel_8 .form_varif {
    padding: 20px 20px;

}
.ads_design_panel_11 p {
    padding: 0px 0px;
}
.ads_design_panel_9 {
    padding: 90px 0px;
}
.ads_design_panel_9 h3 {
    font-size: 48px;
}
.ads_design_panel_9 h4 {
    font-size: 38px;
}
.ads_design_panel_10 {
    padding: 90px 0px;
}
.ads_design_panel_11 {
    padding: 50px 0px;
}
.ads_design_panel_1 .menupanel_one .menu_design {
    display: none;
}
.ads_design_panel_1 .logo_top {
    width: 70%;
}
.ads_design_panel_1 .menupanel_one {
    width: 30%;
}
.ads_design_panel_1 .logo_top .logo_text {
    font-size: 19px;
    line-height: 20px;
    margin-bottom: 0px;
    text-align: center;
    width: 100%;
    display: inline-block;
}
.ads_design_panel_2 .entair_dsign h2 {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
}
.ads_design_panel_2 .entair_dsign h2 span {
    width: 30px;
    height: 1px;
    top: -2px;
}
.ads_design_panel_2 .entair_dsign h1 {
    font-size: 20px;
    line-height: 34px;
    width: 100%;
}
.ads_design_panel_2 .entair_dsign p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 0px;
    width: 100%;
}
.ads_design_panel_2 .entair_dsign .ctaaressa {
    flex-direction: column;
}
.ads_design_panel_2 .entair_dsign .vfd_button .ctarbtn {
    padding: 14px 28px;
    font-size: 15px;
}
.ads_design_panel_4 h2 span {
    width: 36px;
    height: 1px;
    top: 7px;
}
.ads_design_panel_4 h3 {
    font-size: 23px;
    line-height: 31px;
    margin-top: 10px;
}
.no-padding-lo {
    padding: 0;
}
.ads_design_panel_4 .black_boxtwo {
    margin-top: 20px;
    height: auto;
}
.ads_design_panel_5 h2 {
    margin-top: 0px;
}
.ads_design_panel_5 h2 span {
    width: 40px;
    top: 19px;
}
.ads_design_panel_5 h3 {
    font-size: 28px;
    line-height: 31px;
    margin-top: 10px;
}
.ads_design_panel_5 .contet_areya {
    width: 100%;
}
.ads_design_panel_5 h4 {
    width: 100%;
    text-align: center;
}
.ads_design_panel_5 .button_panel {
    width: 100%;
}
.ads_design_panel_5 .contet_areya h5 {
    font-size: 19px;
    line-height: 29px;
    text-align: center;
}
.ads_design_panel_5 .contet_areya p {
    font-size: 19px;
    margin-bottom: 26px;
    line-height: 34px;
    width: 100%;
    text-align: center;
}
.ads_design_panel_5 .button_panel .sig_man {
    display: inline-block;
}
.ads_design_panel_5 .button_panel .sig_man ul li {
    width: 100%;
    float: right;
    margin: 2px 0px;
    text-align: center;
}
.ads_design_panel_6 .ctarbtn {
    padding: 14px 11px;
    font-size: 11px;
}
.ads_design_panel_6 .pol_ertsd {
    width: 100%;
    padding: 20px 0px;
}
.ads_design_panel_7 h3 {
    font-size: 44px;
    line-height: 51px;
    margin-top: 0px;
}
.ads_design_panel_7 .black_boxtwo {
    padding: 20px;
    margin-top: 15px;
    height: auto;
}
.ads_design_panel_8 h2 {
    font-size: 11px;
    margin-top: 0px;
}
.ads_design_panel_8 h3 {
    font-size: 35px;
    margin-top: 0px;
}
.ads_design_panel_10 h2 {
    font-size: 28px;
}
.ads_design_panel_10 .text_testmonial .main_areya {
    flex-direction: column;
}
.ads_design_panel_10 .text_testmonial .textsd h3 {
    margin-top: 14px;
}
.ads_design_panel_10 .text_testmonial p {
    margin-top: 14px;
}
.ads_design_panel_11 h2 {
    font-size: 15px;
}
.ads_design_panel_11 .olpd ul li {
    padding: 1px 7px;
    font-size: 11px;
}
.ads_design_panel_1 .menupanel_one .button_arya .popi_button {
    font-size: 15px;
    padding: 6px 5px;
}
.opt_in_design_1 {
    padding: 50px 0px;
}
.opt_in_design_1 .opt_text {
    padding: 15px 21px;
    font-size: 12px;
}
.opt_in_design_1 h3 {
    font-size: 17px;
    line-height: 28px;
    margin-top: 30px;
    padding: 0px 10px;
}
.opt_in_design_1 p {
    font-size: 12px;
    line-height: 25px;
}
.opt_in_design_1 .fom_boxopt {
    padding: 10px 0px;
}
.opt_in_design_1 .fom_boxopt .field_box_desing_one {
    font-size: 17px;
    padding: 11px 20px;
    margin-top: 8px;
}
.opt_in_design_1 .fom_boxopt .ctarbtntwo {
    padding: 14px 20px;
    font-size: 15px;
}
.opt_in_design_2 {
    padding: 50px 0px;
}
.opt_in_design_2 h3 {
    font-size: 17px;
    margin-bottom: 4px;
    text-align: center;
    line-height: 35px;
    margin-top: 0px;
    padding: 0px 0px;
}
.opt_in_design_2 p {
    font-size: 11px;
    line-height: 25px;
    margin-top: 20px;
}
.opt_in_design_2 .video-wrapper {
    width: 100%;
    display: inline-block;
    padding: 10px;
}
.opt_in_design_2 .ctarbtns {
    padding: 13px 20px;
}
.opt_in_design_2 .how_li {
    font-size: 15px;
    line-height: 25px;
}
.ads_design_panel_8 .how_lis {
    font-size: 15px;
}
.privacy_olicy_page_deign_2 {
    padding: 20px 0px;
}
.privacy_olicy_page_deign_1 {
    padding: 20px 0px;
}
.privacy_olicy_page_deign_1 h1 {
    font-size: 22px;
    line-height: 40px;
}
.opt_in_design_4 {
    padding: 30px 0px;
}
.opt_in_design_4 .kolkj_pm ul li {
    width: 100%;
    padding: 15px 8px;
    margin: 6px 0px;
}
.opt_in_design_4 .kolkj_pm .mokij {
    width: 25px;
    height: 25px;
}
.opt_in_design_4 .kolll {
    padding: 15px 15px;
    width: 100%;
    margin-left: 0px;
}
.opt_in_design_4 h3 {
    font-size: 48px;
}

.opt_in_design_4 p {
    padding: 0px 0px;
}
.ads_design_panel_2 .entair_dsign .dio .diogbf {
            display: initial;
}
.ads_design_panel_10 .text_testmonial {height: auto;}
.ceo_md_pok .sir_box {
    flex-direction: column;
}
.ceo_md_pok .images_box {
    display: inline-block;
    width: 100%;
}
.ceo_md_pok .images_box img {
    height: auto;
}
.ceo_md_pok .contntt_box_box {
    padding: 40px 10px;
    width: 100%;
}
.ceo_md_pok .contntt_box_box h2 {
    font-size: 36px;
    line-height: 26px;
}

    .hero-content {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .dd-hero {
        min-height: auto;
    }

    .hero-title {
        letter-spacing: -1px;
        font-size: 27px;
        line-height: 38px;
    }

    .hero-btn {
        width: 100%;
        max-width: fit-content;
    }

.section-title {
    letter-spacing: -2px;
    margin-bottom: 25px;
    font-size: 38px;
    line-height: 45px;
}
.section-title {
    font-size: 28px;
}
.ceo_md_pok h4 {
    letter-spacing: -1px;
    margin-bottom: 15px;
    font-size: 27px;
    line-height: 37px;
    text-align: center;
}
    .ceo_md_pok .sir_box {
        padding: 10px;
    }
.cta-box h2 {
    font-size: 29px;
}
.cta-section {
    padding: 0px 0;
    padding-bottom: 20px;
}
    .ceo_md_pok .contntt_box_box h2 {

        line-height: 26px;
        letter-spacing: 0;
    }

    .panel_design_inners {
        padding: 20px 0px;
        display: none;
    }
        .mobile-header {
                    display: inline-block;
        }



	
}

/* Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {

	.container{
		width:470px;
	}
	
	
	
	
	
}

@media only screen and (min-width: 300px) and (max-width: 479px) {
.center_contanier{
	width: 100%; margin:0 auto;
}
.smallcenter_contanier{
	width: 100%; margin:0 auto;
}
.small_net_center_contanier{
	width: 100%; margin:0 auto;
}
.center_big_contanier{
	width: 100%; margin:0 auto;
}
.center_smallbig_contanier{
	width: 100%; margin:0 auto;
}


}


















