/* @font-face {
    font-family: "hey_augustregular";
    src: url("../fonts/hey_august-webfont.woff2") format("woff2"), url("../fonts/hey_august-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
} */

*,
body {
    font-family: 'Poppins', sans-serif;
}

body {
    overflow-x: hidden;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0px;
    font-weight: 700;
    line-height: 1.2;
    font-family: "Poppins", sans-serif;
}

p {
    font-family: 'Hind', sans-serif;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover {
    text-decoration: none;
    color: #fd5f0e;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none;
}

:focus {
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
}

.imgbundles img {
    max-width: fit-content;
}

p {
    margin-bottom: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.container-fluid {
    padding: 0 5vw;
}

.sec-pad {
    padding: 10.214vh 0;
}

.heading42 {
    font-size: 42px;
    font-weight: 700;
    color: #222222;
    text-align: center;
    letter-spacing: -1px;
}

.sec-para {
    color: #666666;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    padding: 7px 0;
}

.main-header {
    padding: 15px 0px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}

.logo-animated {
    max-width: 300px;
    margin: -50px;
}

.logo-animated svg rect[fill="#000000"] {
    fill: transparent;
}

.default-btn {
    border-radius: 50px;
    border: 1px solid;
    border-image: linear-gradient(70deg, #fd4e0f, #ffa00a) 10;
    border-bottom-right-radius: 0;
    color: #fff;
    padding: 12px 25px;
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    overflow: hidden;
    position: relative;
    outline: none !important;
}

.orange-btn {
    background-image: -moz-linear-gradient(90deg, rgb(253, 76, 15) 0%, rgb(255, 161, 10) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(253, 76, 15) 0%, rgb(255, 161, 10) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(253, 76, 15) 0%, rgb(255, 161, 10) 100%);
    color: #fff;
    margin: 0;
    border: none;
}

.default-btn:before {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/btn.webp) repeat;
    content: '';
    opacity: 0;
    border-radius: 100px;
    border-bottom-right-radius: 0;
}

.default-btn:hover:before {
    opacity: 1;
}

.default-btn:after {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    height: 2px;
    opacity: 0;
    background-color: #ffffff9c;
    box-shadow: 0 0 15px 2px rgb(255 255 255 / 34%);
}

.default-btn:hover {
    /* -webkit-animation: glitch 750ms infinite; */
    color: #fff;
}

.default-btn:hover::after {
    -webkit-animation: scan 2s infinite;
    opacity: 1;
}

.border-btn i {
    border: 1px solid #fff !important;
}

.border-btn:before {
    display: none;
}

.border-btn:hover:before {
    opacity: .5;
}

.border-btn:after {
    background-color: rgb(253 95 14 / 35%);
    box-shadow: 0 0 15px 2px rgb(106 106 106 / 9%);
}

.border-btn-img {
    background-image: url(../images/btn-border.png) !important;

    border: 0;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    width: auto;
    height: 52px;
    padding: 12px 42px;
    border-color: #ffa00a;
    justify-content: space-between;
    background-position: center right;
}

@-webkit-keyframes glitch {
    0% {
        transform(skewX(0))
    }

    5% {
        transform(skewX(2deg));
        opacity: .75
    }

    10% {
        transform(skewX(0));
        opacity: 1
    }

    15% {
        transform(skewX(-5deg));
        opacity: .75
    }

    20% {
        transform(skewX(0));
        opacity: 1
    }

    45% {
        transform(skewX(3deg));
        opacity: .75
    }

    50% {
        transform(skewX(0));
        opacity: 1
    }

    55% {
        transform(skewX(0));
        opacity: .75
    }

    60% {
        transform(skewX(0));
        opacity: 1
    }

    75% {
        transform(skewX(2deg))
    }

    80% {
        transform(skewX(0))
    }

    85% {
        transform(skewX(-8deg));
        opacity: .75
    }

    90% {
        transform(skewX(0));
        opacity: 1
    }

    100% {
        transform(skewX(0))
    }
}

@-webkit-keyframes scan {
    0% {
        top: 0
    }

    50% {
        top: 97%
    }

    100% {
        top: 0
    }
}

.chat-btn {
    font-size: 18px;
    color: #fff;
    margin: 0 20px;
    position: relative;
}

.chat-btn:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background-color: #76b900;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-animation: blink 1s steps(5, start) infinite;
    -moz-animation: blink 1s steps(5, start) infinite;
    -o-animation: blink 1s steps(5, start) infinite;
    animation: blink 3s steps(5, start) infinite;
}

@-webkit-keyframes blink {
    to {
        visibility: hidden;
    }
}

@-moz-keyframes blink {
    to {
        visibility: hidden;
    }
}

@-o-keyframes blink {
    to {
        visibility: hidden;
    }
}

@keyframes blink {
    to {
        visibility: hidden;
    }
}

/* .default-btn:hover {
    background-image: none;
    background-color: #fff;
    color: #000;
} */
.icon-btn i {
    border: 2px solid #fff;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    transition: all .2s ease-in-out;
}

/* .icon-btn.default-btn:hover i{
    border: 2px solid #000;
} */
.main-header .navbar-nav.mr-auto {
    margin: 0 auto;
}

.main-header .nav-item {
    margin: 0 30px;
}

.main-header .nav-item .nav-link {
    color: #fff;
    position: relative;
    padding: 5px 0;
}

.main-header .nav-item .nav-link:before {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    bottom: 0px;
    border-bottom: 2px solid #fd5f0e;
    -webkit-transition: width .2s ease-out;
    transition: width .2s ease-out;
}

.main-header .nav-item .nav-link:hover:before,
.main-header .nav-item .nav-link:focus:before {
    width: 100%;
}

.dropdown-item {
    color: #fff !important;
}

.navbar-expand-lg {
    padding: 0;
}

.dropdown-menu.dropdown-services {
    color: #fff;
    background-color: rgb(0 0 0 / 70%);
    border: 0;
    box-shadow: none;
    padding: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    overflow: hidden;
}

.dropdown-menu.dropdown-services i {
    padding: 5px 8px;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}

.dropdown-menu.dropdown-services .dropdown-item {
    padding: 8px 30px 8px 10px;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    font-size: 14px;
}

.dropdown-menu.dropdown-services .dropdown-item:hover i {
    transform: translateX(3px);
    color: #fd5a0e;
}

.dropdown-menu.dropdown-services .dropdown-item:hover {
    color: #fd5f0e !important;
    background-color: transparent;
    border-color: #fd5f0e;
}



.dropdown-item.active,
.dropdown-item:active {
    background-color: transparent;
}

.main-burger {
    display: none;
    cursor: pointer;
}

.main-burger svg {
    width: 50px;
    height: 50px;
    fill: #fff;
}

.main_navigation-overlay {
    background-image: -moz-linear-gradient(90deg, rgb(253, 76, 15) 0%, rgb(255, 161, 10) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(253, 76, 15) 0%, rgb(255, 161, 10) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(253, 76, 15) 0%, rgb(255, 161, 10) 100%);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    transform: translateX(-100%);
}

.main_nav-list {
    list-style-type: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

.main_nav-list li a {
    text-decoration: none;
    font-size: 60px;
    padding: 0px;
    display: inline-block;
    color: #000;
    font-weight: 800;
    transition: all 0.3s ease-in-out;
    border: 2px solid transparent;
    line-height: 70px;
}

.main_nav-list a:hover {
    border-color: #fff;
}

nav {
    height: 100%;
}

/* .tabs-portfolio .port-tabs{
    border: 0 !important;
    justify-content: center;
    margin-bottom: 30px;
} */
.cross-wrapper {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
}

.cross-wrapper svg {
    fill: #000;
    width: 30px;
    height: 30px;
}

.header-btns a i {
    margin-right: 10px;
}

.default-btn p {
    vertical-align: middle;
    line-height: 16px;
}

.header-btns .default-btn {
    padding: 15px 25px;
}

/* main banner start */
.main-banner {
    background-color: #222222;
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.ban-sm-heading {
    font-size: 36px;
    color: #fff;
    font-weight: 400;
}

.ban-lg-heading {
    font-size: 3.125vw;
    color: #fd5f0e;
    line-height: 1;
}

.ban-para {
    color: #fff;
    padding: 4vh 0 8vh;
}

.reiews-text {
    font-size: 13px;
    color: #fff;
    padding: 3vh 0;
}

.banner-img {
    position: absolute;
    top: 17%;
    right: 0%;
}

.strok-text {
    position: absolute;
    font-size: 8.958vw;
    line-height: 14.74vh;
    text-transform: uppercase;
    right: 5%;
    text-align: right;
    top: 10%;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #9b9b9b40;
    color: transparent;
}

/* design agency section start */
.design-agency {
    overflow: hidden;
}

.design-content-box {
    position: relative;
}

.design-box {
    position: absolute;
    width: 100%;
    left: 0;
}

.design-strok-heading {
    --reveal-width: 0%;
    font-size: 10.625vw;
    -webkit-text-stroke: 1px #222222;
    color: transparent;
    text-align: center;
    line-height: initial;
    position: relative;
    display: table;
    margin: 0 auto 10vh;
}
.design-strok-heading::before{
    content: attr(data-text);
    position: absolute;
    left: 0;
    right: 0;
    width: var(--reveal-width);
    height: 100%;
    color: #fd5f0e;
    -webkit-text-stroke: 1px #fd5f0e;
    overflow: hidden;
}

.design-heading {
    font-size: 36px;
    line-height: 1;
}

.design-heading span {
    color: #fd5f0e;
}

.design-para {
    color: #b1b1b1;
    padding: .4vh 0;
    font-size: 16px;
}

.design-box-wrapper {
    padding: 4vh 1.2vw;
    background-color: #222222;
    height: 100%;
    transition: all ease-in-out .3s;
}

.serv-ic-styled {
    max-width: 140px;
    display: block;
    margin: -15px -34px 0;
}

.design-box-wrapper h4 {
    font-size: 18px;
    padding: 12px 0 5px;
    color: #fd5f0e;
}

.design-box-wrapper p {
    color: #fff;
}

.design-box-wrapper:hover {
    background-image: -moz-linear-gradient(90deg, rgb(253, 76, 15) 0%, rgb(255, 161, 10) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(253, 76, 15) 0%, rgb(255, 161, 10) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(253, 76, 15) 0%, rgb(255, 161, 10) 100%);
}

.design-box-wrapper:hover h4 {
    color: #000;
}

.design-cta-area {
    text-align: center;
    padding-top: 6vh;
}
.design-cta-area .default-btn  {
    color: #000 !important;
}
.design-cta-area .default-btn i{
    border: 1px solid #000 !important;
}

.design-cta-text {
    font-size: 24px;
    color: #fd5f0e;
    margin-right: 3vw;
}

/* porfolio section start */
.portfolio-sec {
    background-color: #222222;
    position: relative;
    overflow: hidden;
}

.portfolio-sec .strok-text {
    position: absolute;
    right: 1%;
    bottom: -6%;
    top: auto;
    font-size: 13.4375vw;
    line-height: 21.45vh;
}

.portfolio-sec .container {
    position: relative;
    z-index: 1;
}

.portfolio-sec .heading42 {
    color: #fff;
}

.portfolio-sec .sec-para {
    color: #c5c5c5;
}

.port-tabs,
.pack-tabs {
    padding: 5vh 0;
}

.port-tabs,
.pack-tabs {
    border-bottom: none;
    align-items: center;
    display: flex;
    justify-content: center;
}

.port-tabs .nav-link,
.pack-tabs .nav-link {
    border: none;
    color: #797979;
    margin: 0 10px;
}

.port-tabs .nav-item.show .nav-link,
.port-tabs .nav-link.active,
.port-tabs .nav-link:hover,
.pack-tabs .nav-item.show .nav-link,
.pack-tabs .nav-link.active,
.pack-tabs .nav-link:hover {
    background-image: -moz-linear-gradient(90deg, rgb(253, 76, 15) 0%, rgb(255, 161, 10) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(253, 76, 15) 0%, rgb(255, 161, 10) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(253, 76, 15) 0%, rgb(255, 161, 10) 100%);
    color: #fff;
    border: none;
    border-radius: 50px;
    border-bottom-right-radius: 0;
}

.port-btns {
    text-align: center;
    padding-top: 7vh;
}

.port-btns a {
    margin: 0 20px;
}
.port-img-area img{
    overflow: hidden;
    transition: all ease-in-out .3s;
}
.port-img-area img:hover{
    transform: scale(1.05);
}

/* packages section */
.pack-box {
    padding: 4vh 1.5vw;
    background-color: #f5f5f5;
    border: 2px solid #e5e5e5;
    transition: all ease-in-out .3s;
}

.pack-box:hover {
    background-color: #222222;
}

.pack-box:hover .pack-name {
    color: #fff;
}

.pack-name {
    font-size: 26px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 2vh;
    transition: all ease-in-out .3s;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pack-rates {
    display: flex;
    background-image: -moz-linear-gradient(90deg, rgb(253, 76, 15) 0%, rgb(255, 161, 10) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(253, 76, 15) 0%, rgb(255, 161, 10) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(253, 76, 15) 0%, rgb(255, 161, 10) 100%);

    align-items: center;
    position: relative;
    justify-content: center;
    padding: 10px 0;
}

.pack-price {
    font-size: 52px;
    color: #fff;
    font-weight: 600;
    line-height: 1;
}

.pack-rates:before {
    height: 80%;
    background-color: #ffffff5c;
    left: 55%;
}

.pack-price sup {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    position: relative;
    top: -20px;
}

.cut-price {
    font-size: 18px;
    color: #ffdfc0;
    font-weight: 600;
    /* position: absolute; */
    /* right: 30%; */
    line-height: 1;
    border-left: 1px solid #ffffff5c;
    padding-left: 10px;
    margin-left: 6px;
    display: none;
}

.pack-detail {
    margin: 3vh 0;
}

.pack-detail ul li {
    font-size: 14px;
    color: #737373;
    padding: 7px 0 0 20px;
    position: relative;
    transition: all ease-in-out .3s;
}

.pack-box:hover .pack-detail ul li,
.pack-box:hover .pack-cta a {
    color: #fff;
}

.pack-detail ul li:before {
    position: absolute;
    content: "\f0da";
    width: 10px;
    height: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fd550e;
    left: 3px;
}

.pack-cta {
    display: flex;
    justify-content: space-between;
}

.pack-cta a {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    transition: all ease-in-out .3s;
}

.pack-cta a i {
    color: #fd550e;
    margin-right: 5px;
}

.packbtn {
    text-align: center;
    padding-top: 3vh;
}

.pack-btn {
    display: inline-flex;
    width: auto;
    justify-content: space-between;
    margin: 0 auto;
    padding: 12px 35px;
}

.pack-slider .owl-nav {
    display: flex;
    justify-content: space-between;
}

.pack-slider .owl-nav button.owl-next,
.pack-slider .owl-nav button.owl-prev,
.pack-slider button.owl-dot {
    background: #fff;
    border: 2px solid #9a9a9a;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pack-slider .owl-nav .owl-prev {
    position: absolute;
    left: -5%;
    top: 50%;
}

.pack-slider .owl-nav .owl-next {
    position: absolute;
    right: -5%;
    top: 50%;
    font-size: 18px;
}

.pack-slider .owl-nav [class*="owl-"]:hover {
    border: 2px solid #fd4e0f;
    /* border-image: linear-gradient(70deg, #fd4e0f, #ffa00a) 10; */
    color: #fd4e0f;
    text-decoration: none;
    background-color: transparent;
}

/* main cta start */
.main-cta {
    padding: 3.5vh 0;
    background-color: #222222;
    position: relative;
}

.main-cta .heading42,
.main-cta .sec-para {
    color: #fff;
}

.main-cta .sec-para {
    font-size: 24px;
}

.main-cta .heading42 span,
.main-cta .sec-para span {
    color: #ff9e0a;
}

.cta-right {
    position: absolute;
    right: 5%;
    bottom: 0;
    width: 17%;
}

.cta-offer-img {
    position: absolute;
    top: -10%;
    width: 17%;
}

.cta-btns {
    text-align: center;
    padding-top: 3vh;
}

.cta-btns a {
    margin: 0 20px;
}

.cta-top1, .cta-top2 {
    width: auto;
}
.cta-top1 {
    right: 18%;
    top: 5%;
}
.cta-top2 {
    top: -10%;
    right: 6%;
}
.hvr-pulse {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1.5s;
    animation-duration: 2.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

/* work section start */
.main-process {
    position: relative;
}

.work-slider {
    padding-top: 7vh;
}

.astro-box {
    width: 166px;
    height: 152px;
    background: url(../images/illustration-process/1.webp);
    margin: 0 auto;
    position: relative;
    transition: all 0.4s;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    right: -20px;
}

.illustration-process-wrap .st-top {
    position: relative;
    border-radius: 10px;
    padding: 3vh .9vw 0;
    transition: all .4s ease-in-out;
    border: 1px solid transparent;
    height: 100%;
}

.bsp-top p {
    font-size: 14px;
    color: #6b6b6b;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.illustration-process-wrap .st-top:hover .astro-box {
    transition: all 0.4s;
    transform: scale(1.1);
}

.illustration-process-wrap .st-top:hover .astro-box {
    background: url(../images/illustration-process/1-hover.webp);
}

.astro-box2 {
    background: url(../images/illustration-process/2.webp);
}

.illustration-process-wrap .st-top:hover .astro-box2 {
    background: url(../images/illustration-process/2-hover.webp);
}

.astro-box3 {
    background: url(../images/illustration-process/3.webp);
}

.illustration-process-wrap .st-top:hover .astro-box3 {
    background: url(../images/illustration-process/3-hover.webp);
}

.astro-box4 {
    background: url(../images/illustration-process/4.webp);
}

.illustration-process-wrap .st-top:hover .astro-box4 {
    background: url(../images/illustration-process/4-hover.webp);
}

.illustration-process-wrap .st-top .bsp-top {
    padding: 20px 0px;
    text-align: center;
}

.illustration-process-wrap .st-top h2 {
    position: absolute;
    margin-top: 0;
    right: 50px;
    line-height: normal;
    transition: all ease-in-out .3s;
}

.illustration-process-wrap .st-top:hover {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(227 227 227);
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 68px 0px rgb(0 0 0 / 10%);
    border-radius: 5px;
}

.illustration-process-wrap .st-top:hover h2 {
    background: -webkit-linear-gradient(#ff9e0a, #fd550e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.illustration-process-wrap .st-top h2 span {
    font-size: 178px;
    font-weight: 900;
    font-family: 'Poppins', sans-serif;
    color: #dbdbdb;
    line-height: 150px;
}

.illustration-process-wrap .st-top h4 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 6px;
    margin-top: 0;
}

/* design vent section start */
.design-venterz {
    background-image: url(../images/desing-vent-banner.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.design-vent-heading img {
    position: relative;
    top: -8px;
}

.design-vent-heading {
    font-size: 30px;
}

.design-vent-para {
    font-size: 18px;
    padding: 5vh 0vw;
    color: #7f7f7f;
}

.design-vent-slider .owl-nav button.owl-next,
.design-vent-slider .owl-nav button.owl-prev,
.design-vent-slider button.owl-dot {
    background: transparent;
    border: 1px solid #9a9a9a;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.design-vent-slider .owl-nav .owl-prev {
    position: absolute;
    right: 37%;
    bottom: 0%;
}

.design-vent-slider .owl-nav .owl-next {
    position: absolute;
    right: 27%;
    bottom: 0%;
    font-size: 16px;
}

.design-vent-slider .owl-nav [class*="owl-"]:hover {
    border: 2px solid #fd4e0f;
    /* border-image: linear-gradient(70deg, #fd4e0f, #ffa00a) 10; */
    color: #fd4e0f;
    text-decoration: none;
    background-color: transparent;
}
.design-client {
    display: flex;
    align-items: center;
}
.testi-name {
    font-size: 16px;
    font-weight: 500;
    margin-left: 10px;
}
.design-client img {
    border-radius: 50%;
}

/* achievements section start */
.achieve-logos {
    display: flex;
    justify-content: space-between;
}

.achieve-content-wrapper p {
    padding: 2vh 0;
}

/* footer form section start */
.footer-form-sec {
    background-image: url(../images/footer-form-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
    position: relative;
    border-bottom: 1px solid #585858;
}

.footer-form-sec .heading42 {
    color: #fff;
    text-align: left;
}

.footer-form-sec .sec-para {
    color: #a3a3a3;
    text-align: left;
}

.footer-form-sec .main-footer-form .form-control {
    font-size: 14px;
    color: #fff;
    background-color: #414141;
    border: none;
    border-radius: 0;
    margin-bottom: 12px;
    height: 45px;
}

.footer-form-sec .main-footer-form textarea {
    height: 100px;
    width: 100%;
    background-color: #414141;
    padding: 14px 10px;
    font-size: 14px;
    margin-bottom: 20px;
    color: #fff;
    border: 0;
    resize: none;
}

.footer-form {
    margin-top: 3vh;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

.footer-img-area {
    position: absolute;
    bottom: -99px;
    width: 90%;
    right: 13%;
}

.form-xtra-btn {
    position: absolute;
    top: 42%;
    right: 19%;
}

.form-xtra-btn .border-btn i {
    border: none !important;
    margin-right: 10px;
    color: #fd540f;
}


/* footer start */
.footer-logo-area {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.v-hidden {
    visibility: hidden;
}

.footer-form-address {
    padding: 25px 20px;
    background-color: #bc1244;
    margin-left: -5px;
    position: relative;
    z-index: 1;
}

.footer-form-address ul li {
    padding-bottom: 20px;
}

.footer-form-address ul li:last-child {
    padding-bottom: 0;
}

.footer-form-address ul li a {
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    display: flex;
}

.footer-form-address ul li a i {
    padding-right: 15px;
    padding-top: 5px;
}

.form-right-img img {
    width: 84%;
}

.form-right-img {
    position: absolute;
    top: 4%;
    right: 0;
}

.footer-top {
    padding: 60px 0 40px 0;
    background-color: #0d0d0d;
}

.footer-top .ft__nav .mw-60 {
    max-width: 70%;
}

.footer-top .ft__nav p {
    font-size: 14px;
    color: #676767;
    margin-top: 40px;
    margin-bottom: 30px;
}

.footer-top .ft__nav h4 {
    font-size: 18px;
    color: #fd540f;
    margin-bottom: 15px;
    font-weight: 600;
}

.footer-top .ft__nav ul li {
    margin-bottom: 5px;
}

.footer-top .ft__nav ul li a {
    color: #fff;
    font-size: 14px;
}

.footer-top .ft__nav ul li a:hover {
    color: #fe530f;
    margin-left: 8px;
}

.footer-top .ft__nav ul li a i {
    color: var(--primary-color);
    padding-right: 4px;
}

.footer-top .get-in-touch h6 {
    color: var(--white);
}

.footer-top .get-in-touch ul li a {
    color: #737373;
    font-size: 14px;
}

.footer-top .get-in-touch ul li a:hover {
    color: var(--primary-color);
}

.footer-bottom {
    border-top: 1px solid #5d5c5e;
    padding: 10px 0;
    background-color: #0d0d0d;
}

.footer-bottom .copy-rights p {
    margin: 0;
    font-size: 16px;
    color: #999999;
    display: inline-block;
}

.footer-bottom .copy-rights ul {
    display: flex;
    margin-left: 10px;
}

.footer-bottom .copy-rights ul li a {
    font-size: 15px;
    color: #999999;
    padding-right: 5px;
}

.copy-rights {
    text-align: -webkit-right;
}

.footer-bottom .copy-rights ul li a:hover {
    text-decoration: underline;
}

.footer-bottom .social-icons ul li {
    margin-right: 10px;
    display: inline-block;
}

.footer-bottom .social-icons ul li:last-child {
    margin-right: 0;
}

.footer-bottom .social-icons ul li a span {
    color: #333333;
    background-color: var(--white);
    border-radius: 25px;
    line-height: normal;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icons {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.social-box i {
    font-size: 22px;
    display: flex;
    justify-content: center;
    color: #fff;
}

.fa-facebook-f:hover {
    color: #395a9a;
}

.fa-google-plus-g:hover {
    color: #f34a38;
}

.fa-youtube:hover {
    color: #f00;
}

.fa-linkedin-in:hover {
    color: #005e8d;
}

.fa-twitter:hover {
    color: #1c9cea;
}

.owl-carousel .owl-item img {
    width: auto;
}

/* INNER PAGES START */

/* logo page start */
.logo-banner {
    background-image: url(../images/logo-banner.jpg);
    height: 80vh;
    background-repeat: no-repeat;
}

.logo-banner .ban-para {
    color: #fff;
    padding: 3vh 0 3vh;
}

.logo-banner .banner-img {
    position: absolute;
    top: 17%;
    right: 10%;
}

.logo-banner .banner-content {
    padding-top: 10vh;
}

/* logo types section */
.logos-wrapper {
    position: relative;
    transition: all .3s linear;
}

.types-logo-slider {
    padding-top: 3vh;
}

.logo-type-content {
    position: absolute;
    bottom: 30px;
    width: 75%;
    background-color: #fff;

    padding: 5px 20px 5px 0px;
    transition: all .2s linear;
}

.logo-type-content p strong {
    font-size: 21px;
    color: #000;
}

.logo-type-content p {
    font-size: 16px;
    color: #afafaf;
    line-height: 20px;
    text-align: left;
}

.logos-wrapper .orange-btn {
    position: absolute;
    right: 0px;
    padding: 8px 20px;
    bottom: 25px;
    transition: all .3s linear;
    font-size: 12px;
}

.logos-wrapper img {
    margin-bottom: 140px;
}

.logos-wrapper img {
    transition: all .2s linear;
}

.logos-wrapper:hover img {
    transform: scale(1.1);
}

.logos-wrapper:hover .logo-type-content {
    margin-left: -18px;
}

.inner-pg-portfolio .port-slider {
    padding-top: 5vh;
}

.inner-pg-pack .pack-slider {
    padding-top: 5vh;
}

/* website page start */
.web-banner {
    background-image: url(../images/web-pg-banner.jpg);
}

.web-banner .banner-content {
    padding-right: 10vw;
}

.logo-banner .web-img {
    top: 5%;
    right: 0;
}

.web-banner .ban-lg-heading {
    font-size: 55px;
    color: #fd5f0e;
    line-height: 1;
}

/* aniumation page start */
.anim-banner {
    background-image: url(../images/anim-pg-banner.jpg);
}

.logo-banner .anim-img {
    right: 20%;
}

/* marketing page start */
.marketing-banner {
    background-image: url(../images/marketing-pg-banner.jpg);
}

.logo-banner .marketing-img {
    top: 25%;
}

/* nft page start */
.nft-banner {
    background-image: url(../images/nft-pg-banner.jpg);
}

.three-d-slider .slick-list {
    padding-top: 27% !important;
    padding-bottom: 30px !important;
    padding-left: 30% !important;
    padding-right: 30% !important;
}

.three-d-slider .slick-dots {
    text-align: right;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.three-d-slider .slick-track {
    max-width: 100% !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    -webkit-perspective: 270px;
    perspective: 270px;
}

.three-d-slider .slick-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    width: 100% !important;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    -o-transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s, -webkit-transform 1s;
}

.three-d-slider .slick-snext,
.three-d-slider .slick-sprev {
    display: block;
}

.three-d-slider .slick-current {
    opacity: 1;
    position: relative;
    display: block;
    -webkit-transform: translate3d(0, 0, 0px) scale(1);
    transform: translate3d(0, 0, 0px) scale(1);
    z-index: 2;
}

.three-d-slider .slick-snext {
    opacity: 0.2;
    -webkit-transform: translate3d(84%, 0, 0px) scale(0.8) rotateY(20deg);
    transform: translate3d(84%, 0, 0px) scale(0.8) rotateY(20deg);
    z-index: 1;
}

.three-d-slider .slick-sprev {
    opacity: 0.2;
    -webkit-transform: translate3d(-84%, 0, 0px) scale(0.8) rotateY(-20deg);
    transform: translate3d(-84%, 0, 0px) scale(0.8) rotateY(-20deg);
}

.sl-item-inner {
    border-radius: 5px;
    overflow: hidden;
}

.three-d-slider {
    max-width: 720px;
}

.hero-right-content {
    position: absolute;
    top: 0;
    right: 15%;
    bottom: 0;
}

/* mobile app page start */
.mob-app-banner {
    background-image: url(../images/mobile-app-pg-banner.jpg);
}

/* smm page start */
.smm-banner {
    background-image: url(../images/smm-pg-banner.jpg);
}

/* porfolio page start */
.porfolio-pg-banner {
    padding-top: 18vh;
}

.porfolio-pg-banner .port-tabs,
.pack-tabs {
    padding: 3vh 0;
}

/* pricing page start */
.pricing .inner-page .inner-header,
.contact-us .inner-page .main-header {
    background-color: #222222;
    position: relative;
}

/* seo page start */
.seo-banner {
    background-image: url(../images/seo-pg-banner.jpg);
}

/* contact us page start */
.contact-us .inner-page .main-header {
    border-bottom: 1px solid #6a6a6a;
}

/* popup start */

/* modal css start  */

.get-started-popup {
    background-image: url(../images/webp/modal-bg.jpg);
    background-size: cover;
    width: 880px;
    height: 500px;
    padding: 0 10% 0 0;
  position: relative;}
  .get-started-popup button.close {
    position: absolute;
    top: -13px;
    right: -15px;
    background-color: #fd5f0e;
    color: #fff;
    font-weight: 400;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    opacity: 1;
    border: 1px solid #fff;
  }
  .heading-h1 {
    font-size: 75px;
    font-weight: 700;
    color:#000;
    margin-bottom: 0;
  }

  .popup-headig {

    position: relative;


  left: 7%;top: 47%;}

  .heading-h2 {
    font-size: 100px;
    font-weight: 800;
    color: #fd5f0e;
    letter-spacing: -1px;
  line-height: 1;}
  h2.heading-h3 {
    position: absolute;
    transform: rotate(
  -90deg
  );
    font-weight: 400;
    font-size: 83px;
    top: 23%;
    left: 53%;
    color: #fd5f0e;
  }
  .long-h1 {
    font-size: 51px;
    font-weight: 400;
    color: #000;
    line-height: 35px;
  }
  .long-h1 span {
    font-weight: 700;
}
.long-heading h5 {
    font-size: 30px;
    font-weight: 600;
}

.long-heading h3 {
    font-size: 45px;
    color: #fd5f0e;
}
.long-heading {
    padding: 8vh 0 3vh;
}
  #regForm .tab {
    margin: 0;
    position: relative;
  }
  .banner_form_area input {
    background-color: rgb(255, 255, 255);
    border: none;
    width: 100%;
    height: 53px;
    padding: 0 20px 0 50px;
    font-weight: 500;
    font-size: 12px;
    border: 1px solid rgb(172, 172, 172);
    border-radius: 5px;
  }
  .banner_form_btn button{
    border-radius: 5px;
    background-color: #da0a2c;
    width: auto;
    height: 46px;
    border: 0;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 0 2px;
    cursor: pointer;
    padding: 0 20px;
  }
  .sbt_set {
    border-radius: 5px;
    background-color: #da0a2c;
    width: auto;
    height: 46px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 0 2px;
    cursor: pointer;
    padding: 0px 20px;
  }
  .sbt_set:hover {
    background-image: none;
    box-shadow: 0px 2px 5px -1px white;
  }
  .sbt_set:focus {
    outline: none;
    border: none;
  }
  .popup-form {
    height: 46px;
  }
  img.image1 {
    left: -60px;
    top: -50px;
    width: 190px;
  }
  img.image2 {
      top: -110px;
      width: 125px;
      left: 105px;
  }
  .modal-images {
      display: grid;
      grid-template-columns: auto auto auto auto;
      width: 100%;
  }
  img.image3 {
      width: 165px;
      left: 165px;
  }
  .modal-images img {
      position: absolute;
      box-shadow: 0px 0px 15px 0px #00000029;
  }
  img.image4 {
    position: absolute;
    left: 250px;
    top: -100px;
    width: 70px;
  }
  .main-modal-form .modal-dialog{
    max-width: 750px;
  }
 /* animations start */
 .banner-right-img{
     display: none;
 }
 .banner-img-wrap img {
    position: absolute;
    opacity: 1;
}
.home-ban-img1 {
    top: 22%;
    right: 8%;
    opacity: 1 !important;
}
.home-ban-img2 {
    top: 38%;
    right: 35%;
    width: 19%;
}
.home-ban-img3 {
    bottom: 10%;
    right: 27%;
    width: 27%;
}
.home-ban-img4 {
    width: 12%;
    right: 6%;
    bottom: 16%;
}
.home-ban-img5 {
    top: 51%;
    right: 22%;
    width: 22%;
}

.socail-links ul li a i {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background-image: -moz-linear-gradient(90deg, rgb(253, 76, 15) 0%, rgb(255, 161, 10) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(253, 76, 15) 0%, rgb(255, 161, 10) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(253, 76, 15) 0%, rgb(255, 161, 10) 100%);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}

.socail-links {
    margin-top: 20px;
}

.socail-links ul li {
    display: inline-block;
    margin-right: 10px;
}
