@import url('https://fonts.googleapis.com/css2?family=Caveat+Brush&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');


:root {
    --font-primary: "Caveat Brush";
    --font-secondary: "DM Sans";
    --color-primary: #FEC307;
    --white-color: #ffffff;
    --black-color: #0A0A0A;
    --bg-color: #121212;
}

.accordion {
    --bs-accordion-btn-icon: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTIzMy40IDQwNi42YzEyLjUgMTIuNSAzMi44IDEyLjUgNDUuMyAwbDE5Mi0xOTJjMTIuNS0xMi41IDEyLjUtMzIuOA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDAtNDUuM3MtMzIuOC0xMi41LTQ1LjMgMEwyNTYgMzM4LjcgODYuNiAxNjkuNGMtMTIuNS0xMi41LTMyLjgtMTIuNS00NS4zIDBzLTEyLjUNCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgMzIuOCAwIDQ1LjNsMTkyIDE5MnoiIGZpbGw9IiM0MThjYmQiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvc3ZnPg==");
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

html {
    margin: 0;
    padding: 0;
    margin-top: 0px !important;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

body {
    padding: 0;
}

.page,
.post,
.site-main .comment-navigation,
.site-main .post-navigation,
.site-main .posts-navigation,
.widget,
address,
table {
    margin: 0px;
}

figure {
    margin: 0;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0;
}

input {
    outline: unset;
}

ul,
ol,
dd {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    font-family: var(--font-primary);
    overflow-x: hidden;
    background: #000;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1444px;
}

picture {
    display: block;
}

picture img {
    max-width: 100%;
}

h1,
.h1 {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 125.41px;
    line-height: 126.01px;
}

h2,
.h2 {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 65px;
    line-height: 100%;
}

h5,
.h5 {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 36px;
    line-height: 100%;
}

h6,
.h6 {
    font-family: var(--font-secondary);
    font-weight: 400;
    font-size: 28px;
    line-height: 100%;
}

p {
    font-family: var(--font-secondary);
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}

.main-btn {
    background: var(--color-primary);
    color: var(--black-color);
    padding: 15px 28px;
    border: 2px solid var(--white-color) !important;
    border-radius: 12px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    transition: background 0.8s ease,
        color 0.8s ease,
        border 0.8s ease;
}

.main-btn:visited,
.main-btn:focus {
    color: var(--black-color);
}

.white-btn {
    background: transparent;
    color: var(--white-color);
}

.white-btn:visited,
.white-btn:focus {
    color: var(--white-color);
}

.main-btn:hover {
    background: #e3ad00;
    color: var(--black-color);
    border: 2px solid #e3ad00 !important;
}

.main-btn:not(.remove-icon) {
    padding-right: 45px;
}

.main-btn:not(.remove-icon):after {
    content: "";
    width: 20px;
    height: 23px;
    background: url("../images/skills-img/arrow.svg") no-repeat center;
    background-size: contain;
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    transform: translateY(-50%);
    transition: transform 0.5s ease;
}

.white-btn:not(.remove-icon):after {
    background: url("../images/skills-img/whitearrow.svg") no-repeat center;
    background-size: contain;
}

.white-btn:not(.remove-icon):hover:after {
    background: url("../images/skills-img/arrow.svg") no-repeat center;
    background-size: contain;
}

/* header  */
.main-header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #000;
}

.main-header {
    transition: box-shadow 0.3s ease;
}

.main-header.scrolled {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.main-header .navbar {
    padding: 25px 0;
    transition: padding 0.3s ease-in-out;
}

.body-scrolled .main-header .navbar {
    padding: 10px 0;
}

.main-header img {
    max-width: 281px;
}

/* home-banner  */

.home-banner {
    padding: 180px 0 90px;
    position: relative;
}

.home-banner h1 {
    text-align: center;
    text-transform: capitalize;
    color: var(--white-color);
    max-width: 1197px;
    margin: auto;
    margin-bottom: 56px;
}

.home-banner h1 span {
    color: var(--color-primary);
    position: relative;
    display: inline-block;
}

.home-banner h1 span::before {
    content: '';
    position: absolute;
    width: 201px;
    height: 123px;
    background-image: url(../images/skills-img/Layer_1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.home-banner span.h6 {
    text-align: center;
    display: block;
    color: var(--white-color);
    max-width: 744px;
    margin: auto;
    margin-bottom: 50px;
}

.home-banner span.h6 span {
    color: var(--color-primary);
}

.home-banner-btn {
    display: flex;
    align-items: center;
    gap: 19px;
    justify-content: center;
    flex-wrap: wrap;
}

.arrow-down {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.home-right-img {
    position: absolute;
    top: 17%;
    right: 108px;
}

.home-right-img img {
    display: block;
    aspect-ratio: 600 / 500;
    object-fit: scale-down;
    max-width: 600px;
    margin-top: 50px;
}

.home-right-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.7) 0%,
            rgba(0, 0, 0, 0.4) 20%,
            rgba(0, 0, 0, 0.0) 40%);
    pointer-events: none;
}

.banner-hexagon .hexagon {
    width: 173px;
    height: 140px;
}

.banner-hexagon {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    position: absolute;
    top: 38%;
    left: 34px;
    max-width: 469px;
}

.banner-hexagon::before {
    position: absolute;
    content: '';
    right: -2%;
    top: -57%;
    background-image: url(../images/skills-img/home-banner-arrow.svg);
    width: 130px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}

.banner-hexagon2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.banner-hexagon3 {
    position: relative;
    left: -35px;
}

.banner-hexagon1 {
    position: relative;
    right: -35px;
}

/* choose-us  */
.choose-us {
    padding-bottom: 120px;
    overflow: hidden;
}

.choose-us h2 {
    text-align: center;
    text-transform: capitalize;
    color: var(--white-color);
    margin-bottom: 50px;
}

.choose-us-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
    margin-bottom: 60px;
}

.choose-us-box {
    border-radius: 16px;
    background-color: var(--bg-color);
    padding: 60px 25px 43px;
    height: 100%;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-direction: column;
    box-shadow: 10px 10px 0px #202020;

    transition: box-shadow 1s ease;
}

.choose-us-box:hover {
    box-shadow: 10px 10px 0px var(--color-primary);
}

.choose-us-box img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(94%) saturate(0%) hue-rotate(138deg) brightness(104%) contrast(108%);
    margin-bottom: 20px;
    transition: filter 0.6s ease;
    height: 87px;
    object-fit: scale-down;
}

