@font-face {
    font-family: "conthrax-regular";
    src: url("../fonts/ConthraxSb-Regular.ttf");
}

@font-face {
    font-family: "gilroy-light";
    src: url("../fonts/Gilroy-Light.ttf");
}

@font-face {
    font-family: "gilroy-regular";
    src: url("../fonts/Gilroy-Regular.ttf");
}

@font-face {
    font-family: "gilroy-medium";
    src: url("../fonts/Gilroy-Medium.ttf");
}

@font-face {
    font-family: "gilroy-semibold";
    src: url("../fonts/Gilroy-SemiBold.ttf");
}

@font-face {
    font-family: "gilroy-bold";
    src: url("../fonts/Gilroy-Bold.ttf");
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}

.stopscroll {
    overflow: hidden;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background-color: #eca815;
    border-radius: 50px;
}

::-moz-selection {
    /* Code for Firefox */
    background: #FFA910;
}

::selection {
    background: #FFA910;
}

img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none !important;
}

.no-scroll {
    overflow: hidden;
}

ul#primary-navigation {
    margin-bottom: 0px;
    list-style-type: none;
}

/* Start Navbar Css */

.button_container {
    height: 27px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    transition: opacity 0.25s ease;
    position: relative;
}

.button_container:hover {
    opacity: 0.7;
}

.button_container:hover .div-cursor-two {
    display: block;
}

.button_container:hover .div-cursor {
    display: none;
}

.button_container.active .top {
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #FFF;
    left: 0%;
}

.button_container.active .middle {
    opacity: 0;
    background: #FFF;
    left: 0%;
}

.button_container.active .bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #FFF;
    left: 0%;
}

.button_container span {
    background: #EFEFEF;
    border: none;
    height: 5px;
    width: 35px;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.35s ease;
    cursor: pointer;
}

.button_container span:nth-of-type(2) {
    top: 50%;
}

.button_container span:nth-of-type(3) {
    top: 90%;
}

.overlay {
    position: fixed;
    background: linear-gradient(135deg, #4D4D4D 10%, #FFA910);
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s, visibility 0.35s, height 0.35s, width 0.35s;
    overflow: hidden;
}

.overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
    width: 30%;
}

.overlay.open li {
    animation: fadeInRight 0.5s ease forwards;
    animation-delay: 0.35s;
}

.overlay.open li:nth-of-type(2) {
    animation-delay: 0.4s;
}

.overlay.open li:nth-of-type(3) {
    animation-delay: 0.45s;
}

.overlay.open li:nth-of-type(4) {
    animation-delay: 0.5s;
}

.overlay nav {
    position: relative;
    height: 70%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    font-family: "Varela Round", serif;
    font-weight: 400;
    text-align: center;
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100%;
}

.overlay ul li {
    display: block;
    position: relative;
    opacity: 0;
    margin: 12px 0;
}

.overlay ul li a {
    display: block;
    position: relative;
    color: #FFF;
    text-decoration: none;
    overflow: hidden;
}

.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
    width: 100%;
}

.overlay ul li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    transform: translateX(-50%);
    height: 3px;
    background: #FFF;
    transition: 0.35s;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

nav.overlay-menu ul li a {
    font-family: 'conthrax-regular';
    font-size: 28px;
}

.nav_container {
    height: 60px;
    width: 160px;
    cursor: pointer;
    z-index: 100;
}

.logo-button-bar {
    position: relative;
}

.logo-button-bar .container-l {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 65px;
}

nav {
    position: fixed;
    width: 100%;
    z-index: 99999;
}

nav {
    transition: all ease-in-out .5s;
}

.mainNavbarClass {
    background: linear-gradient(270deg, #eca815 20%, #4d4d4d 80%);
    transition: all ease 0.3s;
}

#main-navbar {
    z-index: 9999999;
    transition: all ease 0.3s;
}

.overlay {
    z-index: 999;
}

.animation-small,
.animation-capital {
    position: absolute;
}

.animation-small {
    height: 100px;
    width: 100px;
    animation: animationsmall-off 70s infinite;
}

@keyframes animationsmall {
    0% {
        transform: rotate(0);
        bottom: 0%;
        right: 0%;
    }

    25% {
        transform: rotate(-360);
        bottom: 80%;
        right: 50%;
    }

    50% {
        transform: rotate(360);
        bottom: 0%;
        right: 80%;
    }

    75% {
        transform: rotate(-360);
        bottom: 80%;
        right: 50%;
    }

    100% {
        transform: rotate(0);
        bottom: 0%;
        right: 0%;
    }
}

.animation-capital {
    height: 150px;
    width: 150px;
    animation: animationcapital-off 70s infinite;
}

@keyframes animationcapital {
    0% {
        transform: rotate(0);
        top: 0%;
        left: 0%;
    }

    25% {
        transform: rotate(-360);
        top: 70%;
        left: 50%;
    }

    50% {
        transform: rotate(360);
        top: 0%;
        left: 70%;
    }

    75% {
        transform: rotate(-360);
        top: 70%;
        left: 50%;
    }

    100% {
        transform: rotate(0);
        top: 0%;
        left: 0%;
    }
}

/* End Navbar Css */

/* Start Header Css */

.home-header {
    height: 775px;
    width: 100%;
    background: url("../images/home-header-bg.webp"), linear-gradient(rgba(0, 0, 0), rgba(0, 0, 0));
    background-position: center, center;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #161616;
    box-shadow: 0px 20px 10px #161616;
}

