* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    scroll-behavior: smooth
}

html {
    scroll-behavior: smooth
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

a {
    text-decoration: none
}

ul {
    padding-left: 0 !important
}

ul {
    margin-top: 0;
    margin-bottom: 0
}


ul li {
    list-style: none
}

body {
    background-color: #0f141c
}

::-webkit-scrollbar {
    width: 4px
}

::-webkit-scrollbar-corner {
    display: none
}

::-webkit-scrollbar-thumb {
    background: #ff7d61;
    background-clip: content-box
}

::-webkit-scrollbar-track {
    background-color: #0f141c
}

.page-loader {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: #0f141c;
    z-index: 1000;
    overflow: hidden
}

.loader {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    background-color: #ff7d61;
    transform: translateX(0) translateY(0) rotate(0);
    -webkit-animation: mainAnimation 2.6s ease 0s infinite forwards;
    animation: mainAnimation 2.6s ease 0s infinite forwards;
    z-index: 2
}

.loader:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    left: -50px;
    background-color: #ffdb59;
    transform-origin: top right;
    transform: translateX(0) translateY(0) rotate(0);
    -webkit-animation: secundaryAnimation 2.6s ease 0s infinite forwards;
    animation: secundaryAnimation 2.6s ease 0s infinite forwards
}

.shadow {
    position: absolute;
    width: 100px;
    height: 10px;
    top: 50%;
    left: 50%;
    margin-top: 50px;
    margin-left: -75px;
    border-radius: 50%;
    background-color: #95a5a6;
    transform: translateX(0) translateY(0) rotate(0);
    -webkit-animation: shadowAnimation 2.6s ease 0s infinite forwards, float 1s ease-in-out 0s infinite forwards;
    animation: shadowAnimation 2.6s ease 0s infinite forwards, float 1s ease-in-out 0s infinite forwards;
    filter: blur(5px);
    z-index: 1
}

@keyframes mainAnimation {
    0% {
        width: 50px;
        transform: translateX(0) translateY(0) rotate(0)
    }

    20% {
        width: 50px;
        transform: translateX(0) translateY(0) rotate(0)
    }

    40% {
        width: 100px;
        transform: translateX(-50px) translateY(0) rotate(0)
    }

    60% {
        width: 100px;
        transform-origin: bottom right;
        transform: translateX(-100px) translateY(0) rotate(90deg)
    }

    80% {
        width: 50px;
        transform: translateX(-25px) translateY(0) rotate(90deg)
    }

    100% {
        width: 50px;
        transform: translateX(-50px) translateY(0) rotate(90deg)
    }
}

@keyframes secundaryAnimation {
    0% {
        transform: translateX(0) translateY(0) rotate(0)
    }

    20% {
        transform: translateX(0) translateY(0) rotate(180deg)
    }

    40% {
        transform: translateX(0) translateY(0) rotate(180deg)
    }

    60% {
        transform: translateX(0) translateY(0) rotate(0)
    }

    80% {
        transform: translateX(0) translateY(0) rotate(0)
    }

    100% {
        transform: translateX(0) translateY(0) rotate(180deg)
    }
}

@keyframes shadowAnimation {
    0% {
        width: 150px;
        transform: translateX(-25px) translateY(0) rotate(0)
    }

    20% {
        width: 75px;
        transform: translateX(37.5px) translateY(0) rotate(0)
    }

    40% {
        width: 200px;
        transform: translateX(-25px) translateY(0) rotate(0)
    }

    60% {
        width: 75px;
        transform: translateX(37.5px) translateY(0) rotate(0)
    }

    80% {
        width: 75px;
        transform: translateX(37.5px) translateY(0) rotate(0)
    }

    100% {
        width: 150px;
        transform: translateX(-25px) translateY(0) rotate(0)
    }
}

@keyframes float {
    0% {
        top: 50%
    }

    50% {
        top: 51%
    }

    100% {
        top: 50%
    }
}
.common-gap{
    padding: 0px 80px;
}

.header-gap{
    padding: 0px 50px;
}
.card-text {
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines */
  -webkit-box-orient: vertical;  
  overflow: hidden;
  text-overflow: ellipsis;
}

.header-title {
    margin-left: auto;
    margin-right: auto
}

.top-navbar-title {
    display: flex;
    align-items: center;
    gap: 40px;
    margin: 0
}

.top-navbar-title li,
.top-navbar-title li a {
    color: var(--11, #fff);
    text-align: center;
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none
}

.hell {
    display: flex;
    align-items: center;
    gap: 25px;
    position: relative
}


.top-navbar_full {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 0
}

#top-header,
#top-navbar {
    background-color: #0f141c;
    border-bottom: 1px solid #ffffff38;
    width: 100%;
    border-radius: 0;
    padding: 0
}

.cv-btn {
    width: 48px;
    height: 48px;
    background: #ffdb59;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center
}

.fixed {
    position: fixed;
    z-index: 100;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    width: 100%;
    top: 0;
    -webkit-box-shadow: 0 0 22px -4px rgb(0 0 0 / 17%);
    box-shadow: 0 0 22px -4px rgb(0 0 0 / 17%);
    -webkit-animation: fixedheader .6s ease 0s 1 forwards;
    animation: fixedheader .6s ease 0s 1 forwards
}

@keyframes fixedheader {
    from {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(0)
    }
}

.menu-active a {
    color: #ff7d61 !important
}

.top-navbar-title li a:hover {
    color: #ff7d61
}

.services-active {
    color: #ff7d61 !important
}

.services-active svg {
    filter: brightness(0) saturate(100%) invert(51%) sepia(81%) saturate(433%) hue-rotate(321deg) brightness(104%) contrast(100%)
}

.dropdown {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    perspective: 1000px;
    z-index: 1;
    gap: 5px
}

.dropdown:hover {
    color: #ff7d61;
    cursor: pointer
}

.dropdown:hover svg {
    filter: brightness(0) saturate(100%) invert(51%) sepia(81%) saturate(433%) hue-rotate(321deg) brightness(104%) contrast(100%);
    cursor: pointer
}

.dropdown:hover .dropdown_menu li {
    display: block
}

.dropdown_menu {
    position: absolute;
    top: 100%;
    left: -55px;
    width: 200px;
    perspective: 1000px;
    z-index: -1
}

.dropdown_menu li {
    display: none;
    background-color: #212529;
    padding: 10px 20px;
    font-size: 16px;
    opacity: 0
}

.dropdown_menu li:hover {
    background-color: #ffdb59
}

.dropdown_menu li:hover a {
    color: #0f141c
}

.dropdown:hover .dropdown_menu--animated {
    display: block
}

.dropdown_menu--animated {
    display: none
}

.dropdown_menu--animated li {
    display: block;
    opacity: 1
}

.dropdown_menu-7 {
    animation: rotateMenu .4s ease-in-out forwards;
    transform-origin: top center
}

