/* ---------------------------------------------------------------------- */
/*
/*	Site Colors
/*
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/*
/*	color1 - blue
/*
/* ---------------------------------------------------------------------- */
.color1, .color1Hover:hover					        {color: 			#2BB673  ;}
.color1Bg, .color1BgHover:hover				        {background-color: 	#2BB673  ;}
.color1Border, .color1BorderHover:hover		        {border-color: 		#2BB673  ;}
.green, .greenHover:hover					        {color: 			#2BB673  ;}
.greenBg, .greenBgHover:hover				        {background-color: 	#2BB673  ;}
.greenBorder, .greenBorderHover:hover		        {border-color: 		#2BB673  ;}
/* ---------------------------------------------------------------------- */
/*
/*	color1 - blue
/*
/* ---------------------------------------------------------------------- */
.greenLighten, .greenLightenHover:hover					        {color: 			#34CE80  ;}
.greenLightenBg, .greenLightenBgHover:hover				        {background-color: 	#34CE80  ;}
.greenLightenBorder, .greenLightenBorderHover:hover		        {border-color: 		#34CE80  ;}
/* ---------------------------------------------------------------------- */
/*
/*	color3 - orange
/*
/* ---------------------------------------------------------------------- */
.color3, .color3Hover:hover					    {color: 			#F7941D  ;}
.color3Bg, .color3BgHover:hover				    {background-color: 	#F7941D  ;}
.color3Border, .color3BorderHover:hover		    {border-color: 		#F7941D  ;}
.orange, .orangeHover:hover					    {color: 			#F7941D  ;}
.orangeBg, .orangeBgHover:hover				    {background-color: 	#F7941D  ;}
.orangeBorder, .orangeBorderHover:hover		    {border-color: 		#F7941D  ;}
/* ---------------------------------------------------------------------- */
/*
/*	Buttons
/*
/* ---------------------------------------------------------------------- */

.button {
    border-radius: 22px;
    padding: 12px 25px 12px !important;
    display: inline-block;
    color: #fff;
    border: none;
    min-width: 160px;
    text-align: center;
    font-weight: 500;
    border-right: 0 !important;
    border-bottom: 0 !important;
  }
  .button.headerButton {
    border:1px solid #34CE80 ;
    background-color:#2BB673 ;
    color: #fff;
  }
  .button.headerButton:hover {
    border:1px solid #fff ;
    background-color:#fff ;
    color: #000;

  }

#threejs-canvas{
    width: 100%;
    height: 110%;
    position: absolute;
    z-index: -1;
}
.ui{
    position: relative;
    height: 100vh;
}

.button.cta-follow {
    background-color: #333;
    color: #fff;
}
.button.cta-follow:hover {
    background-color: #444;
    color: #fff;
}
.button .button-icon img{
    display: inline-block;
    height: 24px;
    margin-right: 5px;
}

/*********************************************************

    Defaults

/*********************************************************/
body{
    font-family: "Gilroy";

  -webkit-overflow-scrolling: touch;
  overscroll-behavior: none;
}
@media (max-width:768px) {
    html, body {
    overflow-x: hidden;
    width: 100%;
    }
}
body.prevent-scroll,
html.prevent-scroll {
    overflow: hidden !important;
    height: 100% !important;
    position: fixed !important;
    width: 100% !important;
    overscroll-behavior: none;
    touch-action: none;
}

a{
    text-decoration: none !important;
    color:#29235c;
}
a:hover{
    color:#00a99d;
}
a:active, a:focus {
    outline: 0;
    border: none;
  }

html{
      width: 100%;
  }
body{
      overflow-x: hidden;
      width: 100%;
      color: #000;
  }
/*********************************************************

    Sizes

/*********************************************************/
.navigation li a                            {font-size: 16px;}

/* ---------------------------------------------------------------------- */
/*
/*	Default Sizes
/*
/* ---------------------------------------------------------------------- */
body                     {font-size: 16px}
.h1.bigger, h1.bigger    {font-size: 78px}
.h1, h1                  {font-size: 60px}
.h2, h2                  {font-size: 42px}
.h3, h3                  {font-size: 32px}
.h4, h4                  {font-size: 24px}
.h5, h5                  {font-size: 19px}

.mainMenu > ul > li > a  {font-size: 16px}
.button                  {font-size: 16px}

@media (max-width:1367px) {
body                     {font-size: 16px}
.h1.bigger, h1.bigger    {font-size: 72px}
.h1, h1                  {font-size: 56px}
.h2, h2                  {font-size: 36px}
.h3, h3                  {font-size: 28px}
.h4, h4                  {font-size: 21px}
.h5, h5                  {font-size: 18px}

.mainMenu > ul > li > a  {font-size: 16px}
.button                  {font-size: 16px}
}

@media (max-width:991px) {
body                     {font-size: 16px}
.h1.bigger, h1.bigger    {font-size: 68px}
.h1, h1                  {font-size: 48px}
.h2, h2                  {font-size: 32px}
.h3, h3                  {font-size: 26px}
.h4, h4                  {font-size: 20px}
.h5, h5                  {font-size: 17px}

.mainMenu > ul > li > a  {font-size: 16px}
.button                  {font-size: 16px}
}

@media (max-width:768px) {
body                     {font-size: 16px}
.h1.bigger, h1.bigger    {font-size: 56px}
.h1, h1                  {font-size: 42px}
.h2, h2                  {font-size: 28px}
.h3, h3                  {font-size: 24px}
.h4, h4                  {font-size: 19px}
.h5, h5                  {font-size: 16px}

.mainMenu > ul > li > a  {font-size: 16px}
.button                  {font-size: 16px}
}




/*********************************************************

    Header

/********************************************************
.header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    padding-top: 30px;

}
.header .logo{
    display: inline-block;
}
.header .logo img{
    height: 75px;
}
.header .logo img{
    height: 75px;
}
.navigation{
    display: inline-block;
    margin: 0;
    padding: 0 0;
    border-radius: 50px;
    background-color: #fff;
}
.navigation li{
    display: inline-block;
}
.navigation li a{
    padding: 15px 25px;
    background: #fff;
    color: #000;
    font-weight: normal;
    display: inline-block;
    border-radius: 50px;
}
.navigation a:hover,.navigation li:last-child a{
    background-color: #2BB673;
    color: #fff;
    animation: all .2s;
}
.navigation li:last-child a{
    background-color: #2BB673;
    color: #fff;
    animation: all .2s;
}*/
/*********************************************************

    Intro Close

/*********************************************************/

#mainIntro{
    position: relative;
    z-index: 9;
    width: 100%;
    height: 100%;
    height: 100vh;
    height: 100dvh;
    overflow: hidden;
}
@media (max-width: 768px) {
    #mainIntro{
        position: static;
        z-index: 9;
        width: 100%;
        height: 100%;
        height: 100vh;
        height: 100dvh;
    }
}



#mainIntro.active{
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 999;
}


.mainIntroPlay{
    position: absolute;
    bottom: 40px;
    color: #fff;
    right: 50%;
    cursor: pointer;
    font-size: 18px;
    transform: translateX(50%);
    z-index: 9999;

    border:1px solid #000 ;
    background-color:#222 ;
    border-radius: 22px;
    padding: 5px !important;
    display: inline-block;
    color: #fff;
    border: none;
    min-width: 160px;
    text-align: left;
    font-weight: 500;
    border-right: 0 !important;
    border-bottom: 0 !important;
    transition: all 0.2s;
    z-index: 9;

}

.mainIntroPlay.active{
    position: fixed;
    bottom: 40px;
    color: #fff;
    right: 20px;
    transform: translateX(0);

    border:1px solid #000 ;
    background-color:#222 ;
    border-radius: 22px;
    padding: 5px !important;
    display: inline-block;
    color: #fff;
    border: none;
    min-width: 160px;
    text-align: left;
    font-weight: 500;
    border-right: 0 !important;
    border-bottom: 0 !important;
    transition: all 0.2s;
    z-index: 9;

}

.mainIntroPlay span{
    width: 36px;
    height: 36px;
    background-color: #4D4D4D;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    transition: all 0.2s;
}

.mainIntroPlay:hover{

    border:1px solid #34CE80 ;
    background-color:#2BB673 ;
    color: #fff;
    border: none;

}
.mainIntroPlay:hover span{
    background-color: rgba(0,0,0,0.9);
}

.main-into-pause{
    display: none;
}
.main-into-play{
    display: inline-block;
}
.mainIntroPlay.active .main-into-pause{
    display: inline-block;
}
.mainIntroPlay.active .main-into-play{
    display: none;
}



@media (max-width: 768px) {
    .mainIntroPlay, .mainIntroPlay.active{
        bottom: 20px;
    }
    .mainIntroPlay.active{
        right: 20px;
    }
}

.sf-toolbar,.sf-minitoolbar{
    display: none !important;
}
/*********************************************************

    mouse

/*********************************************************/

#mainIntro .intro-overly{
    position: absolute;
    width: 100%;
    height: 120%;
    background-color: rgba(0,0,0,0.5);
}

#mainIntro.active .intro-overly{
    display: none;
}


/*********************************************************

    mouse

/*********************************************************/

#mainIntro .mouse {
    display: none;
}

#mainIntro.active .mouse {
    display: block;
}

@media (max-width: 400px) {
    #mainIntro.active .mouse {
        display: none;
    }
}

.mouse {
    width: 20px;
    height: 40px;
    border: 2px solid rgba(255,255,255,0.8);
    border-radius: 60px;
    position: absolute;
    bottom: 50px;
    left: 50px;

	&::before {
		content: '';
		width: 8px;
		height: 8px;
		position: absolute;
		top: 10px;
		left: 50%;
		transform: translateX(-50%);
		background-color: rgba(255,255,255,0.8);
		border-radius: 50%;
		opacity: 1;
		animation: wheel 2s infinite;
		-webkit-animation: wheel 2s infinite;
	}
}

@media (max-width: 468px) {
    #mainIntro.active .mouse {
        bottom: 40px;
        left: 40px;
    }
}

@keyframes wheel {
	to {
		opacity: 0;
		top: 40px;
	}
}

@-webkit-keyframes wheel {
	to {
		opacity: 0;
		top: 40px;
	}
}

/*********************************************************

    Slides

/*********************************************************/

.slides{
  width: 100%;
  height: 100vh;
  position: absolute;
}
.slide{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    position: absolute;
    overflow: hidden;
    opacity: 0;
}

body.no-scroll {
    overflow: hidden;
}

.slide.active{
    opacity: 1;
}
.slides .container{
    height: 100%;
    display: flex;
    align-items: center;
}
@media (max-width: 1200px) {
    .slides .container{
        width: 100%;
        max-width: 100%;
    }
}
.slidetext h1{
    font-weight: bold;
}
.slidetext{
    width: 50%;
    float: right;
}
.slideAnim{
    width: 100%;
    position: relative;
}
@media (max-width: 1200px) {
    .slideAnim {
    width: 120%;
    position: absolute;
    left: -10%;
    }
}
@media (max-width: 990px) {
    .slideAnim {
    width: 130%;
    position: absolute;
    left: -15%;
    }
}
@media (max-width: 768px) {
  .slideAnim {
    width: auto;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
  }
}
/*********************************************************

    Hexagon

/*********************************************************/
#rings .slidetext{
    width: 50%;
    float: right;
    font-weight: bold;
}
#rings .slideAnim{
    width: 50%;
    float: left;
    position: relative;
    left: 0;
}
.hex-ring{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    
}
.hex-ring img{
    position: absolute;
    width: 100%;
    transform: translate(-50%,-50%);
}

#rings .slidetext p{
    width: 500px;
}

.hex-ring4 {
}

@keyframes pulseWidth {
    0% {
        width: 100%;
    }
    50% {
        width: 90%;
    }
    100% {
        width: 100%;
    }
}
@media (max-width: 991px) {
    #rings .slideAnim {
        width: 100%;
        position: absolute;
        left: 0%;
        top: 10%;
        height: 60vh;
    }
    #rings .slidetext {
        width: 100%;
        float: right;
        font-weight: bold;
        position: absolute;
        bottom: 0%;
        left: 0%;
        text-align: center;
        height: 40vh;
    }
    .hex-ring {
    width: 40%;
    }
    #rings .slidetext p {
    width: 500px;
    margin: 0 auto;
    }
}
@media (max-width: 768px) {
    .hex-ring {
    width: 50%;
    }
    #rings .slidetext p {
    width: 410px;
    }

}
@media (max-width: 600px) {
    .hex-ring {
    width: 70%;
    }
}
@media (max-width: 500px) {
    .hex-ring {
    width: 75%;
    }
    #rings .slidetext p {
    width: 90%;
    }
}
/*********************************************************

    scan-cards

/********************************************************
.scan-cards{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    
}
.scan-cards img{
    position: absolute;
    width: 100%;
    transform: translate(-50%,-50%);

}

#how-to-scan .slideAnim{
    width: 50%;
    float: left;
    position: relative;
}

.slidetexts{
    width: 50%;
    float: right;
    position: relative;
}

#how-to-scan .slidetext{
    position: absolute;
    top: 0;
    transform: translateY(-50%);
}*/
/*********************************************************

    Rewards

/********************************************************
.reward-button {
    font-size: 32px;
    background-color: #7D00FA;
    color: #fff;
    padding: 22px 40px;
    border-radius: 20px;
    display: inline-block;
    font-weight: 600;
    box-shadow: 0 0 10px rgba(125, 0, 250, 0.6),
                0 0 20px rgba(125, 0, 250, 0.4);
}
.reward-cards{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    
}
.reward-cards img{
    position: absolute;
    width: 100%;
    transform: translate(-50%,-50%);

}
#rewards .slideAnim{
    width: 50%;
    float: left;
    position: relative;
}
*/
/*********************************************************

    Jackpot

/********************************************************
.jackpot-button {
    font-size: 32px;
    background-color: #F7941D;
    color: #fff;
    padding: 22px 40px;
    border-radius: 20px;
    display: inline-block;
    font-weight: 600;
    box-shadow: 0 0 10px rgba(247, 148, 29, 0.6), 
                0 0 20px rgba(247, 148, 29, 0.4); 
}
#jackpot .slideAnim{
    width: 50%;
    float: left;
    position: relative;
}
#jackpot .slidetext{
    width: 50%;
    float: right;
    position: relative;
}
.jackpot-cards{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    
}
.jackpot-cards img{
    position: absolute;
    width: 100%;
    transform: translate(-50%,-50%);

}*/
/*********************************************************

    App Screens

/*********************************************************/
.app-screen{
    margin: 0 auto;
    position: relative;
}
.screen img{
    max-height: 75vh;
}
.screen img{
}
.app-screen .app-screen-bg{
    position: relative;
    width: 100%;
}
.app-screen .screen{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);

}
.app-screen .app-screen-bg img{
    height: 75vh;
    max-width: 100%;
}

