body,
html {
    height: 100%;
    width: 100%;
    font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
    background-color: #000;
    color: azure;
    font-size: 16px;
}

.hBar {
    min-height: 80px;
}

.hLogo {
    width: 140px;
    height: 60px;
    margin: 5px 0px 5px 0px;
}

.hLogo2 {
    width: 70px;
    height: 50px;
    margin: 15px 0px 0px 20px;
}

.hName {
    font-size: xx-large;
    font-weight: bolder;
    vertical-align: bottom;
}

.hDevices {
    width: 240px;
}

.hNav {
    font-weight: 500;
    font-size: large;
    vertical-align: middle;
    padding-left: 60px;
}

#hTopNav {
    
}

#hTopNav a {
    font-size: large;
    font-weight: 500;
    padding: 10px 20px;
}

.hSandwish {
    font-size: 40px;
    font-weight: 600;
}

.hBut {
    font-size: large;
    font-weight: 600;
    margin-top: 10px;
}

.hHead {
    /* The image used */
    background-image: url("imgs/head1.jpg");
    /* Center and scale the image nicely */
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;

    /* Full height */
    min-height: 600px;

    padding-top: 140px; 
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;  
}

.hHead2 {
    /* The image used */
    background-image: url("imgs/disney1.jpg");
    /* Center and scale the image nicely */
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;

    /* Full height */
    min-height: 400px;

    padding-top: 200px; 
    padding-bottom: 20px;  
}

.hHead3 {
    /* The image used */
    background-image: url("imgs/about3.jpg");
    /* Center and scale the image nicely */
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;

    /* Full height */
    min-height: 500px;

    padding-top: 200px; 
    padding-bottom: 20px; 
    padding-left: 40px;
    padding-right: 20px; 
}

.hHead4 {
    /* The image used */
    background-image: url("imgs/callus.png");
    /* Center and scale the image nicely */
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;

    /* Full height */
    min-height: 300px;

}

.hHead5 {
    /* The image used */
    background-image: url("imgs/refund.jpg");
    /* Center and scale the image nicely */
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;

    /* Full height */
    min-height: 400px;

}

.hHead6 {
    /* The image used */
    background-image: url("imgs/support1.jpg");
    /* Center and scale the image nicely */
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fff4f8;

    /* Full height */
    min-height: 400px;
}

.hHead7 {
    /* The image used */
    background-image: url("imgs/terms.jpg");
    /* Center and scale the image nicely */
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;

    /* Full height */
    min-height: 350px;

}

.hIntro {
    text-align: center;
}

.hTitle {
    font-weight: bold;
}

.hLead {
    font-size: 20px;
    font-weight: bold;
}

.hLead2 {
    font-size: 14px;
    font-weight: normal;
}

.hCards,
.hCards div {
    padding: 20px 15px;
}

.hCards i {
    font-size: 60px;
}

.hCards2 div {
    padding: 20px 15px;
    font-size: medium;
}

.hCards2 i {
    font-size: 50px;
}

.hCards3 {
    padding: 20px 40px;
    margin: 20px 10px;
    font-size: medium;
}

.hCards3 i {
    font-size: 24px;
    margin-right: 10px;
}

.hCard4 {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.hCard4 div {
    margin-bottom: 20px;
    font-size: medium; 
}

.hPrice {
    padding: 20px;
}

.hPrice hr {
    border: none;
    height: 1px;
    /* Set the hr color */
    color: gray;
    /* old IE */
    background-color: gray;
    /* Modern Browsers */
}

.pCard {
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
    font-size: 16px;
}

.pCard i {
    font-size: 20px;
    color: #E45A84;
    margin-right: 10px;
}

.price {
    font-size: 70px;
    font-weight: bolder;
}

.aboutC {
    margin-top: -120px;
}

.tOpac {
    font-size: 100px;
    opacity: 0.2;
}

.hNumb {
    font-size: 60px;
}

.txtWrap button {
text-wrap: wrap;
}


/* H-Carousel */

/* :root {
    --crsl-bg: transparent;
    --box-bg: #1e272e;
    --box-shadow: #000 1c;
    --box-shadow-border: #000 0f;
    --box-border: #fff;
} */

.carousel {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding-top: 20px;
    background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,0.8073354341736695) 5%, rgba(0,0,0,1) 39%, rgba(115,15,49,1) 76%, rgba(233,30,99,1) 100%);
}