.home-header-left {
    height: 775px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.home-header-left h1 {
    color: #fff;
    font-family: 'conthrax-regular';
    font-weight: 600;
    font-size: 45px;
    text-transform: capitalize;
}

.home-header-left h1 span {
    font-size: 40px;
}

.home-header-left p {
    color: #fff;
    font-family: 'gilroy-light';
    font-size: 20px;
    margin: 20px 0px;
}

.home-header-button,
.offer-button,
.contact-form-submit {
    color: #fff;
    font-family: 'gilroy-light';
    font-size: 18px;
    background-color: #FFA910;
    border: 2px solid #FFA910;
    outline: none;
    padding: 10px 24px;
    transition: all ease-in-out 0.3s;
}

.home-header-button:hover,
.offer-button:hover,
.contact-form-submit:hover {
    color: #FFA910;
    background-color: #0000;
}

button.home-header-button i.fas.fa-long-arrow-alt-right,
button.contact-form-submit i.fas.fa-long-arrow-alt-right {
    margin-left: 10px;
    width: 20px;
    height: auto;
}

.home-header-right {
    height: 775px;
    position: relative;
}

.icon-1,
.icon-2,
.icon-3,
.icon-4,
.icon-5,
.icon-6 {
    position: absolute;
    transform: translate(-50%, -50%);
    height: 90px;
    width: 90px;
}

.icon-1 {
    top: 40%;
    left: 0%;
}

.icon-2 {
    top: 60%;
    left: 15%;
}

.icon-3 {
    top: 80%;
    left: 30%;
}

.icon-4 {
    top: 80%;
    left: 60%;
}

.icon-5 {
    top: 60%;
    left: 75%;
}

.icon-6 {
    top: 40%;
    left: 90%;
}

img.leg-left {
    position: absolute;
    top: 0%;
    left: -8%;
    animation: moveleft-off 0.5s linear infinite;
    transition: animation-name 0.5s ease;
}

@keyframes moveleft {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(20deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

img.leg-right {
    position: absolute;
    top: 0%;
    right: -8%;
    animation: moveright-off 0.5s linear infinite;
    transition: animation-name 0.5s ease;
}

@keyframes moveright {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(-20deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

img.spider-body {
    width: 120px;
    height: auto;
    position: absolute;
    top: 37%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* End Header Css */

/* Start Offer Css */

.offer {
    height: 900px;
    width: 100%;
    background: url("../images/circle-offer.webp"), url("../images/offer-bg2.webp");
    background-position: 40% 85%, bottom center;
    background-size: 20%, cover;
    background-repeat: no-repeat, no-repeat;
    position: relative;
}

.offer-left,
.offer-right {
    height: 900px;
    width: 100%;
}

.offer-left {
    padding-top: 15%;
}

.offer-left h1 {
    color: #FFA910;
    font-family: 'gilroy-bold';
    font-size: 30px;
    text-transform: capitalize;
}

.offer-left h2 {
    color: #fff;
    font-family: 'conthrax-regular';
    font-size: 35px;
    position: relative;
    line-height: 50px;
    width: 79%;
}

.offer-left h2 span:nth-child(1) {
    position: absolute;
    height: 70px;
    width: 300px;
    top: 72%;
    left: -7%;
    border: 1px solid #fff;
    border-radius: 50%;
}

.offer-left h2 span:nth-child(2) {
    position: absolute;
    height: 70px;
    width: 300px;
    top: 74.5%;
    left: -8%;
    border: 1px solid #fff;
    border-radius: 50%;
}

.offer-right {
    position: relative;
}

.offer-spider {
    height: 340px;
    width: 340px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.offer-spider-bg {
    height: 300px;
    width: 300px;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.offer-right-content {
    position: absolute;
    top: 60%;
    left: 0%;
}

.offer-right-content p {
    font-family: 'gilroy-light';
    color: #fff;
    font-size: 18px;
    margin: 20px 0px;
}

.offer-line {
    width: 250px;
    position: absolute;
    top: 11.5%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.offer-right-content {
    z-index: 99;
}

button.offer-button i.fas.fa-long-arrow-alt-right {
    margin-left: 10px;
    width: 20px;
    height: auto;
}

/* End Offer Css */

/* Start Marketing Css */

.marketing {
    height: 500px;
    width: 100%;
    background: url("../images/marketing.webp");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 99;
}

.marketing .marketing-parent {
    position: relative;
}

.marketing-content {
    height: 500px;
    width: 60%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.marketing-content .marketing-spider-bg {
    height: 200px;
    width: 200px;
}

.marketing-content .marketing-spider {
    height: 200px;
    width: 200px;
}

.marketing-content p {
    color: #FFF;
    text-align: center;
    font-family: 'gilroy-light';
    font-size: 18px;
}

.marketing-content h2 {
    color: #FFF;
    text-align: center;
    font-family: 'conthrax-regular';
    font-size: 40px;
    margin-bottom: 3%;
}

.marketing-circle-bg {
    position: absolute;
    height: 240px;
    width: 240px;
    top: 0;
}

.marketing-spider-bg {
    position: absolute;
    height: 190px;
    width: 240px;
    top: 16%;
}

.design-2-marketing {
    position: absolute;
    height: 160px;
    width: 160px;
    top: 0;
    right: 0;
}

.design-1-marketing {
    position: absolute;
    height: 160px;
    width: 160px;
    bottom: 0;
    left: 10%;
}

/* End Marketing Css */

/* Start Web Animation Css */

#canvas {
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 0;
}

#canvas::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    user-select: none;
    background: rgba(0, 0, 0, 0);
}

#canvas.overlay-hidden::after {
    display: none;
}

.web-section {
    position: relative;
    height: 100vh;
    width: 100vw;
    background: rgb(253, 187, 45);
    background: linear-gradient(0deg, rgb(157 107 0) 0%, rgb(44 33 16) 21%, rgba(13, 17, 17, 1) 43%);
    background-size: cover, cover;
    background-position: center center, center center;
    background-repeat: no-repeat, no-repeat;
    z-index: 9;
}

canvas {
    outline: none;
}

.buttons,
.arrows {
    position: absolute;
    margin: 0px;
    top: 94%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.left,
.right {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 2px solid rgb(129, 90, 18);
    background-color: orange;
    transition: all ease-in-out .3s;
    outline: none;
    font-family: "gilroy-medium";
    font-size: 15px;
    color: #000000;
    margin: 3px;
}

.original-btn {
    border-radius: 50%;
    border: 2px solid orange;
    background-color: orange;
    transition: all ease-in-out .3s;
    outline: none;
    font-family: "gilroy-medium";
    font-size: 18px;
    color: #000000;
    position: absolute;
    top: 8%;
    left: 93.5%;
    transform: translate(-50%, -50%);
    display: none;
    opacity: 0;
    height: 50px;
    width: 50px;
}

.original-btn:hover {
    background-color: transparent;
    color: #fff;
}

.left:hover,
.right:hover {
    border: 2px solid orange;
    background-color: rgb(129, 90, 18);
    color: #fff;
}

#con1 h2,
#con2 h2,
#con3 h2,
#con4 h2,
#con5 h2 {
    color: #fff;
    font-family: "conthrax-regular";
    font-weight: 700;
    font-size: 35px;
    text-transform: capitalize;
}

#con1 p,
#con2 p,
#con3 p,
#con4 p,
#con5 p {
    color: #fff;
    font-family: "gilroy-medium";
    font-weight: 500;
    font-size: 15px;
}

#con1,
#con2,
#con3,
#con4,
#con5 {
    display: none;
    transition: all ease-in-out .5s;
}

#con1 {
    position: absolute;
    top: 50%;
    left: 79%;
    transform: translate(-305%, -70%);
}

#con2 {
    position: absolute;
    top: 40%;
    left: 72%;
    transform: translate(-35%, -70%);
}

#con3 {
    position: absolute;
    top: 40%;
    left: 79%;
    transform: translate(-310%, -70%);
}

#con4 {
    position: absolute;
    top: 70%;
    left: 74%;
    transform: translate(-35%, -70%);
}

#con5 {
    position: absolute;
    top: 75%;
    left: 70%;
    transform: translate(-200%, -70%);
}

#out-1,
#out-2,
#out-3,
#out-4,
#out-5 {
    position: absolute;
}

#out-1 {
    top: 81%;
    left: 41%;
}

#out-2 {
    top: 73%;
    /* left: 15%; */
    left: 14%;
}

#out-3 {
    top: 38%;
    /* left: 20%; */
    left: 18.5%;
}

#out-4 {
    top: 88%;
    /* left: 70%; */
    left: 71.2%;
}

#out-5 {
    top: 38%;
    /* left: 64%; */
    left: 65%;
}

.inner-box {
    background-color: #7c7c7c;
    height: 40px;
    width: 200px;
    border-radius: 50%;
    position: relative;
}

.shade {
    background-color: #505050;
    height: 20px;
    width: 110px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px -12px 20px 14px #303030, inset 0px 0px 30px 0px #444444;
}

@keyframes lab {
    0% {
        box-shadow: 0px -12px 20px 14px #303030, inset 0px 0px 30px 0px #525252;
    }

    50% {
        box-shadow: 0px 0px 10px 2px #303030, inset 0px 0px 30px 0px #525252;
    }

    100% {
        box-shadow: 0px -12px 20px 14px #303030, inset 0px 0px 30px 0px #525252;
    }
}

#out-1 .inner-box {
    background-color: orange;
    height: 50px;
    width: 260px;
}

#out-1 .inner-box .shade {
    background-color: rgb(129, 90, 18);
    height: 26px;
    width: 140px;
    box-shadow: 0px -8px 20px 12px #815A12, inset 0px 0px 30px 0px rgb(170, 113, 6);
}

@keyframes lab2 {
    0% {
        box-shadow: 0px -8px 20px 12px #815A12, inset 0px 0px 30px 0px rgb(170, 113, 6);
    }

    50% {
        box-shadow: 0px 0px 10px 2px #815A12, inset 0px 0px 30px 0px rgb(170, 113, 6);
    }

    100% {
        box-shadow: 0px -8px 20px 12px #815A12, inset 0px 0px 30px 0px rgb(170, 113, 6);
    }
}

.object1,
.object2,
.object3,
.object4,
.object5 {
    position: absolute;
}

.cursor {
    display: none;
    width: 20px;
    height: 20px;
    border: 10px solid #FFA910;
    box-shadow: 0px 0px 20px #FFA910, inset 0px 0px 0px 5px #ca7900;
    border-radius: 50%;
    position: fixed;
    transition: all 0.3s ease;
    transition-property: background, transform;
    transform-origin: center center;
    z-index: 99999999;
    pointer-events: none;
    opacity: 0;
}

.div-cursor-two {
    width: 36px;
    height: 36px;
    background-color: #0000;
    border: 3px solid #fff;
    box-shadow: none;
}

a:hover .div-cursor {
    display: none !important;
}

a:hover .divCursorTwo {
    display: block !important;
}

/* End Web Animation Css */

/* Start Testimonials Css */

.testimonial {
    width: 100%;
    background-color: #171717;
    position: relative;
}

