* {
    box-sizing: border-box !important;
    padding: 0;
    margin: 0;
    color: #fff !important;
}

html {
    overflow-x: hidden;
    background-color: rgb(11, 12, 27);

}

body {
    /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */
    font-family: 'Poppins', sans-serif;
    color: #fff;
    width: 100%;
    min-height: 100vh;
    /* background: rgba(2, 0, 36, 1); */
    background-color: rgb(11, 12, 27);
    overflow-x: hidden;
    position: relative;
    cursor: url("/img/Rocket-Cursor.webp"), pointer !important;

}


/* nav */

.fixed-top-desk {

    font-size: 18px;
    font-weight: 600;
    /* background-color: rgba(19, 16, 16, 0.3) !important; */
    background-color: rgb(11, 12, 27) !important;
    transition: 0.5s;
    z-index: 999;
    width: 100%;
    height: 90px;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px #000;
    text-transform: uppercase;

}


.nav-item.dropdown .dropdown-menu {
    position: absolute;
    /* max-width: 100% !important; */
    z-index: 9999;

}


.navbar-nav {
    display: flex;
    flex-wrap: nowrap;

}

.dropdown-item {
    text-shadow: 0px 0px 0px !important;
    color: #6dcdb8 !important;
    font-size: 16px;
}

.dropdown-menu {
    background-color: #0b0c1b;
    padding-bottom: 15px;
    padding-top: 15px;

}


.nav-container {
    margin: 10px;
    padding: 0px 40px;
}

.mobile-nav {
    display: none !important;
}

nav .desk-navbar-collapse {
    justify-content: center;

}

.navbar-nav .desk-nav-link {
    margin: 0px 25px !important;
    height: 30px;
}


.nav-link {

    padding: 0rem 0rem !important;
}

.navbar i {
    font-size: 26pt !important;
    color: #6dcdb8 !important;
}

.navbar-expand-lg .navbar-nav {
    margin-top: 10px;
}

.navbar-brand img {
    height: 60px;
    width: 220px;
    object-fit: contain;


}

.navbar-brand {

    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
    margin-right: 0rem !important;
}

.video-home {
    min-height: 100vh;
    position: relative;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;


}

.video-home video {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    filter: brightness(60%);
    top: 0;
    left: 0;
    object-position: center;
    z-index: 1;

}

.background-hero {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    filter: brightness(100%);
    top: 0;
    left: 0;
    object-position: center;
    z-index: 1;
    background-image: url("/img/new-about-us-hero-page.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* transform: rotate(180deg) scaleX(-1); */

}



.icon path {
    opacity: 0;
    animation: fadeIn 1.5s ease-in-out forwards;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}




.video-home .main-h1 {
    height: 100%;
    width: 100%;
    /* -webkit-animation: fadein 1.5s linear forwards;
    animation: fadein 1.5s linear forwards; */
    z-index: 9;

}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}


@keyframes blink {
    50% {
        opacity: 0;

    }

}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.highlight {
    display: inline-block;
    background: linear-gradient(to bottom, transparent 3%, rgba(97, 0, 255, 1) 0%);
    /* color: rgb(109, 205, 184) !important; */
    border-radius: 5px;
    padding: 0px 0px 0px 4px;
    text-shadow: #000 1px 1px 1px;


}




.h3-container {
    display: inline-block;
    width: auto;
    /* Initialize the width to 0 */
    white-space: nowrap;
    /* Prevent wrapping */
    overflow: hidden;
    /* Hide overflow */
    vertical-align: middle;
    height: auto;


}


.video-home .h1 {
    font-weight: 800;
    font-size: 85px;
    line-height: 5.2rem;
    text-shadow: 2px 2px 2px #000;
    padding-left: 60px;
    z-index: 1;
    text-transform: uppercase;
    /* font-family: "Oswald", sans-serif; */



}

.video-text p {
    font-weight: 600;
    font-size: 20px;

    /* font-family: "Anta", sans-serif; */
    padding-left: 60px;
    letter-spacing: 4px;
    margin-top: 25px;
    text-transform: uppercase;
    z-index: 1;
    /* height: 50px; */
    font-family: "Orbitron", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

#text {
    height: 50px;
}

.video-text .tagline {

    font-size: 20px;
    text-shadow: 2px 2px 2px #000;
    margin-top: 10px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-family: "Orbitron", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #6dcdb8 !important;

}

/* 
#messageIntro {
width: 45% !important;

} */
/* 
#messageImg {
width: 100% !important;
} */

#messageImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* transform: perspective(1000px) rotateY(-1deg) rotateX(5deg);
  transform-origin:bottom; */
}

.hero-btn {

    padding: 0px 60px;
    text-transform: uppercase;
    margin-top: 25px;
}

.hero-btn {
    padding: 20px 25px !important;
    text-transform: uppercase;
    box-shadow: rgba(67, 183, 255, 0.15) 0px 0px 12px, inset rgba(67, 183, 255, 0.15) 0px 0px 6px, inset rgba(67, 183, 255, 0.15) 0px 0px 12px, inset rgba(67, 183, 255, 0.25) 0px 0px 30px, rgba(67, 183, 255, 0.25) 0px 0px 35px;
    border: 3px #6100ff solid;
    background: transparent !important;
    letter-spacing: 3px;
    margin-right: 15px;

}

.hero-btn a {
    padding: 20px 25px !important;

}

.buttons-hero {
    padding-left: 60px;
}

.buttons-hero i {
    padding-left: 10px;
}

.video-text p .its {

    /* color: #495057 !important; */
    padding-right: 3px;
    letter-spacing: 3px !important;

}

.btn-2 {
    padding: 20px 40px !important;
}


/* 
.shooting-star {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.8), transparent);
    transform: rotate(35deg);
    animation: shoot .5s linear forwards;
    clip-path: polygon(100% 50%, 0% 0%, 0% 100%);
    box-shadow: rgba(67, 183, 255, 0.2) 0px 0px 44px, inset rgba(67, 183, 255, 0.2) 0px 0px 30px, inset rgba(67, 183, 255, 0.2) 0px 0px 55px, inset rgba(67, 183, 255, 0.4) 0px 0px 75px, rgba(67, 183, 255, 0.4) 0px 0px 105px;

} */







/* reveal function js */




.reveal-left,
.reveal-right {
    opacity: 0;
    transition: all 0.6s ease-out;
}

.reveal-left {
    transform: translateX(-50px);
}

.reveal-right {
    transform: translateX(50px);
}

.reveal-left.active,
.reveal-right.active {
    opacity: 1;
    transform: translateX(0);
}



/* button */