.choose-us-box:hover img {
    filter: brightness(0) saturate(100%) invert(85%) sepia(23%) saturate(4608%) hue-rotate(355deg) brightness(101%) contrast(99%);
}

.choose-us-box span.h6,
.choose-us-box p {
    text-align: center;
    text-transform: capitalize;
    color: var(--white-color);
}

.choose-us-box span.h6 {
    display: block;
    margin-bottom: 20px;
    font-family: var(--font-primary);
}

.choose-us-box p {
    margin-bottom: 0;
}

.choose-us-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* you-learn  */

.you-learn {
    padding-bottom: 120px;
    position: relative;
}

.you-learn .learn-bee {
    position: absolute;
    top: -104px;
    left: 130px;
}

/* Animate only the bee */
.you-learn .learn-bee img {
    width: 188px;
    animation: beeFly 6s ease-in-out infinite;
}

/* Static tail */
.you-learn .learn-bee::before {
    content: '';
    position: absolute;
    width: 458px;
    height: 34px;
    background-image: url(../images/skills-img/learn-dot.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    top: 85%;
    left: 172px;
    transform: translateY(-50%);
    z-index: -1;
}

@keyframes beeFly {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        transform: translate(15px, -10px) rotate(5deg);
    }

    40% {
        transform: translate(30px, 5px) rotate(-4deg);
    }

    60% {
        transform: translate(15px, -8px) rotate(3deg);
    }

    80% {
        transform: translate(5px, 6px) rotate(-2deg);
    }

    100% {
        transform: translate(0px, 0px) rotate(0deg);
    }
}

.you-learn h2 {
    text-align: center;
    text-transform: capitalize;
    color: var(--white-color);
    margin-bottom: 50px;
}

.you-learn-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.you-learn-box {
    border-radius: 19px;
    background-color: var(--bg-color);
    padding: 50px 40px;
    height: 100%;

    transition: background-color 0.8s ease;
}

