@font-face {
    font-family: 'Kaneda Gothic';
    src: url('./fonts/KanedaGothic-Bold.eot');
    src: url('./fonts/KanedaGothic-Bold.eot?#iefix') format('embedded-opentype'), url('./fonts/KanedaGothic-Bold.woff2') format('woff2'), url('./fonts/KanedaGothic-Bold.woff') format('woff'), url('./fonts/KanedaGothic-Bold.ttf') format('truetype'), url('./fonts/KanedaGothic-Bold.svg#KanedaGothic-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

body.home header {
    background-color: #fff;
}
body.home header.invert-header.classic-menu.white-header {
    background: transparent;
}
body header {
    background-color: #eee;
}
body a {
    color: #000;
    text-decoration: none;
}
body a:hover {
    color: #4e4e4e;
    text-decoration: none;
}
.form_iframe {
    display: flex;
    justify-content: center;
}
.form_iframe iframe {
    width: calc(100% - 60%);
}
.xpWfed, .T2dutf {
    display: none !important;
}
.thanks_msg {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.thanks_msg iframe {
    width: 100%;
    height: 450px;
    pointer-events: none;
}
.page-id-3242.smooth-scroll, 
.page-id-3240.smooth-scroll, 
.page-id-3236.smooth-scroll,
.page-id-3293.smooth-scroll,
.page-id-3315.smooth-scroll,
.page-id-3314.smooth-scroll,
.page-id-3316.smooth-scroll,
.page-id-3317.smooth-scroll,
.page-id-3322.smooth-scroll,
.page-id-3320.smooth-scroll  {
    overflow: visible;
}
.page-id-3242.smooth-scroll #content-scroll, 
.page-id-3240.smooth-scroll #content-scroll, 
.page-id-3236.smooth-scroll #content-scroll , 
.page-id-3293.smooth-scroll #content-scroll,
.page-id-3315.smooth-scroll #content-scroll,
.page-id-3314.smooth-scroll #content-scroll,
.page-id-3316.smooth-scroll #content-scroll,
.page-id-3317.smooth-scroll #content-scroll,
.page-id-3322.smooth-scroll #content-scroll,
.page-id-3320.smooth-scroll #content-scroll  {
    position: relative;
}
.page-id-3242::-webkit-scrollbar, 
.page-id-3240::-webkit-scrollbar, 
.page-id-3236::-webkit-scrollbar, 
.page-id-3293::-webkit-scrollbar,
.page-id-3315::-webkit-scrollbar,
.page-id-3314::-webkit-scrollbar,
.page-id-3316::-webkit-scrollbar,
.page-id-3317::-webkit-scrollbar,
.page-id-3322::-webkit-scrollbar,
.page-id-3320::-webkit-scrollbar    {
    width: 8px;
    border-radius: 5px;
}
.page-id-3242::-webkit-scrollbar-track, 
.page-id-3240::-webkit-scrollbar-track, 
.page-id-3236::-webkit-scrollbar-track, 
.page-id-3293::-webkit-scrollbar-track,
.page-id-3315::-webkit-scrollbar-track,
.page-id-3314::-webkit-scrollbar-track,
.page-id-3316::-webkit-scrollbar-track,
.page-id-3317::-webkit-scrollbar-track,
.page-id-3322::-webkit-scrollbar-track,
.page-id-3317::-webkit-scrollbar-track {
    background: #eeeeee;
}
.page-id-3242::-webkit-scrollbar-thumb, 
.page-id-3240::-webkit-scrollbar-thumb, 
.page-id-3236::-webkit-scrollbar-thumb, 
.page-id-3293::-webkit-scrollbar-thumb,
.page-id-3315::-webkit-scrollbar-thumb,
.page-id-3314::-webkit-scrollbar-thumb,
.page-id-3316::-webkit-scrollbar-thumb,
.page-id-3317::-webkit-scrollbar-thumb,
.page-id-3322::-webkit-scrollbar-thumb,
.page-id-3320::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 8px;
}
.page-id-3162 #hero-caption {
    padding-bottom: 0;
}
.page-id-3162 #hero-caption .inner {
    display: none;
}
.page-id-2713 .button-border span::before {
    width: 0;
    height: 0;
    top: 0%;
}
.page-id-2713 .button-border span {
    display: none;
}
.hero-title-wrapper {
    text-align: center;
    margin: 0 !important;
}
body .hero-title-wrapper .hero-title {
    font-size: 4vw;
    line-height: 6vw;
    text-transform: capitalize;
    font-weight: 900;
    color: #fff;
}
body.page-id-2611 .hero-title-wrapper .hero-title {
    font-size:9vw;
    line-height:9vw;
    text-transform:capitalize;
}
.boxs .gb-block-layout-column-inner {
    background: #ffffff;
    /* box-shadow: 0 0 15px 0 #d3d3d3; */
    margin-top: 40px;
    padding: 40px;
    border-radius: 13px;
}
.boxs h3.has-text-color a {
    position: relative;
    display: block;
}
.boxs h3.has-text-color a::after {
    content: " ";
    position: absolute;
    top: 0;
    right: 20px;
    background: url(https://thecodestudio.com/wp-content/uploads/2023/03/right-arrow.png);
    width: 30px;
    height: 30px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s;
}
.boxs:hover h3.has-text-color a::after {
    right: 0;
}
.main-heading h2 span::after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    background: url(https://thecodestudio.com/wp-content/uploads/2023/03/underline-xl.png);
    width: 0;
    height: 6px;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.main-heading.animated.fadeInDown h2 span::after {
    width: 100%;
    right: 0;
    transition-duration: 1.2s;
    transition-delay: 1.1s;
    transition-property: all;
}
.main-heading h2 span {
    position: relative;
    display: inline-block;
}
.main-heading h2 {
    width: 100%;
    max-width: 901px;
    margin: 0 auto;
}
.images-box {
    position: relative;
}
.rotate-animation {
    position: absolute !important;
    left: 50%;
    z-index: 9;
    transform: translateX(-50%);
    top: -36px;
}
.rotate-animation img {
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
   }
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
   }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform:rotate(360deg);
   }
}
.page-id-3249 #hero {
    display: none;
}
body header {
    background: #FFFFFF;
    box-shadow: 0px 21px 16.8px rgba(0, 0, 0, 0.03);
}
.prod-par {
    width: 100%;
    max-width: 375px;
    margin-left: auto;
}
.prod-card {
    padding: 0 15px;
    perspective: 4000px;
}
.boxs {
    perspective: 4000px;
}
.prod-card .elementor-element-populated {
    transform-style: preserve-3d;
}
.prod-card .elementor-widget-wrap {
    overflow: hidden;
}
.prod-card h2 {
    font-family: 'Kaneda Gothic' !important;
    position: relative;
}
/* .prod-card h2::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 0;
    background-image: url(./img/arrow.svg);
    width: 51.5px;
    height: 21.21px;
    transform: translateY(-50%);
} */
.text {
    width: 100%;
    max-width: 427px;
}
.animate-charcter h2 {
    text-transform: uppercase;
    color: #fff;
    -webkit-text-stroke: 1px #000;
    -webkit-text-fill-color: transparent;
    position: relative;
    overflow: hidden;
    transition: all .3s;
}
.animate-charcter h2 span {
    color: #000;
    -webkit-text-stroke: 1px #000;
    -webkit-text-fill-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all .4s;
    transform: translate(-100%);
}
.animate-charcter h2:hover span {
    transform: translate(0);
}
.code-text {
    background: #EFFC52;
    display: flex;
    width: 100%;
    height: 32.3vh;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    padding: 30px;
}
.code-text p {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    color: #000000;
    max-width: 736px;
}
.img-box {
    overflow: hidden;
}
.img-box img {
    width: 100%;
    transform: scale(1);
    transition: .3s ease-in-out;
}
.img-box:hover img {
    transform: scale(1.1);
}
.join-us {
    background: #383838;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.join-us a {
    font-style: normal;
    font-weight: 700;
    font-size: 42.1527px;
    line-height: 51px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    display: block;
}
.join-us a:hover {
    color: #fff;
    opacity: 0.7;
}
@keyframes textclip {
    to {
        background-position: 200% center;
   }
}
#inner {
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
}
#ex1 {
    perspective: 30px;
}