.content-testimonial {
    padding: 4% 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.content-testimonial h1 {
    color: #fff;
    font-size: 40px;
    font-family: 'conthrax-regular';
    text-align: center;
    padding: 4% 0;
    text-transform: capitalize;
}

.profiles {
    position: relative;
    width: 80%;
    height: 150px;
}

.profiles div {
    height: 110px;
    width: 110px;
    position: absolute;
}

.profile-1 {
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
}

.profile-2 {
    top: 50%;
    left: 15%;
    transform: translate(0%, -50%);
}

.profile-3 {
    top: 50%;
    left: 30%;
    transform: translate(0%, -50%);
}

.profile-4 {
    top: 50%;
    left: 70%;
    transform: translate(0%, -50%);
}

.profile-5 {
    top: 50%;
    left: 85%;
    transform: translate(0%, -50%);
}

.reviews div {
    height: 250px;
    width: 80%;
    margin: 0 auto;
    display: none;
    opacity: 0;
}

.testimonial-content {
    background-color: #818181;
    border: 3px solid #fff;
    border-top: 0px;
    padding: 36px 60px;
    width: 100%;
    margin: 0px auto;
    position: relative;
}

.testimonial-content p {
    text-align: center;
    color: #000000;
    font-family: "gilroy-regular";
    width: 70%;
    font-size: 18px;
    margin: auto;
    padding: 16px 0px 40px 0px;
}

.testimonial-content::after {
    content: "";
    position: absolute;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    height: 60px;
    width: 60px;
    background-color: #818181;
    border: 3px solid #fff;
    border-top: 0px;
    border-left: 0px;
}

.quote-icon {
    width: 75px;
    height: 75px;
    overflow: hidden;
}

.testimonial-profile {
    display: flex;
    align-items: center;
    gap: 18px;
}

.testimonial-profile .profile {
    height: 110px;
    width: 110px;
    overflow: hidden;
    display: inline-block;
    transition: all 0.7s ease;
}

.client-name {
    display: none;
    opacity: 0;
    transition: all ease-in-out 0.5s;
}

.swiper-slide.swiper-slide-active .client-name {
    opacity: 1;
    display: inline-block;
    transition: all ease-in-out 0.5s;
    width: 140px;
}

.client-name h4 {
    color: #fff;
    font-family: 'gilroy-bold';
    font-size: 20px;
    text-align: left;
    margin: 5px 0;
}

.client-name p {
    color: #fff;
    font-family: 'gilroy-light';
    font-size: 15px;
    text-align: left;
    margin: 5px 0;
}

/* End Testimonials Css */

/* Start Swiper Slider Css */

.swiper-container {
    width: 100%;
    height: 300px;
    margin: 0px auto;
}

.swiper-slide-container {
    text-align: center;
    font-size: 18px;
    height: 90%;
    max-width: 90%;
    margin: 0px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.gallery-top {
    height: 100%;
    width: 100%;
    overflow: hidden;
    padding-bottom: 60px;
}

.gallery-thumbs {
    height: 200px;
    box-sizing: border-box;
    padding: 10px 0;
    overflow: hidden;
}

.gallery-thumbs .swiper-slide {
    width: 0%;
    height: 100%;
}

.gallery-thumbs .swiper-slide-active .testimonial-profile .profile {
    height: 140px;
    width: 140px;
}

/* End Swiper Slider Css */

/* Start Footer Css */

.my-footer {
    background-image: url("../images/footer-bg.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 3% 0px 3% 0px;
    border-top: 1px solid #161616;
    box-shadow: 0px -10px 10px #161616;
}

.logo-and-pages,
.content-and-icons,
.button-and-copyright {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.content-and-icons {
    align-items: start;
}

.content-and-icons,
.button-and-copyright {
    justify-content: space-between;
}

.footer-logo {
    height: 60px;
    width: 200px;
}

.pages-names ul {
    margin-left: 50px;
}

.pages-names ul li {
    display: inline-block;
}

.pages-names ul li {
    margin: 0px 15px;
    font-family: 'gilroy-light';
    font-size: 18px;
}

.pages-names ul li a {
    color: #fff;
    transition: all ease 0.3s;
}

.pages-names ul li a:hover {
    color: #FFA910;
}

.footer-content {
    width: 55%;
}

.content-and-icons {
    margin-top: 40px;
}

.footer-content h2 {
    color: #fff;
    font-family: 'conthrax-regular';
    font-size: 35px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.footer-content p {
    color: #fff;
    font-family: 'gilroy-light';
    font-size: 16px;
    width: 70%;
}

.footer-icons i {
    color: #fff;
    font-size: 32px;
    height: 50px;
    width: 50px;
    padding: 8px 12px;
    transition: all ease 0.3s;
    margin: auto;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-icons a {
    height: 50px;
    width: 50px;
}

.footer-icons {
    display: flex;
    justify-content: center;
}

.footer-icons a :hover {
    color: #FFA910;
    background-color: #fff;
}

.footer-button button.home-header-button {
    background-color: #fff;
    color: #000;
    border-color: #fff;
}

.footer-button button.home-header-button:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

.copy-right p {
    color: #fff;
    font-family: 'gilroy-light';
    font-size: 16px;
    margin: 0px;
}

/* End Footer Css */

/* Start About Page */

/* Start About Header Css */

.about-header,
.portfolio-header,
.contact-header {
    background-image: url("../images/about-bg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #161616;
    box-shadow: 0px 20px 10px #161616;
}

.about-header-content h1,
.portfolio-header-content h1,
.contact-header-content h1 {
    color: #fff;
    font-family: 'conthrax-regular';
    font-size: 50px;
    text-align: center;
}

/* End About Header Css */

/* Start We Offer Css */

.we-offer {
    position: relative;
    background-color: #171717;
    z-index: -3;
    padding: 6% 0px 3% 0px;
    border-bottom: 1px solid #171717;
    box-shadow: 0px 10px 10px #171717;
}

.we-offer-circle {
    position: absolute;
    bottom: 20%;
    left: 30%;
    height: 220px;
    width: 220px !important;
    z-index: -1;
}

.we-offer-fog {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -2;
}

.we-offer-content-left h2 {
    color: #FFA910;
    font-family: "gilroy-bold";
    font-size: 38px;
    text-transform: capitalize;
}

.we-offer-content-left h3 {
    color: #fff;
    font-size: 32px;
    font-family: "conthrax-regular";
    line-height: 50px;
    margin: 15px 0px;
    margin-right: auto;
    width: 90%;
}

.we-offer-content-left h3 span:nth-child(1) {
    position: absolute;
    height: 70px;
    width: 300px;
    top: 33.8%;
    left: 2%;
    border: 1px solid #fff;
    border-radius: 50%;
}

.we-offer-content-left h3 span:nth-child(2) {
    position: absolute;
    height: 70px;
    width: 300px;
    top: 34.8%;
    left: 2.2%;
    border: 1px solid #fff;
    border-radius: 50%;
}

.we-offer-content-right p {
    color: #fff;
    font-family: "gilroy-light";
    font-size: 16px;
    margin: 20px 0px;
}

.we-offer-image,
.we-special-image {
    width: 450px;
    margin: 0px auto 40px auto;
}

/* End We Offer Css */

/* Start We Special Css */

.we-special-content-left h3 {
    text-transform: uppercase;
    margin-left: 110px;
}

.we-special {
    position: relative;
    background-color: #171717;
    z-index: -3;
    padding: 3% 0px 6% 0px;
    border-top: 1px solid #171717;
    box-shadow: 0px -10px 10px #171717;
}

.we-special-circle {
    position: absolute;
    bottom: 30%;
    right: 10%;
    height: 220px;
    width: 220px !important;
    z-index: -1;
}

.we-special-fog {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 60%;
    left: 70%;
    transform: translate(-50%, -50%);
    z-index: -2;
}

.we-special-content-left h3 {
    color: #fff;
    font-size: 32px;
    font-family: "conthrax-regular";
    line-height: 50px;
    margin: 15px 0px 15px 110px;
}

.we-special-content-left h3 span:nth-child(1) {
    position: absolute;
    height: 70px;
    width: 300px;
    top: 51%;
    right: 22%;
    border: 1px solid #fff;
    border-radius: 50%;
}

.we-special-content-left h3 span:nth-child(2) {
    position: absolute;
    height: 70px;
    width: 300px;
    top: 51.7%;
    right: 22.3%;
    border: 1px solid #fff;
    border-radius: 50%;
}

.we-special-content-right p {
    color: #fff;
    font-family: "gilroy-light";
    font-size: 16px;
    margin: 20px 0px;
}

/* End We Special Css */

.spider-line {
    position: absolute;
    top: 300px;
    left: 75%;
    height: 750px;
    border: 2px solid #fff;
    animation: spiderline 4s;
    animation-iteration-count: 1;
    z-index: 1;
    opacity: 1;
}

@keyframes spiderline {
    0% {
        height: 0px;
        opacity: 0;
    }

    60% {
        height: 0px;
        opacity: 0;
    }

    100% {
        height: 750px;
        opacity: 1;
    }
}

.img.leg-left, .img.leg-right {
    width: 300px;
    height: 300px;
}

.circle {
    position: absolute;
    width: 300px;
    height: 300px;
    top: 200px;
    left: 63.6%;
    z-index: 1;
    /* transition: transform 9.2s ease; */
    margin-top: 0px;
    animation: spiderline2 2.4s;
    animation-iteration-count: 1;
}

@keyframes spiderline2 {
    0% {
        margin-top: -800px;
    }

    58% {
        margin-top: -800px;
    }

    100% {
        margin-top: 0px;
    }
}

.spider-box {
    position: relative;
}

/* End About Page */

/* Start Portfolio Page */

.portfolio {
    background-color: #171717;
    padding: 5% 0px;
}

.tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

div#nav-tab {
    gap: 15px;
    justify-content: space-between;
}

div#nav-tab button {
    background-color: #000;
    border: 2px solid #FFA910;
    border-radius: 0px;
    color: #fff;
    font-family: "conthrax-regular";
    font-weight: 600;
    font-size: 15px;
    height: 70px;
    width: 100%;
    border-radius: 0px;
    transition: all ease-in-out 0.3s;
}

div#nav-tab button a {
    color: #fff;
}

div#nav-tab button:hover,
div#nav-tab .nav-link.active {
    background-color: #FFA910;
    color: #000;
    border: 3px solid #ffa910;
}

section.portfolio .portfolio-gallery.p-3 nav {
    position: static;
    z-index: 9;
}

div#nav-tabContent {
    background-color: transparent !important;
    border: none !important;
}

.portfolio-gallery.p-3 {
    background-color: transparent !important;
    border: none !important;
}

div#nav-tab {
    border: none !important;
}

/* Start Gallery */

.bug-digit-gallery_item {
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    cursor: pointer;
    overflow: hidden;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    position: relative;
}

.bug-digit-gallery_item__wide {
    -ms-grid-column-span: 7;
    grid-column-end: span 7;
}

.bug-digit-gallery_item__middle {
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
}

.bug-digit-gallery_item__narrow {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
}

.bug-digit-gallery_figure {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bug-digit-gallery_img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.bug-digit-gallery_list .row {
    margin-bottom: 20px;
}

.bug-digit-gallery_item {
    border-radius: 0px !important;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

div#nav-applications figure.bug-digit-gallery_figure a:hover .on-hover,
div#nav-websites figure.bug-digit-gallery_figure a:hover .on-hover,
div#nav-logos figure.bug-digit-gallery_figure a:hover .on-hover,
div#nav-social-media figure.bug-digit-gallery_figure a:hover .on-hover,
div#nav-branding figure.bug-digit-gallery_figure a:hover .on-hover,
div#nav-all figure.bug-digit-gallery_figure a:hover .on-hover {
    opacity: 1;
}

.on-hover {
    height: 85%;
    width: 85%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(#ffffff7a -100%, #000000b5 80%);
    z-index: 1;
    transition: opacity ease-in-out 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
}

.on-hover .border {
    margin: 15px 0px;
}

.on-hover h4 {
    color: #FFA910;
    font-family: "conthrax-regular";
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}

.on-hover .border {
    border: 2px solid #F2F2F2 !important;
    width: 60%;
    margin: 15px auto;
    text-align: center;
}

.on-hover h2 {
    color: #F2F2F2;
    font-family: "conthrax-regular";
    font-weight: 600;
    font-size: 28px;
    text-align: center;
    margin: 0px 5px;
}

.fancybox-container {
    z-index: 99999999999 !important;
}

.fancybox-arrow:after {
    background-color: rgba(94, 94, 94, 0.8) !important;
}

/* End Gallery */

/* End Portfolio Page */

/* Start Contact Page */

.contact-form {
    background-color: #171717;
    padding: 7% 0px;
}

.dot {
    height: 8px;
    width: 8px;
    border-radius: 50%;
}

.line {
    height: 10px;
    width: 80px;
}

a.get-in-touch {
    display: flex;
}

a.get-in-touch h2:hover {
    color: #FFA910;
}

.respond h2 {
    color: #FFA910;
    font-family: "conthrax-regular";
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 15%;
    text-transform: capitalize;
}

.para p {
    font-family: "gilroy-light";
    font-size: 17px;
    color: #fff;
}

a.get-in-touch h2 {
    font-family: "conthrax-regular";
    color: #fff;
    font-size: 18px;
    margin-left: 10px;
    transition: all ease 0.3s;
}

.form-heading h2 {
    color: #FFf;
    font-family: "conthrax-regular";
    font-weight: 600;
    font-size: 35px;
    margin: 40px 0px;
    text-transform: capitalize;
}

input#fname,
input#lname,
input#phone,
input#email {
    width: 100%;
    padding: 18px 20px;
    background-color: transparent;
    border: 2px solid #fff;
    margin: 10px 0px;
    color: #FFf;
    font-family: "conthrax-regular";
    font-weight: 600;
    font-size: 16px;
}

input#fname:focus,
input#lname:focus,
input#phone:focus,
input#email:focus,
input#company:focus,
textarea#message:focus {
    border: 2px solid #FFA910;
    outline: 0px;
}

input#company,
textarea#message {
    width: 100%;
    padding: 18px 20px;
    background-color: transparent;
    border: 2px solid #fff;
    margin: 10px 0px;
    color: #FFf;
    font-family: "conthrax-regular";
    font-weight: 600;
    font-size: 16px;
}