.nft-to-wallet img{
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
}

@media (max-width: 380px) {
.app-screen .screen{
    width: 100%;
    top: 50%;
    transform: translate(-50%,-50%);
}
 .app-screen .app-screen-bg img{
    height: auto;
    width: 100%;
}   
}

/* ---------------------------------------------------------------------- */
/*
/*	Header
/*
/* ---------------------------------------------------------------------- */

.header{
    width:100%;
    z-index: 100;
    left: 0;
    z-index: 999;
    margin: 20px 0;
}
#home .header, #archive .header{
    top:20px;
    position: absolute;
    margin: 0;
}

.header .container{
    position: relative;
    max-width: 95%;
    align-items: center;
    display: flex;
    justify-content: space-between;
} 
.rtl .header .container{
    flex-direction: row-reverse;
} 
/* -------------------------------- */
/*	Logo
/* -------------------------------- */
.header .logo{
}
.header .logo a{
    display: inline-block;
}
.header .logo img{
    height: 54px;
}
@media (max-width: 1200px) {
    .header .logo img{
    }
}
/* -------------------------------- */
/*	Main Menu
/* -------------------------------- */
.mainMenues{
    display: inline-flex;
    margin: 0 auto;
}
/* -------------------------------- */
/*	Langs
/* -------------------------------- */
.langs, .langsResponsive{
	position:relative;
    cursor: pointer;
}

