*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:root {
    /* --primary-color: #b83dda; */
    --primary-color: #D98032;
    --secondary-color: #020002;
    /* --secondary-color: #163C44; */
    --text-color: #a09cb0;
    --white: #f7f7f8;
    --gray:rgba(255, 255, 255, .1);
    /* --gray:#222630; */
    /* --gray:#132E34; */

    --green_dark:#132E34;
    --green_light:#163C44;
    --yellow_light:#E4962F;
    --yellow_dark:#D98032;
    --white_theme:#FFFFFE;

}
button#work {
    background-color: transparent;
    border: none;
}
.text-white {
    color: var(--white);
}

.text-primary {
    color: var(--primary-color) !important;
}

.custom-container {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    position: relative;
}


body {
    font-family: 'Kumbh Sans', sans-serif;
    padding-top: 120px;
    margin: 0;
    overflow-x: hidden !important;
    scroll-behavior: smooth;
    width: 100%;
    color: var(--text-color);
    background-color: var(--secondary-color);
    font-size: 18px;
}
.py-100{
    padding: 100px 0;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
label,
p {
    margin: 0;
}
.more-btn  img {
    filter: brightness(0) invert(1);
    transition: 0.3s;
    margin-left: 10px;
}
.more-btn:hover img {
    filter: none;
    margin-left: 20px;
}
.more-btn:hover {
    color: var(--primary-color);
    border-color: var(--primary-color);
}
.more-btn  span {
    display: inline-block;
}
.more-btn {
    position: relative;
    color: var(--white);
    font-size: 18px;
    line-height: 30px;
    transition: 0.3s;
    overflow: hidden;
    text-transform: uppercase;
    border: 1px solid transparent;
    border-radius: 8px;
    
}
.theam_btn {
    color: var(--white);
    font-size: 18px;
    line-height: 18px;
    position: relative;
    padding: 15px 20px 12px;
    font-family: 'FONTSPRING DEMO - Roc Grotesk';
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    text-transform: uppercase;
}

.theam_btn:hover {
    color: var(--white);
    background-color: transparent;
    border-color: var(--primary-color);
}




.scrolltoTop {
    position: absolute;
    top: 0px;
    right: -96%;
}

.page-heading {
    font-size: 57px;
    line-height: 70px;
    font-family: 'FONTSPRING DEMO - Roc Grotesk';
}

.heading {
    font-size: 80px;
    line-height: 80px;
    font-family: 'FONTSPRING DEMO - Roc Grotesk';
}
.md-heading{
    font-size: 36px;
    line-height: 44px;
    font-family: 'FONTSPRING DEMO - Roc Grotesk';
}
.sm-heading {
    font-size: 24px;
    line-height: 34px;
    font-family: 'FONTSPRING DEMO - Roc Grotesk';
}
p{
    font-size: 22px;
    line-height: 34px;
}
/* outline_text start */

.outline_text {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: currentColor;
    -webkit-text-stroke-width: .012em;
}

.outline_text-hover {
    display: inline-block;
    font-size: 124px;
    color: var(--white);
}


/* outline_text end  */
/* accordian */
.accordion-button:focus{
box-shadow: none;
}
.accordion-item {
    background-color: var(--gray);
    /* background-color: #18182f; */
    border: none;
    color: var(--white);
    margin-bottom: 10px;

}
.accordion-button:not(.collapsed){
    background-color: var(--gray);
    border-bottom: none;
    color: var(--white);

}
.accordion-header {
    /* margin-bottom: 10px; */
}
.accordion-button{
    background-color: var(--gray);
    color: var(--white);
}
/* accordian */
/* header css */
header nav {
    padding: 30px 0 !important;
}
img.logo_img {
    width: 120px;
}
.logo-dark {
    display: none;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: var(--secondary-color);
}

a.nav-link {
    color: var(--white);
    font-size: 18px;
    font-family: 'FONTSPRING DEMO - Roc Grotesk';
    padding: 0 10px !important;
}

a.nav-link:hover {
    color: var(--primary-color);
}

a.nav-link.active {
    color: var(--primary-color) !important;
}

/* loader css start */

.page-loader {
    width: 100%;
    height: 100vh;
    position: fixed;
    background: #fff;
    z-index: 1000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

/* loader css end */


/* footer css start */

footer{
    padding: 50px 0 0px;
    /* background-image: url('../images/footer-bg.webp');
    background-repeat: no-repeat;
    background-size: cover; */
}
footer .border-top{
    border-top:0.5px solid var(--text-color) !important;
}
ul{
    padding: 0;
    margin: 0;
    margin: 20px 0;
    list-style: none;
}
footer ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
footer ul a{
    font-size: 18px;
    color: var(--text-color);
    margin: 0 10px;
}
footer ul a:hover{
    color: var(--primary-color);
}


.icons_div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.icons_div label {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F3F4F6;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: 0;
}

.icons_div a {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--gray);
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: 0;
}

.icons_div a:hover {
    background-color: var(--primary-color);
}

.icons_div a:hover img {
    filter: brightness(8.5);
}

.icons_div p {
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
}

.copy-div span {
    font-weight: 400;
    font-size: 14px;
}

.copy-div a {
    font-weight: 400;
    font-size: 14px;
    color: var(--text-color);
}
.copy-div a:hover {
    color: var(--primary-color);
}
/* footer css end */


/* index page css */
.hero__section{
    /* padding: 150px 0; */
    height: 85vh;
    display: flex;
    align-items: center;
    background-image: url('../images/pages/home/banner_bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
}
.banner__img1 {
    position: absolute;
    left: 50px;
    top:100px;
}
.banner__img2 {
    position: absolute;
    right: 50px;
    top:150px;
}
.banner__img3 {
    position: absolute;
    left: 0px;
    bottom:250px;
}
.banner__img4 {
    position: absolute;
    left: 200px;
    bottom:150px;
}
.banner__img5 {
    position: absolute;
    right: 300px;
    bottom:180px;
}
.small-heading {
    font-size: 18px;
    text-transform: uppercase;
    color: var(--primary-color);
    position: relative;
    padding-right: 15px;
    display: inline-block;
}
.small-heading::after {
    height: 2px;
    width: 60px;
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    background-color:var(--primary-color);
    transform: translateY(-50%);
}
.shade {
    background: #163C44;
    opacity: 0.6;
    filter: blur(140px);
    width: 800px;
    height: 600px;
    flex-shrink: 0;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.shade2 {
    background: #163C44;
    opacity: 0.6;
    filter: blur(74px);
    width: 500px;
    height: 300px;
    flex-shrink: 0;
    left: 20px;
    top: 20px;
    position: absolute;
    z-index: -1;
}
.shade3 {
    background: var(--primary-color);
    opacity: 0.6;
    filter: blur(200px);
    width: 500px;
    height: 300px;
    flex-shrink: 0;
    left: 20px;
    top: 20px;
    position: absolute;
    z-index: -1;
}

@-webkit-keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-250px * 7));
      transform: translateX(calc(-250px * 7));
    }
  }
  @keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-250px * 7));
      transform: translateX(calc(-250px * 7));
    }
  }
  .brand_slider {
    background-color: transparent;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .brand_slider::before,
  .brand_slider::after {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
  }
  .brand_slider::after {
    right: 0;
    top: 0;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
  }
  .brand_slider::before {
    left: 0;
    top: 0;
  }
  .brand_slider .brand_slide-track {
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 14);
  }
  .brand_slider .brand_slide {
    height: 100px;
    width: 250px;
  }
  
  /* testmonial */
  .tab-content.testmonial_right {
    background-color: var(--gray);
    padding: 50px;
    border-radius: 8px;
    padding-left: 400px;
    margin-bottom: 50px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(255,255,255,.2) inset;
    box-shadow: 0px 0px 20px 0px rgba(255,255,255,.2) inset;
    
}
.testmonial_left {
    position: absolute;
    background-color: #fff;
    padding: 50px 30px 30px;
    width: 300px;
    border-radius: 8px;
    left: 30px;
    top: -50px;
    height: 100%;
}
.testmonial_main {
    padding-bottom: 50px;
}
.testmonial_detail figure img {
    width: 100%;
}
.testmonial_detail figure {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 0;
    margin-right: 20px;
}
.testmonial_detail h5 {
    font-size: 20px;
    line-height: 30px;
}
.testmonial_detail {
    display: flex;
    align-items: center;
}
.testmonial_main .nav-pills .nav-link.active, .testmonial_main .nav-pills .show>.nav-link {
  
    background-color: transparent;
}
.testmonial_main button.nav-link{
    position: relative;
}