input#fname::placeholder,
input#lname::placeholder,
input#phone::placeholder,
input#email::placeholder,
input#company::placeholder,
textarea#message::placeholder {

    opacity: 1;
    color: #808080;
    font-family: "conthrax-regular";
    font-weight: 600;
    font-size: 16px;
}

textarea#message {
    height: 200px;
    resize: none;
}

form button.contact-form-submit {
    margin-top: 20px;
}

.info-container {
    border: 2px solid #FFA910;
    padding: 50px 25px;
    background-color: transparent;
    width: 70%;
    margin: 0% auto;
    display: flex;
    flex-direction: column;
}

.info-container h2,
.info-container h3 {
    color: #fff;
    font-family: "conthrax-regular";
    font-weight: 600;
    font-size: 28px;
    text-transform: capitalize;
}

.info-container h2 {
    margin-bottom: 10px;
}

.info-container h3 {
    margin: 30px 0px 20px 0px;
}

.info-container p {
    color: #fff;
    font-family: "gilroy-light";
    font-size: 15px;
    margin: 10px 0px 30px 0px;
}

.info-container .icon-list {
    margin: 15px 0px;
}

.info-container .icon-list:hover span,
.info-container .icon-list:hover i {
    color: #FFA910;
}

.info-container .icon-list span {
    color: #fff;
    font-family: "gilroy-light";
    font-size: 17px;
    transition: all ease-in-out 0.3s;
}

.info-container .icon-list i {
    color: #fff;
    font-size: 20px;
    margin-right: 12px;
    transition: all ease-in-out 0.3s;
}

.info-container .social-icons {
    display: flex;
    align-items: center;
    gap: 20px;
}

.info-container .social-icons a {
    color: #fff;
    font-size: 30px;
    transition: all ease-in-out 0.3s;
}

.info-container .social-icons a:hover {
    color: #FFA910;
}

.center-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.reverse {
    display: flex;
}

.panel {
    height: 100vh;
    position: sticky;
    top: 0;
}

.footer-content h2 {
    line-height: 50px;
}

.para h2 {
    font-family: "conthrax-regular";
    color: #fff;
    font-size: 18px;
    margin-bottom: 12px;
}


.testimonial-profile .profile img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
}






/* Start Media Query */

/* Mobile */