.you-learn-box:hover {
    background-color: var(--color-primary);
}

.you-learn-box img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(94%) saturate(0%) hue-rotate(138deg) brightness(104%) contrast(108%);
    margin-bottom: 20px;

    transition: filter 0.8 ease;
}

.you-learn-box:hover img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(7%) saturate(0%) hue-rotate(123deg) brightness(88%) contrast(106%);
}

.you-learn-box span.h6,
.you-learn-box p {
    text-transform: capitalize;
    color: var(--white-color);

    transition: color 1s ease;
}

.you-learn-box span.h6 {
    display: block;
    margin-bottom: 25px;
    font-family: var(--font-primary);
}

.you-learn-box:hover span.h6,
.you-learn-box:hover p {
    color: #000000;
}

.you-learn-box p {
    margin-bottom: 0;
}

/* Our-workstation  */

.Our-workstation {
    padding-bottom: 120px;
    position: relative;
    overflow: hidden;
}

.Our-workstation h2 {
    text-align: center;
    text-transform: capitalize;
    color: var(--white-color);
    margin-bottom: 60px;
}

.mobile-hexagon-swiper {
    display: none;
}

.hexagon-common-div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.hexagon1 {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-right: -75px;
    align-items: center;
}

.hexagon2 {
    margin-top: 7px;
    margin-right: -75px;
}


.hexagon1.hexagon3,
.hexagon2.hexagon4,
.hexagon1.hexagon5 {
    position: static;
    left: auto;
}


.hexagon {
    width: 300px;
    height: 250px;
    background: #FEC307;
    padding: 5px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%,
            75% 100%, 25% 100%, 0% 50%);
}

.hexagon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: inherit;
    object-position: center;
}

/* spotlight */
.spotlight {
    position: relative;
    padding-bottom: 120px;
    overflow: hidden;
}

.spotlight .spotlight-bee {
    position: absolute;
    top: 10px;
    right: 68px;
}

/* Animate only the bee */
.spotlight .spotlight-bee img {
    width: 200px;
    animation: beeFly 6s ease-in-out infinite;
}

/* Static tail */
.spotlight .spotlight-bee::before {
    content: '';
    position: absolute;
    width: 135px;
    height: 127px;
    background-image: url(../images/skills-img/spotlightdot.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    top: 115%;
    left: 156px;
    transform: translateY(-50%);
    z-index: -1;
}

.spotlight h2 {
    text-align: center;
    text-transform: capitalize;
    color: var(--white-color);
    margin-bottom: 50px;
}

.spotlight-swiper {
    overflow: hidden;
}

.spotlight-swiper .spotlight-swiper-content span.h5,
.spotlight-swiper .spotlight-swiper-content p {
    text-align: center;
    text-transform: capitalize;
    color: var(--white-color);
}

.spotlight-swiper .spotlight-swiper-content span.h5 {
    display: block;
    margin-bottom: 6px;
}

.spotlight-swiper .swiper {
    position: relative;
}

.spotlight-swiper .swiper>.swiper-slide__content {
    position: absolute;
    top: 0;
}

.arrow-absolute-image {
    position: absolute;
    right: 39%;
    top: 76px;
}

.spotlight-swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 200ms linear;
    transform: scale(0.8);

    &.swiper-slide-active {
        transform: scale(1);
    }
}

.spotlight-swiper .swiper-slide img {
    aspect-ratio: 382/678;
    object-fit: scale-down;
    max-width: 382px;
}

.spotlight-swiper-content {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateY(10px);
}

.spotlight-swiper .swiper-slide.swiper-slide-active .spotlight-swiper-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 9;
    top: -50px;
    position: relative;
}

.spotlight-swiper .swiper-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
}

.spotlight-swiper .swiper-slide.swiper-slide-prev,
.spotlight-swiper .swiper-slide.swiper-slide-next {
    opacity: 30%;
}


/* reviews  */


.reviews-section {
    padding-bottom: 120px;
    position: relative;
}

.reviews-section h2 {
    text-align: center;
    text-transform: capitalize;
    color: var(--white-color);
    margin-bottom: 50px;
}