.testmonial_main button.nav-link.active::after {
    content: '';
    position: absolute;
    top: 0;
    right: -30px;
    height: 100%;
    width: 5px;
    background-color: var(--primary-color);
}

.contact_box{
    background-color: var(--gray);
    padding: 50px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(255,255,255,.2) inset;
    box-shadow: 0px 0px 20px 0px rgba(255,255,255,.2) inset;
}
.contact_box h6{
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}
.contact_box h2{
    color: var(--white);
    font-size: 40px;
    line-height: 60px;
    font-weight: 300;
}
.contact_box p{
    font-size: 18px;
    line-height: 25px;
}
.form-group label{
    font-size: 16px;
    line-height: 40px;
    font-weight: 600;
    color: var(--white);
    margin-top: 0;
}
.form-control {
    padding: 1rem 0.75rem;
    font-size: 1rem;
    color: var(--white);
    background-color: var(--secondary-color);
    border: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}
.contact_box form{
    border-top: 1px solid var(--text-color);
}
.form-control:focus {
    color: var(--white);
    background-color: var(--secondary-color);
    border-color: var(--primary-color);
    outline: 0;
    box-shadow: none;
}
::placeholder{
    color: var(--white) !important;
    opacity: 50% !important;
}
.contact_icon{
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color:  var(--primary-color);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 28px;
}
.contact_box_iner{
    background-color: var(--secondary-color);
    padding: 20px;
    border-radius: 8px;
}
.services_card {
    padding: 20px 0;
    border-bottom: 1px solid #a09cb04a;
    cursor: pointer;
    /* position: relative; */
}
/* .services_card:hover {
    background-color: #163c446e;
} */
.services_card p{
    opacity: 0;
    transition: 0.3s;
}
.services_card h4 {
    transition: 0.3s;
}
.services_card:hover h4 {
    font-size: 36px;
    padding-left: 20px;
    color: var(--white);
}
.services_card:hover p {
    opacity: 1;
    color: var(--white);
}
.services_card:hover .follow-img{
    opacity: 1;
}
.follow-img {
    opacity: 0;
    width: 100%;
    height: auto;
    max-width: 250px;
    box-sizing: border-box;
    transition: ease .2s;
    position: absolute;
    top:100%;
    transform: translate(-50%, -50%);
    z-index: 2;
    object-fit: cover;
    border-radius: 10px;
  }
  .services_section{
    background-color:var(--gray);
    /* background-image: url(../images/bg.webp); */
  }
  .about_section .shade2 {
    left: auto;
    right: 100px;
    top: 50px;
  }
  .about_section .shade3 {
    left: auto;
    right: 100px;
    top: auto;
    bottom: 0;
  }


   