.carousel__prev,
.carousel__next {
    position: absolute;
    bottom: -15%;
    transition: transform 0.25s ease;
    display: none;
}

.carousel__prev i,
.carousel__next i {
    font-size: 60px;
    color: var(--box-border);
    cursor: pointer;
}

.carousel__prev:hover,
.carousel__next:hover {
    transform: scale(1.25);
}

.carousel__prev {
    left: 40%;
}

.carousel__next {
    right: 40%;
}

.carousel__body {
    width: 100%;
    padding: 20px 0 50px 0;
    overflow: hidden;
}

.carousel__body .carousel__slider {
    position: relative;
    transition: transform 1s ease-in-out;
    background: var(--crsl-bg);
}

.carousel__body .carousel__slider__item {
    position: relative;
    display: block;
    float: left;
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 10px;
}

.carousel__body .carousel__slider__item .item__3d-frame {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 1s ease-in-out;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.carousel__body .carousel__slider__item .item__3d-frame:after {
    content: '';
    position: absolute;
    bottom: -15%;
    width: 100%;
    height: 40px;
    background: var(--box-shadow);
    box-shadow: 0px 0px 5px 5px var(--box-shadow);
    transform: rotateX(90deg) translate3d(0px, -20px, 0px);
    opacity: 0.85;
}

.carousel__body .carousel__slider__item .item__3d-frame__box {
    display: flex;
    align-items: center;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-color: var(--box-border);
    background: var(--box-bg);
    border-width: 3px;
    border-style: solid;
}

.carousel__body .carousel__slider__item .item__3d-frame__box h1 {
    font-size: 7em;
    width: 100%;
    color: var(--box-border);
}

.carousel__body .carousel__slider__item .item__3d-frame__box--right,
.carousel__body .carousel__slider__item .item__3d-frame__box--left {
    top: 0;
    width: 40px;
    backface-visibility: hidden;
}

.carousel__body .carousel__slider__item .item__3d-frame__box--left {
    left: 0;
    border-left-width: 5px;
    transform: translate3d(1px, 0, -40px) rotateY(-90deg);
    transform-origin: 0%;
}

.carousel__body .carousel__slider__item .item__3d-frame__box--right {
    right: 0;
    border-right-width: 5px;
    transform: translate3d(-1px, 0, -40px) rotateY(90deg);
    transform-origin: 100%;
}



.slide img {
    width: 100px;
    height: 100px;
    animation: scroll 25s linear infinite;
}

.slide-track {
    display: flex;
    gap: 3em;
    overflow: hidden;
}

.slider {
    background-color: whitesmoke;
    padding: 2em 2em;
    width: 100%;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translatex(-1000%)
    }
}


@keyframes move {
    100% {
        transform: translate3d(0, 0, 1px) rotate(360deg);
    }
}



/**/
/**/
.background {
    position: relative;
    width: 100vw;
    background: #000;
    overflow: hidden;
    padding: 30px 0px;
}

.background span {
    width: 5vmin;
    height: 5vmin;
    border-radius: 5vmin;
    backface-visibility: hidden;
    position: absolute;
    animation: move;
    animation-duration: 45;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}


.background span:nth-child(0) {
    color: #583C87;
    top: 60%;
    left: 63%;
    animation-duration: 37s;
    animation-delay: -23s;
    transform-origin: -20vw 24vh;
    box-shadow: -20vmin 0 5.436685985342578vmin currentColor;
}

.background span:nth-child(1) {
    color: #E45A84;
    top: 3%;
    left: 64%;
    animation-duration: 18s;
    animation-delay: -32s;
    transform-origin: 22vw 19vh;
    box-shadow: -20vmin 0 5.645932625738974vmin currentColor;
}

.background span:nth-child(2) {
    color: #E45A84;
    top: 9%;
    left: 93%;
    animation-duration: 47s;
    animation-delay: -36s;
    transform-origin: -1vw 10vh;
    box-shadow: -20vmin 0 5.897018686466189vmin currentColor;
}

