@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}




#topContainerMenuNav.visible {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
body {
    position: relative;
    font-family: "Poppins", sans-serif;
    background: #000;
    overflow-x: hidden;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #151414;
    position: sticky;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0px 5px 10px 0;
}

header .logo,
header .logo p {
    height: 15px;
    width: auto;
}

header aside:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 23px;
    width: auto;
}

header .logo img {
    margin: -1.5px;
    height: 24px;
    width: auto;
}

header aside:last-child {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

header aside:last-child .button {
    padding: 6px 12px;
    margin-right: 10px; 
    background: #ffffff; 
    border-radius: 32px; 
    text-decoration: none;
    align-self: center;
    transition: 0.5s all linear;
    text-align: center;
    font-family: -apple-system,"BlinkMacSystemFont","Roboto","Segoe UI","Oxygen","Ubuntu","Cantarell","Open Sans","Helvetica Neue","Arial",sans-serif;
    font-weight: 700; 
}

header aside:last-child .button.registration {
    font-size: 12px;
    font-weight: bold;
    padding: 8px 12px; 
    background: #f2f740; 
    white-space: nowrap;
    border-radius: 32px;
    text-decoration: none;
    align-self: center;
    transition: 0.5s all linear;
    text-align: center;
    animation: pulsate 1s infinite alternate ease-in-out;
}

header aside:last-child .button.registration:hover {
    background: #b9ff2e;
    animation: none;
}

header aside:last-child .button:hover {
    background: #ffffff;
}

header aside:last-child .button span {
    font-size: 12px;
    line-height: 160%;
    color: #000000;
    transition: 0.5s all linear;
}

header aside:last-child .button.registration span {
    color: #203043;
}

header aside:last-child .button:hover span {
    color: #203043;
}

.buttonmain {
    font-weight: bold;
    margin: -12px 0 100px 0;
    padding: 10px 65px; 
    background: #f2f740; 
    white-space: nowrap;
    border-radius: 32px;
    text-decoration: none;
    align-self: center;
    transition: 0.5s all linear;
    text-align: center;
    animation: pulsate 2s infinite alternate ease-in-out;
}

.menu-text {
    font-size: 12px; 
    font-weight: 500; 
    color: #7B756B; 
    margin-left: 6px;
    line-height: 1; 
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -0.5px; 
}

.modulor_icon__container__1_49_0 {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    position: relative;
    top: 4px; /* Adjust this value to move the SVG lower */
}


.target-menu-class {
    display: none;
    position: absolute; 
    top: 50px; /* Adjust as necessary */
    left: 0;
    width: 100%;
    background-color: #151414;
    z-index: 9999;
    padding: 20px 0;
}

.target-menu-class.visible {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.target-menu-class ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style: none;
    padding: 20px 0;
    margin: 0;
}

.target-menu-class ul li {
    margin: 10px 0;
}

.target-menu-class ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.target-menu-class ul li a:hover {
    color: #b9ff2e;
}

header nav ul li {
    margin: 0 20px 10px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    color: #ffffff;
    transition: 0.5s all linear;
}

header nav ul li:last-child {
    margin: 0 0 10px 0;
}

header nav ul li a {
    color: inherit;
    text-decoration: none;
}

/* Styling for the content area and images */
.intro {
    position: relative;
    padding: 10px 0 10px 0;
    width: 100%;
    height: auto;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    text-align: center;
    background-color: #000;
}

.intro::before {
    position: absolute;
    z-index: 2;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 0px 0px 71px 71px;
    opacity: .7;
}

.container {
    margin: 0 auto;
    width: 100%;
}

.container .row {
    margin: 0 auto;
    width: 60%;
    padding: 0 15px;
}

.intro .row {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
}

    .intro h1 {
        font-size: 30px;
        line-height: 1.2;
    }

    .intro h1 span {
        font-size: 30px;
    }


.intro h2 {
    margin: 0 0 1em 0;
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 1;
}

.intro h3 {
    font-size: 32px;
    line-height: 1;
    margin: 0 0 .5em;
}

.intro ul,
.intro ol {
    text-align: left;
    margin: 0 0 1.5em;
    list-style-position: inside;
}

.intro p {
    margin: 0 0 20px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    text-align: left;
}
.text-containe .button,
.intro .button {
    font-weight: bold;
    margin: -12px 0 12px 0;
    padding: 10px 65px; 
    background: #f2f740; 
    white-space: nowrap;
    border-radius: 32px;
    text-decoration: none;
    align-self: center;
    transition: 0.5s all linear;
    text-align: center;
    animation: pulsate 2s infinite alternate ease-in-out;
    
}
    

.intro .button:hover {
    background: linear-gradient(110.22deg, #b9ff2e -2.69%, #b9ff2e 13.07%, #b9ff2e 44.89%);
}

.intro .button:hover span {
    color: #203043;
}

.buttonmain span,
.intro .button span {
	font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 160%;
    color: #000;
    transition: 0.5s all linear;
}

.content {
    padding: 60px 0 173px 0;
    background: url("../img/bg.jpg") top center / cover repeat-y;
}

.img-text {
    margin: 0 0 50px 0;
    width: 100%;
    height: auto;
    border-radius: 64px;
}

.img-text img {
    width: 100%;
    height: 100%;
}

.content h2,
.content-title {
    margin: 40px 0 40px 0;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.3;
    color: #ffffff;
    text-align: center;
}

.content h3 {
    margin: 30px 0 30px 0;
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 87.02%;
    color: #ffffff;
    text-align: center;
}

.content p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 170.02%;
    color: #ffffff;
    text-align: center;
}

.content ol,
.content ul {
    display: flex;
    flex-direction: column;
}

.content ol li,
.content ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 170.02%;
    color: #ffffff;
    text-align: center;
    align-self: center;
}