.reviews-bee {
    position: absolute;
    top: 20%;
    right: 30%;
    z-index: 99;
}

/* Animate only the bee */
.reviews-bee img {
    width: 140px;
    animation: beeFly 6s ease-in-out infinite;
}

/* Static tail */
.reviews-bee::before {
    content: '';
    position: absolute;
    width: 162px;
    height: 181px;
    background-image: url(../images/skills-img/reviews-dots.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    top: -10%;
    right: 70%;
    transform: translateY(-50%);
    z-index: -1;
}

.reviews-swiper-box {
    background-color: var(--bg-color);
    padding: 77px 80px;
    border-radius: 50px;
    position: relative;
}

.reviews-swiper-box-img {
    position: absolute;
    /*bottom: 0;*/
    top:0px;
    right: 0;
    height: 100%;
    max-width:410px;
    max-height:615px;
}
.reviews-swiper .swiper-slide {
    max-height: 450px;
    height: 100%;
}
.reviews-swiper-box-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.reviews-swiper-box .colon {
    margin-bottom: 26px;
}

.reviews-swiper-box span.h6 {
    display: block;
    margin-bottom: 6px;
    font-family: var(--font-primary);
}

.reviews-swiper-box span.h6,
.reviews-swiper-box p {
    color: var(--white-color);
}

.reviews-swiper-box .reviews {
    margin: 37px 0px 16px;
}

.reviews-swiper-box .swiper-button-prev {
    left: 0;
    right: unset;
}

.reviews-swiper-box .swiper-button-next {
    right: 0;
    left: unset;
}

.reviews-swiper-box .swiper-button-next,
.reviews-swiper-box .swiper-button-prev {
    width: 56px;
    height: 56px;
    display: block;
    width: auto;
    height: auto;
}

.reviews-swiper-box .swiper-button-next:after,
.reviews-swiper-box .swiper-rtl .swiper-button-prev:after,
.reviews-swiper-box .swiper-button-prev:after,
.reviews-swiper-box .swiper-rtl .swiper-button-next:after {
    padding: unset;
    font-size: 10px;
    color: #fff;
    background: transparent;
    box-shadow: unset;
    width: 56px;
    height: 56px;
    border: 1.5px solid #FEC307;
}

.reviews-swiper-box .swipers-review {
    display: flex;
    margin-top: 45px;
    gap: 20px;
}

/* video-section   */

.video-box video {
    max-width: 500px;
    display: block;
    margin: auto;
    object-fit: cover;
    border-radius: 20px;
}

.video-section {
    padding-bottom: 120px;
    position: relative;
    overflow: hidden;
}

.video-section h2 {
    text-align: center;
    text-transform: capitalize;
    color: var(--white-color);
    margin-bottom: 50px;
}

.video-swiper-box .swiper {
    position: relative;
}

.video-swiper-box .swiper-slide {
    display: flex;
    justify-content: center;
    transition: 0.3s ease;
    transform: scale(0.8);
}

.video-swiper-box .swiper-slide-active {
    transform: scale(1);
}

.video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.video-wrapper iframe {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    z-index: 1;
    aspect-ratio: 400/800;
    position: relative;
}

.video-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 9;
}

.video-swiper-box .swiper-slide-active .video-wrapper {
    border-radius: 70px;
}

.video-swiper-box .swiper-slide-active .video-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/skills-img/iphone.svg') no-repeat center;
    background-size: 100% 100%;
    pointer-events: none;
    z-index: 99;
}

/* newsletter  */
.newsletter-section {
    padding-bottom: 120px;
    position: relative;
    overflow: hidden;
}

.newsletter-section h2 {
    text-align: center;
    text-transform: capitalize;
    color: var(--white-color);
    margin-bottom: 50px;
}

.newsletter-section span.h6 {
    display: block;
    text-align: center;
    color: var(--white-color);
    max-width: 744px;
    margin: auto;
    margin-bottom: 50px;
}

.newsletter-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsletter-section .newsletter-bee {
    position: absolute;
    top: 70px;
    left: 20%;
}

.newsletter-section .newsletter-bee img {
    width: 161px;
    animation: beeFly 6s ease-in-out infinite;
}