.background span:nth-child(3) {
    color: #E45A84;
    top: 67%;
    left: 27%;
    animation-duration: 16s;
    animation-delay: -20s;
    transform-origin: 3vw -7vh;
    box-shadow: -20vmin 0 5.242025362445416vmin currentColor;
}

.background span:nth-child(4) {
    color: #583C87;
    top: 89%;
    left: 61%;
    animation-duration: 32s;
    animation-delay: -12s;
    transform-origin: -15vw -24vh;
    box-shadow: 40vmin 0 5.272599278348163vmin currentColor;
}

.background span:nth-child(5) {
    color: #583C87;
    top: 71%;
    left: 69%;
    animation-duration: 48s;
    animation-delay: -37s;
    transform-origin: -2vw -11vh;
    box-shadow: 40vmin 0 5.164420500055vmin currentColor;
}

.background span:nth-child(6) {
    color: #f52929;
    top: 40%;
    left: 58%;
    animation-duration: 30s;
    animation-delay: -34s;
    transform-origin: -13vw 23vh;
    box-shadow: 40vmin 0 5.063464864723067vmin currentColor;
}

.background span:nth-child(7) {
    color: #f52929;
    top: 28%;
    left: 57%;
    animation-duration: 25s;
    animation-delay: -22s;
    transform-origin: -2vw 1vh;
    box-shadow: -20vmin 0 5.446097078200464vmin currentColor;
}

.background span:nth-child(8) {
    color: #f52929;
    top: 79%;
    left: 73%;
    animation-duration: 49s;
    animation-delay: -50s;
    transform-origin: 22vw 9vh;
    box-shadow: -20vmin 0 5.960270726933647vmin currentColor;
}

.background span:nth-child(9) {
    color: #E45A84;
    top: 92%;
    left: 26%;
    animation-duration: 7s;
    animation-delay: -35s;
    transform-origin: -17vw 3vh;
    box-shadow: -20vmin 0 5.170220917874922vmin currentColor;
}

.background span:nth-child(10) {
    color: #f52929;
    top: 25%;
    left: 80%;
    animation-duration: 36s;
    animation-delay: -39s;
    transform-origin: 11vw 23vh;
    box-shadow: 40vmin 0 5.916417798802343vmin currentColor;
}

.background span:nth-child(11) {
    color: #583C87;
    top: 31%;
    left: 71%;
    animation-duration: 21s;
    animation-delay: -22s;
    transform-origin: 11vw -16vh;
    box-shadow: 40vmin 0 5.280842151934191vmin currentColor;
}

.background span:nth-child(12) {
    color: #E45A84;
    top: 78%;
    left: 79%;
    animation-duration: 30s;
    animation-delay: -16s;
    transform-origin: -11vw 10vh;
    box-shadow: -20vmin 0 5.542392895824444vmin currentColor;
}

.background span:nth-child(13) {
    color: #583C87;
    top: 14%;
    left: 90%;
    animation-duration: 25s;
    animation-delay: -36s;
    transform-origin: -6vw 8vh;
    box-shadow: 40vmin 0 5.353827909384843vmin currentColor;
}

.background span:nth-child(14) {
    color: #583C87;
    top: 11%;
    left: 15%;
    animation-duration: 38s;
    animation-delay: -31s;
    transform-origin: -19vw 2vh;
    box-shadow: 40vmin 0 5.883150629976156vmin currentColor;
}

.background span:nth-child(15) {
    color: #E45A84;
    top: 3%;
    left: 12%;
    animation-duration: 10s;
    animation-delay: -7s;
    transform-origin: -20vw -13vh;
    box-shadow: 40vmin 0 5.687320535789521vmin currentColor;
}

.background span:nth-child(16) {
    color: #583C87;
    top: 42%;
    left: 64%;
    animation-duration: 29s;
    animation-delay: -50s;
    transform-origin: 0vw -20vh;
    box-shadow: -20vmin 0 5.672334290903667vmin currentColor;
}

.background span:nth-child(17) {
    color: #E45A84;
    top: 76%;
    left: 89%;
    animation-duration: 29s;
    animation-delay: -11s;
    transform-origin: -1vw -19vh;
    box-shadow: -20vmin 0 5.724142416961402vmin currentColor;
}