@-moz-keyframes rotateMenu {
    0% {
        transform: rotateX(-90deg)
    }

    70% {
        transform: rotateX(20deg)
    }

    100% {
        transform: rotateX(0)
    }
}

@-webkit-keyframes rotateMenu {
    0% {
        transform: rotateX(-90deg)
    }

    70% {
        transform: rotateX(20deg)
    }

    100% {
        transform: rotateX(0)
    }
}

@-o-keyframes rotateMenu {
    0% {
        transform: rotateX(-90deg)
    }

    70% {
        transform: rotateX(20deg)
    }

    100% {
        transform: rotateX(0)
    }
}

@keyframes rotateMenu {
    0% {
        transform: rotateX(-90deg)
    }

    70% {
        transform: rotateX(20deg)
    }

    100% {
        transform: rotateX(0)
    }
}

.id-portfolio {
    position: absolute;
    right: -200px;
    top: 0;
    display: none
}

.dropdown-submenu:hover .id-portfolio {
    display: block
}

ul.dropdown-submenu-main {
    width: 100%
}

ul.dropdown-submenu-main .dropdown_item-submenu a {
    color: #fff;
    font-size: 16px
}

ul.dropdown-submenu-main .dropdown_item-submenu:hover a {
    color: #0f141c
}

.outer-menu {
    z-index: 1
}

.mobile-menu-scroll {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: scroll
}

.outer-menu .checkbox-toggle {
    position: relative;
    z-index: 1000;
    cursor: pointer;
    width: 40px;
    opacity: 0
}

.outer-menu .checkbox-toggle:checked+.hamburger>div {
    transform: rotate(135deg)
}

.outer-menu .checkbox-toggle:checked+.hamburger>div:after,
.outer-menu .checkbox-toggle:checked+.hamburger>div:before {
    top: 0;
    transform: rotate(90deg)
}

.outer-menu .checkbox-toggle:checked+.hamburger>div:after {
    opacity: 0
}

.outer-menu .checkbox-toggle:checked~.menu {
    pointer-events: auto;
    visibility: visible
}

.outer-menu .checkbox-toggle:checked~.menu>div {
    transform: scale(1);
    transition-duration: .75s
}

.outer-menu .checkbox-toggle:checked~.menu>div>div {
    opacity: 1;
    transition: opacity .4s ease .4s
}

.outer-menu .checkbox-toggle:hover+.hamburger {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .1)
}

.outer-menu .checkbox-toggle:checked:hover+.hamburger>div {
    transform: rotate(225deg)
}
.video-reel-section {
    padding:  0px;
}

.outer-menu .hamburger {
    position: absolute;
    top: 15px;
    right: 0;
    z-index: 1;
    width: 50px;
    padding: .5em 12px;
    border-radius: 0 .12em .12em 0;
    cursor: pointer;
    transition: box-shadow .4s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.outer-menu .hamburger>div {
    position: relative;
    flex: none;
    width: 100%;
    height: 2px;
    background: #fefefe;
    transition: all .4s ease;
    display: flex;
    align-items: center;
    justify-content: center
}

.outer-menu .hamburger>div:after,
.outer-menu .hamburger>div:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background: inherit;
    transition: all .4s ease
}

.outer-menu .hamburger>div:after {
    top: 10px
}

.outer-menu .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    visibility: hidden;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center
}

.outer-menu .menu>div {
    width: 100%;
    height: 100vh;
    color: #fefefe;
    background: #0f141c;
    transition: all .4s ease;
    flex: none;
    transform: scale(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

.outer-menu .menu>div>div {
    text-align: center;
    max-width: 90vw;
    max-height: 100vh;
    opacity: 0;
    transition: opacity .4s ease;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center
}

.outer-menu .menu>div>div>ul {
    margin: 0;
    display: block;
    max-height: 100vh
}

.outer-menu .menu>div>div>ul>li {
    padding: 0;
    margin: 1em;
    font-size: 48px;
    line-height: 80px;
    display: block
}

.outer-menu .menu>div>div>ul>li>a {
    position: relative;
    display: inline;
    cursor: pointer;
    transition: color .4s ease
}

.outer-menu .menu>div>div>ul>li>a:hover {
    color: #e5e5e5
}

.outer-menu .menu>div>div>ul>li>a:hover:after {
    width: 100%
}

.outer-menu .menu>div>div>ul>li>a:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -.15em;
    left: 0;
    width: 0;
    height: 2px;
    background: #e5e5e5;
    transition: width .4s ease
}

.drop-menu li a {
    width: 100%;
    display: block;
    padding: 0 0 0 15px;
    font-weight: 400;
    border-radius: 0
}

.mega-box {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 30px;
    top: 85px;
    opacity: 0;
    visibility: hidden
}

.mega-box .content {
    background: #242526;
    padding: 25px 20px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .15)
}

.mega-box .content .row {
    width: calc(25% - 30px);
    line-height: 45px
}

.content .row img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.content .row header {
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500
}

.content .row .mega-links {
    margin-left: -40px;
    border-left: 1px solid rgba(255, 255, 255, .09)
}

.row .mega-links li {
    padding: 0 20px
}

.row .mega-links li a {
    padding: 0;
    padding: 0 20px;
    color: #d9d9d9;
    font-size: 17px;
    display: block
}

.row .mega-links li a:hover {
    color: #f2f2f2
}

nav input {
    display: none
}

.body-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding: 0 30px
}

.body-text div {
    font-size: 45px;
    font-weight: 600
}