.newsletter-section .newsletter-bee::before {
    content: '';
    position: absolute;
    width: 350px;
    height: 60px;
    background-image: url(../images/skills-img/footer-dot.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    top: 110%;
    left: 118px;
    transform: translateY(-50%);
    z-index: -1;
}


/* footer  */
.footer-section {
    overflow: hidden;
}

.footer-logo {
    position: relative;
    display: inline-block;
}

.footer-logo::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 30%;
    transform: translateY(-50%);
    margin-left: 20px;
    width: 456px;
    height: 3px;
    background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.footer-logo::before {
    content: '';
    position: absolute;
    right: 100%;
    top: 30%;
    transform: translateY(-50%);
    margin-right: 40px;
    width: 456px;
    height: 3px;
    background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}


.footer-section .footer-logo img {
    max-width: 400px;
    margin-bottom: 80px;
}

.footer-social-icons .icons-iner {
    width: 46px;
    height: 46px;
    background-color: #FEC3071A;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 1s ease;
}

.footer-social-icons .icons-iner:hover {
    background-color: var(--color-primary);
}

.footer-social-icons .icons-iner i {
    color: var(--color-primary);
}

.footer-social-icons .icons-iner:hover i {
    color: var(--black-color);
}

.footer-section .footer-social-icons {
    display: flex;
    gap: 20px;
    align-items: center;
}

.new-footer-box {
    border-bottom: 1px solid #FFFFFF33;
    padding-bottom: 62px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.new-copyright-box {
    padding: 25px 0;
}

.new-copyright-box p {
    color: var(--white-color);
    text-align: center;
    margin-bottom: 0;
}

@media(max-width:1699px) {
    .video-swiper-box .swiper-slide-active .video-wrapper {
        border-radius: 40px;
    }

    .banner-hexagon {
        top: 47%;
    }

    .home-right-img {
        top: 148px;
        right: 54px;
    }
}

@media(max-width:1599px) {
    .newsletter-section .newsletter-bee {
        left: 180px;
    }

    .home-right-img img {
        max-width: 530px;
    }

    .banner-hexagon::before {
        right: 60px;
        top: -213px;
    }

    .home-right-img {
        right: 25px;
    }
}

@media(max-width:1499px) {
    .skill-hive-banner {
        display: flex;
        flex-direction: column;
    }

    .arrow-down {
        order: 3;
    }

    .home-right-img {
        order: 1;
    }

    .banner-hexagon {
        position: relative;
        top: 0;
        left: 0;
        margin: auto;
        margin-top: 20px;
        order: 4;
    }

    .banner-hexagon1 {
        right: 0;
    }

    .banner-hexagon3 {
        left: -62px;
    }

    .banner-hexagon2 {
        position: relative;
        right: 30px;
    }

    .home-right-img {
        position: absolute;
        top: 39%;
        right: 10%;
    }

    .home-right-img img {
        display: block;
        margin: auto;
    }
}

@media(max-width:1399px) {
    .hexagon {
        width: 250px;
        height: 200px;
    }

    .arrow-absolute-image {
        right: 30%;
    }
}

@media(max-width:1299px) {

    h1,
    .h1 {
        font-size: 100px;
        line-height: 111.01px;
    }

    h2,
    .h2 {
        font-size: 60px;
    }

    .home-right-img {
        right: 0;
    }

    .home-banner h1 span::before {
        left: 70%;
    }

    .choose-us-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .mobile-hexagon-swiper {
        display: block;
    }

    .mobile-hexagon-swiper .swiper-slide {
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .swipers-hexagon {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 40px;
        margin-top: 50px;
    }

    .swipers-hexagon .swiper-button-next,
    .swipers-hexagon .swiper-button-prev {
        width: 46px;
        height: 46px;
    }

    .swipers-hexagon .swiper-button-next {
        right: 0;
        left: unset;
    }

    .swipers-hexagon .swiper-button-prev {
        left: 0;
        right: unset;
    }

    .swipers-hexagon .swiper-button-next:after,
    .swipers-hexagon .swiper-rtl .swiper-button-prev:after,
    .swipers-hexagon .swiper-button-prev:after,
    .swipers-hexagon .swiper-rtl .swiper-button-next:after {
        padding: unset;
        font-size: 10px;
        color: #fff;
        background: transparent;
        box-shadow: unset;
        width: 46px;
        height: 46px;
        border: 1.5px solid #FEC307;
    }

    .desktop-hexagon-swiper {
        display: none;
    }

    .hexagon {
        width: 300px;
        height: 230px;
    }

    .footer-logo::after,
    .footer-logo::before {
        width: 256px;
    }

    .you-learn .learn-bee {
        left: 20px;
    }

    .you-learn .learn-bee::before {
        width: 200px;
        height: 34px;
    }

    .newsletter-section .newsletter-bee {
        left: 20px;
    }

}

@media(max-width:1099px) {
    .hexagon {
        width: 300px;
        height: 200px;
    }

    .reviews-bee {
        top: 17%;
        right: 22%;
    }

    .home-right-img img {
        max-width: 400px;
    }
}

@media(max-width:991px) {

    h1,
    .h1 {
        font-size: 90px;
        line-height: 103.01px;
    }

    h2,
    .h2 {
        font-size: 50px;
    }

    .home-right-img img {
        max-width: 300px;
    }


    .home-banner h1 span::before {
        width: 150px;
        height: 100px;
    }

    h6,
    .h6 {
        font-size: 25px;
        line-height: 35px;
    }

    .video-swiper-box .swiper-slide-active .video-wrapper {
        border-radius: 55px;
    }

    .choose-us-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .you-learn-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .spotlight-swiper .swiper-slide img {
        aspect-ratio: 282 / 478;
    }

    .you-learn .learn-bee img {
        width: 120px;
    }

    .you-learn .learn-bee::before {
        top: 67%;
        left: 70px;
    }

    .you-learn .learn-bee {
        top: -74px;
        left: 5px;
    }

    .spotlight .spotlight-bee::before {
        top: 123%;
        left: 121px;
    }

    .spotlight .spotlight-bee img {
        width: 150px;
    }

    .reviews-swiper-box-img {
        position: relative;
    }

    .reviews-swiper-box-img img {
        display: block;
        margin: auto;
    }

    .reviews-swiper-box {
        padding: 50px;
    }

    .reviews-bee::before {
        width: 100px;
        height: 181px;
        top: 15%;
        right: 58%;
    }

    .reviews-bee {
        top: 10%;
    }

    .newsletter-section .newsletter-bee img {
        width: 120px;
    }

    .newsletter-section .newsletter-bee::before {
        width: 200px;
    }

    .newsletter-section .newsletter-bee::before {
        top: 66%;
        left: 74px;
    }

    .newsletter-section .newsletter-bee {
        top: 40%;
    }
}

@media(max-width:767px) {

    h1,
    .h1 {
        font-size: 80px;
    }

    h2,
    .h2 {
        font-size: 40px;
    }

    h6,
    .h6 {
        font-size: 22px;
        line-height: 30px;
    }

    p {
        font-size: 16px;
        line-height: 26px;
    }

    .home-right-img {
        position: relative;
        order: 3;
    }

    .home-right-img img {
        max-width: 100%;
    }

    .video-swiper-box .swiper-slide-active .video-wrapper {
        border-radius: 75px;
    }

    .you-learn .learn-bee::before {
        width: 175px;
    }

    .main-header .navbar {
        padding: 10px 0;
    }

    .main-header img {
        max-width: 220px;
    }

    .main-btn {
        font-size: 20px;
        padding: 8px 15px;
    }

    .home-banner {
        padding: 60px 0;
    }

    .spotlight .spotlight-bee img {
        width: 170px;
    }

    .spotlight .spotlight-bee {
        top: 10px;
        right: 38px;
    }

    .reviews-swiper-box {
        padding: 50px;
    }

    .spotlight .spotlight-bee::before {
        left: 138px;
    }

    .arrow-absolute-image {
        top: 42px;
        right: 28%;
    }

    .arrow-absolute-image img {
        max-width: 100px;
        object-fit: scale-down;
    }

    .reviews-swiper-box .colon {
        margin-bottom: 20px;
    }

    .reviews-swiper-box .reviews {
        margin-top: 20px;
    }

    .reviews-swiper-box .swipers-review {
        margin-top: 20px;
        gap: 10px;
    }

    .choose-us,
    .you-learn,
    .Our-workstation,
    .spotlight,
    .reviews-section,
    .newsletter-section,
    .new-footer-box {
        padding-bottom: 60px;
    }

    .newsletter-section .newsletter-bee img {
        width: 130px;
    }

    .newsletter-section .newsletter-bee {
        top: 150px;
    }

    .reviews-swiper-box .swiper-button-next:after,
    .reviews-swiper-box .swiper-rtl .swiper-button-prev:after,
    .reviews-swiper-box .swiper-button-prev:after,
    .reviews-swiper-box .swiper-rtl .swiper-button-next:after {
        width: 46px;
        height: 46px;
    }
}

@media(max-width:575px) {

    h1,
    .h1 {
        font-size: 60px;
    }

    h2,
    .h2 {
        font-size: 30px;
    }

    h6,
    .h6 {
        font-size: 20px;
        line-height: 28px;
    }

    p {
        font-size: 14px;
        line-height: 24px;
    }

    .banner-hexagon::before {
        display: none;
    }

    .choose-us-box img {
        height: auto;
    }

    .main-header img {
        max-width: 150px;
    }

    .home-banner h1 span::before {
        width: 120px;
        height: 70px;
    }

    .main-btn {
        font-size: 18px;
    }

    .hexagon {
        width: 280px;
        height: 240px;
    }

    .reviews-bee img {
        width: 100px;
    }

    .reviews-bee {
        top: 8%;
    }

    .reviews-bee::before {
        width: 80px;
        height: 181px;
        top: 3%;
        right: 58%;
    }

    .video-swiper-box .swiper-slide-active .video-wrapper {
        border-radius: 65px;
    }

    .home-banner h1,
    .home-banner span.h6,
    .choose-us h2,
    .you-learn h2,
    .Our-workstation h2,
    .newsletter-section h2,
    .newsletter-section p,
    .reviews-section h2,
    .spotlight h2 {
        margin-bottom: 30px;
    }

    .you-learn-box span.h6 {
        margin-bottom: 10px;
    }

    .choose-us-box {
        padding: 20px;
    }

    .arrow-down {
        margin-top: 20px;
    }

    .home-right-img img {
        max-width: 200px;
    }

    .arrow-down img {
        max-width: 30px;
        object-fit: scale-down;
    }

    .reviews-swiper-box {
        padding: 40px;
    }

    .choose-us-grid,
    .you-learn-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .choose-us-box img {
        max-width: 50px;
    }

    .newsletter-section .newsletter-bee img {
        width: 70px;
    }

    .newsletter-section .newsletter-bee {
        top: 120px;
    }

    .newsletter-section .newsletter-bee::before {
        width: 99px;
        top: 87%;
        left: 64px;
    }

    .arrow-absolute-image img {
        max-width: 60px;
    }

    .arrow-absolute-image {
        top: 30px;
        right: 24%;
    }

    .you-learn-box {
        padding: 20px;
    }

    .you-learn-box img {
        max-width: 50px;
        height: 50px;
        object-fit: scale-down;
    }

    .spotlight .spotlight-bee img {
        width: 80px;
    }

    .spotlight .spotlight-bee {
        top: 27px;
    }

    .spotlight .spotlight-bee::before {
        width: 60px;
        height: 113px;
        left: 63px;
    }

    .spotlight-swiper .swiper-slide img {
        aspect-ratio: 282 / 290;
    }

    .you-learn .learn-bee img {
        width: 70px;
    }

    .you-learn .learn-bee {
        top: -36px;
        left: 10px;
    }

    .you-learn .learn-bee::before {
        width: 100px;
        height: 34px;
        top: 83%;
        left: 60px;
    }

    .reviews-swiper-box .swiper-button-next:after,
    .reviews-swiper-box .swiper-rtl .swiper-button-prev:after,
    .reviews-swiper-box .swiper-button-prev:after,
    .reviews-swiper-box .swiper-rtl .swiper-button-next:after {
        width: 36px;
        height: 36px;
    }

    .footer-section .footer-logo img {
        max-width: 200px;
        margin-bottom: 30px;
    }

    .footer-logo::after,
    .footer-logo::before {
        width: 100px;
    }
}


@media(max-width:475px) {

    h1,
    .h1 {
        font-size: 50px;
        line-height: 60.01px;
    }

    h6,
    .h6 {
        font-size: 18px;
        line-height: 26px;
    }

    .home-banner h1 span::before {
        width: 100px;
    }

    .video-swiper-box .swiper-slide-active .video-wrapper {
        border-radius: 55px;
    }

    .main-btn {
        font-size: 16px;
    }

    .main-header img {
        max-width: 130px;
    }

    .banner-hexagon .hexagon {
        width: 150px;
        height: 120px;
    }

    .banner-hexagon {
        grid-template-columns: repeat(2, 1fr);
        max-width: 300px;
    }

    .banner-hexagon3 {
        left: 0;
        top: -58px;
    }

    .home-banner h1 span::before {
        width: 80px;
        height: 90px;
    }

    .reviews-bee {
        top: 10%;
    }

    .reviews-swiper-box {
        padding: 30px;
    }

    .footer-logo::after,
    .footer-logo::before {
        width: 70px;
    }

    .footer-logo::before {
        margin-right: 10px;
    }

    .footer-logo::after {
        margin-left: 10px;
    }
}

@media(max-width:375px) {
    .video-swiper-box .swiper-slide-active .video-wrapper {
        border-radius: 35px;
    }

    .you-learn .learn-bee {
        top: -55px;
        left: 0;
    }

    .newsletter-section .newsletter-bee {
        top: 148px;
        left: 0px;
    }

    .reviews-bee {
        top: 12%;
        right: 8%;
    }
}

@media(max-width:340px) {
    .newsletter-section .newsletter-bee {
        top: 174px;
    }
}


/* modal css  */
.head-modal .modal-content {
    padding: 40px 20px 10px;
    display: block;
    max-height: unset;
}

.head-modal .modal-content button.btn {
    display: flex;
    justify-content: center;
    align-items: center;

    position: absolute;
    top: -15px;
    right: -15px;
    background-color: #fff;
    color: var(--color-primary);
    border-radius: 50%;
    border: 1px solid var(--color-primary);
    padding-inline: 7px;
}

.head-modal .modal-content button.btn {
    height: 36px;
}

.head-modal .modal-content button.btn svg {
    width: 20px;
    height: 20px;
    fill: var(--color-primary);
}

#hiringModal .modal-dialog {
    margin-right: 0;
    height: 100%;
    margin-top: 0;
    max-width: 700px;
}

#hiringModal .modal-content {
    height: 100%;
    border-radius: 0;
    border: none;
}

#hiringModal {
    overflow-x: hidden;
    display: inline-block !important;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease-in-out;
}