.background span:nth-child(18) {
    color: #f52929;
    top: 77%;
    left: 58%;
    animation-duration: 40s;
    animation-delay: -14s;
    transform-origin: 4vw -7vh;
    box-shadow: 40vmin 0 5.24026298038119vmin currentColor;
}

/*                   hCounter                     */
.counter {
    font-size: 40px;
}

/*                   hCarousel Client                  */
.section-header {
    display: block;
    margin-top: 20px;
    position: relative;
    text-align: center;
}

.section-header h1 {
    color: #212121;
    display: inline-block;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    padding: 0 0 24px;
    position: relative;
    z-index: 2;
}

.section-header h1:after {
    position: absolute;
    display: block;
    width: auto;
    height: 3px;
    bottom: 0;
    left: 20%;
    right: 20%;
    border-radius: 1px;
    content: "";
    z-index: 1;
    background: #e6e9ec;
}

.micro-slider section {
    padding-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.micro-slider {
    height: 500px;
    /* margin: 10px 0; */
    position: relative;
    width: 100%;
}

.micro-slider.fullwidth {
    height: 480px;
    /* margin: 64px 0; */
}

.micro-slider.fullwidth .slider-item {
    height: 480px;
    line-height: 480px;
    width: 100%
}

.slider-wrapper {
    overflow: hidden;
    position: relative;
    transform-style: preserve-3d;
    transform-origin: 0 50%;
}

.slider-item {
    background: #FFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .06), 0 1px 2px rgba(0, 0, 0, .12);
    color: #FFF;
    display: none;
    font-size: 72px;
    height: 480px;
    line-height: 320px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 300px;
    cursor: pointer;
    border-radius: 10px;
}

/*
.slider-item:not(.active) {cursor: pointer;}
*/
.indicators {
    bottom: 0px;
    left: 50%;
    list-style-type: none;
    margin: 0 0 0 -77px;
    padding: 0;
    position: absolute;
}

.indicators li {
    color: #fff;
    float: left;
    height: 16px;
    margin-right: 8px;
    text-align: center;
    width: 16px;
}

.indicators li:last-child {
    margin: 0;
}

.indicators a {
    background: #FFF;
    border-radius: 8px;
    border: 1px solid #E6E9EC;
    color: #FFF;
    display: inline-block;
    height: 16px;
    width: 16px;
}

.indicators .active a {
    background: #E6E9EC;
}

.hs1 {
    background: #3f51b5;
}

.hs2 {
    background: #448aff;
}

.hs3 {
    background: #03a9f4;
}

.hs4 {
    background: #00bcd4;
}

.hs5 {
    background: #009688;
}

.hs6 {
    background: #4caf50;
}

/*****************************************/
.hSlider {
    position: relative;
    overflow-x: scroll;
    text-align: center;
    padding: 20px 0;
    white-space: nowrap;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    /* Enable smooth scrolling for mobile */
}

.hSlider .hItem {
    min-width: 120px;
    padding: 10px 20px;
    text-align: center;
    display: inline-block;
}

.hItem i {
    font-size: 60px;
    vertical-align: top;
}

.faq-item {
    max-width: 80%;
    /* Adjust width as needed */
    margin: 0 auto;
    /* Center items on larger screens */
}

.faq-item button {
    width: 100%;
    /* Ensure buttons take full width of their container */
}


.whatsapp-btn {
    color: white;
    font-size: 16px;
}

.whatsapp-btn i {
    margin-right: 8px;
}

.whatsapp-btn:hover {
    background-color: black;
    color: white;
}

.whats {
    position: fixed;
    bottom:10px;
    right: 10px;
    z-index: 1000;
    padding: 4px;
}

.my-whats {
    font-size: 40px;
}

.language-bar {
    position: fixed;
    bottom: 60px;
    right: 12px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.language-bar i {
    font-size: 50px;
}
.language-icon {
    width: 50px;
    height: 50px;
    margin: 5px 0;
    background-color:black;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    text-decoration: none;
    cursor: pointer;
}
.language-icon:hover {
    background-color: #555;
}
.hidden-icons {
    display: none;
    flex-direction: column;
    align-items: center;
}

.chainList {
    padding-top: 25px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .halfWidth {
        width: 100%;
    }
}

@media only screen and (min-width: 600px) {
    .halfWidth {
        width: 500px;
    }
  }
  