.we-build h2 {
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 75px;
    font-weight: 900;
    text-align: center;
    margin: 0;
}

.we-build h2 span {
    font-family: "Poppins", Sans-serif;
    font-weight: 900;
}
.we-build span.line {
    position: relative;
    display: inline-block;
    overflow: hidden;
    z-index: 3;
}

.we-build span.outline {
    position: relative;
    display: inline-block;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #171614;
}

.we-build span.fill, .we-build span.inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    color: #171614;
    transition: all .3s;
    overflow: hidden;
}

.we-build span.fill {
    width: 100%;
    transform: translate(-100%);
}

.we-build span.inner {
    transform: translate(100%);
}

.we-build h2:hover span.fill, .we-build h2:hover span.inner {
    transform: translate(0);
}

#hero {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#hero {
    background: url(https://thecodestudio.com/wp-content/uploads/2023/03/content-bg.png);
}


/* .top-box {
    padding-top: 40px;
} */

hr {
    display: none !important;
}

.cont-boxs {
    width: 100%;
    max-width: 1070px;
    margin: 0 auto !important;
}

/*--- footer css --*/
.site-footer {
    background: #383838;
    padding: 40px 0 0;
    height: 100% !important;
    pointer-events: initial;
    color: #fff;
    font-family: "Playfair Display", Sans-serif;
    margin-top: 20px;
}
.site-logo {
    margin-bottom: 60px;
}
.site-logo img {
    width: 100%;
    max-width: 170px !important;
}
.footercol p, .footercol a {
    font-family: 'Playfair Display';
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    text-decoration: none !important;
    transition: all 0.5s;
}
.footercol a:hover, .footerbottom .copyright a:hover {
    opacity: 0.7;
}
.footercol ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footercol ul  li {
    text-align: left;
    margin-bottom: 12px;
}
.footercol ul li .before-span {
    opacity: 1 !important;
    transform: translate(0px) !important;
    color: #fff;
}
.footer-container {
    padding: 0 50px;
}
.footercol1 p {
    width: 100%;
    max-width: 536px;
}
.footerbottom {
    border-top: 1px dashed #FFFFFF;
    padding: 25px 0;
    margin-top: 30px;
    position: relative;
}
.footerbottom .copyright {
    text-transform: uppercase;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 29px;
    text-align: center;
    font-family: "Montserrat", Sans-serif;
    color: #fff;
    top: 0 !important;
    height: auto;
    max-width: 100%;
    width: 100%;
}
.footerbottom .copyright a {
    color: #fff;
    text-decoration: none;
    transition: all 0.5s;
}
a.link::before {
    display: none;
}