.Marquee{
width: 100%;
box-sizing: border-box;
padding: 1em;
color: white;
font-weight: 200;
display: flex;
align-items: center;
overflow: hidden;
}
.Marquee-content{
  display: flex;
  animation: marquee 40s linear infinite running;
}
.Marquee-content2{
    animation: marquee2 40s linear infinite running;
  }
.Marquee-content:hover{
    animation-play-state: paused;
}
.Marquee-tag img {
    height: 50px;
}
.Marquee-tag{
  width: 200px;
  /* height: 100px;
  border-radius: 50%; */
  margin: 0 .5em;
  padding: .5em;
  background: rgba(255, 255, 255, .1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .2s ease;
  border-radius: 8px;-webkit-box-shadow: 0px 0px 20px 0px rgba(255,255,255,.2) inset;
  box-shadow: 0px 0px 20px 0px rgba(255,255,255,.2) inset;
}
.Marquee-tag:hover{
    background: rgba(255, 255, 255, .5);
    transform: scale(1.1);
    cursor :pointer;
}
    
@keyframes marquee2{
    0%
      {transform: translateX(-50%)}
    100%
    {transform :translate(0%)}
      }
  
@keyframes marquee{
0%
  {transform: translateX(0)}
100%
{transform :translate(-50%)}
  }
  .content_box{
    background-color: var(--gray);
    padding: 50px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(255,255,255,.2) inset;
    box-shadow: 0px 0px 20px 0px rgba(255,255,255,.2) inset;
  }
  a{
    color: var(--primary-color);
  }
  a:hover{
    color: var(--white);
  }
  img{
    max-width: 100%;
  }
  .blog_main{
    background-color: var(--gray);
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
  }
  .blog_main:hover p{
    color: var(--text-color);
  }
  .blog_content{
    padding: 30px;
    position: relative;
  }
  .blog_img{
    overflow: hidden;
    transition: 0.3s;
  }
  .blog_img img{
    transition: 0.3s;
  }
  .blog_img:hover img{
    transform: scale(1.1);
  }
  .bolg_detail .blog_img{
    height: 500px;
    border-radius: 8px;
  }
  .bolg_detail .blog_img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .about_2{
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .about-content {
    position: absolute;
    top: 0;
    right: 0;
}
.about-content-2{
    padding-top: 300px;
}
.about-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 900px;
    padding-top: 50px;
}
.about-content-3 {
    padding: 30px;
    background-color: var(--gray);
    border-radius: 8px;
    margin: 30px 0;
}
  /* about page */
  .about_banner{
    height: 90vh;
    overflow: hidden;
    position: relative;
  }
  .about_banner .content_box{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    background-color: #1c1a1cbd;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(255,255,255,.2) inset;
    box-shadow: 0px 0px 20px 0px rgba(255,255,255,.2) inset;
}
  .blog_content h3{
    font-size: 45px;
    line-height: 55px;
  }
  .blog_content::after{
    background-color: var(--primary-color);
    position: absolute;
    content: '';
    height: 1px;
    width: 87%;
    top: -55px;
    right: 0;
  }

  .blog_date {
    background-color: var(--primary-color);
    display: inline-block;
    padding: 10px 20px 10px 15px;
    position: absolute;
    top: -80px;
    left: -80px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    border: 4px solid #000;
    font-size: 16px;
    color: var(--white);
}
.marque-tag-text .text-outline {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: currentColor;
    -webkit-text-stroke-width: .012em;
}
.marque-tag-text h1 {
    font-size: 130px;
}
.marque-tag-text{
    background-color: transparent;
    padding: 0;
    width: auto;
    margin: 0 20px;
    box-shadow: none;
}

.marque-tag-text:hover{
    background-color: transparent;
    transform: none;
}

.team_div {
    z-index: 1;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
    border-radius: 8px;
    padding: 40px;
    background: var(--gray);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(255,255,255,.2) inset;
    box-shadow: 0px 0px 20px 0px rgba(255,255,255,.2) inset;
}
.team_social{
    position: absolute;
    right: -100%;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 20px;
    transition: 0.5s;
}
.team_div:hover .team_social{
    right: 0;
}
.team_social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--primary-color);
    margin-bottom: 10px;
}
.team_social a:hover {
    background-color: var(--primary-color);
    color: var(--white);
}
.tab-pane .quote-icon{
    position: absolute;
    top: -30px;
    left: -30px;
    font-size: 100px;
    opacity: .2;
}