@media(max-width: 767px) {
    .offer-left {
        padding-top: 20%;
    }
    .para h2 {
    text-align: center;
    }

    /* Navbar Start */

    nav.overlay-menu ul li a {
        font-size: 22px;
    }

    .overlay.open {
        width: 100%;
    }

    .nav_container {
        height: 50px;
        width: 150px;
    }

    .logo-button-bar .container-l {
        height: 70px;
    }

    /* Nav bar End */

    /* Home Header Start */

    .home-header {
        height: 720px;
    }

    .home-header-left {
        height: 375px;
        padding-top: 20%;
    }

    .home-header-right {
        height: 375px;
    }

    .home-header-left {
        align-items: center;
    }

    .home-header-left h1 {
        font-size: 30px;
        text-align: center;
    }

    .home-header-left h1 span {
        font-size: 24px;
    }

    .home-header-left p {
        text-align: center;
        font-size: 16px;
    }

    .home-header-button,
    .offer-button,
    .contact-form-submit {
        font-size: 16px;
    }

    .icon-1,
    .icon-2,
    .icon-3,
    .icon-4,
    .icon-5,
    .icon-6 {
        height: 50px;
        width: 50px;
    }

    .circle {
        width: 200px;
        height: 200px;
    }

    .img.leg-left, .img.leg-right {
        width: 200px;
        height: 200px;
    }

    /* Home Header End */

    /* Offer Section Start */

    .offer {
        height: 1000px;
        background-position: 50% 97%, center center;
        background-size: 35%, cover;
    }

    .offer-left,
    .offer-right {
        height: 500px;
    }

    section.offer .container .row {
        flex-direction: column-reverse;
    }

    .offer-right-content p {
        font-size: 15px;
    }

    .offer-right-content,
    .offer-left {
        text-align: center;
    }

    .offer-spider-bg {
        height: 230px;
        width: 230px;
        top: 25%;
    }

    .offer-spider {
        height: 250px;
        width: 250px;
        top: 35%;
    }

    .offer-left h2 {
        font-size: 25px;
        line-height: 35px;
    }

    .offer-left h1 {
        font-size: 20px;
    }

    .offer-line {
        width: 210px;
        top: 57%;
    }

    .offer-left h2 span:nth-child(1) {
        display: none;
    }

    .offer-left h2 span:nth-child(2) {
        display: none;
    }

    /* Offer Section End */

    /* Marketing Section Start */

    .marketing-content p {
        font-size: 15px;
    }

    .marketing-content h2 {
        font-size: 23px;
        margin-top: 10%;
    }

    .marketing {
        height: 500px;
    }

    .marketing-content {
        height: 500px;
        width: 100%;
    }

    .marketing-circle-bg {
        height: 140px;
        width: 140px;
    }

    .marketing-spider-bg {
        height: 100px;
        width: 140px;
        top: 10%;
    }

    .design-2-marketing {
        height: 100px;
        width: 100px;
    }

    .design-1-marketing {
        height: 100px;
        width: 100px;
    }

    /* Marketing Section End */

    /* Web Animation Section Start */

    .web-section {
        height: 80vh;
    }

    #canvas {
        height: 80vh;
    }

    .buttons button {
        font-size: 12px;
        padding: 8px 16px;
    }

    #con1 h2,
    #con2 h2,
    #con3 h2,
    #con4 h2,
    #con5 h2 {
        font-weight: 700;
        font-size: 22px;
        text-align: center;
        margin-bottom: 8px;
    }

    #con1 p,
    #con2 p,
    #con3 p,
    #con4 p,
    #con5 p {
        font-weight: 500;
        font-size: 12px;
        text-align: center;
    }

    #con1,
    #con2,
    #con3,
    #con4,
    #con5 {
        position: absolute;
        top: 20%;
        left: 32%;
        transform: translate(-24%, -50%);
    }

    .inner-box {
        height: 25px;
        width: 110px;
    }

    .shade {
        height: 12.5px;
        width: 55px;
    }

    #out-1 {
        display: none;
    }

    #out-2 {
        display: none;
    }

    #out-3 {
        display: none;
    }

    #out-5 {
        display: none;
    }

    #out-4 {
        display: none;
    }

    .buttons,
    .arrows {
        top: 95%;
        left: 50%;
    }

    .original-btn {
        padding: 5px 12px;
        left: 88%;
    }

    /* Web Animation Section End */

    /* Testimonials Start */

    .content-testimonial h1 {
        font-size: 25px;
    }

    .testimonial-content {
        padding: 20px 30px;
        width: 90%;
    }

    .testimonial-content p {
        width: 100%;
        padding: 10px 0px 30px 0px;
        font-size: 16px;
    }

    .gallery-top {
        height: 60%;
    }

    /* Testimonials End */

    /* Start Footer Css */

    .footer-logo {
        height: 50px;
        width: 150px;
        margin: 20px auto;
    }

    .logo-and-pages,
    .content-and-icons,
    .button-and-copyright {
        display: block;
        margin: 20px 0;
    }

    .pages-names ul {
        margin-left: 0px;
        text-align: center;
        margin: 20px 0;
    }

    .pages-names ul li {
        margin: 0px 8px;
        font-size: 16px;
    }

    .footer-content {
        width: 100%;
        text-align: center;
        margin: 40px 0;
    }

    .footer-content p {
        width: 100%;
        font-size: 15px;
    }

    .footer-content h2 {
        font-size: 25px;
    }

    .footer-icons i {
        font-size: 32px;
        margin: 0px 5px;
    }

    .footer-icons,
    .copy-right,
    .footer-button {
        text-align: center;
        margin: 20px 0;
    }

    /* End Footer Css */

    /* Start About Header Css */

    .about-header,
    .portfolio-header,
    .contact-header {
        height: 450px;
    }

    .about-header-content h1,
    .portfolio-header-content h1,
    .contact-header-content h1 {
        font-size: 35px;
    }

    /* End About Header Css */

    /* Start About Offer Css */

    .we-offer {
        padding: 8% 0px 4% 0px;
    }

    .we-offer-circle {
        bottom: 25%;
        left: 35%;
        transform: translateX(-50%);
    }

    .we-offer-fog {
        top: 60%;
    }

    .we-offer-content-left h2 {
        font-size: 28px;
        text-align: center;
    }

    .we-offer-content-left h3 {
        font-size: 22px;
        line-height: 35px;
        width: 100%;
        margin: 15px 0px;
        margin: auto;
        text-align: center;
    }

    .we-offer-content-right {
        margin-top: 20px;
    }

    .we-offer-content-right p {
        font-size: 16px;
        text-align: center;
        margin: 20px 6px;
    }

    .we-offer-content-left h3 span:nth-child(1) {
        display: none;
    }

    .we-offer-content-left h3 span:nth-child(2) {
        display: none;
    }

    .we-offer-image,
    .we-special-image {
        width: 280px;
    }

    /* End About Offer Css */

    .we-special-content-left h3 span:nth-child(1) {
        display: none;
    }

    .we-special-content-left h3 span:nth-child(2) {
        display: none;
    }

    .we-special-content-right p {
        text-align: center;
        margin: 20px 6px;
    }

    .we-special-content-left h3 {
        font-size: 22px;
        line-height: 35px;
        width: 100%;
        margin: 15px 0px;
        text-align: center;
    }

    .footer-content h2 {
        line-height: 35px;
    }

    /* Portfolio Start */

    .bug-digit-gallery_list .row {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .bug-digit-gallery_list .row .col-sm-12 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    div#nav-tab {
        gap: 15px;
        justify-content: center;
    }

    div#nav-tab button {
        padding: 8px 24px;
        font-size: 16px;
    }

    .on-hover h4 {
        font-size: 14px;
    }

    .on-hover h2 {
        font-size: 20px;
    }

    .on-hover .border {
        margin: 6px auto;
    }

    /* Portfolio End */

    /* Contact Page Start */

    .respond h2 {
        font-size: 25px;
        text-align: center;
        margin-bottom: 20px;
    }

    .para p {
        font-size: 15px;
        text-align: center;
        margin-bottom: 8%;
    }

    a.get-in-touch h2 {
        font-size: 16px;
    }

    .line {
        margin-left: auto;
    }

    a.get-in-touch h2 {
        margin-right: auto;
    }

    .form-heading h2 {
        font-size: 25px;
        text-align: center;
        margin: 20px 0px;
    }

    input#fname,
    input#lname,
    input#phone,
    input#email {
        padding: 14px 12px;
        margin: 5px 0px;
        font-size: 14px;
    }

    .name,
    .num-email {
        gap: 10px;
    }

    input#company,
    textarea#message {
        padding: 14px 12px;
        margin: 5px 0px;
        font-size: 14px;
    }

    ::placeholder {
        font-size: 14px;
    }

    textarea#message {
        height: 150px;
    }

    .form-container {
        text-align: center;
    }

    .contact-form {
        padding: 10% 0px;
    }

    .info-container {
        border: 2px solid #FFA910;
        padding: 35px 15px;
        width: 90%;
        margin: 0% auto;
        align-items: center;
    }

    .info-container p {
        text-align: center;
    }

    .info-container h2,
    .info-container h3 {
        font-size: 22px;
    }

    .info-container h2 {
        margin-bottom: 6px;
    }

    .info-container h3 {
        margin: 20px 0px 20px 0px;
    }

    .info-container p {
        margin: 10px 0px 20px 0px;
    }

    .info-container .icon-list {
        margin: 8px 0px;
    }

    .info-container .icon-list span {
        font-size: 16px;
    }

    .info-container .icon-list i {
        font-size: 18px;
    }

    .info-container .social-icons a {
        font-size: 25px;
    }

    .reverse {
        display: flex;
        flex-direction: column-reverse;
        gap: 40px;
    }

    /* Contact Page End */

    @keyframes spiderline2 {
        0% {
            margin-top: -1000px;
        }

        58% {
            margin-top: -1000px;
        }

        100% {
            margin-top: 0px;
        }
    }
}

/* Tablet */