.img-box {
    position: relative;
}

.logo-img {
    position: absolute;
    width: 100%;
    max-width: 105px;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.copyright span {
    position: absolute;
    top: 0;
    right: 20px;
}

.footercol1 .custom-widget p, #menu-social-media a span {
    padding-left: 30px;
    position: relative;
}

.footercol1 .custom-widget:first-child p::before {
    content: " ";
    position: absolute;
    top: 8px;
    left: 0;
    background: url(./img/location.png);
    width: 20px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
}

.footercol1 .custom-widget:nth-child(2) p::before {
    content: " ";
    position: absolute;
    top: 8px;
    left: 0;
    background: url(./img/telephone.png);
    width: 20px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
}

#menu-social-media li a span::before {
    content: " ";
    position: absolute;
    top: 4px;
    left: 0;
    width: 20px;
    height: 20px;
}

#menu-social-media li:nth-child(1) a span::before {
    background: url(./img/linkedin.png);
    background-size: cover;
    background-repeat: no-repeat;
}

#menu-social-media li:nth-child(2) a span::before {
    background: url(./img/instagrams.png);
    background-size: cover;
    background-repeat: no-repeat;
}

#menu-social-media li:nth-child(3) a span::before {
    background: url(./img/twitter.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.prod-card .elementor-widget-wrap {

}

.prod-card .elementor-widget-wrap {
    overflow: hidden;
    position: relative;
    --x-px: calc(var(--x) * 1px);
    --y-px: calc(var(--y) * 1px);
}
.prod-card .elementor-widget-wrap:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    inset: 0px;
    border-radius: inherit;
    background: radial-gradient(800px circle at var(--x-px) var(--y-px), rgba(10, 10, 10, 0.6), transparent 40%);
}

.prod-card .elementor-widget-wrap:after {
    opacity: 0;
    z-index: 2;
    transition: opacity 0.4s ease;
}
.prod-card .elementor-widget-wrap:hover:after {
    opacity: 1;
}