.button {

    font-size: 14px;
    border-radius: 35px;
    border: none;
    letter-spacing: 3px;
    box-shadow: 0 8px 6px -6px black;
    background: #6100ff;
    padding: 14px 14px;
    text-transform: uppercase;
    box-shadow: rgba(67, 183, 255, 0.15) 0px 0px 12px, inset rgba(67, 183, 255, 0.15) 0px 0px 6px, inset rgba(67, 183, 255, 0.15) 0px 0px 12px, inset rgba(67, 183, 255, 0.25) 0px 0px 30px, rgba(67, 183, 255, 0.25) 0px 0px 35px;
    text-shadow: #000 1px 1px 1px;
}

@keyframes anime {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.button a {
    text-decoration: none;
}



.navbar.top {
    background: transparent !important;
}

/* first-section home */

#first-section {
    min-height: 70vh;
}

section .first-section {
    height: 100%;
    width: 100%;
    padding: 80px 0px 80px 0px;


}

.first-sec-text {
    padding: 0px 75px;

}

#first-section h2 {
    padding-top: 80px;
    font-size: 51px;
    font-weight: 800;

}

.first-sec .under-line {
    display: inline-block !important;
    padding: 0px 1px !important;
    background-image: linear-gradient(to left, transparent, #6100ff);
    background-repeat: no-repeat;
    background-position: 0 bottom;
    background-size: 100% 5px;


}



#first-section .first-p {

    font-size: 22px;
    color: #b8bacc !important;
    letter-spacing: 1px;

}