@media (min-width: 768px) and (max-width: 991px) {

    /* Navbar Start */

    nav.overlay-menu ul li a {
        font-size: 26px;
    }

    .overlay.open {
        width: 40%;
    }

    .nav_container {
        height: 50px;
        width: 160px;
    }

    .logo-button-bar .container-l {
        height: 75px;
    }

    /* Nav bar End */

    /* Home Header Start */

    .home-header,
    .home-header-right,
    .home-header-left {
        height: 650px;
    }

    .home-header-left h1 {
        font-size: 38px;
    }

    .home-header-left h1 span {
        font-size: 31px;
    }

    .home-header-left p {
        font-size: 17px;
    }

    .home-header-button,
    .offer-button,
    .contact-form-submit {
        font-size: 17px;
    }

    .icon-1,
    .icon-2,
    .icon-3,
    .icon-4,
    .icon-5,
    .icon-6 {
        height: 60px;
        width: 60px;
    }

    .circle {
        width: 230px;
        height: 230px;
    }

    .img.leg-left, .img.leg-right {
        width: 230px;
        height: 230px;
    }

    /* Home Header End */

    /* Offer Section Start */

    .offer-right-content p {
        font-size: 16px;
    }

    .offer-left h1 {
        font-size: 24px;
    }

    .offer-left h2 {
        font-size: 28px;
        line-height: 40px;
    }

    .offer-line {
        width: 250px;
        top: 5.5%;
    }

    .offer-left h2 span:nth-child(2) {
        position: absolute;
        height: 58px;
        width: 250px;
        top: 82.5%;
        left: -7%;
        display: none;

    }

    .offer-left h2 span:nth-child(1) {
        position: absolute;
        height: 58px;
        width: 250px;
        top: 80%;
        left: -6%;
        display: none;

    }

    /* Offer Section End */

    /* Marketing Section Start */

    .marketing-content p {
        font-size: 16px;
    }

    .marketing-content h2 {
        font-size: 32px;
    }

    .marketing-circle-bg {
        height: 160px;
        width: 160px;
    }

    .marketing-spider-bg {
        height: 125px;
        width: 160px;
        top: 12%;
    }

    .design-2-marketing {
        height: 130px;
        width: 130px;
    }

    .design-1-marketing {
        height: 130px;
        width: 130px;
    }

    /* Marketing Section End */

    /* Web Animation Section Start */

    .buttons {
        top: 88%;
        left: 50%;
        transform: translate(-50%, -30%);
    }

    .buttons button {
        font-size: 13px;
        padding: 8px 16px;
    }

    #con1 h2,
    #con2 h2,
    #con3 h2,
    #con4 h2,
    #con5 h2 {
        font-weight: 700;
        font-size: 25px;
        margin-bottom: 12px;
    }

    #con1 p,
    #con2 p,
    #con3 p,
    #con4 p,
    #con5 p {
        font-weight: 500;
        font-size: 13px;
    }

    #con1 {
        position: absolute;
        top: 50%;
        left: 77%;
        transform: translate(-305%, -70%);
    }

    #con2 {
        position: absolute;
        top: 40%;
        left: 72%;
        transform: translate(-35%, -70%);
    }

    #con3 {
        position: absolute;
        top: 50%;
        left: 79%;
        transform: translate(-305%, -70%);
    }

    #con4 {
        position: absolute;
        top: 70%;
        left: 74%;
        transform: translate(-35%, -70%);
    }

    #con5 {
        position: absolute;
        top: 75%;
        left: 70%;
        transform: translate(-200%, -70%);
    }

    .inner-box {
        height: 30px;
        width: 150px;
    }

    .shade {
        height: 15px;
        width: 70px;
    }

    #out-1 {
        top: 83%;
        left: 33%;
    }

    #out-2 {
        top: 73%;
        left: 10%;
    }

    #out-3 {
        top: 40%;
        left: 15%;
    }

    #out-4 {
        top: 88%;
        left: 75%;
    }

    #out-5 {
        top: 55%;
        left: 70%;
    }

    /* Web Animation Section End */

    /* Testimonials Start */

    .content-testimonial h1 {
        font-size: 30px;
    }

    .testimonial-content {
        padding: 20px 30px;
        width: 90%;
    }

    .testimonial-content p {
        width: 85%;
        padding: 10px 0px 30px 0px;
    }

    /* Testimonials End */

    /* Start Footer Css */

    .footer-logo {
        height: 50px;
        width: 150px;
    }

    .pages-names ul {
        margin-left: 20px;
    }

    .pages-names ul li {
        margin: 0px 10px;
        font-size: 16px;
    }

    .footer-content {
        width: 60%;
    }

    .footer-content h2 {
        font-size: 28px;
    }

    .footer-content p {
        width: 85%;
    }

    .footer-icons i {
        font-size: 35px;
        margin: 0px 6px;
    }

    /* End Footer Css */

    /* Start About Header Css */

    .about-header,
    .portfolio-header,
    .contact-header {
        height: 400px;
    }

    .about-header-content h1,
    .portfolio-header-content h1,
    .contact-header-content h1 {
        font-size: 40px;
    }

    /* End About Header Css */

    /* Start About Offer Css */

    .we-offer-content-left h2 {
        font-size: 32px;
    }

    .we-offer-content-left h3 {
        font-size: 26px;
        line-height: 42px;
        width: 100%;
    }

    .we-offer-content-left h3 span:nth-child(1) {
        top: 46.5%;
        height: 55px;
        width: 240px;
    }

    .we-offer-content-left h3 span:nth-child(2) {
        top: 45.7%;
        height: 55px;
        width: 240px;
    }

    .we-offer-image,
    .we-special-image {
        width: 280px;
    }

    /* End About Offer Css */

    .we-special-content-left h3 {
        font-size: 26px;
        line-height: 42px;
        width: 100%;
        margin-left: 50px;
    }

    .footer-content h2 {
        line-height: 42px;
    }

    .we-special-content-left h3 span:nth-child(1) {
        height: 55px;
        width: 240px;
        top: 51.5%;
        right: 23%;
    }

    .we-special-content-left h3 span:nth-child(2) {
        height: 55px;
        width: 240px;
        top: 52.5%;
        right: 23.5%;
    }

    /* Portfolio Page Start */

    div#nav-tab button {
        padding: 8px 24px;
        font-size: 16px;
    }

    .on-hover h4 {
        font-size: 14px;
    }

    .on-hover h2 {
        font-size: 20px;
    }

    .on-hover .border {
        margin: 6px auto;
    }

    div#nav-tab {
        gap: 15px;
        justify-content: center;
    }

    /* Portfolio Page End */

    /* Contact Page Start */

    .respond h2 {
        font-size: 27px;
    }

    .para p {
        font-size: 15px;
    }

    a.get-in-touch h2 {
        font-size: 16px;
    }

    .form-heading h2 {
        font-size: 27px;
    }

    input#fname,
    input#lname,
    input#phone,
    input#email {
        padding: 14px 12px;
        margin: 5px 0px;
        font-size: 14px;
    }

    .name,
    .num-email {
        gap: 10px;
    }

    input#company,
    textarea#message {
        padding: 14px 12px;
        margin: 5px 0px;
        font-size: 14px;
    }

    ::placeholder {
        font-size: 14px;
    }

    textarea#message {
        height: 150px;
    }

    .info-container {
        border: 2px solid #FFA910;
        padding: 50px 25px;
        width: 90%;
        margin: 0% auto;
    }

    .info-container h2,
    .info-container h3 {
        font-size: 22px;
    }

    .info-container h2 {
        margin-bottom: 6px;
    }

    .info-container h3 {
        margin: 20px 0px 20px 0px;
    }

    .info-container p {
        margin: 10px 0px 20px 0px;
    }

    .info-container .icon-list {
        margin: 8px 0px;
    }

    .info-container .icon-list span {
        font-size: 16px;
    }

    .info-container .icon-list i {
        font-size: 18px;
    }

    .info-container .social-icons a {
        font-size: 25px;
    }

    /* Contact Page End */
}

/* Laptop */

@media (min-width: 992px) and (max-width: 1200px) {

    /* Home Header Start */

    .home-header-left h1 {
        font-size: 45px;
    }

    .overlay.open {
        width: 40%;
    }

    .icon-1,
    .icon-2,
    .icon-3,
    .icon-4,
    .icon-5,
    .icon-6 {
        height: 80px;
        width: 80px;
    }

    .circle {
        width: 250px;
        height: 250px;
    }

    .img.leg-left, .img.leg-right {
        width: 250px;
        height: 250px;
    }

    /* Home Header End */

    /* Offer Section Start */

    .offer-line {
        top: 9%;
    }

    .offer-left h2 span:nth-child(1) {
        top: 80%;
    }

    .offer-left h2 span:nth-child(2) {
        top: 82.5%;
    }

    .offer-right-content p {
        font-size: 17px;
    }

    /* Offer Section End */

    /* Marketing Section Start */

    .marketing-content p {
        font-size: 17px;
        margin: 0px 25px;
    }

    .marketing-content h2 {
        font-size: 35px;
    }

    /* Marketing Section End */

    /* Web Animation Section Start */

    .buttons {
        top: 88%;
    }

    #out-1 {
        top: 83%;
        left: 37%;

    }

    #out-2 {
        top: 73%;
        left: 10%;
    }

    #out-3 {
        top: 40%;
        left: 15%;
    }

    #out-4 {
        top: 88%;
        left: 75%;
    }

    #out-5 {
        top: 55%;
        left: 70%;
    }

    /* Web Animation Section End */

    /* Testimonials Start */

    .content-testimonial h1 {
        font-size: 35px;
    }

    /* Testimonials End */

    /* Start Footer Css */

    .footer-logo {
        height: 60px;
        width: 200px;
    }

    /* End Footer Css */

    /* Start About Offer Css */

    .we-offer-content-left h3 {
        line-height: 50px;
        width: 100%;
    }

    .we-offer-content-left h3 span:nth-child(1) {
        top: 45.5%;
    }

    .we-offer-content-left h3 span:nth-child(2) {
        top: 44.7%;
    }

    .we-offer-image,
    .we-special-image {
        width: 360px;
    }

    /* End About Offer Css */

    .we-special-content-left h3 {
        line-height: 50px;
        font-size: 26px;
        margin-left: 50px;
    }

    .footer-content h2 {
        line-height: 50px;
    }

    .we-special-content-left h3 span:nth-child(1) {
        top: 58.5%;
        right: 27%;
        width: 250px;
    }

    .we-special-content-left h3 span:nth-child(2) {
        top: 59.7%;
        right: 27.5%;
        width: 250px;
    }

    /* Portfolio Start */

    div#nav-tab {
        gap: 15px;
        justify-content: center;
    }

    /* Portfolio End */
}

/* 4k */