.careers-cont p {
    color: #444 !important;
    font-family: "Montserrat", Sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.careers-cont h4 {
    margin: 50px 0 20px;
}

@media(min-width:1990px){
    .code-text {
        width: 100%;
        height: 100%;
        padding: 78px 40px;
    }
}

@media(max-width:1599px){
    .form_iframe iframe {
        width: calc(100% - 50%);
   }
   .code-text {
        height: 36.4vh;
    }
}
@media(max-width:1440px){
    .code-text {
        height: 100%;
        padding: 53px 29px;
    }
}
@media(max-width:1399px){
    .form_iframe iframe {
        width: calc(100% - 40%);
   }
   .code-text {
        height: 100%;
        padding: 35px 29px;
    }
    .we-build h2 {
        font-size: 70px;
    }
}
@media(max-width:1199px){
    .form_iframe iframe {
        width: calc(100% - 30%);
   }
   .code-text {
        height: 100%;
        padding: 39px 29px;
    }
    .code-text p {
        font-size: 18px;
        line-height: 30px;
    }
    .join-us a {
        font-size: 26px;
    }
    .copyright span {
        position: relative;
        top: 0;
        right: 0;
    }
}
@media(max-width:1024px){ 
    .code-text {
        height: 100%;
        padding: 39px 29px;
    }
    .code-text p {
        font-size: 16px;
        line-height: 28px;
        margin: 0;
    }
    .text {
        max-width: 100%;
    }
    .flexnav li {
        margin-bottom: 20px !important;
    }
    .we-build h2 {
        font-size: 45px;
    }
    .smooth-scroll #content-scroll {
        top: 35px !important;
    }
}
@media(max-width:991px){
    .form_iframe iframe {
        width: calc(100% - 20%);
   }
   .we-build h2 {
        font-size: 36px;
    }
}

@media(max-width:768px){ 
    .code-text {
        height: 32.8vh;
    }
    .code-text p {
        font-size: 16px;
        line-height: 22px;
        margin: 0;
    }
    .text {
        max-width: 100%;
    }
    .join-us a {
        font-size:22px;
    }
    .we-build h2 {
        font-size: 36px;
    }
}

@media(max-width:767px){
    .form_iframe iframe {
        width: calc(100% - 5%);
   }
    .page-id-3145 .cd-cover-layer, 
    .page-id-3240 .cd-cover-layer,
    .page-id-3236 .cd-cover-layer,  
    .page-id-3242 .cd-cover-layer, 
    .page-id-3293 .cd-cover-layer,
    .page-id-3314 .cd-cover-layer,
    .page-id-3315 .cd-cover-layer,  
    .page-id-3316 .cd-cover-layer, 
    .page-id-3317 .cd-cover-layer,
    .page-id-3322 .cd-cover-layer, 
    .page-id-3320 .cd-cover-layer {
        position: absolute;
   }
    .page-id-3145 main, 
    .page-id-3240 main, 
    .page-id-3236 main,  
    .page-id-3242 main, 
    .page-id-3293 main,
    .page-id-3314 main,
    .page-id-3315 main,  
    .page-id-3316 main, 
    .page-id-3317 main,
    .page-id-3322 main, 
    .page-id-3320 main {
        height: auto !important;
   }
    .page-id-3145.smooth-scroll, 
    .page-id-3240.smooth-scroll, 
    .page-id-3236.smooth-scroll,  
    .page-id-3242.smooth-scroll, 
    .page-id-3293.smooth-scroll,
    .page-id-3314.smooth-scroll,
    .page-id-3315.smooth-scroll,  
    .page-id-3316.smooth-scroll, 
    .page-id-3317.smooth-scroll,
    .page-id-3322.smooth-scroll, 
    .page-id-3320.smooth-scroll {
        overflow-x: hidden;
   }
    .thanks_msg iframe {
        height: 350px;
   }
    .prod-par {
        width: 100%;
        max-width: 100%;
   }
    .prod-card {
        padding: 0;
   }
   .footer-container {
        padding: 0 20px;
    }
    .footercol p, .footercol a {
        font-size: 20px;
        line-height: 29px;
    }
    .code-text {
        height: 27vh;
        margin-bottom: 20px;
    }
    .join-us {
        height: 27vh;
        margin-top: 20px;
    }
    .footercol {
        margin: 0 0 40px 0;
    }
    .footercol.footercol3 {
        margin: 0 ;
    }
    .we-build h2 {
        font-size: 30px;
    }
    body .hero-title-wrapper .hero-title {
        font-size: 7vw !important;
    }
    .boxs h3.has-text-color a::after {
        display: none;
    }
    .page-id-3145 .wp-block-genesis-blocks-gb-columns {
      padding: 0  !important;
    }
}