.content table {
    margin: 30px 0;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

table,
td,
th {
    border: 1px solid #fbff2e;
}

td,
th {
    padding: 5px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 170.02%;
    color: #ffffff;
    text-align: center;
    align-self: center;
}

th {
    background-color: #7accee !important;
}

footer {
    
    bottom: 0;
    left: 0;
    color: #ececf6;
    display: flex;
    flex-direction: column;
    width: calc(100% - 40px); 
    margin: 0 20px 40px 20px; 
    padding: 10px;
    border-top: 1px solid #f6f4f4;
    border-radius: 0px 0px 33px 0px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    text-align: center;
}


footer .logo {
    display: none;
    height: 15px;
    width: auto;
}

footer .logo p {
    height: 15px;
    width: auto;
}

footer .logo img {
    height: 15px;
    width: 145px;
    margin-top: 0;
}

footer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-self: center;
    list-style: none;
}

footer ul li {
    margin: 10px 10px 0 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
    transition: 0.5s all linear;
}

footer ul li:hover {
    color: #fbff2e;
}

footer ul li a {
    color: inherit;
    text-decoration: none;
}

.content .img-text {
    font-size: 0;
    line-height: 0;
}

.img-text-vertical {
    width: auto;
}

@media(min-width:1000px) {

    p.img-text-vertical img {
        width: 20vw;
        height: 100%;
        max-height: 300px;
    }
}

.img-micro {
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

.img-micro-right {
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

.img-micro-right img, .img-micro img {
    width: 100%;
    height: 100%;
    border-radius: 25px;
}

@media screen and (max-width:425px) {
    table {
        font-size: 12px;
    }
}

@media screen and (max-width:768px) {
    .img-micro, .img-micro-right {
        margin: 20px auto !important;
        float: none;
    }
}

.anchor__menu a {
    color: #ffffff;
    text-decoration: none;
}

.anchor__menu a:hover {
    color: #b9ff2e;
}

.table {
    overflow: auto;
}

.centered-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.centered-image img {
    max-width: 100%;
    height: auto;
}

.modulor_tab-bar__layout__1_49_0{
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #151414;
    z-index: 999;
    padding: 0px 0;
    border-top: 1px solid #333;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.modulor_top_tab-bar__layout__1_49_0{
    flex: 1; 
    justify-content: center;
    margin: 0 auto; 
    display: flex;
    align-items: center;
    background-color: #151414;
    z-index: 999;
    padding: 0px 0; /* Added padding for better click area */
    width: 100%; /* Ensure it covers the full width */
    max-width: 100%; /* Ensure no max-width restrictions */
    box-sizing: border-box; /* Ensure padding is included in width */
}

.modulor_tab-bar-item__item__1_49_0 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.modulor_top_tab-bar-item__item__1_49_0 {
    display: flex;
    flex-direction: row; 
    justify-content: center;
    align-items: center;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    width: auto;
    padding: 0 10px;
}

.modulor_tab-bar-item__tab-bar-icon__1_49_0 {
    width: 24px;
    height: 24px;
    margin-bottom: 5px;
}

.modulor_tab-bar-item__name__1_49_0 {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}

.modulor_icon__container__1_49_0 {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: var(--icon-fill, var(--icon-main));
}

.modulor_top_icon__container__1_49_0 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
}

.modulor_icon__icon__1_49_0 {
    width: 100%;
    height: 100%;
}

.modulor_icon__counter__1_49_0 {
    position: absolute;
    z-index: 2;
    right: 11.5px;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
}

.modulor_tab-bar-item__active__1_49_0 {
    color: #fbff2e;
}

.modulor_typography__tag__1_49_0 {
    font-family: inherit;
    color: #7B756B;
    text-align: inherit;
}

.modulor_top_typography__tag__1_49_0 {
    font-family: inherit;
    color: inherit;
    text-align: center;
    color: #7B756B;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    margin-left: 4px;
}

.caption-2-medium {
    font-size: 12px;
    font-weight: 500;
}

.ncZkFgm1L8cyh7bzVcwLmQ {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #151414;
    z-index: 999;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.5);
}

.uF3Ui8gCg_AT3fZjTQY5 {
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
}

#top-container {
    display: none;
}

@keyframes pulsate {
    0% {
        transform: scale(1);
        background: #f2f740;
        
    }
    100% {
        transform: scale(1.15);
        background: #e1f732;
       
    }
}

.content-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin: 20px 0;
  }
  
  .content-container .image-container img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
  }
  
 
  