.modal-open #hiringModal {
    opacity: 1;
    visibility: visible;
    transition: all 0.6s ease-in-out;
}

#hiringModal .modal-body {
    display: flex;
    align-items: center;
}

#hiringModal.modal .modal-dialog {
    margin: 0 0 0 auto;
    transform: translate(100%, 0%);
    transition: all 0.6s ease-in-out;
}

#hiringModal.modal.show .modal-dialog {
    transform: translate(0%, 0%);
    transition: all 0.6s ease-in-out;
}

#hiringModal.modal button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

.modal-content {
    position: relative;
    max-width: 100%;
    max-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trainingModalDiv .form-group {
    margin-bottom: 20px;
}

.trainingModalDiv h4 {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}

.modal-dialog .connect-wrap h3 {
    font-size: 30px;
}

.modal-dialog .connect-wrap h3 b {
    color: var(--color-primary);
}

#trainingModal input[type=submit] {
    background-color: var(--color-primary);
    color: var(--black-color);
    padding: 10px 25px;
    border-radius: 50px;
    min-height: 52px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    position: relative;
}

/* responsivenness  */

@media(max-width: 575px) {
    .head-modal .modal-content button.btn {
        right: -2px;
        top: -7px;
    }

    .head-modal .modal-content {
        padding: 40px 10px 10px;
    }

    .modal-content {
        height: 100%;
    }

    .head-modal .modal-content button.btn {
        right: -2px;
        top: -7px;
    }

    .head-modal .modal-content {
        padding: 40px 10px 10px;
    }
}