@media (min-width: 1921px) and (max-width: 2560px) {

    /* Web Animation Section Start */

    .buttons {
        top: 88%;
        left: 50%;
        transform: translate(-50%, -30%);
    }

    #out-5 {
        left: 72%;
    }

    #out-4 {
        left: 78%;
    }

    #out-2 {
        left: 13%;
    }

    #out-1 {
        left: 45%;
    }

    /* Web Animation Section End */

    .circle {
        top: 250px;
    }

    .spider-line {
        top: 350px;
        height: 650px;
    }

    .we-offer-content-left h3 span:nth-child(2) {
        top: 38%;
        left: 22.7%;
    }

    .we-offer-content-left h3 span:nth-child(1) {
        top: 38.8%;
        left: 22.5%;
    }

    .we-special-content-left h3 span:nth-child(1) {
        top: 49.5%;
        right: 34.5%;
    }

    .we-special-content-left h3 span:nth-child(2) {
        top: 48.5%;
        right: 34.2%;
    }
}

/* Standard device */

@media (min-width: 1601px) and (max-width: 1920px) {

    .circle {
        top: 250px;
    }

    .spider-line {
        top: 350px;
        height: 670px;
    }

    #out-5 {
        left: 68%;
    }

    #out-4 {
        left: 73%;
    }

    #out-1 {
        left: 43%;
    }

    .we-offer-content-left h3 span:nth-child(2) {
        top: 35.8%;
       left: 13.5%;
    }

    .we-offer-content-left h3 span:nth-child(1) {
        top: 36.8%;
        left: 13.7%;
    }

    .we-special-content-left h3 span:nth-child(1) {
        top: 50%;
        right: 29%;
    }

    .we-special-content-left h3 span:nth-child(2) {
        top: 51%;
        right: 29%;
    }
}

/* Large laptop */

@media (min-width: 1500px) and (max-width: 1600px) {

    .circle {
        top: 250px;
    }

    .spider-line {
        top: 350px;
        height: 670px;
    }

    .we-offer-content-left h3 span:nth-child(2) {
        top: 35.8%;
        left: 6.7%;
    }

    .we-offer-content-left h3 span:nth-child(1) {
        top: 35%;
        left: 6.7%;
    }

    .we-special-content-left h3 span:nth-child(1) {
        top: 51%;
        right: 25%;
    }

    .we-special-content-left h3 span:nth-child(2) {
        top: 51.8%;
        right: 25.2%;
    }

    #out-1 {
        left: 42%;
    }
    #out-2 {
        top: 73%;
        left: 15%;
    }

    #out-3 {
        top: 38%;
        left: 20%;
    }

    #out-4 {
        top: 88%;
        left: 71%;
    }

    #out-5 {
        top: 38%;
        left: 64%;
    }
}

/* office laptop */

@media (min-width: 1400px) and (max-width: 1420px) {

    .circle {
        top: 200px;
        left: 63.6%;
    }

    .we-offer-content-left h3 span:nth-child(2) {
        top: 43%;
        left: 5.7%;
    }

    .we-offer-content-left h3 span:nth-child(1) {
        top: 43.8%;
        left: 5.5%;
    }

    .we-special-content-left h3 span:nth-child(1) {
        top: 56%;
        right: 24%;
    }

    .we-special-content-left h3 span:nth-child(2) {
        top: 56.8%;
        right: 24.2%;
    }

    .offer-left h2 {
        font-size: 32px;
    }

    div#nav-tab {
        gap: 8px;
    }

    div#nav-tab button {
        padding: 10px 24px;
    }

    #out-2 {
        left: 13%;
    }

    #out-3 {
        left: 18%;
    }

    #out-4 {
        left: 70%;
    }

    #out-5 {
        left: 64%;
    }
}

/* mini laptop */

@media (min-width: 1366px) and (max-width: 1399px) {
    .home-header-left h1 span {
        font-size: 36px;
    }
    .circle {
        top: 200px;
        left: 61.7%;
    }

    .we-offer-content-left h3 span:nth-child(2) {
        top: 32.8%;
        left: 5.7%;
    }

    .we-offer-content-left h3 span:nth-child(1) {
        top: 33.5%;
        left: 5.5%;
    }

    .we-special-content-left h3 span:nth-child(1) {
        top: 50%;
        right: 21%;
    }

    .we-special-content-left h3 span:nth-child(2) {
        top: 49%;
    right: 21%;
    }

    .offer-left h2 {
        font-size: 32px;
    }

    div#nav-tab {
        gap: 8px;
    }

    div#nav-tab button {
        padding: 10px 24px;
    }

    #out-2 {
        left: 17%;
    }

    #out-3 {
        left: 21%;
    }

    #out-4 {
        left: 68%;
    }

    #out-5 {
        left: 62%;
    }

    .testimonial-profile {
        gap: 0px !important;
    }

    .swiper-slide.swiper-slide-active .swiper-slide-container .testimonial-profile {
        gap: 5px !important;
    }

    .gallery-thumbs .swiper-slide-active .testimonial-profile .profile {
        height: 135px !important;
        width: 135px !important;
    }

}

/* nest hub max */

@media (min-width: 1280px) and (max-width: 1365px) {
    .home-header-left h1 span {
        font-size: 36px;
    }
    .circle {
        top: 200px;
        left: 61.7%;
    }

    .offer-left h2 span:nth-child(1) {
        left: -8%;
    }

    .offer-left h2 span:nth-child(2) {
        left: -9%;
    }

    .we-offer-content-left h3 span:nth-child(2) {
        top: 32.5%;
        left: 2.7%;
    }

    .we-offer-content-left h3 span:nth-child(1) {
        top: 33.5%;
        left: 2.5%;
    }

    .we-special-content-left h3 span:nth-child(1) {
        top: 50%;
        right: 19%;
    }

    .we-special-content-left h3 span:nth-child(2) {
        top: 51%;
        right: 18.5%;
    }

    .offer-left h2 {
        font-size: 32px;
    }

}

/* ipad pro */

@media (min-width: 1024px) and (max-width: 1279px) {
    .home-header-left h1 span {
        font-size: 32px;
    }
    .circle {
        top: 200px;
        left: 63%;
    }

    .spider-line {
        top: 350px;
        left: 76%;
        height: 670px;
    }

    @keyframes spiderline {
        0% {
            height: 0px;
            opacity: 0;
        }

        60% {
            height: 0px;
            opacity: 0;
        }

        100% {
            height: 700px;
            opacity: 1;
        }
    }

    .we-offer-content-left h3 span:nth-child(2) {
        top: 41%;
    }

    .we-offer-content-left h3 span:nth-child(1) {
        top: 40%;
    }

    .we-special-content-left h3 {
        font-size: 24px;
    }

    .we-special-content-left h3 span:nth-child(1) {
        top: 56%;
        right: 23%;
    }

    .we-special-content-left h3 span:nth-child(2) {
        top: 54.8%;
    right: 22.2%;
    }

    #con1,
    #con2,
    #con3,
    #con4,
    #con5 {
        top: 85%;
        left: 50%;
        transform: translate(-46%, -50%);
    }

    img.spider-body {
        width: 100px;
    }

    #con1 h2,
    #con2 h2,
    #con3 h2,
    #con4 h2,
    #con5 h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }

}

/* surface pro 7 */

@media (min-width: 912px) and (max-width: 1023px) {
    .offer-left h2 {
        width: 100%;
    }
    .offer-right-content {
        top: 54%;
    }
    .circle {
        top: 200px;
        left: 59.8%;
    }

    .offer-spider-bg {
        top: 36%;
    }

    .spider-line {
        top: 350px;
        left: 76%;
        height: 650px;
    }

    @keyframes spiderline {
        0% {
            height: 0px;
            opacity: 0;
        }

        60% {
            height: 0px;
            opacity: 0;
        }

        100% {
            height: 650px;
            opacity: 1;
        }
    }

    .we-offer-content-left h3 span:nth-child(2) {
        top: 53%;
        left: 6.7%;
        display: none;
    }

    .we-offer-content-left h3 span:nth-child(1) {
        top: 53.8%;
        left: 6.5%;
        display: none;
    }

    .we-special-content-left h3 {
        font-size: 25px;
    }

    .we-special-content-left h3 span:nth-child(1) {
        top: 51%;
        right: 23%;
        display: none;
    }

    .we-special-content-left h3 span:nth-child(2) {
        top: 51.8%;
        right: 23.2%;
        display: none;
    }

    #con1,
    #con2,
    #con3,
    #con4,
    #con5 {
        top: 85%;
        left: 50%;
        transform: translate(-46%, -50%);
    }

    img.spider-body {
        width: 100px;
    }

    #out-1 {
        top: 84%;
        left: 36%;
    }

    #out-2 {
        top: 74%;
        left: 6%;
    }

    #out-3 {
        top: 42%;
        left: 12%;
    }

    #out-4 {
        top: 89%;
        left: 79%;
    }

    #out-5 {
        top: 56%;
        left: 74%;
    }

    #con1 h2,
    #con2 h2,
    #con3 h2,
    #con4 h2,
    #con5 h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }

}

/* ipad air */