.section-main {
    background-image: url("/assets/images/banner2.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%
}

.section-main2 {
    background-image: url(/assets/images/Blog/newbg.webp.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%
}

.media-main {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-left: 150px;
    z-index: 0
}

.media-main div a {
    width: 48px;
    height: 48px;
    text-align: center;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.media-main div a .icon {
    position: relative;
    color: #262626;
    transition: .5s;
    z-index: 2
}
.inn{
    z-index: 5;
}

.media-main div a:hover .icon {
    color: #fff;
    transform: rotateY(360deg)
}

.media-main div a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .5s;
    background: var(--13, linear-gradient(90deg, #ff7d61 0, #ffdb59 100%));
    z-index: 2
}

.media-main div a:hover:before {
    top: 0
}

.media-main div:nth-child(1) a:before {
    background: var(--13, linear-gradient(90deg, #ff7d61 0, #ffdb59 100%))
}

.media-main div:nth-child(2) a:before {
    background: var(--13, linear-gradient(90deg, #ff7d61 0, #ffdb59 100%))
}

.media-main div:nth-child(3) a:before {
    background: var(--13, linear-gradient(90deg, #ff7d61 0, #ffdb59 100%))
}

.media-main div:nth-child(4) a:before {
    background: var(--13, linear-gradient(90deg, #ff7d61 0, #ffdb59 100%))
}

.container2 {
    width: 100%;
    max-width: 1606px;
    margin: 0 auto;
    padding: 0 12px;
    border-right: 1px solid #ffffff38
}

.main-text {
    color: var(--1, #fff);
    text-align: center;
    font-family: "DM Sans", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-top: 50px
}

.main-text span {
    transform-origin: 70% 70%;
    display: inline-block;
    animation-name: wave-animation;
    animation-duration: 2.5s;
    animation-iteration-count: infinite
}

.db-chat-trigger{
    margin-bottom: 48px;
    margin-right: 3px;
}

@keyframes wave-animation {
    0% {
        transform: rotate(0)
    }

    10% {
        transform: rotate(14deg)
    }

    20% {
        transform: rotate(-8deg)
    }

    30% {
        transform: rotate(14deg)
    }

    40% {
        transform: rotate(-4deg)
    }

    50% {
        transform: rotate(10deg)
    }

    60% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(0)
    }
}

.container2 h1 {
    text-align: center;
    font-family: "DM Sans", sans-serif;
    font-size: 96px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: var(--1, #fff)
}

.container2 h1 mark {
    padding: 0;
    background: var(--13, linear-gradient(90deg, #ff7d61 0, #ffdb59 100%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: hue 10s infinite linear
}

@-webkit-keyframes hue {
    from {
        -webkit-filter: hue-rotate(0)
    }

    to {
        -webkit-filter: hue-rotate(-360deg)
    }
}

.home-girl-img {
    max-width: 100%
}

.home-girl-img-main {
    display: flex;
    align-items: center;
    justify-content: center
}
.home-girl-image-second{
    left: 66px;
}

.section-main-sub {
    display: flex;
    justify-content: center
}

.JessicaBiogi-main {
    position: absolute;
    top: 100px;
    right: -210px
}

.JessicaBiogi-svg {
    position: absolute;
    left: -20px;
    top: -20px
}

.jessica-biogi {
    color: var(--12, #0f141c);
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    border-radius: 8px;
    background: var(--13, linear-gradient(90deg, #ff7d61 0, #ffdb59 100%));
    padding: 9px 20px
}

.arrow-main {
    position: absolute;
    right: 150px;
    bottom: 50px
}

.worked-box {
    border-radius: 15px;
    background: var(--5, #171b22);
    box-shadow: 0 40px 40px -25px rgba(19, 31, 47, .6);
    padding: 20px;
    width: 100%;
    max-width: 330px;
    position: absolute;
    bottom: -16px;
    left: 480px;
}

.worked-more {
    color: var(--1, #fff);
    font-size: 20px;
    line-height: normal;
    padding-bottom: 15px
}

.worked-more2 {
    font-size: 16px;
    padding: 0;
    max-width: 60px
}

.worked-more2::before {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 22px;
    right: 90px
}

.client-img-main {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.client-img {
    border-radius: 50%;
    cursor: pointer
}

.client-img1 {
    position: relative
}

.client-img:hover {
    z-index: 10
}

.client-img2 {
    position: absolute;
    left: 30px
}

.client-img3 {
    position: absolute;
    left: 60px
}

.client-img4 {
    position: absolute;
    left: 90px
}

.section-main-right-contain {
    width: 100%;
    max-width: 314px
}

.section-main-right-contain-sub {
    padding: 70px;
    border-bottom: 1px solid #ffffff38
}

.total-project {
    color: var(--1, #fff);
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
    padding-bottom: 15px
}

.project-complted {
    color: var(--1, #fff);
    text-align: center;
    font-size: 20px;
    line-height: 30px
}

.flower-box {
    text-align: center;
    padding: 30px;
    border-bottom: 1px solid #ffffff38
}

.flower {
    filter: brightness(0) saturate(100%) invert(50%) sepia(73%) saturate(413%) hue-rotate(323deg) brightness(103%) contrast(101%);
    animation: rotation infinite 9s linear
}

@keyframes rotation {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.Freelance {
    color: var(--14, #909090);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    padding-top: 20px
}

.Freelance span {
    color: var(--1, #fff)
}

.mouse {
    height: 100px;
    width: 60px;
    border: 2px solid #fff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center
}

.scroll-down {
    color: var(--1, #fff);
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    max-width: 80px;
    text-align: center
}

.mouse-arrow-down {
    animation: bounce 1.6s infinite cubic-bezier(.445, .05, .55, .95)
}

@keyframes bounce {
    50% {
        transform: translateY(10px)
    }
}

.mouse-main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 90px 0
}

.section-two {
    background: #171b22;
    padding-top: 100px;
    border-bottom: 1px solid #63636385
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-8px)
    }
}

@keyframes mover {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-8px)
    }
}

.circle-text {
    position: absolute;
    bottom: 100px;
    right: 168px;
    font-size: 15px;
    max-width: 142px;
    text-align: center;
    color: var(--1, #fff);
    font-weight: 400;
    line-height: 24px;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate
}

.girl-img2 {
    max-width: 100%
}
.section-two-col-onee img {
  transform: scaleX(-1) !important;
}

.award-circle-main {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px;
    border-radius: 45px;
    border: 1px solid var(--14, #63636385);
    width: 100%;
    max-width: 493px
}

.award-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #63636385;
    display: flex;
    align-items: center;
    justify-content: center
}

.independent {
    color: var(--1, #fff);
    font-size: 20px;
    font-weight: 500;
    line-height: 30px
}

.self-taught {
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    line-height: 48px;
    padding: 20px 0 30px 0
}

.self-taught span {
    color: #fff
}

.odio {
    color: var(--1, #fff);
    font-size: 18px;
    font-weight: 300;
    line-height: 30px
}

.explore-me {
    display: flex;
    align-items: center;
    padding-top: 40px
}

.explore-me a {
    color: var(--9, #ffdb59);
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 2px
}

.explore-me a:hover {
    color: #ff7d61
}

.explore-me a:hover .expo-arrow {
    filter: brightness(0) saturate(100%) invert(52%) sepia(56%) saturate(563%) hue-rotate(321deg) brightness(104%) contrast(100%);
    margin-left: 10px;
    transition: all ease-in-out .2s
}

.Marquee-main {
    padding: 100px 0px 70px 0px;
    background: #171b22;
}

.Marquee-main h3 {
    color: var(--1, #fff);
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    line-height: 32px
}

.marquee__content {
    display: flex;
    justify-content: space-around;
    min-width: 50%;
    align-items: center;
    padding-top: 0px
}

.marquee-img-main {
    margin: 0 30px
}

.marquee-img-main {
    border: 1px solid #63636385;
    padding: 0 52px;
    border-radius: 40px;
    cursor: pointer;
    height: 80px;
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: center
}

.marquee-img-main:hover {
    border: 1px solid #fff
}

.section-three {
    background: #0f141c;
    padding: 80px 0px 0px 0px
}

.services-section {
    justify-content: space-between
}

.our-services {
    background: var(--13, linear-gradient(90deg, #ff7d61 0, #ffdb59 100%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px
}

.our-solution {
    color: var(--1, #fff);
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
    padding-bottom: 30px
}

.services-circle-main {
    position: relative;
    padding-top: 80px
}

.view-work-circle a {
    color: var(--12, #0f141c);
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 2px;
    max-width: 100px
}

.view-work-circle {
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background-color: #ffdb59;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.contact-circle a {
    color: #fff
}

.contact-circle:hover a {
    color: #000
}

.contact-circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #ffdb59;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
}

.contact-circle .btn2 {
    background: #171b22;
    border: none;
    color: #fff
}

.btn {
    overflow: hidden;
    position: relative;
    z-index: 0
}

.view-work-circle:before {
    background: #fff
}

.contact-circle :before {
    background: #ffdb59;
    border: none
}

.view-work-circle:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    border-radius: 50%;
    transition: all .5s ease-in-out
}

.view-work-circle:hover:before {
    content: "";
    width: 250px;
    height: 250px;
    left: -30%;
    top: -14%;
    transition: all .5s ease-in-out
}

.boder-top1 {
    border-bottom: 1px solid #63636385;
    padding-top: 24px
}

.nested-accordion {
    cursor: pointer;
    position: relative
}

.nested-accordion .comment {
    color: var(--14, #909090);
    font-size: 18px;
    font-weight: 400;
    line-height: 25px
}

.nested-accordion h3 {
    color: var(--1, #fff);
    font-size: 20px;
    font-weight: 500;
    line-height: 48px
}

.nested-accordion h3:before {
    content: "\271B";
    position: absolute;
    top: 35px;
    right: 0;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.nested-accordion h3.selected {
    color: var(--11, #ff7d61);
    font-size: 19px;
    font-weight: 500;
    line-height: 48px
}

.nested-accordion h3.selected:before {
    content: "\005F";
    line-height: 3px;
    font-size: 40px;
    font-weight: 400;
    color: #ff7d61
}

.nested-accordion .boder-top.selected {
    border-bottom: 1px solid transparent
}

.boder-top {
    border-bottom: 1px solid #63636385;
    padding: 20px 0
}

.accor-list {
    padding-top: 10px;
    padding-bottom: 30px;
    border-bottom: 1px solid #63636385
}

.accor-list li {
    color: #fff;
    position: relative;
    padding-left: 15px
}

.accor-list li:before {
    content: "\00B7";
    font-size: 40px;
    position: absolute;
    top: -1px;
    left: 0
}

.ticker__item:before {
    content: "_";
    color: transparent
}

.ticker__item.ticker__item_dark,
.ticker__item.ticker__item_dark a {
    color: #fff !important
}

.logos {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    display: flex
}

.logos:after,
.logos:before {
    content: "";
    position: absolute;
    top: 0;
    width: 30%;
    height: 100%;
    z-index: 2
}

.logos2:after,
.logos2:before {
    background: 0 0 !important
}

.logos:before {
    left: 0;
    
}

.logos:after {
    right: 0;
   
}

.logos:hover .logos-slide {
    animation-play-state: paused
}

.logos-slide {
    animation: 60s slide infinite linear
}

.logos-slide .ticker__item,
.logos-slide .ticker__item a {
    display: inline-block;
    font-size: 40px;
    line-height: 120px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    font-weight: 700;
    font-family: Syne, Sans-serif;
    will-change: transform;
    color: transparent
}

@keyframes slide {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-100%)
    }
}

.section-four {
    padding: 100px 0;
    background-color: #0f141c
}

.my_skills {
    text-align: center
}

.my-expertise {
    text-align: center;
    padding: 0
}

.skill-type-main {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
    align-items: center;
    gap: 30px;
    padding-top: 60px
}

.skills-box-main {
    width: 300px;
    height: 390px;
    border-radius: 150px;
    background: var(--5, #171b22);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center
}

.skills-box-main:hover {
    background-image: url(https://dreambytesolution.com/assets/images/skills_hover-img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%
}

.skills-box-main img {
    margin-bottom: 60px;
    filter: grayscale(1)
}

.skills-box-main:hover img {
    filter: grayscale(0)
}

.skills-box-main h3 {
    color: var(--1, #fff);
    text-align: center;
    font-size: 80px;
    font-weight: 700;
    line-height: 80px;
    padding-bottom: 10px
}

.count2::after {
    content: "%"
}

.skills-box-main:hover.skills-box-main h3 {
    background: var(--13, linear-gradient(90deg, #ff7d61 0, #ffdb59 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.skills-box-main p {
    color: var(--14, #909090);
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px
}

.skills-box-main:hover.skills-box-main p {
    color: #fff
}

.latest_project {
    padding: 0
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.explore-btn {
    position: relative;
    display: inline-block;
    background-color: transparent;
    border: none;
    cursor: pointer;
    max-width: 310px;
    width: 100%
}

.explore-btn span {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    top: 0;
    left: 0;
    width: 100%;
    transition: .3s;
    text-align: center;
    color: var(--9, #ffdb59);
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 2px;
    border: 2px solid #ffdb59;
    border-radius: 32px;
    padding: 16px 20px;
    transition: .2s
}

.explore-btn::before {
    position: absolute;
    content: "";
    background-color: #ffdb59;
    border-radius: 32px;
    transition: .3s ease-out
}

.explore-btn span:hover {
    color: #0f141c;
    transition: .2s .1s
}

.explore-btn:hover .expo-arrow2 {
    filter: brightness(0) saturate(100%) invert(5%) sepia(4%) saturate(6247%) hue-rotate(164deg) brightness(94%) contrast(92%)
}

.explore-btn.hover-slide-right::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 0%
}

.explore-btn.hover-slide-right:hover::before {
    position: absolute;
    content: "";
    width: 100%
}

.main .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center
}

.main .card {
    color: #252a32;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .24)
}

.main .card-image {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 70%;
    background: #fff
}

.main .card-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.mobile_app {
    color: var(--1, #0f141c);
    font-size: 32px;
    font-weight: 500;
    line-height: 48px;
    text-align: center;
    padding-bottom: 10px
}

.popup-container {
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out;
    transform: scale(1.3);
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 17, 17, .61);
    display: flex;
    align-items: center
}

.popup-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%
}

.popup-container:target {
    visibility: visible;
    opacity: 1;
    transform: scale(1)
}

.popup-container h3 {
    margin: 10px
}

.popup-style-2 {
    transform: scale(.3)
}

.popup-style-2:target {
    transform: scale(1)
}

.logo_design {
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin: 0;
    padding-bottom: 15px
}

.content3 {
    padding: 30px;
    background-color: #0f141c
}

@keyframes spin {
    100% {
        transform: rotateZ(360deg)
    }
}

.section-six {
    padding: 100px 0;
    background: var(--5, #171b22)
}

.great-work-svg {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 20px
}

.great-work-svg h3 {
    color: var(--1, #fff);
    font-size: 24px;
    font-weight: 500;
    line-height: 30px
}

.posuere {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 30px
}

.testimonial_slider {
    padding-top: 60px
}

.testimonial_client_img {
    max-width: 100%;
    border-radius: 50%
}

.client_details {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 20px
}

.client-name {
    color: var(--1, #fff);
    font-size: 24px;
    font-weight: 500;
    line-height: 32px
}

.studio {
    color: var(--14, #909090);
    font-size: 16px;
    font-weight: 500;
    line-height: normal
}

.slick-slide {
    margin: 0 15px
}

.slick-list {
    margin: 0 -15px
}

.slick-slider div {
    outline: 0
}

.slider-line {
    width: 100%
}

.slick-next {
    position: absolute;
    top: -50px;
    color: #fff;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: none
}

.slick-next:hover {
    background: var(--13, linear-gradient(90deg, #ff7d61 0, #ffdb59 100%))
}

.slick-next {
    right: 0px
}

.section-seven {
    background: var(--12, #0f141c);
    padding: 0px ;
}
.section-seven-single-service{
    padding: 0px !important;
}
.news-header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 60px
}

.news-img {
    max-width: 100%;
    border-radius: 30px;
    transition: all .3s ease
}

.new-img-box-main:hover .news-img {
    border-radius: 0;
   
}

.date-dev {
    color: var(--14, #909090);
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    padding-top: 30px
}

.need-blog {
    color: var(--1, #fff);
    font-size: 32px;
    font-weight: 500;
    line-height: 48px;
    transition: all .3s ease
}

.new-img-box-main:hover .need-blog {
    color: #ffdb59
}

.read-more-btn {
    padding-top: 20px
}

#contact-ticker {
    padding:  80px 0
}

.client-bounce-img {
    border-radius: 50%;
    z-index: 10;
    max-width: 100%
}

.client-bounce-img1 {
    position: absolute;
    top: -100px;
    left: 150px;
    animation: mover 2s infinite alternate
}

.client-bounce-img2 {
    background-color: white;
    position: absolute;
    bottom: -140px;
    left: 35%;
    animation: mover 1s infinite alternate
}

.client-bounce-img3 {
    position: absolute;
    top: -100px;
    right: 30%;
    animation: mover 2s infinite alternate
}

.client-bounce-img4 {
     background-color: white;
    position: absolute;
    bottom: -130px;
    right: 150px;
    animation: mover 1s infinite alternate
}

footer {
    background-color: #0f141c
}

.footer-bg {
    background-image: url(https://dreambytesolution.com/assets/images/footer-bg.webp);
    background-repeat: no-repeat;
    background-position: left;
    height: 100%;
    width: 100%;
    /*padding: clamp(0px, 1vw, 0px) 0;*/
}

.work_well {
    color: var(--14, #909090);
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    padding: 5px;
}

.contact-footer {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 10px
}

.contact-footer a,
.contact-footer p {
    color: var(--1, #fff);
    font-size: 16px;
    font-weight: 500;
    line-height: 32px
}

.contact-footer a:hover {
    color: #ff7d61
}

.contact-footer p:hover {
    color: #ff7d61
}

.footer-menu-main {
    display: flex;
    align-items: center
}

.footer-box-right {
    padding: 20px 20px 30px 20px; /* was 40px 40px 80px 40px */
    background: var(--5, #171b22);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:30px;
    width: 100%;
    margin-right: 80px;
}

.mind-project {
    color: var(--1, #fff);
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 48px
}
.contact-button-cylinder {
  background-color: #ffdb59;
  border-radius: 20px;
  padding: 8px 20px;              /* Reduced padding */
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  margin: 4% auto;
  min-width: 100px;               /* Reduced minimum width */
  font-weight: 600;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
}

.contact-button-cylinder:hover {
  background-color: #ffbb00;
  transform: scale(1.05);
}

.contact-link {
  color: #000;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
}

.contact_time {
    color: var(--1, #fff);
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px
}

.monday {
    color: var(--14, #909090);
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px
}

.container.footer-containe {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: clamp(20px, 3vw, 60px);
  align-items: flex-start;
}
.copyright {
    color: var(--14, #909090);
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    max-width: 560px;
    width: 100%
}

.copyright a {
    color: var(--14, #fff)
}

.copyright a:hover {
    color: #ff7d61
}

.copyright_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 840px;
 
}

.copyright_main input {
    width: 100%;
    max-width: 410px;
    height: 48px;
    background-color: #0f141c;
    border: none;
    color: var(--14, #fff);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 12px
}

.hekl {
    display: flex;
    flex-direction: column;
    padding-top: 0px
}

.input-main {
    position: relative;
    width: 100%;
    text-align: end
}

.send-svg-icon {
    position: absolute;
    top: 12px;
    right: 15px;
    cursor: pointer
}

.mobile-itemright-footer {
    display: none
}

.useful-link {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    background: var(--13, linear-gradient(90deg, #ff7d61 0, #ffdb59 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 30px 0
}

.about-hello {
    text-align: left;
    padding-top: 100px;
    padding-bottom: 10px
}

.JessicaBiogi {
    color: var(--1, #fff);
    font-size: 96px;
    font-weight: 700;
    line-height: normal
}

.about-freelance {
    text-align: left;
    font-size: 18px;
    padding-top: 30px
}

.about-contact-btn {
    padding: 0
}

.about-contact-btn a {
    color: var(--1, #fff)
}

.about-main-img-sec {
    display: flex;
    justify-content: flex-end;
    padding: 55px 12px;
    position: relative
}

.about-img-main {
    max-width: 100%
}

.about-flower-img {
    position: absolute;
    top: 165px;
    left: 183px;
    filter: brightness(0) saturate(100%) invert(50%) sepia(73%) saturate(413%) hue-rotate(323deg) brightness(103%) contrast(101%);
    animation: rotation infinite 9s linear
}

.about-arrow-main {
    position: absolute;
    left: 70px;
    bottom: 150px
}

.about-section-two {
    background: var(--5, #171b22);
    padding: 100px 0
}

.section-counter {
    border-top: 1px solid #90909038;
    padding: 40px 0;
    background: var(--5, #171b22)
}

.counter-work {
    color: var(--1, #fff);
    text-align: center;
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    padding-top: 15px
}

.about-count::after {
    content: "+"
}

.about-Marquee-main {
    border-top: 1px solid #63636385
}

.about_header_full_sec {
    padding: 200px 0
}

.flip-back-text {
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    text-align: center
}

.box-item {
    position: relative
}

.flip-box {
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    perspective: 1000px;
    -webkit-perspective: 1000px
}

.flip-box-back {
    background-size: cover;
    background-position: center;
    min-height: 240px;
    -ms-transition: transform .7s cubic-bezier(.4, .2, .2, 1);
    transition: transform .7s cubic-bezier(.4, .2, .2, 1);
    -webkit-transition: transform .7s cubic-bezier(.4, .2, .2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #171b22;
    border-radius: 20px
}

.flip-box-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.flip-box:hover .flip-box-back {
    -ms-transform: rotateY(0);
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.explore-services span {
    padding: 16px 10px
}

.my-services {
    padding-top: 100px
}

.freelance-text2 {
    padding-top: 30px
}

#section-main-id {
    padding-bottom: 220px
}

.build {
    color: var(--1, #fff);
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
    padding-bottom: 30px
}

.creative-img {
    padding-bottom: 15px
}

.creative-box:hover .creative-img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(34%) saturate(4042%) hue-rotate(320deg) brightness(103%) contrast(101%)
}

.creative-box:hover .creative-ideas-text {
    color: #ffdb59
}

.creative-ideas-text {
    color: var(--1, #fff);
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    padding-bottom: 10px
}

.nested-accordion2 h3:before {
    position: absolute;
    top: 22px;
    right: 20px
}

.nested-accordion .boder-top.selected {
    border-bottom: 1px solid transparent;
    margin: 0
}

.nested-accordion2 .comment {
    background: var(--5, #171b22);
    padding: 0 15px 15px 15px;
    margin-bottom: 15px
}

.nested-accordion2 h3.selected:before {
    top: 14px
}

.other-services-main {
    padding: 40px;
    border-radius: 30px;
    background: var(--5, #171b22)
}

.other-services {
    color: var(--1, #fff);
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    padding-bottom: 25px
}

.other-services-sub-text a {
    color: var(--14, #909090);
    font-size: 20px;
    font-weight: 500;
    line-height: 32px
}

.other-services-sub-text a:hover {
    background: var(--13, linear-gradient(90deg, #ff7d61 0, #ffdb59 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.other-services-sub-text {
    padding: 15px 0;
    border-bottom: 1px solid #63636385
}

.other-services-main2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    flex-direction: column
}

.call-svg-main {
    width: 100px;
    height: 100px;
    background-color: #ff7d61;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center
}

.service_provider {
    padding: 40px 0 60px 0
}

.project-details-sub-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    background: var(--13, linear-gradient(90deg, #ff7d61 0, #ffdb59 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.development {
    color: var(--1, #fff);
    font-size: 20px;
    font-weight: 500;
    line-height: 32px
}

.project-details-main {
    padding: 20px 0;
    border-bottom: 1px solid #63636385
}

.blog-flower-img {
    position: absolute;
    top: 64px;
    right: 19px;
    filter: brightness(0) saturate(100%) invert(50%) sepia(73%) saturate(413%) hue-rotate(323deg) brightness(103%) contrast(101%);
    animation: rotation infinite 9s linear
}

.new-img-box-main3 {
    padding-bottom: 60px
}

.text {
    display: none;
    padding-top: 60px
}

#toggle {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
    box-sizing: border-box;
    text-transform: uppercase
}

.new-img-box-main-blog:hover .news-img {
    border-radius: 0;
    filter: blur(1px)
}

.new-img-box-main-blog:hover .need-blog {
    color: #ffdb59
}

.small_blog {
    padding: 30px;
    background-color: #171b22;
    margin: 40px 0 20px 0
}

.line_client {
    display: flex;
    align-items: center
}

.line {
    border-top: 2px solid #ff7d61;
    width: 60px
}

.design {
    color: var(--1, #fff);
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    padding: 16px 30px;
    border-radius: 32px;
    background: var(--5, #171b22);
    display: inline-flex;
    margin: 0 15px
}

.tags-main {
    display: flex;
    align-items: center;
    gap: 30px
}

.next-arrow-blog {
    margin-left: 10px
}

.popup {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    top: 50%;
    max-width: calc(380px - 40px);
    width: 100%;
    margin: 0 auto;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
    transform: translate(-50%, -50%) scale(1.2);
    transition: top 0s .2s ease-in-out, opacity .2s 0s ease-in-out, transform .2s 0s ease-in-out;
    z-index: 100;
    display: none
}

.popup.show {
    top: 50%;
    left: 50%;
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
    transition: top 0s 0s ease-in-out, opacity .2s 0s ease-in-out, transform .2s 0s ease-in-out;
    position: fixed
}

.popup.show {
    display: block
}

.popup :is(header, .icons, .field) {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.popup header {
    padding-bottom: 15px;
    border-bottom: 1px solid #ebedf9
}

header span {
    font-size: 21px;
    font-weight: 600;
    color: #000
}

.icons li a {
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    transition: all .3s ease-in-out
}

.popup .content-share {
    margin: 20px 0
}

.content-share p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px
}

.popup .icons {
    margin: 15px 0 20px 0
}

.dev-blog-text {
    color: var(--1, #fff);
    font-size: 20px;
    font-weight: 500;
    line-height: 32px
}

.total-blogs {
    color: var(--14, #909090);
    font-size: 20px;
    font-weight: 500;
    line-height: 32px
}

.name {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    background: var(--13, linear-gradient(90deg, #ff7d61 0, #ffdb59 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 5px
}

.get-touch-box-main {
    border-radius: 30px;
    background: var(--5, #171b22);
    padding: 40px;
    height: 565px
}

.get-touch-box-main h2 {
    color: var(--1, #fff);
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    padding-bottom: 40px
}

.well {
    color: var(--14, #909090);
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 30px
}

.contact-footer2 {
    gap: 10px
}

.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear
}

.progress-wrap.active-progress {
    margin-bottom: -15px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.progress-wrap::after {
    position: absolute;
    content: url(https://dreambytesolution.com/assets/images/upload.png);
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    font-weight: 700;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear
}

.progress-wrap svg.progress-circle path {
    stroke: #ff7d61;
    stroke-width: 4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear
}

.progress-wrap::after {
    color: #ff7d61
}

.cursor {
    position: fixed;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    border-radius: 50%;
    border: 2px solid #ff7d61;
    transition: transform .3s ease;
    transform-origin: center center;
    pointer-events: none;
    z-index: 5000;
    display: flex;
    align-items: center;
    justify-content: center
}

.grow,
.grow-small {
    transform: scale(2);
    background: #ffff;
    mix-blend-mode: difference;
    border: none
}

.grow-small {
    transform: scale(1)
}

.geek-alto {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 80px;
    line-height: 26px
}

.sub-title-address {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: .7;
    font-weight: 400;
    padding-bottom: 20px
}

.side-menu-text p {
    color: #212529ed;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    font-size: 150px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase
}

.item p a {
    color: var(--1, #fff);
    font-size: 20px;
    font-weight: 500;
    line-height: 32px
}

.accordion {
    border-radius: 3px;
    background: 0 0
}

.heading {
    color: #fff;
    font-size: 14px;
    letter-spacing: .8px;
    cursor: pointer
}

.heading:hover {
    color: #ff7d61
}

.heading:nth-last-child(2) {
    border-bottom: 0
}

.heading:first-child:hover {
    border-radius: 3px 3px 0 0
}

.heading:nth-last-child(2):hover {
    border-radius: 0 0 3px 3px
}

.heading::before {
    content: "+";
    vertical-align: middle;
    display: inline-block;
    float: right;
    transform: rotate(0);
    transition: all .5s
}

.active.heading::before {
    transform: rotate(-180deg)
}

.not-active.heading::before {
    transform: rotate(0)
}

.contents {
    display: none;
    background: #0f141c;
    padding: 20px 30px
}

.contents li a {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase
}

.contents li a:hover {
    color: #ff7d61
}

.contents li {
    padding: 10px 0
}

.row.sidemenu-main {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center
}

.heading2 {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid rgba(255, 255, 255, .05);
    padding: 10px 30px
}

.heading2 a {
    color: #fff
}

.heading2 a:hover {
    color: #ff7d61
}

.side-menu-scroll {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-x: auto
}

.services-svg {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0) hue-rotate(310deg) brightness(111%) contrast(102%)
}

to {
    transform: rotate(360deg)
}

.strategy {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #909090;
    padding-bottom: 20px
}

.new-services {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid #63636385;
    padding: 50px 0
}

.latest-project-services {
    text-align: center;
    padding: 0
}

@keyframes animate-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 0, 0, .674), 0 0 0 0 rgba(255, 0, 0, .674)
    }

    40% {
        box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 0 rgba(255, 0, 0, .777)
    }

    80% {
        box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0)
    }
}

.number-services {
    width: 50px;
    height: 50px;
    background-color: #171b22;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px
}

.branding-design-text {
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
    color: #fff;
    margin-bottom: 15px
}

.services-row-main {
    gap: 25px 0
}

.services-video {
    background-image: linear-gradient(359deg, rgba(0, 0, 0, .56) 11.4%, rgba(0, 0, 0, .56) 70.2%), url(https://dreambytesolution.com/assets/images/services/video-img.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    height: 500px;
    position: relative
}

.slider-main-services {
    position: relative;
    height: 100vh;
    margin: 0 auto;
    overflow: visible;
    perspective: 300px;
    background: #000
}

.slide {
    text-align: center;
    color: #fff;
    width: 100%;
    height: 100%;
    font-family: Impact;
    font-size: 96px;
    font-weight: 700;
    line-height: 80px;
    animation-name: slideList;
    animation-duration: 28s;
    animation-iteration-count: infinite;
    transition-timing-function: ease-in-out;
    position: absolute;
    bottom: 0;
    transform-origin: bottom;
    transform: rotateX(90deg);
    opacity: 0
}

.slide1 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    z-index: 7
}

.slide2 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    animation-delay: 4s;
    z-index: 6
}

.slide3 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    animation-delay: 8s;
    z-index: 5
}

.slide4 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    animation-delay: 12s;
    z-index: 4
}

.slide5 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    animation-delay: 16s;
    z-index: 3
}

.slide6 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    animation-delay: 20s;
    z-index: 2
}

.slide7 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    animation-delay: 24s;
    z-index: 1
}

@keyframes slideList {
    0% {
        transform: rotateX(-90deg);
        opacity: 0;
        transform-origin: top
    }

    5% {
        transform: rotateX(0);
        opacity: 1;
        z-index: 7
    }

    13% {
        transform: rotateX(0);
        opacity: 1;
        z-index: 7
    }

    18% {
        transform: rotateX(90deg);
        opacity: 0;
        transform-origin: bottom;
        z-index: 7
    }

    100% {
        transform: rotateX(90deg);
        opacity: 0;
        transform-origin: bottom
    }
}

@-webkit-keyframes slideList {
    0% {
        -webkit-transform: rotateX(-90deg);
        opacity: 0;
        -webkit-transform-origin: top
    }

    5% {
        -webkit-transform: rotateX(0);
        opacity: 1;
        z-index: 7
    }

    13% {
        -webkit-transform: rotateX(0);
        opacity: 1;
        z-index: 7
    }

    18% {
        -webkit-transform: rotateX(90deg);
        opacity: 0;
        -webkit-transform-origin: bottom;
        z-index: 7
    }

    100% {
        -webkit-transform: rotateX(90deg);
        opacity: 0;
        -webkit-transform-origin: bottom
    }
}

.slider-read-more {
    display: flex;
    align-items: center;
    justify-content: center
}

.video-container {
    position: relative;
    max-width: 1266px;
    width: 100%;
    height: 633px;
    cursor: pointer
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: none;
    border-radius: 30px
}

.portfolio-hover-box {
    position: relative;
    display: inline-block;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    text-align: left
}

.portfolio-hover-box * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.portfolio-hover-box:before {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    top: 100%;
    content: "";
    background-color: rgb(0 0 0 / 50%);
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transition-delay: .25s;
    transition-delay: .25s
}

.portfolio-hover-box img {
    vertical-align: top;
    max-width: 100%;
    backface-visibility: hidden
}

.portfolio-hover-box h3,
.portfolio-hover-box h4 {
    margin: 0;
    opacity: 0;
    letter-spacing: 1px
}

.portfolio-hover-box h4 {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms;
    margin-bottom: 5px
}

.portfolio-hover-box h4 {
    background-color: #ff7d61;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.portfolio-hover-box.hover:before,
.portfolio-hover-box:hover:before {
    top: 10px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.portfolio-hover-box.hover h4,
.portfolio-hover-box:hover h4 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    color: #fff;
    padding: 10px 20px;
    text-align: center
}

.portfolio-hover-box.hover h3,
.portfolio-hover-box:hover h3 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    color: #fff;
    padding: 15px 20px;
    text-align: center
}

.portfolio-hover-box.hover h3,
.portfolio-hover-box:hover h3 {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    text-align: center
}

.portfolio-hover-box.hover h4,
.portfolio-hover-box:hover h4 {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    text-align: center
}

.portfolio-hover-box-main:nth-child(-n+6) {
    margin-bottom: 50px
}

.view {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default
}

.view .content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.view img {
    display: block;
    position: relative
}

.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 24px;
    line-height: 35px;
    background: rgba(0, 0, 0, .8)
}

.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000
}

.view a.info:hover {
    box-shadow: 0 0 5px #000
}

@keyframes imageAnimation {
    0% {
        opacity: 0;
        animation-timing-function: ease-in
    }

    8% {
        opacity: 1;
        animation-timing-function: ease-out
    }

    17% {
        opacity: 1
    }

    25% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

.section {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    height: 100vh;
    z-index: 0
}

#main-img:hover {
    cursor: pointer
}

#main-img img {
    width: 100%;
    height: 100%
}

.container.main-container2 {
    padding-bottom: 100px
}

.photo {
    position: relative;
    text-align: center;
    padding-bottom: 3rem
}

.photo__image img {
    max-width: 100%;
    transition: 1s cubic-bezier(.19, 1, .22, 1) .2s
}

.photo__name {
    text-transform: uppercase;
    font-size: 40px;
    letter-spacing: 2px;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    margin-top: -25px;
    transition: .4s ease-in-out .4s;
    position: relative;
    width: 100%
}

.photo:hover .photo__image img {
    transform: translateX(0)
}

.photo:hover .photo__name {
    color: #fff
}

@keyframes move-it {

    0%,
    100%,
    90% {
        transform: translateY(2%)
    }

    45% {
        transform: translateY(-50%)
    }
}

@keyframes move-it-2 {

    0%,
    100%,
    90% {
        transform: translateY(-50%)
    }

    45% {
        transform: translateY(5%)
    }
}

.portfolio-text-box-right-sub {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin-top: 32px
}

.portfolio-text-box-right-sub img {
    border-radius: 30px
}

.portfolio-text-box-right-sub>div:first-child {
    background: #1a1d24;
    border-radius: 30px;
    padding: 30px
}

.client-detail-portfolio {
    margin-bottom: 30px
}

.portfolio-text-box-right-sub p {
    font-size: 16px;
    font-weight: 600;
    color: #909090;
    padding-bottom: 8px
}

.portfolio-text-box-right-sub h2 {
    font-size: 18px;
    font-weight: 600;
    color: #fff
}

.blog2-main-text {
    text-align: center
}

.btn-style2 {
    color: #ffdb59;
    font-size: 18px;
    letter-spacing: 0;
    text-transform: uppercase;
    border-radius: 0;
    line-height: 1;
    font-weight: 500
}

.btn-style2:hover {
    color: #ff7d61;
    background: 0 0
}

.blog-group-main:nth-child(-n+6) {
    margin-bottom: 50px
}

.page-active {
    background: #ff7d61;
    border: 2px solid #ff7d61 !important
}

.list-blog-main {
    display: flex;
    gap: 100px;
    padding: 50px 0;
    border-bottom: 1px solid #63636385;
    border-top: 1px solid #63636385
}

.list-blog-main:nth-child(-n+1) {
    border-top: none;
    padding-top: 0
}

.list-blog {
    margin: 100px 0
}

.design-date {
    display: flex;
    align-items: center;
    gap: 20px
}

.design-date p {
    font: 12px;
    line-height: 20px;
    font-weight: 500;
    color: #fff
}

.design-date p:nth-child(-n+1) {
    color: #ff7d61
}

.blog-img-blog8 {
    max-width: 232px;
    width: 100%;
    border-radius: 8px 0 0 8px
}

.blog8-col-main {
    display: flex;
    align-items: center;
    background: #171b22;
    border-radius: 0 8px 8px 0
}

.blog-text-section {
    padding: 30px
}

.blog8-tag-main {
    display: flex;
    align-items: center;
    gap: 15px
}

.blog8-tag {
    background-color: #63636385;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 4px 7px;
    border-radius: 2px
}

.blog8-row-main {
    gap: 25px 0
}

#tags-main {
    border-top: 1px solid #63636385;
    padding-top: 30px
}

.share-social-main {
    display: flex;
    align-items: center;
    gap: 20px
}

.share-social {
    padding: 8px 15px;
    background: #61616157;
    border-radius: 5px
}

.share-social:hover {
    background: #ff7d61
}

.share-social a {
    color: #fff;
    font-size: 14px
}

.blog-name-date-group {
    display: flex;
    align-items: center;
    gap: 30px
}

#other-services-main-blog {
    margin-bottom: 30px
}

.search-svg {
    position: absolute;
    top: 17px;
    right: 20px;
    cursor: pointer
}

#product-tag-blog {
    margin-top: 60px
}

.product-tags {
    display: flex;
    align-items: center;
    gap: 15px 20px;
    flex-wrap: wrap
}

.product-tags a {
    color: #fff;
    font-size: 16px;
    border-bottom: 1px solid #fff
}

@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);

#team {
    background-image: url(https://dreambytesolution.com/assets/home-icon/newblurbackground.png);
    background-size: cover
}

section {
    padding: 60px 0
}

section .section-title {
    text-align: center;
    color: #ed7a5d;
    margin-bottom: 50px;
    text-transform: uppercase
}

#team .card {
    border: none;
    background: #171b22;
    color: #fff
}

.image-flip.hover .backside,
.image-flip:hover .backside {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -o-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateY(0);
    border-radius: .25rem
}

.image-flip.hover .frontside,
.image-flip:hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    z-index: 2;
    margin-bottom: 30px
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px #9e9e9e;
    -moz-box-shadow: 5px 7px 9px -4px #9e9e9e;
    box-shadow: 5px 7px 9px -4px #ecdb57
}

.backside,
.frontside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d
}

.backside .card,
.frontside .card {
    min-height: 312px
}

.backside .card a {
    font-size: 18px;
    color: #ed7a5d !important
}

.backside .card .card-title,
.frontside .card .card-title {
    color: #ed7a5d !important
}

.frontside .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%
}

@media (max-width:767px) {
    .image-flip {
        perspective: 1000px
    }
    
    .common-gap {
    padding: 0px 30px;
    }

    .backside,
    .frontside {
        width: 100%
    }
}

.home-girl-img {
    max-width: 100%;
    height: auto;
    display: block
}

.floating-icons {
    position: fixed;
    bottom: 125px;
    right: 33px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1000
}

.floating-icon {
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .2);
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color .3s ease;
    text-decoration: none
}

.floating-icon:hover {
    opacity: .9
}

.call-icon {
    background-color: #007bff
}

.container2 h1 {
    text-align: center;
    font-family: "DM Sans", sans-serif;
    font-size: 96px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: var(--1, #fff)
}

@media (max-width: 1199.98px) {
    .hero-section-heading{
        font-size: 70px !important;
    }
    .hero-section-para{
        font-size: 24px !important;
    }
}

  
@media (max-width:768px) {
    .container2 h1 {
        font-size: 50px
    }
}

.newchange {
    color: #fff !important
}

.newchange:hover {
    color: #000 !important
}

.add_image {
    margin-top: -95px
}

@media (max-width:967px) {
    .add_image {
        margin-top: -30px
    }
}
@media (max-width:600px) {
    .floating-icons {
        bottom: 76px;
    }
}
@media (max-width: 575.98px) {
    .floating-icons {
        right: 15px;
    }
}

@media (max-width:460px) {
    .nested-accordion h3:before{
        font-size:19px;
    }
     .hero-section-heading{
        font-size: 50px !important;
    }
    .hero-section-para{
        font-size: 20px !important;
    }
}