.portfolio_img{
    overflow: hidden;
    border-radius: 20px;
    height: 700px;
}
.portfolio_img img{
    height: 100%;
    object-fit: cover;
}
.mt-100{
    margin-top: 100px;
}
.gsap__animation {
    background: linear-gradient(to right, rgb(255, 255, 255) 50%, rgb(37, 37, 37) 50%);
    background-size: 200% 100%;
    background-position-x: 100%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}

/* button */
.linkWrap {
    display: inline-block;
    }
    .btn-theme {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: auto;
    padding: 20px 24px;
    text-decoration: none;
    transition: all 0.2s ease;
    }
    .btn-theme:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 28px;
    background: rgb(217 128 50 / 39%);
    /* background-color: var(--gray); */
    width: 56px;
    height: 56px;
    transition: all 0.3s ease;
    }
    .btn-theme span {
    position: relative;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    font-family: 'FONTSPRING DEMO - Roc Grotesk';
    vertical-align: middle;
    }
    .btn-theme svg {
    position: relative;
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #fff;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all 0.3s ease;
    }
    .btn-theme:hover:before {
    width: 100%;
    background: var(--primary-color);
    }
    .btn-theme:hover svg {
    transform: translateX(0);
    }
    .btn-theme:hover .active {
    transform: scale(0.96);
    }
    /*  */