@media (min-width: 820px) and (max-width: 911px) {
    .offer-left h2 {
        width: 100%;
    }
    .circle {
        top: 200px;
        left: 59.9%;
    }

    .offer-spider-bg {
        top: 37%;
    }

    .spider-line {
        top: 350px;
        left: 76%;
        height: 650px;
    }

    @keyframes spiderline {
        0% {
            height: 0px;
            opacity: 0;
        }

        60% {
            height: 0px;
            opacity: 0;
        }

        100% {
            height: 650px;
            opacity: 1;
        }
    }

    .we-offer-content-left h3 span:nth-child(2) {
        top: 53%;
        display: none;
    }

    .we-offer-content-left h3 span:nth-child(1) {
        top: 52.3%;
        display: none;
    }

    .we-special-content-left h3 {
        font-size: 25px;
    }

    .we-special-content-left h3 span:nth-child(1) {
        top: 51%;
        right: 19%;
        display: none;
    }

    .we-special-content-left h3 span:nth-child(2) {
        top: 51.8%;
        right: 19.2%;
        display: none;
    }

    #con1,
    #con2,
    #con3,
    #con4,
    #con5 {
        top: 85%;
        left: 50%;
        transform: translate(-46%, -50%);
    }

    img.spider-body {
        width: 100px;
    }

    #out-1 {
        top: 84%;
        left: 35%;
    }

    #out-2 {
        top: 74%;
        left: 7%;
    }

    #out-3 {
        top: 42%;
        left: 12%;
    }

    #out-4 {
        top: 89%;
        left: 77%;
    }

    #out-5 {
        top: 56%;
        left: 72%;
    }

    #con1 h2,
    #con2 h2,
    #con3 h2,
    #con4 h2,
    #con5 h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }
}

/* ipad mini */

@media (min-width: 768px) and (max-width: 819px) {
    .offer-left h2 {
        width: 100%;
    }
    .circle {
        top: 200px;
        left: 60%;
    }

    .offer-spider-bg {
        top: 37%;
    }

    .spider-line {
        top: 350px;
        left: 76%;
        height: 650px;
    }

    @keyframes spiderline {
        0% {
            height: 0px;
            opacity: 0;
        }

        60% {
            height: 0px;
            opacity: 0;
        }

        100% {
            height: 650px;
            opacity: 1;
        }
    }

    .we-offer-content-left h3 span:nth-child(2) {
        top: 52.7%;
        display: none;
    }

    .we-offer-content-left h3 span:nth-child(1) {
        top: 52.1%;
        display: none;
    }

    .we-special-content-left h3 {
        font-size: 25px;
    }

    .we-special-content-left h3 span:nth-child(1) {
        top: 51%;
        right: 19%;
        display: none;
    }

    .we-special-content-left h3 span:nth-child(2) {
        top: 51.8%;
        right: 19.2%;
        display: none;
    }

    #con1,
    #con2,
    #con3,
    #con4,
    #con5 {
        top: 85%;
        left: 50%;
        transform: translate(-46%, -50%);
    }

    img.spider-body {
        width: 100px;
    }

    #out-1 {
        top: 84%;
        left: 34%;
    }

    #out-2 {
        top: 74%;
        left: 8%;
    }

    #out-3 {
        top: 42%;
        left: 13%;
    }

    #out-4 {
        top: 89%;
        left: 74%;
    }

    #out-5 {
        top: 56%;
        left: 69%;
    }

    #con1 h2,
    #con2 h2,
    #con3 h2,
    #con4 h2,
    #con5 h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }
}

/* surface dua */

@media (min-width: 540px) and (max-width: 767px) {
    .offer-left h2 {
        width: 100%;
    }
    .circle {
        top: 370px;
        left: 31%;
    }

    .spider-line {
        top: 450px;
        left: 50%;
        height: 420px;
    }

    .offer-spider-bg {
        top: 35%;
    }

    @keyframes spiderline {
        0% {
            height: 0px;
            opacity: 0;
        }

        60% {
            height: 0px;
            opacity: 0;
        }

        100% {
            height: 420px;
            opacity: 1;
        }
    }

    img.spider-body {
        width: 80px;
    }
}

/* Normal Mobile */

@media (min-width: 436px) and (max-width: 539px) {
    .offer-left h2 {
        width: 100%;
    }
    .circle {
        top: 370px;
        left: 26.5%;
    }

    .spider-line {
        top: 450px;
        left: 50%;
        height: 420px;
    }

    .offer-spider-bg {
        top: 35%;
    }

    @keyframes spiderline {
        0% {
            height: 0px;
            opacity: 0;
        }

        60% {
            height: 0px;
            opacity: 0;
        }

        100% {
            height: 420px;
            opacity: 1;
        }
    }

    img.spider-body {
        width: 80px;
    }
}

/* iphone 14 pro */

@media (min-width: 430px) and (max-width: 435px) {
    .offer-left h2 {
        width: 100%;
    }
    .offer-left {
        padding-top: 35%;
    }
    .circle {
        top: 370px;
        left: 26%;
    }

    .spider-line {
        top: 450px;
        left: 50%;
        height: 420px;
    }

    .offer-spider-bg {
        top: 35%;
    }

    @keyframes spiderline {
        0% {
            height: 0px;
            opacity: 0;
        }

        60% {
            height: 0px;
            opacity: 0;
        }

        100% {
            height: 420px;
            opacity: 1;
        }
    }

    img.spider-body {
        width: 80px;
    }
}

/* iphone 6/7/8 plus */

@media (min-width: 414px) and (max-width: 429px) {
    .offer-left h2 {
        width: 100%;
    }
    .circle {
        top: 370px;
        left: 25%;
    }

    .offer-spider-bg {
        top: 32%;
    }

    .spider-line {
        top: 450px;
        left: 50%;
        height: 420px;
    }

    @keyframes spiderline {
        0% {
            height: 0px;
            opacity: 0;
        }

        60% {
            height: 0px;
            opacity: 0;
        }

        100% {
            height: 420px;
            opacity: 1;
        }
    }

    img.spider-body {
        width: 80px;
    }
}

/* pixel 3*/

@media (min-width: 401px) and (max-width: 413px) {
    .offer-left h2 {
        width: 100%;
    }
    .circle {
        top: 370px;
        left: 24.5%;
    }

    .spider-line {
        top: 450px;
        left: 50%;
        height: 420px;
    }

    .offer-spider-bg {
        top: 33%;
    }

    @keyframes spiderline {
        0% {
            height: 0px;
            opacity: 0;
        }

        60% {
            height: 0px;
            opacity: 0;
        }

        100% {
            height: 420px;
            opacity: 1;
        }
    }

    img.spider-body {
        width: 80px;
    }
}

/* iphone 12 pro */

@media (min-width: 390px) and (max-width: 400px) {
    .offer-left h2 {
        width: 100%;
    }
    .spider-line {
        top: 450px;
        left: 50%;
        height: 420px;
    }

    .circle {
        top: 370px;
        left: 23.4%;
    }

    .offer-spider-bg {
        top: 34%;
    }

    @keyframes spiderline {
        0% {
            height: 0px;
            opacity: 0;
        }

        60% {
            height: 0px;
            opacity: 0;
        }

        100% {
            height: 420px;
            opacity: 1;
        }
    }

    img.spider-body {
        width: 80px;
    }
}

/* iphone X */

@media (min-width: 375px) and (max-width: 389px) {
    .offer-left h2 {
        width: 100%;
    }
    .circle {
        top: 370px;
        left: 22.3%;
    }

    .spider-line {
        top: 450px;
        left: 50%;
        height: 420px;
    }

    .offer-spider-bg {
        top: 34%;
    }

    @keyframes spiderline {
        0% {
            height: 0px;
            opacity: 0;
        }

        60% {
            height: 0px;
            opacity: 0;
        }

        100% {
            height: 420px;
            opacity: 1;
        }
    }

    img.spider-body {
        width: 80px;
    }
}

/* smallest mobile */

@media (max-width: 430px) {
.offer-line {
    display: none;
}
.offer-left {
    padding-top: 35%;
}
.content-testimonial h1,
.footer-content h2,
.marketing-content h2,
.offer-left h2 {
    font-size: 20px;
}
}

@media (max-width: 374px) {
    .offer-left h2 {
        width: 100%;
    }
    .offer-left {
        padding-top: 45%;
    }
    .circle {
        top: 370px;
        left: 21%;
    }

    .spider-line {
        top: 450px;
        left: 50%;
        height: 420px;
    }

    .offer-spider-bg {
        top: 34%;
    }

    @keyframes spiderline {
        0% {
            height: 0px;
            opacity: 0;
        }

        60% {
            height: 0px;
            opacity: 0;
        }

        100% {
            height: 420px;
            opacity: 1;
        }
    }

    img.spider-body {
        width: 80px;
    }

}

/* End Media Query */

@media (min-width: 991px) and (max-width: 2560px) {
    .viewport {
        overflow: hidden;
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .scroll-container {
        overflow: hidden;
        z-index: 10;
        backface-visibility: hidden;
        transform-style: preserve-3d;
    }
}