.cards .first-card {
    background: linear-gradient(180deg, #23273c, #0b0c1b 103.33%);
    height: 400px;
}

.first-card-title {
    text-transform: uppercase;
    font-size: 18px;
    color: #6dcdb8 !important;
    font-weight: bold;
    letter-spacing: 1px;
}

.first-card-body a {
    font-size: 12pt;
    text-decoration: none;
    position: relative;
    letter-spacing: 1px;
    background: linear-gradient(to right, #fff, #792df4);

    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

/* .first-card-body .card-text {
    height: 198px !important;

} */

.third-card {
    margin-bottom: 4.95rem;
}

.fourth-card {
    margin-bottom: 2rem;
}

.first-card {
    margin: 20px 15px 20px 15px !important;


}

.first-card-body i {
    font-size: 9.5pt;
    padding-left: 5px;
    font-display: block;
    font-family: "Font Awesome 5 Free" !important;


}

.first-card-body p {


    color: #b8bacc !important;
    font-size: 16px;
    text-shadow: 1px 1px 1px #000;

}

.first-card-body .middle-p {

    margin-bottom: 2rem;


}

.first-card-body .first-p-card {

    margin-bottom: .80rem;


}


/* second-section home */


.second-section {
    position: relative;

}

.text-second-sec {
    position: absolute;
    z-index: 1;

}

.text-second-sec h2 {
    font-size: 60px;
    font-weight: 700;
    line-height: 3.5rem;
    text-shadow: 1px 1px 1px #000;
    --webkit-text-stroke: 4px #000;
    text-shadow: 2px 2px 4px #000;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    color: #000 !important;

}

.text-second-sec p {
    font-size: 24px;
    text-shadow: 1px 1px 1px #000;


}

.second-section p {
    padding-right: 240px;
}

.text-second-sec .logo {

    text-shadow: 1px 1px 1px #000;
    font-weight: 600;
    color: #6dcdb8 !important;
    text-decoration: none;


}



.third-section .text-second-sec {
    margin: 40px 0px;
}

/* third section */

.third-section {
    min-height: 100vh;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}

.third-section .text-section {
    margin: 40px 0px;
}



.third-section .third-sec {
    margin-bottom: 30px !important;
}

.third-section .first-p p {
    font-size: 22px;
    padding: 5px 20px 0px 20px;
    color: #b8bacc !important;
    font-weight: 200;

}


.third-section .img {

    margin-left: 15px;

}

.third-section .second-p p {
    font-size: 22px;
    padding: 5px 20px 0px 20px;
    color: #b8bacc !important;
    font-weight: 200;

}

.third-section .second-p {

    margin-left: 85px;
    /* margin-right: -45px; */
}

.text-section .img {
    height: 350px;
    width: 350px;
    object-fit: cover;
    padding-bottom: 50px;
}

.text-section .green-planet {
    height: 280px;
    width: 350px;
    object-fit: cover;
}

.text-section .green-ph {
    height: 260px;
    width: 350px;
    margin-left: 30px;
    object-fit: contain;

}

.text-section h2 {
    font-weight: 800;
    padding-left: 20px;
    /* background: linear-gradient(to right, #fff, #6dcdb8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent; */
}




/* fourth section */
.fourth-section {
    height: 50vh;
    width: 100%;


}

.col-sm-4 {
    padding-right: 0px;
    padding-left: 0px;
}

.col-sm-4 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    filter: brightness(85%);
}



.h2 h2 {
    position: relative;
    font-size: 50px;
    font-weight: 800;
    height: 50%;
    text-shadow: 1px 1px 1px #000;


}

/* extra above fifth section */


.above-fifth-section {
    min-height: 60vh;
    width: 100%;
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgb(5, 1, 72) 0%, rgb(97, 0, 255, 1) 0%, rgba(97, 0, 255, 1) 30%);
}

.above-fifth-section .above-fifth-text p {
    font-size: 22px;
    text-shadow: 1px 1px 1px #000;

}

.above-fifth-text h2 {
    font-weight: 800;
    text-shadow: 2px 2px 2px #000;
    font-size: 60px;

}

.above-fifth-text h2 .under-line {
    display: inline-block !important;
    padding: 0px 2px !important;
    background-image: linear-gradient(to left, transparent, #6dcdb8);
    background-repeat: no-repeat;
    background-position: 0 bottom;
    background-size: 100% 5px;
}

.bottom-fifth-text a {
    font-size: 12pt;
    text-decoration: none;
    position: relative;
    letter-spacing: 2px;
    background: linear-gradient(to right, #fff, #6100ff);
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    /* color: #6100ff !important; */
    margin-left: 10px;
}

.bottom-fifth-text i {
    font-size: 12pt;
    color: #6100ff !important;

}

.bottom-fifth-section {
    min-height: 40vh;
    width: 100%;
    background: rgb(2, 0, 36);
    background-color: rgb(11, 12, 27);

}

.bottom-fifth-section .bottom-fifth-text p {
    font-size: 24px;


}

/* .bottom-fifth-section .bottom-fifth-text .purple-text {
    color: white;
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(58, 9, 121, 1) 0%, rgba(97, 0, 255, 1) 100%);

} */



.bottom-fifth-text h2 {
    font-weight: 800;
    text-shadow: 2px 2px 2px #000;
    font-size: 35pt;
    --webkit-text-stroke: 4px #000;
    text-shadow: 2px 2px 4px #000;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    color: #000 !important;
}

.btn-real {
    margin-top: 20px;
}

.above-fifth-btn-pad {


    background-color: #F2C00F;
    border-radius: 35px;
    padding: 12px 40px;
    font-size: 13pt;
    box-shadow: 0 8px 6px -6px black;
    letter-spacing: 1px;
    font-weight: 200;
    color: #0b0c1b !important;
    border: none !important;


}

.above-fifth-btn-pad a {


    color: #0b0c1b !important;


}

/* fifth section accordion desktop */

#fifth-section-mobile {
    display: none;
}

#fifth-section {
    position: relative;
}

.fifth-section {
    min-height: 75vh;
    width: 100%;
    background-color: rgb(11, 12, 27);
    padding: 90px 0px 0px 0px;


}

.fifth-section::before {
    content: "";
    height: 100%;
    left: 0;
    background-image: url("/img/fifth-pic-webp.webp");
    top: 0;
    position: absolute;
    width: 100%;
    filter: brightness(40%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
}

.fifth-sec::before {
    position: static;
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;

}

.fifth-sec::after {
    bottom: 0;
    background: linear-gradient(180deg, hsla(0, 0%, 85%, 0), rgba(11, 12, 27, 0) 1%, #0b0c1b);


}

.fifth-sec::after {
    content: "";
    width: 100%;
    height: 90px;
    /* Adjusting the height of the blend shadows as needed */
    left: 0;
    position: absolute;
    z-index: 10;
}


.text-fifth-sec h2 {
    font-size: 50px;
    font-weight: 800;
    text-shadow: 1px 1px 1px #000;
    margin-bottom: 1rem;
    line-height: 3.5rem;
    z-index: 1;
    margin-right: 15px;


}


.text-fifth-sec .semi {
    color: #6100ff !important;
    text-shadow: 1px 1px 1px #000;
    font-weight: bolder;
}

.fifth-sec .under-line {
    display: inline-block !important;
    padding: 0px 1px !important;
    background-image: linear-gradient(to left, transparent, #6100ff);
    background-repeat: no-repeat;
    background-position: 0 bottom;
    background-size: 100% 5px;

}

.text-fifth-sec p {
    font-size: 18px;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px #000;
    line-height: 1;
    color: #a4a6a8 !important;
    z-index: 1;

}

.process-section {

    padding: 2px 0px 160px 0px;
}

.new-boxes-process {
    position: relative;
    margin-top: 110px;
}

.new-boxes-process .process-boxes .process-svg {
    height: 350px;
    width: auto;

}

.new-boxes-process .process-boxes .process-img {
    height: 350px;
    width: auto;
    object-fit: cover;
    filter: brightness(90%);

}

.new-boxes-process .process-boxes {
    margin-bottom: 30px;

}

.new-boxes-process .box-process-text p {
    text-shadow: 1px 1px 1px #000;
    font-size: 19px;
    font-weight: 300;

}

.new-boxes-process .box-process-text h2 {
    text-shadow: 2px 2px 2px #000;
    font-weight: 700;


}


.new-boxes-process .box-process-text .under-line {
    display: inline-block !important;
    padding: 0px 2px !important;
    background-image: linear-gradient(to left, transparent, #6dcdb8);
    background-repeat: no-repeat;
    background-position: 0 bottom;
    background-size: 100% 3px;
}

.new-boxes-process .box-process-text h3 {
    text-shadow: 2px 2px 2px #000;
    font-weight: 700;
    font-size: 120pt;
    background: linear-gradient(to left, transparent, #6dcdb8);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;

}




/* new-processs-section */

.process-card-container {
    padding: 40px;
}

.process-card-container h2 {
    text-shadow: 2px 2px 2px #000;
}

.process-card-container .process-card-text {
    padding: 0px 0px 0px 70px;
    font-size: 20px;
    line-height: 1.5rem;
}

.process-a .list-group-item {


    background-image: url('/img/right-arrow-next-svgrepo-com.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;


}

.process-a .list-group-item p {

    text-align: end;
    margin-right: 50px;
    font-size: 30px;
    color: #fff !important;
    margin-top: 5px;
    text-shadow: 0 13.36px 8.896px #2c482e, 0 -2px 1px #aeffb4;
}

.process-a .list-group-item.active {

    background-image: url('/img/right-arrow-next-svgrepo-com.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;


}

.process-card {
    background: transparent !important;
    border: none;
    margin: 20px 20px 50px 20px !important;
    border-radius: 15px;
    /* box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.252); */
}

.card-header {
    padding: 0rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: none;
    border-top: none;
    margin-left: 15px;
    margin-right: 15px;
}

.card {
    background: transparent;
    border: none;
}

.fifth-sec-btn.focus,
.fifth-sec-btn:focus {
    text-decoration: none !important;
}



.fifth-sec-btn {
    border-radius: 0rem;
    padding-left: 5px;
    padding-right: 5px;
    text-shadow: 1px 1px 1px #000;
    font-weight: bold;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;


}

.fifth-sec-btn.focus,
.fifth-sec-btn:focus {
    outline: 0 !important;
    box-shadow: none !important;
    border-bottom: #6dcdb8 2px solid;
}

.card-body-a {
    height: 100%;
}

.card-body-a {
    height: 60vh;
    padding-top: 90px;

}

.card-body img {
    object-fit: contain;
    width: 600px;
    height: 400px;
    /* box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.652); */
}

.card-body-a p {

    width: 600px;
    height: 400px;
    padding-left: 60px;
    font-size: 18px;
}

.card-body h2 {
    font-weight: 600;
    padding-left: 60px;
    font-size: 40px;
    padding-top: 15px;
    padding-bottom: 15px;

}

.paragraph {
    margin-top: -7.5px;
}

.collapsing {
    transition: none !important;
    -webkit-transition: none !important;

}

.top-border {
    border-top: #b9b7b7 solid 1px;
}

.col-sm-6 .para {
    padding-right: 20px;
}

/* new fifth section- new icons */

.new-icons {
    min-height: 50vh;
    padding: 100px 100px;
}

.icons-container {
    height: 100%;
    width: 100%;


}

.fifth-sec p {
    font-size: 22px;

    line-height: 1.5rem;

}

.icon {
    height: 400px;
    margin: 0px 10px;
    padding-right: 0px !important;
    padding-left: 5px !important;
    background: linear-gradient(180deg, #23273c, #0b0c1b 103.33%);
    box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.652);
    /* box-shadow: 0 8px 6px -6px black; */
}

.icon p {
    font-size: 12pt;
    line-height: 1.1;
    font-weight: 500;
    padding: 5px 18px;
    text-align: start !important;



}

.icon img {
    width: 70px;
    height: 70px;
    /* box-shadow: 0 8px 4px -6px #000; */
    box-shadow: 0px 15px 10px -13px rgba(255, 255, 255, 0.5);
    margin-bottom: 15px;
    /* border-bottom-right-radius: 31px;
    border-bottom-left-radius: 31px; */

    object-fit: cover;
}

.icon h2 {
    font-size: 16pt;
    font-weight: 600;
}

.img i {
    font-size: 22pt;
    font-weight: 800;
    text-shadow: 1px 2px 2px #000;

}

.arrow {
    background: transparent;
    box-shadow: none;
}

.fadeInElement {
    opacity: 0;
    transition: opacity .60s ease-in-out;
}

/* extra section */

#extra-section {
    height: 65vh;
    position: relative;


}

.extra-section .blend-image {
    background: url('/img/section-background-purple-gradient.webp') no-repeat center center/cover;
    height: 65vh;
    position: relative;
    color: #fff;
    object-fit: cover;
    justify-items: center;
    filter: brightness(90%);

}

/* .extra-section .blend-image::before {
    background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 85%, 0)), color-stop(.01%, rgba(11, 12, 27, 0)), to(#0b0c1b));
    background: -o-linear-gradient(top, hsla(0, 0%, 85%, 0) 0, rgba(11, 12, 27, 0) .01%, #0b0c1b 100%);
    background: linear-gradient(180deg, hsla(0, 0%, 85%, 0), rgba(11, 12, 27, 0) .01%, #0b0c1b);
    bottom: 0;
    content: "";
    height: 150px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 10;
} */



.extra-section .blend-image::before,
.extra-section .blend-image::after {
    content: "";
    width: 100%;
    height: 90px;
    /* Adjusting the height of the blend shadows as needed */
    left: 0;
    position: absolute;
    z-index: 10;
}

.extra-section .blend-image::before {
    top: 0;
    background: linear-gradient(360deg, hsla(0, 0%, 85%, 0), rgba(11, 12, 27, 0) 1%, #0b0c1b);
}

.extra-section .blend-image::after {
    bottom: 0;
    background: linear-gradient(180deg, hsla(0, 0%, 85%, 0), rgba(11, 12, 27, 0) 1%, #0b0c1b);
}


/* tools we use section  technologies*/


/* extra section */

#extra-section-tools {
    min-height: 75vh;
    position: relative;


}

.blend-img-sec .blend-img-tools-text {
    background: url('/img/section-background-purple-gradient.webp') no-repeat center center/cover;
    min-height: 75vh;
    position: relative;
    color: #fff;
    object-fit: cover;
    justify-items: center;
    /* filter: brightness(90%); */

}



.blend-img-sec .blend-img-tools-text::before,
.blend-img-sec .blend-img-tools-text::after {
    content: "";
    width: 100%;
    height: 90px;
    /* Adjusting the height of the blend shadows as needed */
    left: 0;
    position: absolute;
    z-index: 10;
}

.blend-img-sec .blend-img-tools-text::before {
    top: 0;
    background: linear-gradient(360deg, hsla(0, 0%, 85%, 0), rgba(11, 12, 27, 0) 1%, #0b0c1b);
}

.blend-img-sec .blend-img-tools-text::after {
    bottom: 0;
    background: linear-gradient(180deg, hsla(0, 0%, 85%, 0), rgba(11, 12, 27, 0) 1%, #0b0c1b);
}






.blend-img-tools-text .tools-container {

    position: absolute;
    margin-right: 0px !important;
    margin-left: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;

}



.tools-h1 {
    margin-top: 50px;
    margin-bottom: 30px;
}

.tools .box {
    height: auto;
    width: 50%;

}

.tool-img .img {
    width: 220px;
    height: 160px;
    /* border: 1px solid #fff; */
    object-fit: cover;
}

.box .cf {
    width: 220px;
    height: 150px;
    object-fit: contain;


}

.box .php {
    width: 220px;
    height: 160px;
    object-fit: contain;


}

.box .tool-img {
    padding-right: 0px !important;
    padding-left: 0px !important;
    flex-grow: 0;
    margin: 0px 15px 0px 15px;
}

.box-text-h2 {
    margin-right: 70px;
    /* padding-left: 20px !important; */
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;


}

.box-text-h2 h2 {
    line-height: 1;
    font-weight: 700;
    width: 100%;
    font-size: 28pt;
    margin-bottom: 20px;

}

.box-text-h2 p {
    color: #a4a6a8 !important;
    text-shadow: 1px 1px 1px #000;
    font-size: 18px;
}

.box-text .btn {
    margin-top: 20px;
    /* background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(58, 9, 121, 1) 0%, rgba(132, 0, 255, 1) 100%); */
    background: rgb(97, 0, 255);
    border: none !important;
    border-radius: 35px;
    padding: 12px 0px;
    width: 80% !important;
    font-weight: 200;
    letter-spacing: 1px;
    display: none;


}

.box-text .btn:focus {

    outline: 0 !important;
    box-shadow: none !important;

}

.box-text .btn i {
    padding-left: 15px;

}


/* contact section--NEW STYLE FOR CONTACT  PAGE */

.contact-section-mobile {
    display: none !important;
}

.contact-section {
    min-height: 30vh;
    width: 100%;
    padding-top: 120px;
    padding-bottom: 120px;

}

#contact h1 {
    margin-bottom: 30px;
    font-weight: 800;
}



.form-row {

    margin-right: 0px !important;
    margin-left: 0px !important;
}

.form-control {
    height: 45px;
    margin-top: 5px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: transparent;
    background-clip: padding-box;
    border: 2px solid #6dcdb8;
}



.form-control:focus {

    background-color: transparent;
    border-color: #6dcdb8;
}


.form-row .btn {
    margin-top: 35px;
    background: rgba(97, 0, 255, 1);
    border: none;
    border-radius: 35px;
    padding: 13px 0px;
    letter-spacing: 1px;
}



/* free-review-page */

.select-plan-header .free-review {
    font-size: 60px !important;
    line-height: 3.7rem;
    text-shadow: #000 1px 1px 1px;

}



.free-review-text {
    margin-bottom: 60px;

}

.free-review-text .free-review-title {

    padding: 0px 8px;
    text-shadow: 1px 1px 1px #000;
    font-size: 24px;
    font-weight: 700;
}

.free-review-title .under-line {
    display: inline-block !important;
    padding: 0px 1px !important;
    background-image: linear-gradient(to left, transparent, #F2C00F);
    background-repeat: no-repeat;
    background-position: 0 bottom;
    background-size: 100% 5px;


}

.free-review-text .free-review-p {
    color: #b8bacc !important;
    font-size: 15px;

    color: #6dcdb8
}




#review_method {
    background-color: #0b0c1b;
}



/* webside website page */

.webside-header {
    min-height: 70vh;
    background: rgb(2, 0, 36);
    position: relative;
}

.webside-section {

    min-height: 60vh;
    position: relative;
    padding-top: 85px;
    padding-bottom: 85px;

}

.webside-header::after {
    content: "";
    width: 100%;
    height: 90px;
    left: 0;
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, hsla(0, 0%, 85%, 0), rgba(11, 12, 27, 0) 1%, #0b0c1b);
}





.webside-header .webside-h1 {
    font-weight: 800;
    font-size: 66px;
    line-height: 4.4rem;
    text-shadow: 0.25px 0.25px 0.25px #000;
    padding-top: 85px;

}

.webside-header .webside-h2 {
    font-weight: 300;
    font-size: 26px;
    color: #a4a6a8 !important;
    line-height: 2.3rem;
    letter-spacing: 1px;
    padding-top: 10px;

}

.webside-header .webside-text {

    color: #6610f2 !important;
    display: inline-block !important;
    padding: 0px 1px !important;
    background-image: linear-gradient(to left, transparent, #F2C00F);
    background-repeat: no-repeat;
    background-position: 0 bottom;
    background-size: 100% 5px;


}

.webside-btn {

    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.webside-btn-cta {
    background-color: #F2C00F;
    border: none;
    color: #0b0c1b !important;


}

.webside-btn-cta a {

    color: #0b0c1b !important;


}

.webside-padding {
    margin-bottom: 40px;
}

.webside-cta-section {
    min-height: 45vh;
    padding-bottom: 30px;
    width: 100%;
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgb(5, 1, 72) 0%, rgb(97, 0, 255, 1) 0%, rgba(97, 0, 255, 1) 30%);
}

.webside-cta-section p {
    font-size: 22px;
    text-shadow: 1px 1px 1px #000;
}





/* packages page */
.web-dev-card {
    position: relative;
}

.sales-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 32%;
    /* background: rgb(11, 12, 27); */
    background: #ff6100;
    text-align: center;
    padding: 5px 0px 5px 0px !important;
    z-index: 1;
    height: 32px;
    border-radius: 3px;
    transform: translate(0, 0) rotate(0deg) skewX(0) skewY(0) scaleX(1) scaleY(1);
    box-shadow: 0 8px 6px -6px black;
    text-transform: uppercase;


}

.sales-banner p {
    /* color: #000 !important; */
    font-size: 12px;
    font-weight: 600;

}






/* timer */

.time-clock {
    border-radius: 20px;
    text-align: center;
    padding: 45px 0px 45px 0px !important;
    height: 100%;
}




.timer-label {
    font-size: 14px;

    color: #fff !important;
    padding-bottom: 5px !important;
    transition: opacity 0.5s ease-in-out;

}

.countdown-item {
    /* max-width: 10% !important; */
    /* height: auto !important; */
    padding-right: 5px !important;
    padding-left: 5px !important;
    background: rgb(11, 12, 27, 0.95);
    border-radius: 5px !important;
    margin: 5px !important;
    height: auto;
    /* box-shadow: 0 0 .2rem #fff,
        0 0 .2rem #fff,
        0 0 2rem rgba(107, 10, 234, 0.81),
        0 0 0.8rem rgba(107, 10, 234, 0.81),
        0 0 2.8rem rgba(107, 10, 234, 0.81),
        inset 0 0 1.3rem rgba(107, 10, 234, 0.81);
    box-shadow: 0 0 .2rem #fff,
        0 0 .2rem #fff,
        0 0 1rem rgba(255, 255, 255, 0.81),
        0 0 0.1rem rgba(255, 255, 255, 0.81),
        0 0 .8rem rgba(255, 255, 255, 0.81),
        inset 0 0 .8rem rgba(255, 255, 255, 0.81); */
    /* box-shadow:
        inset 0 0 .2rem rgba(255, 255, 255, 0.81); */
}

.time-clock span {
    font-size: 20px;
    font-weight: 800;
    padding: 0px 8px !important;
    color: #fff !important;
    text-shadow: 1px 1px 1px #000;
}



.timer {

    color: #fff !important;
    font-size: 28px;
    padding: 5px;
    font-weight: 600;
    height: auto;


}

.packages-header-desk {
    min-height: 70vh;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.packages-header {
    -webkit-animation: fadein 4s linear forwards;
    animation: fadein 1.5s linear forwards;
    min-height: 65vh;

}

#packages-header-mobile {
    display: none !important;
}

.packages-header-mobile {
    display: none !important;
}



.packages-header p {
    color: #8c8c8d !important;
    font-size: 22px;
    z-index: 1;
    letter-spacing: .5px;


}



.packages-header .semi {
    color: #6100ff !important;
    text-shadow: 1px 1px 1px #000;
    font-weight: bolder;
}

.packages-header .purple-text {
    color: white;
    /* or any other contrasting color */
    /* background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(58, 9, 121, 1) 0%, rgba(132, 0, 255, 1) 100%); */

}



.packages-header-desk:before {
    content: '';
    background: url('/img/about-us-hero-page.webp') no-repeat center center/cover;
    filter: brightness(60%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* transform: rotate(180deg) scaleX(-1); */

}

.packages-page {
    min-height: 85vh;
    width: 100%;
    padding: 95px 0px;
    background-color: #dcfdf6;


}

.packages-header {
    padding: 0px 55px;
}


.packages-header .packages-h1 {
    z-index: 1;
    font-weight: 800;
    font-size: 62px;
    line-height: 1.1em;
    text-shadow: 2px 2px 2px #000;
    z-index: 1;
    letter-spacing: .5px;
    width: 73% !important;
    text-transform: uppercase;



}



.packages-header-desk .packages-p {

    text-transform: uppercase;
    font-size: 20px;
    color: #6dcdb8 !important;
    letter-spacing: 1.5px;
    z-index: 1;
    font-weight: 500;
}


.packages-page .packages-h2 {

    margin-bottom: 60px;
    font-weight: 600;
    font-size: 36px;
}

.packages-page {
    background: url('/img/section-background-purple-gradient.webp') no-repeat 89% center/cover;
    min-height: 85vh;
    position: relative;
    color: #fff;
    object-fit: cover;
    justify-items: center;


}




.packages-page::after {
    content: "";
    width: 100%;
    height: 75px;
    left: 0;
    position: absolute;
    z-index: 10;

}



.packages-page::after {
    bottom: 0;
    background: linear-gradient(180deg, hsla(0, 0%, 85%, 0), rgba(11, 12, 27, 0) 1%, #0b0c1b);
}



.item.active {
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(97, 0, 255, 1) 0%, rgba(97, 0, 255, 1) 100%) !important;
    /* background: linear-gradient(180deg, #23273c, #0b0c1b 103.33%); */
    border: none !important;
    color: #fff !important;
    height: 50px;
    justify-content: center;
    display: flex;
    align-items: center;

}


.item {
    background-color: transparent;
    margin: 0px 20px;
    border: none;
    border-radius: 5px;
    padding: 0px 0px !important;
    max-width: 11%;
    color: #fff !important;
    letter-spacing: .5px;
}

.list-group-item {

    border-top-width: 0px !important;
    border-right-width: 0px !important;
    border-bottom-width: 1px !important;
    border-left-width: 0px !important;
}


.list-group-item-action:focus,
.list-group-item-action:hover {

    background-color: transparent;
    color: #fff !important;
    text-shadow: 1px 1px 1px #000;
}

/* cards */
#nav-tabContent {
    margin-top: 35px !important;
}

.items {
    flex-direction: row !important;
    justify-content: center !important;
    /* border-radius: 5px; */
}


.web-dev-card {
    background: #0b0c1b;
    border: none;
    margin: 20px 12px 50px 12px !important;
    /* box-shadow: 1px 1px 1px 1px rgba(38, 95, 113, 0.9); */
    /* box-shadow: rgba(67, 183, 255, 0.15) 0px 0px 12px, inset rgba(67, 183, 255, 0.15) 0px 0px 6px, inset rgba(67, 183, 255, 0.15) 0px 0px 12px, inset rgba(67, 183, 255, 0.25) 0px 0px 30px, rgba(67, 183, 255, 0.25) 0px 0px 35px; */
    box-shadow: 0 4px 8px rgba(38, 95, 113, 0.9);
    border-radius: 35px;

}

#card-1 {
    box-shadow:
        rgba(67, 183, 255, 0.15) 0px 0px 12px,
        rgba(67, 183, 255, 0.25) 0px 0px 30px,
        rgba(67, 183, 255, 0.25) 0px 0px 35px;
    border: 1px solid #6dcdb8;
}



.web-dev-card-body h6 {
    font-size: 13pt;
    /* font-weight: 700; */
    color: #23273c !important;
    padding: 0px 25px !important;
    margin-bottom: 0rem;
}

.web-dev-card-body .span-promo {
    font-weight: 800;
    font-size: 13pt;
    color: #23273c !important;
}

.web-dev-card-body h3 {

    font-weight: 700;
    font-size: 20pt;
    color: #fff !important;
    letter-spacing: .5px;
    margin-bottom: 15px !important;


}

.web-dev-card-body i {


    font-size: 36pt;
    margin-bottom: 20px;
    color: #b8bacc !important;
}

.web-dev-card-body h3 {


    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;

}

.web-dev-card-body .domain {

    margin-bottom: 15px;
}

.domain img {
    height: 75px;
    width: 90px;
    object-fit: cover;

}

.domain-icon img {
    height: 85px !important;
    width: 105px !important;
    object-fit: cover;
    margin-bottom: 8px;

}


/* add-ons i */
.add-ons-1 {

    background: radial-gradient(circle, rgba(63, 94, 251, 1) 50%, rgba(252, 70, 107, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;

}

.add-ons-2 {
    color: #ff6100 !important;
    padding-left: 10px !important;
    padding-right: 6px !important;
}

.add-ons-3 {
    color: #8c8c8d !important;


}


.web-dev-card-body p {


    line-height: 1.1rem;
    font-size: 10.5pt;
    padding: 3px 15px 10px 15px;
    letter-spacing: .5px;
    color: #b8bacc !important;

}

.web-dev-card-body .promo-p {
    font-size: 12pt;
    font-weight: 600;
}



.card .web-dev-card {
    height: 750px !important;
}


.cardss {
    min-height: 100vh !important;
}



.web-dev-card-body {
    padding: 30px 0px 0px 0px;
    min-height: 150px !important;
    /* border-bottom: #c3c2c2 0.25px dotted; */
    margin-left: 0px;
    margin-right: 0px;

}

.dev-card-xp {
    padding-bottom: 57.5px;

}

.list-group-flush {
    min-height: 300px;
    /* border-top: #373535 .1px solid !important; */
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 15px;
    border: none !important;



}


.list-group-item {
    background: #0b0c1b !important;
    padding: 10px 0px !important;

}



.list-group i {
    color: #265F71 !important;
    margin-right: 10px;
    font-size: 18px;
    margin-top: 5px;


}

.list-group li {

    font-size: 15px;

    /* border-bottom: .5px solid rgba(99, 97, 97, 0.40); */
    margin-left: 0px;
    margin-right: 0px;
    line-height: 1.5rem;
    margin-bottom: 0px !important;


}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;



}


/* title for packages */


.limited-promos-text .semi {
    color: #6dcdb8 !important;
    text-shadow: 1px 1px 1px #000;
    font-weight: bolder;
}

.limited-promos-text h2 {
    color: #423d3d !important;
    font-weight: 600;
    font-size: 20px;
    padding: 40px 0px;
}

.limited-promos-text p {
    color: #423d3d !important;

}



.card-body .web-dev-btn {

    /* background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(58, 9, 121, 1) 0%, rgba(97, 0, 255, 1) 100%); */
    background: #6100ff !important;
    border: none;
    border-radius: 35px;
    padding: 14px 0px;
    text-transform: uppercase;
    box-shadow: 0 8px 6px -6px black;
    letter-spacing: 1px;

}

/* javascript button more text functions */

.card-body-btn {
    height: 140px;
}


.more-text-btn {
    background: transparent;
    border: none;
    transition: 1s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #265F71 !important;
    font-size: 16px;
    font-weight: 600;

}

.more-details-single {
    padding-top: 12px;
}

/* .more-details-redesign {
    padding-top: 5px;
} */

.logo-btn {
    margin-top: 40px;
}

.price-title h3 {
    font-weight: 700;
    font-size: 36px;
}

.price-title span {
    color: #b9b7b7 !important;
    margin-left: 8px;
    font-size: 16px;
}



/* website hosting page */



.webhosting-header {
    min-height: 70vh;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.webhosting-header:before {
    content: '';
    background: url('/img/about-us-hero-page.webp') no-repeat center center/cover;
    filter: brightness(65%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;



}


.packages-header .webhost-h2 {

    padding-bottom: 80px;
    font-size: 30px;
    font-weight: 600;
    color: #b8bacc !important;
    text-shadow: 1px 1px 1px #000;
}

/* work page */

#work-body {
    min-height: 100vh;
}



.work-header {
    min-height: 70vh;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

}

.work-header:before {
    content: '';
    background: url('/img/work-pg-hero.webp') no-repeat center center/cover;
    filter: brightness(40%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(180deg);
}


.work-header h1 {
    font-weight: 800;
    font-size: 80px;
    line-height: 1em;
    text-shadow: 1px 1px 1px #000;
    z-index: 1;
    animation: fadein 1.5s linear forwards;
    -webkit-animation: fadein 1.5s linear forwards;
    padding-left: 40px !important;
    text-transform: uppercase;
}

.work-header .h4text {

    font-size: 35px;

}



#work-section {
    min-height: 90vh;
    background: url(/img/section-background-purple-gradient.webp) no-repeat 89% center / cover;
    min-height: 85vh;
    position: relative;
    color: #fff;
    object-fit: cover;
    justify-items: center;


}

#work-section:after {

    bottom: 0;
    background: linear-gradient(180deg, hsla(0, 0%, 85%, 0), rgba(11, 12, 27, 0) 1%, #0b0c1b);
    content: "";
    width: 100%;
    height: 75px;
    left: 0;
    position: absolute;
    z-index: 10;
}



.work-section {
    padding: 100px 0px;
}

.work-section {
    padding: 100px 0px;
}

.work-section .work-section-img {
    min-height: 400px;
    width: 1400px !important;

}


.col {
    padding-right: 0px;
    padding-left: 0px;

}

.work-section-img .img-work img {
    max-height: 400px;
    width: 600px !important;
    object-fit: cover;


}


.h2-work {
    width: 600px;
    max-height: 400px;
    transition: .7s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* -ms-transform: translate(-50%, -50%); */
    padding: 35px;
}

.h2-work p {
    font-size: 20px;
    text-shadow: 1px 1px 1px #000;
}

.h2-work button {
    background-color: transparent;
    width: 35%;
    border: 2px #6dcdb8 solid;
    padding: 10px 5px;
    font-size: 13px;
    /* text-shadow: 1px 1px 1px #000; */
    height: 45px;

}

.h2-work button a {
    text-decoration: none;

}

.h2-work h2 {
    position: relative;
    font-size: 32px;
    font-weight: 800;
    /* height: 100%; */
    text-shadow: 1px 1px 1px #000;
    background-color: transparent;
    color: white;


}

.work-pic-container {

    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 75px;

}

.work-pic-container h2 {
    color: #a4a6a8 !important;
    margin-top: 10px;
    padding-left: 5px;
    text-shadow: 1px 1px 1px #000;
    font-weight: 700;

}

.work-pic-container a {
    letter-spacing: 1px;
    text-decoration: none;
    padding-left: 5px;
    font-family: "Orbitron", sans-serif !important;

}

.d-flex .fa-arrow-right {
    margin-left: 6px;
    color: #6dcdb8 !important;
}


.work-pics {
    position: relative;
    overflow: hidden;
    border-radius: 35px;



}

.tarot-work {
    display: none;
}


/* about page */







.about-home {
    position: relative;
}

.about-header {
    min-height: 70vh;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

}

.about-header:before {
    content: '';
    background: url('/img/work-pg-hero.webp') no-repeat center center/cover;
    filter: brightness(40%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(180deg);

}

.about-header h1 {
    font-weight: 800;
    font-size: 80px;
    line-height: 0.9em;
    text-shadow: 2px 2px 2px #000;
    -webkit-animation: fadein 1.5s linear forwards;
    animation: fadein 1.5s linear forwards;
    z-index: 1;
    text-transform: uppercase;

}


.about-page {
    padding: 70px 90px;
    position: relative;
}

.about-page-text h2 {

    font-weight: 800;
    font-size: 36px;
}

.about-page-text p {
    color: #b8bacc !important;
    font-size: 20px;
}



.about-page-text {
    margin-bottom: 60px;


}





.about-page-text .first-text,
.about-page-text .second-text {
    padding: 25px 80px 0px 0px;
    font-size: 14pt;

}





.iframe img {

    width: 100%;
    height: 100%;
    object-fit: cover;

}

.circle-img {
    position: relative;
}

/* bubbles*/


.bubbles {

    position: absolute;
    bottom: 0;
    left: 0;
    height: 275px;
    width: 300px;
    transform: scaleY(-1);


}

.bubbles::before {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    opacity: 1;
    display: block;
    border: 1px solid #6dcdb8;
    border-radius: 50%;
    background: transparent;
    height: 260px;
    width: 260px;
    animation: bubble-animation 5s ease-in-out infinite forwards;
    box-shadow: rgba(67, 183, 255, 0.2) 0px 0px 44px, inset rgba(67, 183, 255, 0.2) 0px 0px 30px, inset rgba(67, 183, 255, 0.2) 0px 0px 55px, inset rgba(67, 183, 255, 0.4) 0px 0px 75px, rgba(67, 183, 255, 0.4) 0px 0px 105px;
}

.bubbles::after {

    position: absolute;
    top: 0;
    left: 0;
    content: "";
    opacity: 0.15;
    display: block;
    border-radius: 50%;
    background: #265F71;
    height: 150px;
    width: 150px;
    animation-name: bubble-animation2;
    animation: bubble-animation2 14s ease-in-out infinite forwards;
    transition: box-shadow 0.3s;


}

.bubbles.flip-right {
    transform: scaleY(-1) scaleX(-1);
}


@keyframes bubble-animation {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-3rem);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes bubble-animation2 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-3rem);
    }

    100% {
        transform: translateY(0);
    }
}



.iframe {
    position: relative;
    border-radius: 50%;
    border: #23273c 30px solid;
    margin-right: 40px;
    width: 400px !important;
    height: 400px !important;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 1;
    /* box-shadow: rgba(67, 183, 255, 0.2) 0px 0px 24px, inset rgba(67, 183, 255, 0.2) 0px 0px 10px, inset rgba(67, 183, 255, 0.2) 0px 0px 25px, inset rgba(67, 183, 255, 0.4) 0px 0px 75px, rgba(67, 183, 255, 0.4) 0px 0px 85px; */
    box-shadow: rgba(67, 183, 255, 0.15) 0px 0px 12px,
        inset rgba(67, 183, 255, 0.15) 0px 0px 6px,
        inset rgba(67, 183, 255, 0.15) 0px 0px 12px,
        inset rgba(67, 183, 255, 0.25) 0px 0px 30px,
        rgba(67, 183, 255, 0.25) 0px 0px 35px;

}



.carousel-inner {
    width: 400px !important;
    height: 400px !important;

}

.carousel-inner img {

    object-fit: cover;
    width: 400px !important;
    height: 400px !important;



}

.carousel-caption {
    margin-bottom: 40px;
    width: 220px;
}


.carousel-caption h5,
.carousel-caption p {
    text-shadow: #000 1px 2px 2px;
    color: #fff !important;
    margin-bottom: 0px;
    line-height: 1.5rem;
}

.carousel-caption p {
    font-size: 16px;
}

.carousel-caption h5 {
    font-size: 22px;
}


/* success page */

.success h1 {
    font-weight: 800;
    font-size: 55px;
    line-height: 1.2em;
    text-shadow: 1px 1px 1px #000;
    -webkit-animation: fadein 4s linear forwards;
    animation: fadein 1.5s linear forwards;
    color: #6dcdb8 !important;
    text-align: center;



}



.success {
    min-height: 70vh;
    background: url("/img/section-background-purple-gradient.webp") no-repeat 31% center/cover;

}


/* select plan contact page */



.select-plan-header {
    min-height: 70vh;
    position: relative;

}

.select-plan-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/img/section-background-purple-gradient.webp") no-repeat 31% center/cover;
    filter: brightness(85%);
    z-index: 0;
}


.select-plan-header h1 {
    font-weight: 800;
    font-size: 65px;
    line-height: 0.9em;
    text-shadow: 0.25px 0.25px 0.25px #000;
    padding-top: 80px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;

}

.select-plan-header p {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.8rem;
    text-shadow: 0.25px 0.25px 0.25px #000;
    letter-spacing: 1px;

}

.form-plan {
    padding-top: 0px !important;
}

.plan-label {
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 5px;
    font-size: 18px;
}

.plan-label-comment {
    margin-top: 5px;
    margin-left: 5px;
    margin-top: 20px;
    font-size: 18px;
}


/* payment page*/

.payment-header {
    min-height: 80vh;
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(58, 9, 121, 1) 0%, rgba(132, 0, 255, 1) 100%);
    background: url("/img/section-background-purple-gradient.webp") no-repeat center center/cover;
}

.payment-header p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.9rem;
    text-shadow: 0.25px 0.25px 0.25px #000;
    color: #b8bacc !important;
    letter-spacing: 1px;
}

.payment-header h2 {
    font-weight: 800;
    line-height: 1.9rem;
    text-shadow: 0.25px 0.25px 0.25px #000;

    letter-spacing: 1px;
}

.payment-header button {
    background: rgb(97, 0, 255);
    border: none !important;
    border-radius: 35px;
    padding: 12px 0px;
    width: 250px;
    font-weight: 200;
    letter-spacing: 1px;

}

.cta a {
    text-decoration: none;
}

.bottom-payment {
    min-height: 50vh;
}

#bottom-payment {
    padding: 100px 0px;
}

.container .payment-box {
    border: 2px #fff solid;
    height: 600px;

}

.payment-h2 h2 {
    line-height: 1;
    font-weight: 800;
    width: 100%;
    font-size: 28pt;
    margin-bottom: 20px;
}

.payment-h2 a {
    text-decoration: none;
}

.payment-h2 p {
    color: #a4a6a8 !important;
    font-size: 18px;
}

/* unsubscribe page */

.form-row .unsubscribe-btn {
    margin-top: 0px;
    padding: 0px 0px !important;
    width: 150px !important;
    height: 50px !important;
    margin-left: 5px;
}

.wave img {
    width: 280px;
    height: 200px;
}

/* success unsubscribe */




/* privacy page */

.privacy-header {
    height: 20vh;
}

.privacy {
    padding: 0px 40px;
}



/* NEW FOOTER OBOVE SECTION*/


.footer-section {

    min-height: 30vh;
    /* padding-top: 85px; */
    padding-bottom: 50px;
    padding-left: 80px;
    padding-right: 60px;

}


.box-text .btn-footer {
    margin-top: 20px;
    /* background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(58, 9, 121, 1) 0%, rgba(132, 0, 255, 1) 100%); */
    background: rgb(97, 0, 255);
    border: none !important;
    border-radius: 35px;
    padding: 15px 0px;
    width: 60% !important;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 16px;
    text-transform: uppercase;


}

.box-text-h2-footer {

    /* padding-left: 20px !important; */
    width: 100%;
    padding-right: 160px;
    padding-left: 0px;



}

.box-text-h2-footer p {
    color: #a4a6a8 !important;
    text-shadow: 1px 1px 1px #000;
    font-size: 18px;
    letter-spacing: .5px;
    padding-right: 38px;
}

.box-text-h2-footer h2 {
    line-height: 1;
    font-weight: 800;
    width: 100%;
    font-size: 28pt;
    margin-bottom: 20px;



}

.box-text-p-footer p {
    color: #a4a6a8 !important;
    text-shadow: 1px 1px 1px #000;
    font-size: 18px;
    letter-spacing: .5px;
    margin-bottom: 0rem !important;
}




/* NEW FOOTER */



.footer-section-bottom {
    min-height: 25vh;
    padding-left: 80px;
    padding-right: 60px;
}



.box-text .footer-box-2 {
    display: grid;
    justify-content: center;
    grid-auto-rows: min-content;


}

.footer-box {
    padding-left: 0px;
    padding-right: 0px;
}

/* NEW FOOTER CREDITS SECTION */


.footer-last .col-12 .footer-logo img {
    width: 175px;
    height: auto;
    object-fit: contain;


}

.box-text .img {
    padding-left: 0px !important;
}


.footer-last .col-12 {
    padding-left: 0px;
    padding-right: 0px;
}

.footer-last .copy-r {

    margin-top: 11px;
    font-size: 14px;
    color: #a4a6a8 !important;
}

.footer-last .copy-r .heart {

    color: #6dcdb8 !important;
}

.footer-last .copy-r .copy-p-1 {
    margin-bottom: 0rem !important;
    margin-right: 15px;
    margin-left: 15px;
    color: #a4a6a8 !important;

}

.footer-last .copy-r .copy-p-2 {
    margin-bottom: 0rem !important;
    margin-right: 15px;
    margin-left: 0px;
    color: #a4a6a8 !important;

}

.footer-last {

    margin-top: 60px;
}

.footer-last .copy-r img {
    width: 18px;
    height: 18px;

}

.footer-last .copy-r a {

    color: #a4a6a8 !important;
    text-decoration: none;

}

.footer-box li {
    list-style-type: none;
}

.footer-box li a {
    text-decoration: none;
}

.footer-box h2 {
    font-size: 22px;
    color: #a4a6a8 !important;
    margin-bottom: 25px;
}

.footer-box i {
    color: rgb(97, 0, 255) !important;
    font-size: 22px;

}

.footer-box .fa-mobile-alt {
    margin-left: 5px;
    margin-right: 8px;

}

.footer-box .fa-envelope {

    margin-right: 6px;

}

.footer-box ul li {
    margin-bottom: 10px;
    font-size: 16px;
}


#sticky-footer {
    padding-top: 50px;

}



.w-100 hr {
    background-color: #6dcdb8;
    height: 1px;
    width: 67% !important;
    margin-top: 0rem;
    margin-bottom: 0rem;

}


.footer-section-bottom .box-text {
    padding-bottom: 45px;

}





/* old footer deleted cookie notice */


#cookie-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(107, 10, 234);
    background-color: #000;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 10pt;
    flex-direction: row;
    display: flex;
    justify-content: center;


}

#cookie-notice p {
    margin-top: 10px;
    padding: 0px 20px;
    margin-bottom: 2px;
}

#cookie-notice.hidden {
    display: none;
}

#accept-cookies {
    background-color: #6dcdb8;
    background-color: rgba(107, 10, 234);
    border: none;
    padding: 5px 15px;
    cursor: pointer;
    border-radius: 5px;
    margin-left: 10px;
    height: 32px;
    margin-top: 5px;
}