.work_step_main {
    padding: 60px 0;
    border-bottom: 1px solid #cccccc54;
}
.work_step_main:hover h3{
    color: var(--primary-color) !important;
}
.work_step_main:hover p{
    color: var(--white);
}
.work_step_main span {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: currentColor;
    -webkit-text-stroke-width: .012em;
    font-size: 100px;
    display: inline-block;
}
.how-work-section .border-end{
    border-right: 1px solid #cccccc54 !important;
}

.work_step_main .text-outline-hover {
    position: relative;
}

    
.work_step_main .text-outline-hover::before {
        position: absolute;
        top: 0;
        left: 0;
        max-width: 0;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        content: attr(data-text);
        transition: max-width .8s cubic-bezier(.22, .61, .36, 1);
        -webkit-text-fill-color: currentColor;
    }
        
    .work_step_main:hover .text-outline-hover:hover::before {
            max-width: 100%;
    }

    .portfolio-content {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        padding-left: 70px;
    }
    .portfolio-card{
        overflow: hidden;
        border-radius: 10px;
    }
    .portfolio-card .portfolio-img{
        border-radius: 10px;
    }
    .portfolio-content .btn-theme:before{
        background: rgb(255 255 255 / 39%);
    }
    .panel {
        width: 100%;
        /* background-color: var(--secondary-color); */
        height: 80vh;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 100px 0;
        position: relative;
        margin-bottom: 20px;
    }
    .panel1 {
        z-index: 8;
    }
    .panel2 {
        z-index: 9;
    }
    .panel3 {
        z-index: 10;
    }
    .panel4 {
        z-index: 11;
    }
    .panel5 {
        z-index: 13;
    }
    .panel6{
        z-index: 99;
        position: relative;
        background-color: var(--secondary-color);
    }





    .text-outline2 {
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke-color: currentColor;
        -webkit-text-stroke-width: .012em;
    }
    
    .text-outline-hover2 {
        position: relative;
        
        
            
        
    }
    .text-outline-hover2::before {
        position: absolute;
        top: 0;
        left: 0;
        max-width: 0;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        content: attr(data-text);
        transition: max-width .8s cubic-bezier(.22, .61, .36, 1);
        -webkit-text-fill-color: currentColor;
    }
    .work_step_main:hover .text-outline-hover2::before {
        max-width: 100%;
        /* background-color: #000; */
       color: var(--primary-color);
    }
    