.langsResponsive{
	display: none;
    direction: rtl !important;
}
.langsResponsive .dropdown-menu{
    min-width: 20px !important;
}
.langs li{
	float: right;
}
.langs a{
    color: #fff;
    display: inline-block;
    padding: 5px;
    position: relative;
}
.langs a:hover{
    color: #439b01;
}

@media (max-width: 1200px) { 
    .langs{
        display: none;
    }
    .langsResponsive{
        display: block;
    }
}
/* -------------------------------- */
/*	Responsive
/* -------------------------------- */
@media (max-width: 1100px) {
    .header .container{
        justify-content: unset !important;
    }
}
@media (max-width: 1100px) {
    .header>.container{
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 800px) {
    .mainMenues {
        margin-left: auto !important;
        margin-right: 0 !important;
    }
}

/* ---------------------------------------------------------------------- */
/*
/*	Main Menu Dropdown
/*
/* ---------------------------------------------------------------------- */

.menu.headerMenu{
    display: none;
}
@media (max-width: 991px) {
    .mainMenu{
        display: none !important;
    }
    .download-button{
        display: none;
    }
}
.mainMenu{
    display: inline-block;
    background-color: #1B1D1C;
    border:1px solid #3B3D3C;
    border-radius: 22px;
    padding: 0 25px;
    border-right: 0;
    border-bottom: 0;
}

.mainMenu a, .mainMenu li, .mainMenu ul{
	transition:0.2s all;
}
.mainMenu>ul, .mainMenu>ul>li{
	display:block;
	float:left;
	position:relative;
	z-index:8;
}
.ltr .mainMenu>ul,.ltr .mainMenu>ul>li{
	float:left;
}
.mainMenu a{
}
.mainMenu>ul>li>a{
    color: #fff;
    padding: 12px 25px 12px;
    display: inline-block;
    font-weight: 500;
}

.mainMenu>ul>li:hover>a, .mainMenu>ul>li>a.active{
	color:#2BB673;
    position: relative;
}
.mainMenu>ul>li:hover>a::after, .mainMenu>ul>li>a.active::after{
	content: "";
    position: absolute;
    left: 10%;
    top: 100%;
    width: 80%;
    height: 4px;
    background-color: #2BB673;
    border-radius: 20px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.mainMenu>ul>li>ul{
	opacity:0;
	position:absolute;
	top:0;
	left:0;
	text-align:right;
	display:block;
}
.mainMenu>ul>li:hover>ul{
	opacity:1;
	top:100%;
}
.mainMenu>ul>li>ul li{
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
}
.mainMenu>ul>li>ul a{
	display:none;
	float:right;
	width:100%;
    color: #fff;
    min-width: 180px;
    text-align: left;
    padding: 10px 25px;
    transition: all 0.3s;
    background-color: #1B1D1C;
    border-top: 1px solid #3B3D3C;
}
.mainMenu>ul>li:hover>ul a{
	display:inline-block;
}
.mainMenu>ul>li>ul a:hover{
	color:#fff;
    background-color: #2BB673;
}

.mainMenu>ul > li > ul ul {
  visibility: hidden;
  float:right;
  position: absolute;
  top:0;
  right:80%;
  opacity: 0;
  margin:0;
  padding:0;
	-moz-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	-webkit-transition: all 0.2s ;
	transition: all 0.2s ;
}
.ltr .mainMenu>ul > li > ul ul {
    right:auto !important;
    left:100%;
  }




/* ---------------------------------------------------------------------- */
/*
/*	responsive-menu-button
/*
/* ---------------------------------------------------------------------- */
/* Responsive Menu Button */
.responsive-menu-button {
    pointer-events: all;
    z-index: 9999;
    position: fixed;
    top: 15px;
    right: 15px;
    display: none;
}

@media (max-width: 991px) {
    .responsive-menu-button {
        display: block;
    }
}


.responsive-menu-button a {
    display: block;
    width: 52px;
    height: 52px;
    position: relative;
    background-color: rgba(0,0,0,0.5);
    z-index: 101;
    cursor: pointer;
    overflow: hidden;
}

.responsive-menu-button a.active {
    background: none;
    position: fixed;
    right: 0;
    top: 2px;
}

.responsive-menu-button span {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #2BB673;
    position: relative;
    top: 13px;
    left: 11px;
    transition: all 0.3s ease;
}
.responsive-menu-button a.active span {
    background-color: #fff;
}
.responsive-menu-button span ~ span {
    margin-top: 10px;
}

.responsive-menu-button a:hover span:nth-child(1) {
    transform: translateY(6px);
}
.responsive-menu-button a.active span:nth-child(1) {
    transform: rotate(50deg) translate(10px, 11px);
}

.responsive-menu-button span:nth-child(2) {
    width: 25px;
}
.responsive-menu-button a:hover span:nth-child(2),
.responsive-menu-button a.active span:nth-child(2) {
    width: 0;
    opacity: 0;
    transform: translateX(100%);
}

.responsive-menu-button a:hover span:nth-child(3) {
    transform: translateY(-6px);
}
.responsive-menu-button a.active span:nth-child(3) {
    transform: rotate(-50deg) translate(6px, -7px);
}
/* ---------------------------------------------------------------------- */
/*
/*	responsive-menu-items
/*
/* ---------------------------------------------------------------------- */
/* Responsive Menu Items */
.responsive-menu-items {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #2BB673;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 999;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 100px;
    padding-bottom: 100px;
}

.responsive-menu-items.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
/* ---------------------------------------------------------------------- */
/*
/*	responsive-menu-links
/*
/* ---------------------------------------------------------------------- */
.responsive-menu-links
{
    min-width: 70%;

}

.responsive-menu-links a {
    display: block;
    padding: 10px 5px 8px;
    color: #fff;
    border-bottom: 1px solid #fff;
    transition: all 0.3s ease;
    font-size: 21px;
    position: relative;
}

.responsive-menu-links a:hover {
    color: #fff;
    background: #31BA75;
}

.responsive-menu-links a.active {
    opacity: 1;
}

.responsive-menu-links .hasSubmenu ul a,
.responsive-menu-links.inactive a {
    display: none;
}
.responsive-menu-links ul.active a {
    display: block;

}


.responsive-menu-links .hasSubmenu>a::after {
    content: "";
    width: 36px;
    height: 100%;
    background-image: url("../../uploads/admin/icons/arrow-right.svg");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
}

.responsive-menu-links .menuBack{
    font-weight: 600;
    cursor: pointer;
    color:#232325 ;
}
.responsive-menu-links .menuBack::after {
    content: "";
    width: 36px;
    height: 100%;
    background-image: url("../../uploads/admin/icons/arrow-left.svg");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
}
/* ---------------------------------------------------------------------- */
/*
/*	responsive-menu-buttons
/*
/* ---------------------------------------------------------------------- */
.responsive-menu-buttons{
    min-width: 70%;
    margin: 25px 0 20px 0;
}
.responsive-menu-buttons-item{
    border-radius: 22px;
    padding: 12px 20px 12px !important;
    display: inline-block;
    color: #fff;
    border: none;
    text-align: center;
    font-weight: 500;
    border-right: 0 !important;
    border-bottom: 0 !important;
    background-color: #232325;
    width: 100%;
}
.responsive-menu-buttons-item:hover{
    color: #232325;
    background: #fff;
}

/* ---------------------------------------------------------------------- */
/*
/*	responsive-menu-socials
/*
/* ---------------------------------------------------------------------- */
.responsive-menu-socials img{
    width: 38px;
    margin: 2px;
}

/* ---------------------------------------------------------------------- */
/*
/*	Sections
/*
/* ---------------------------------------------------------------------- */
.section{
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.section-content{
    padding: 50px 0;
    width: 100%;
}

@media (max-width: 400px) { 
    .section{
        min-height: auto;
    }

    .section-content{
        padding: 40px 0;
    }
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
  background: #ccc;
  color: inherit;
  border: none;
  padding: 8px !important;
  font: inherit;
  border-radius: 50%;
  margin: 4px;
  display: inline-block;
}
.owl-carousel button.owl-dot.active {
  background: #2BB673;
}
  .section {
    scroll-snap-align: start;
    scroll-snap-stop: always;        /* ensures it won’t skip a section on fast scrolls */
    min-height: 100vh;               /* you said it's already full height; keep it */
  }
/* ---------------------------------------------------------------------- */
/*
/*	Intro Slides
/*
/* ---------------------------------------------------------------------- */
.intro-slides-main{
background-color:#666666 ;
padding: 0;
}
.intro-slide{
    width: 100%;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

.intro-slide-bg{
    min-height: 100vh;
    position: absolute;
    right: 0;
}

.intro-slide-bg img{
    position: absolute;
    height: 100vh;
    right: 150px;
}

.intro-slide-front{
    position: absolute;
    height: 100vh;
    width: 100%;
}

.intro-slide-front img{
    position: absolute;
    bottom: 0;
    right: 300px;
    max-height: 80vh;
}
.intro-slide-text{
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}
.intro-slide-text-short{
    width: 400px;
    color: #fff;
}
.intro-slide-text-title{
    font-weight: bold;
    color: #fff;
    width: 600px;
    margin-bottom: 50px;
    line-height: 1;
}
.intro-slide-hex{
    width: 700px;
    position: absolute;
    top: -163px;
    right: -332px;
}

@media (max-width: 1400px) { 
    .intro-slide-front img{
        right: 100px;
    }
    .intro-slide-bg img{
        right: 50px;
    } 
}

@media (max-width: 1200px) { 
    .intro-slide-front img{
        right: -50px;
    }
    .intro-slide-bg img{
        right: -100px;
    } 
    .intro-slide-text-title {
        width: 500px;
    }
}
@media (max-width: 991px) { 
    .intro-slide-front img{
        right: -100px;
    }
    .intro-slide-bg img{
        right: -200px;
    } 
    .intro-slide-text-title {
        width: 350px;
    }
    .intro-slide-text-short{
        width: 350px;
   }
   .intro-slide-text {
        top: 50%;
        left: 5%;
    }
}
@media (max-width: 850px) { 
    .intro-slide-front img{
        right: -150px;
    }
    .intro-slide-bg img{
        right: -250px;
    } 
    .intro-slide-text-title {
        width: 350px;
    }
    .intro-slide-text-short{
        width: 350px;
   }
   .intro-slide-text {
        top: 50%;
        left: 5%;
    }
}
@media (max-width: 750px) { 
    .intro-slide-front img {
        right: 35%;
        transform: translateX(50%);
    }
    .intro-slide-bg img{
        right: 35%;
        transform: translateX(50%);
    } 
    .intro-slide-text-title {
        width: 100%;
        margin-bottom: 20px;
    }
    .intro-slide-text-short{
        width: 100%;
   }
   .intro-slide-text {
        position: absolute;
        top: 20%;
        left: 10%;
        width: 80%;
    }
    .intro-slide{
        overflow-y: auto !important;
    }
    .intro-slide-front {
        position: static;
        height: 120vh;
    }
    .intro-slide-bg img {
        height: 100%;
    }
    .intro-slide-bg {
        height: 100%;
    }
}
@media (max-width: 480px) { 
   .intro-slide-text {
        left: 8%;
        width: 84%;
    }
  .intro-slide-front img {
    right: 24%;
    transform: translateX(50%);
    max-height: 75vh;
  }
    
}
/* ---------------------------------------------------------------------- */
/*
/*	Key Fetures
/*
/* ---------------------------------------------------------------------- */
.key-features{
    background-color: #E6E6E6;
}

.key-features h1{
}
.key-fetures-main{
    width: 100%;
}
.key-fetures-main-inner{
}
.key-feature{
    padding: 60px;
}
.feature-title{
    font-weight: bold;
    padding: 20px 0 20px 0;

}
.feature-text{
    color: #666666;
    padding-bottom: 20px;

}
.feature-button{
    
}

.button.feature-button {
    cursor: pointer;
    border:1px solid #34CE80 ;
    background-color:#2BB673 ;
    color: #fff;
  }

    .feature-image{
    width: 100%;
    text-align: left;
  }

  .feature-image img{
    width: 80%;
    max-width: 230px;
    display: inline-block;
  }


.button.feature-button:hover {
    cursor: pointer;
    border:1px solid #000 ;
    background-color:#000 ;
    color: #2BB673;
  }
@media (max-width: 1700px) {
    .key-feature{
    padding: 40px;
    }

}
@media (max-width: 1400px) {
    .key-feature{
    padding: 40px;
    }
  .feature-image img{
    width: 90%;
  }
}
@media (max-width: 1300px) {
    .key-feature{
    padding: 25px;
    }
  .feature-image img{
    width: 100%;
  }
}
@media (max-width: 576px) {
  .key-fetures-main-inner {
    width: 65%;
  }

}
@media (max-width: 400px) {
  .key-fetures-main-inner {
    width: 95%;
  }
    .feature-image,.key-feature{
    text-align: center;
  }
}
  /* ---------------------------------------------------------------------- */
/*
/*	Key Fetures
/*
/* ---------------------------------------------------------------------- */

.cost-calculator{
    width: 100%;
    display: flex;
    padding: 0;
    min-height: 100vh;
    align-items: stretch;
}
.cost-calculator-side {
  width: 33%;
  background-color: #666666;
  position: relative;

}
.cost-calculator-side-anim{
    position: absolute;
    width: 500px;
    height: 700px;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
@media (max-width: 1700px) {
    .cost-calculator-side-anim{
        width: 400px;
        height: 560px;
    }
}
@media (max-width: 1400px) {
    .cost-calculator-side-anim{
        width: 360px;
        height: 504px;
    }
}
@media (max-width: 1200px) {
    .cost-calculator-side-anim{
        width: 320px;
        height: 448px;
    }
}
.cost-calculator-side-anim-image{
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
}
.cost-calculator-side-anim-video{
    position: absolute;
    top: 2%;
    left: 2%;
    height: auto;
    width: 96%;
    z-index: 0;
}

.cost-calculator-main{
    width: 66%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
}
.cost-calculator-main-inner{
    
}
@media (max-width: 1700px) {
    .cost-calculator-main {
    padding: 40px;
    }
}
@media (max-width: 990px) {
    .cost-calculator-main{
        width: 80%;
        padding: 20px;
        margin: 0 auto;
    }
    .cost-calculator-side{
        display: none;
    }
}
@media (max-width: 800px) {
    .cost-calculator-main{
        width: 90%;
        padding: 50px 0;
    }
}
@media (max-width: 700px) {
    .cost-calculator-side{
        display: block;
        width: 100%;
        min-height: 500px;
        height: 70vh;
    }
    .cost-calculator {
    flex-direction: column-reverse;
    }
}
@media (max-width: 310px) {
    .cost-calculator-side{
        display: none;
    }
}
  /* ---------------------------------------------------------------------- */
/*
/*	Demo
/*
/* ---------------------------------------------------------------------- */

.demo{
    width: 100%;
    display: flex;
    padding: 0;
    min-height: 100vh;
    align-items: stretch;
}
.demo-side {
  width: 34%;
  background-color: #1c1c1c;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;

}
.demo-side-video{
    height: 80%;
    max-width: 100%;
}


.demo-main{
    width: 66%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: end;
    padding: 50px;
    background-image: url("../../../../uploads/admin/sides/using-aperove.jpg");
    background-position: center;
    background-size: cover;
    text-align: center;
}
.demo-app-feature-icons{
    width: 80%;
}
.download-catalogue{
    margin-top: 15px;
    background-color: #222 ;

}
.download-catalogue:hover{
    color: #fff;
    background-color: #2BB673;

}
@media (max-width: 1400px) {
.demo-app-feature-icons{
    width: 100%;
}
.demo-main{
    background-position: center right;
}
}
@media (max-width: 1200px) {

}
@media (max-width: 991px) {
.demo-app-feature-icons{
    display: none;
}

    .demo-main{
        width: 60%;
    }
    .demo-side {
    width: 40%;
    }
    .demo-main{
    background-position: center right;
    }

}
@media (max-width: 700px) {
    .demo-main{
        width: 100%;
    }
    .demo-side {
    width: 100%;
    }
    .demo-main{
    background-position: center center;
    min-height: 80vh;
    }
    .demo {
    flex-direction: column-reverse;
    
    }
}
@media (max-width: 550px) {
    .demo-main{
    background-position: center right;
    min-height: 80vh;
    }
}
@media (max-width: 400px) {
    .demo-main{
    min-height: 70vh;
    }
}
/* ---------------------------------------------------------------------- */
/*
/*	Key Fetures
/*
/* ---------------------------------------------------------------------- */
.brand-register{
    width: 100%;
    display: flex;
    padding: 0;
    min-height: 100vh;
    align-items: stretch;
}
.brand-register-side{
    background-image: url("../../../../uploads/admin/sides/girl.jpg");
    background-size: cover;

    width: 33%;
    background-color:#666666 ;
    background-position: center;
    position: relative;
    display: flex;
    align-items: end;
    justify-content: left;
    padding: 80px;
}
.brand-register-side h1{
    color: #fff;
}

.brand-register-title .h1{
    font-size: 120px;
    font-weight: 300;
}
.brand-register-title h3{
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
}


.brand-register-main{
    width: 66%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
}
.brand-register-main-inner{
}
@media (max-width: 1700px) {
    .brand-register-main {
    padding: 40px;
    }
}
@media (max-width: 1500px) {
    .brand-register-main{
        width: 60%;
    }
    .brand-register-side{
        width: 40%;
    }


    .brand-register-side{
        justify-content: left;
        padding: 80px;
    }


    .brand-register-title .h1{
        font-size: 100px;
    }
    .brand-register-title h3{
        font-size: 42px;
    }
}
@media (max-width: 1200px) {
    .brand-register-main{
        width: 65%;
    }
    .brand-register-side{
        width: 35%;
    }
    .brand-register-side{

    }

    .brand-register-main .form-control-out {
        padding: 15px 10px;
    }

}
@media (max-width: 990px) {
    .brand-register-main{
        width: 80%;
        padding: 50px 0;
        margin: 0 auto;
    }
    .brand-register-side{
        display: none;
    }
    .brand-register-out{
        min-height: auto;
    }
    .brand-register{
        min-height: auto;
    }
}
@media (max-width: 800px) {
    .brand-register-main{
        width: 90%;
        padding: 50px 0;
    }
}
@media (max-width: 700px) {
    .brand-register-side{
        display: flex;
        width: 100%;
        min-height: 500px;
        height: 70vh;
        justify-content: left;
        padding: 40px;
    }
    .brand-register {
    flex-direction: column;
    }


    .brand-register-title .h1{
        font-size: 80px;
    }
    .brand-register-title h3{
        font-size: 36px;
    }

    .brand-register-main-inner-title{
        text-align: center;
    }

    .brand-register-main .form-control-out {
        padding: 8px 15px;
    }

}
@media (max-width: 310px) {

}

/* ---------------------------------------------------------------------- */
/*
/*	Form Control
/*
/* ---------------------------------------------------------------------- */

.form-control-out{

    padding: 15px 20px;
}
.input-container {
    position: relative;
    width: 100%;
}

.form-control {
    background-color: #F5F5F5;
    padding: 16px 20px 16px;
    border-radius: 22px;
    color: #000;
    border: 2px solid #F2F2F2;
    width: 100%;
    font-size: 16px;
    line-height: 1.2;
    outline: none;
    transition: all 0.3s ease;
    height: auto;
}

.form-control:focus {
    border-color: #007AFF;
}

.input-container label {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    color: #A4A7AE;
    font-size: 16px;
    transition: all 0.3s ease;
    pointer-events: none;
}

.form-control:focus + label,
.form-control:not(:placeholder-shown) + label {
    top: 10px;
    left: 18px;
    font-size: 12px;
    color: #2BB673;
}

.form-control-out .button {
    border:1px solid #34CE80 ;
    background-color:#2BB673 ;
    color: #fff;
    padding: 16px 20px 16px !important;
    width: 100%;

  }
  .form-control-out .button:hover {
    border:1px solid #34CE80 ;
    background-color:#34CE80 ;
    color: #000;

  }

.input-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    pointer-events: none;
    opacity: 0.7;
}

.input-container.icon-left input {
    padding-left: 45px; /* adjust based on icon size */
}
.input-container.icon-left label {
    left: 45px;
}

/* ---------------------------------------------------------------------- */
/*
/*	Form Validate
/* 
/* ---------------------------------------------------------------------- */
.input-info-result-out {
  padding: 15px 20px;
  display: flex;
  align-items: center;
}
.input-info-result{
    position: relative;
    padding-left: 15px;
}
.result-status-success{
    color: #2BB673;
}
.result-status-success::after, .result-status-error::after{
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    top: 6px;
    left: -7px;
    background-color: #2BB673;
    border-radius: 50%;
}

.result-status-error{
    color: #666;
}
.result-status-error::after{
    background-color: #ED1C24;
}

  /* ---------------------------------------------------------------------- */
/*
/*	Form Alert
/*
/* ---------------------------------------------------------------------- */
.form-alert{
    background-color: #FFDCDF;
    padding: 20px;
}
  /* ---------------------------------------------------------------------- */
/*
/*	Key Fetures
/*
/* ---------------------------------------------------------------------- */
.range-input-container {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.range-input-container label {
    flex-shrink: 0;
    margin-right: 10px;
    font-size: 16px;
    color: #000;
}

.range-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 12px;
    background: #F5F5F5;
    border-radius: 999px;
    outline: none;
    margin-right: 10px;
}

/* Thumb Styling */
.range-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background: #2BB673;
    cursor: pointer;
    margin-top: -6px; /* Align thumb vertically */
}

.range-slider::-moz-range-thumb {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background: #2BB673;
    cursor: pointer;
    border: none;
}

.range-value {
    font-size: 18px;
    color: #A4A7AE;
    white-space: nowrap;
    min-width: 40px;
    text-align: right;
}
  /* ---------------------------------------------------------------------- */
/*
/*	Key Fetures
/*
/* ---------------------------------------------------------------------- */
.cc-icon{
    width: 48px;;
    margin-right: 10px;
}
.cc-icons-out{
    display: flex;
}

.value-input {
    width: 120px;
    font-size: 16px;
    padding: 5px 14px;
    border: none;
    border-radius: 12px;
    background-color: #f5f5f5;
    outline: none;
    appearance: textfield;
    -moz-appearance: textfield;
    -webkit-appearance: none;
    box-shadow: inset 0 0 0 2px transparent;
    transition: all 0.3s ease;
    margin: 2px;
}

.value-input:focus {
    box-shadow: inset 0 0 0 2px #007aff;
}

.value-input.invalid {
    box-shadow: inset 0 0 0 2px #ff3b30 !important;
    background-color: #fff0f0;
}

/* Remove arrows in number inputs (cross-browser) */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
  /* ---------------------------------------------------------------------- */
/*
/*	Key Fetures
/*
/* ---------------------------------------------------------------------- */
.min-height-full{

}
.onmedia{
    width: 100%;
    min-height: 100vh;
    display: flex;
    background-color: #B3B3B3; 
    padding: 100px 0;
}
.onmedia .container{
}

.onmedia-item-out{
    background-color: #E6E7E8;
    border-radius: 30px;
    margin-bottom: 25px;
}
.onmedia-item{
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.onmedia-item-text{
width: 60%;
padding: 0 15px;
}
.onmedia-item-text h3{
    padding-bottom: 30px;
}
.onmedia-item-text p{
    margin: 0px;
    line-height: 1.5;
}
.onmedia-item-image{
width: 40%;
border-radius: 22px;
overflow: hidden;
}

.onmedia-footer{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 15px 30px;
    border-top:1px solid #D1D3D4;
}

.onmedia-footer-button{
    background-color: #fff;
    padding: 10px 17px;
    border-radius: 15px;
    color: #000;
    font-weight: bold;
}

.onmedia-footer-button:hover{
    background-color: #000;
    color: #fff;
    border-color: #666;
}

.onmedia-footer-logo img{
    height: 40px;
}

@media (max-width: 991px) {

    .onmedia-item-text{
    padding: 0;
    width: 48%;
    }

    .onmedia-item-image {
        width: 50%;
    }


}
@media (min-width: 768px) and (max-width: 991px) {
    .onmedia .container {
        max-width: 95%;
    }
}

@media (max-width: 480px) {
  .onmedia-footer {
    flex-direction: column-reverse;
    text-align: center;
  }
  .onmedia-footer-logo{
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {

    .onmedia {
    padding: 50px 0;
    }
    .onmedia-item {
        flex-direction: column-reverse;
        padding: 20px;
    }
    .onmedia-item-text{
    width:100%;
    padding: 0;
    }
    .onmedia-item-text h3{
        padding-bottom: 10px;
        padding-top: 20px;
    }
    .onmedia-item-image{
    width: 100%;
    }
    .onmedia-footer {
        padding: 20px;
    }
}


/* ---------------------------------------------------------------------- */
/*
/*	Pricing
/*
/* ---------------------------------------------------------------------- */

.tab-content {
    display: none;
}
.tab-content.active {
    display: flex;
}

.pricing{
    width: 100%;
    min-height: 100vh;
    display: flex;
    background-color: #B3B3B3; 
}
.pricing .container{
    padding: 100px 0;

}
@media (max-width: 990px) {
    .pricing .container{
        max-width: 90%;
    }
}
@media (max-width: 800px) {
    .pricing .container{
        max-width: 92%;
    }
    .pricing-plan .plan-features {
         padding: 20px;
    }
}
.pricing-tabs {
    width: 100%;
    text-align: center;
}
.pricing-tabs ul{
    width: 100%;
    background-color: #2C2E2D;
    border-radius: 20px;
    padding: 5px;
    display: inline-block;
    width: auto;
}
.pricing-tabs ul li{
    float: left;
}
.pricing-tabs ul a{
    font-size: 21px;
    color: #fff;
    padding: 4px 20px;
    border-radius: 16px;
    display: inline-block;
    min-width: 170px;
    text-align: center;
}

@media (max-width: 450px) {
    .pricing-tabs ul a {
        min-width: auto;
    }
    .pricing .container{
        padding: 50px 0;

    }
    .pricing-content {
        margin-top: 30px;
    }
}

.pricing-tabs ul a.active{
    background-color: #2BB673;
    color: #231F20;
}


.pricing-content{
    margin-top: 50px;
}

.pricing-table{

}

@media (max-width: 991px) {
    .pricing-plan-out {
        margin-bottom: 20px;
    }
    .pricing-content {
        margin-top: 30px;
    }
}


.pricing-plan{
    background-color: #E6E7E8;
    border-radius: 22px;
    cursor: pointer;
}

.pricing-plan.active{
    background-color: #EDEDED;
}

.button.get-started{
    display: none;
}

.pricing-plan.active  .button.get-started{
    display: block;
}


.pricing-plan .plan-head{
    padding: 15px 30px;
    position: relative;
    border-bottom:1px solid #D1D3D4;
}
.pricing-plan.active .plan-head{
    background-color: #000;
    border-radius: 22px;
    background: radial-gradient(circle at 60px -50px, #2BB673 0%, #000 40%);
    border-bottom:1px solid #E6E7E8;
}
.pricing-plan.active .plan-head::after{
    content: "";
    position: absolute;
    left: 30px;
    top: -4px;
    width: 60px;
    height: 5px;
    background-color: #2BB673;
    border-radius:20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.pricing-plan .plan-head .plan-name{
    color: #2BB673;
    font-size: 21px;
}

.pricing-plan .plan-head .plan-price{
    color: #2BB673;
    font-size: 60px;
    font-weight: bold;
}

.pricing-plan .plan-head .plan-dur{
    color: #939598;
    font-weight: bold;

}

.pricing-plan .plan-head .plan-badge{
    color: #000;
    background-color: #2BB673;
    font-size: 13px;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 50px;
    padding: 2px 15px;
}

.pricing-plan .plan-features{
    color: #7A7A7A;
    padding: 30px;
    padding-bottom: 0;
    padding-top: 15px;
}

.pricing-plan .plan-features ul{
    width: 100%;
}
.pricing-plan .plan-features ul li {
    color: #000;
    border-top: 1px solid #D1D3D4;
    padding-top: 10px;
    margin-top: 10px;
    position: relative;
    padding-left: 20px; /* space for the bullet */
  }
  
  .pricing-plan .plan-features ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px; /* vertical alignment */
    width: 10px;
    height: 10px;
    background-color: #2BB673;
    border-radius: 50%; /* makes it a circle */
  }
.pricing-plan .plan-end{
    padding: 15px;
}
.pricing-plan .plan-end .button{
    width: 100%;
    background-color: #2BB673;
    font-size: 21px;
    text-align: center;
    border-radius:15px;
    padding:8px 5px !important;
    font-weight: normal;
  }
  .pricing-plan .plan-end .button:hover{
    background-color: #34CE80;
    color: #fff;
  }


  
/* ---------------------------------------------------------------------- */
/*
/*	Pricing
/*
/* ---------------------------------------------------------------------- */
.faq{
    width: 100%;
    display: flex;
    background-color: #F1F2F2; 
    padding: 100px 0;
}

@media (max-width: 768px) {
    .faq{
        padding: 50px 0;
    }
}

.faq .container{
    
}

.faq-item{
    border-radius: 18px;
    background: #fff;
    width: 100%;
    margin-bottom: 15px;
}
.faq-item .faq-q{
    background-color: #D1D3D4;
    padding: 12px 50px 12px 30px;
    font-size: 18px;
    color:#000;
    border-radius: 18px;
    cursor: pointer;
    line-height: 1.4;
    position: relative;
}
.faq-item .faq-q::after{
    content: "";
    width: 40px;
    height: 40px;
    background-image: url("../../uploads/admin/icons/icon-arrow-circle-down.svg");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    right: 5px;
}
.faq-item.active .faq-q{
    background-color: #2BB673;
    color: #fff;
    font-weight: 600;
}
.faq-item.active .faq-q::after{
    background-image: url("../../uploads/admin/icons/icon-arrow-circle-up.svg");
}


.faq-item .faq-a{

    height: 0;
    overflow: hidden;
    opacity: 0;
    max-height: 0;
    padding: 0 30px;

    transition: all 0.6s;

}
.faq-item.active .faq-a{
    height: auto;
    overflow: auto;
    opacity: 1;
    max-height: 1500px;

    padding: 20px 30px;

}


/* ---------------------------------------------------------------------- */
/*
/*	Partners
/*
/* ---------------------------------------------------------------------- */
.partners{
    padding: 40px 0;
    background-color: #E6E6E6;
    color: #808080;
    
}
.partner{
    width: 100%;
    text-align: center;
}
.partners a{
    background-color: rgba(255,255,255,0.5);
    border-radius: 42px;
    display: inline-block;
    text-align: center;
    margin: 10px;
    box-shadow: -1px -1px 0 0px #fff;
}
.partners a:hover{
    background-color: rgba(255,255,255,1);
}
.partners a img{
    display: inline-block;
    width: 100%;
}
.partners .h2{
    padding-bottom: 15px;
}
/* ---------------------------------------------------------------------- */
/*
/*	Newsletter
/*
/* ---------------------------------------------------------------------- */
.newsletter{
    background-color: #B3B3B3;
    padding: 40px 0;
    color: #000;
}
.newsletter-form-out{
    padding: 80px 40px;
    border-radius: 100px;
    background: linear-gradient(to top, #AAAAAA 0%, #B3B3B3 50%, #B3B3B3 100%);

}
.newsletter .container form{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    justify-content: center;
}
.newsletter-input input{
    min-width: 450px;
}
.newsletter-title{
    font-size: 36px;
    font-weight: 500;
}
.newsletter-button input{
    background-color: #000;
    min-width: 150px;
    color: #fff;
    border: 1px solid #000;

}
.newsletter-button input:hover{
    background-color: #2BB673;
    border: 1px solid #34CE80;

}
.newsletter-form-alert {
  padding: 20px;
  text-align: center;
  color: red;
}
.newsletter-form-success{
    text-align: center;
}
@media (min-width: 768px) AND (max-width: 991px) {
    .newsletter .container{
    }
}
@media  (max-width: 991px) {
    .newsletter .container form{
        flex-direction: column;
        border-radius: 150px;
        padding: 40px 0px;
    }
    .newsletter-input{
         width: 100%;
    }
    .newsletter-input input{
         width: 80%;
         margin: 0 auto;
    }
        .newsletter-form-out {
        padding: 40px 20px;
        border-radius: 302px;
    }
}

@media  (max-width: 768px) {

    .newsletter-input input{
         min-width: 100%;
    }
    .newsletter{
        padding: 20px 0;
    }



}

/* ---------------------------------------------------------------------- */
/*
/*	Footer
/*
/* ---------------------------------------------------------------------- */
.footer{
    background-color: #B3B3B3;
    padding: 20px 0 50px 0;
}

.footer a{
    color: #000;
}
.footer a:hover{
    color: #12874C;
}

.footer-logo{
    width: 185px;
}
.footer-links{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 20px;
    padding-right: 0;
}

.footer .container{
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.footer-link-set-title{
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
}
.footer-social{
    border-top:2px solid #999999;
    width: 100%;
    padding-top: 20px;
    text-align: right;
}
.footer-social a{
    display: inline-block;
}
.footer-social a img{
    width: 40px;
}


.footer-link-set-iso img{
    width: 85px;
}

@media  (max-width: 991px) {

    .footer .container {
    flex-direction: column;
    
    }

    .footer-logo {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    }

    .footer-logo>* {
    width: 200px;
    margin: 10px;
    }


    .footer-logo>a {
        width: 150px;
        margin: 10px;
    }

    .footer-link-set a{
        font-size: 14px;
    }
    
}
@media (max-width: 768px) {
     
    .footer-logo {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    }
    .footer-logo>a {
        margin: 2px;
    }
    .footer{
        padding-top: 0;
    }
    .footer-links {
        display: flex;
        flex-wrap: wrap; /* allow wrapping */
        justify-content: flex-start;
        padding: 20px;
    }

    .footer-link-set {
        width: 33.33%; /* 2 per row with space */
        margin-bottom: 20px;
    }

    .footer-social{
        text-align: center;
    }
}
@media (max-width: 480px) {
    .footer-links {
    }

    .footer-link-set {
        width: 50%; /* 2 per row with space */
        margin-bottom: 20px;
    }
}
@media (max-width: 300px) {

    .footer-link-set {
        width: 100%; /* 2 per row with space */
        margin-bottom: 20px;
    }
}
/* ---------------------------------------------------------------------- */
/*
/*	sideFixedMenu
/*
/* ---------------------------------------------------------------------- */

.sideFixedMenu{
	position:fixed;
	top:50%;
    right: 17px;
	transform:translateY(-50%);
	z-index:999;
	direction:rtl;
    text-align: right;
}
@media (max-width: 1000px) { 
    .sideFixedMenu{
        right: 10px;
    }
}
@media (max-width: 768px) { 
    .sideFixedMenu{
        display: none;
    }
}
.sideFixedMenu i{
	vertical-align:middle;
	font-size:18px;
    width: 20px;
    background: #000;
    height:2px;
    display: inline-block;
    transition: 0.4s all;
}
.sideFixedMenu a.active i{
    width: 30px;
}
.sideFixedMenu a{
	color:#252525;
	display:inline-block;
	padding:3px;
	position:relative;
}
.sideFixedMenu a span{
	position: absolute;
	display: block;
	width: 0;
	top: 0px;
	right: 0;
	background: #252525;
	padding: 5px 15px;
	text-align: left;
	border-radius: 20px !important;
	opacity: 0;
	color:#252525;
	overflow:hidden;
	height:31px;
    font-weight: 100;
}
.sideFixedMenu a:hover span{
	opacity:1;
	width: 100px;
	color:#fff;
	height:31px;
    line-height: 1.2;
}
.sideFixedMenu a:hover{
	color:#aa2bac;
}
.sideFixedMenu a.active{
	color:#aa2bac;
}
/* ---------------------------------------------------------------------- */
/*
/*	postPage
/*
/* ---------------------------------------------------------------------- */
.postPage{
    padding:60px 0 80px 0;
    font-size: 18px;
    font-weight: normal;
}
.postPage .img-fluid{
    border-radius: 35px;
    overflow: hidden;
}
.postPage .button{
    background-color: 	#222  ;
    color: #fff;
}
.postPage .button:hover{
    background-color: 	#2BB673  ;
    color: #fff;

}
.postPage .pageShort{
    padding-top: 20px;
}
.postPage .pageShort p{
    line-height: 1.4;;
    font-weight: 500;
    color: #888;
}
.postPage h2,h3{
    font-weight: bold;
}
.postPage ul{
    list-style: disc !important;
    padding: 5px 10px;
    margin: 5px 10px;
}
.postPage ul li{
    list-style: disc !important;
}

.postPage ul li p{
    margin: 0;

}

/* ---------------------------------------------------------------------- */
/*
/*	postPage
/*
/* ---------------------------------------------------------------------- */
.postPage table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
}

.postPage th,
.postPage td {
  padding: 12px;
  border: 1px solid #ccc;
  text-align: left;
}

.postPage thead {
  background-color: #f4f4f4;
}

.postPage a.button {
  background-color: #007bff;
  color: white;
  padding: 6px 12px;
  text-decoration: none;
  border-radius: 4px;
}

.postPage a.button:hover {
  background-color: #0056b3;
}

/* ✅ Responsive handling on smaller screens */
@media (max-width: 991px) {
  .postPage table {
    display: block;
    overflow-x: auto;
    width: 100%;
    border: 0;
  }

  .postPage table thead,
  .postPage table tbody,
  .postPage table th,
  .postPage table td,
  .postPage table tr {
    display: block;
  }

  .postPage table tr {
    margin-bottom: 1rem;
  }

  .postPage table td {
    text-align: left;
    position: relative;
  }

  .postPage table td::before {
    content: attr(data-label);
    position: absolute;
    left: 12px;
    width: 45%;
    padding-left: 0;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }

  .postPage table th {
    display: none;
  }
}
