@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
:root{
   
    --maingrad: linear-gradient(238deg, #FE5B04 5.61%, rgba(177, 250, 99, 0.49) 28.4%, rgba(191, 180, 238, 0.33) 48.54%, #FFF 69.02%);
    --maincolor: #FE5B04;
    --altcolor: #2F2F2F;
    --mainfont: 'Poppins', sans-serif;
    --parafont: 'Poppins', sans-serif;
    --maingrad2:linear-gradient(75deg, #FE5B04 -1.29%, #D4F3A7 24.91%, #E1DDF3 51.42%, rgba(255, 255, 255, 0.00) 78.41%);






}

body{
    font-family: var(--mainfont);
}

button{
    box-shadow: none;
    outline: 0;
    border: none;
}

.bg-grad{
    background: var(--maingrad);
}

.bg-grad2{
    background: var(--maingrad2)
}

.bg-orange{
    background-color: var(--maincolor);
}

.bg-black{
    background-color: #000;
}

.text-orange{
    color: var(--maincolor);
}

.des-hide{
    display: none;
}

.mobo-hide{
    display: block;
}

button:focus{
    outline: 0;
    border: none;

}
input,select,textarea{
    font-family: var(--mainfont);
}


h1,h2,h3,h4,h5,h6{
    font-family: var(--mainfont);
    
    color: var(--altcolor);
}

li, a, p, span{
    font-family: var(--parafont);
    text-decoration: none;
    color: var(--altcolor);
}

a{
    text-decoration: none !important;
    transition: 0.3s !important;
}

.bg-pink{
    background-color: var(--maincolor);
}
.bg-yellow{
    background-color: var(--altcolor);
}

section{
    padding: 55px 0;
}
 header{
    padding: 10px 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
 }

a.main-logo {
    
    display: inline-block;
}

ul.v-main-menu {
    display: flex;
    margin: 0;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
    text-align: left;
}

ul.v-main-menu li{
    margin-right: 20px;
}


ul.v-main-menu li a {
    text-transform: uppercase;
    color: var(--altcolor);
    font-weight: 500;
    font-size: 14px;
}


ul.v-main-menu li a:hover{
    color: var(--maincolor);
}

.mobo-menu{
    display: none !important;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

  .mobile-nav button {
    font-size: 27px;
}

.sidenav ul {
    list-style: none;
    padding: 0;
    text-align: left;
}

.sidenav ul li a {
    font-size: 20px;
    text-transform: uppercase;
    
}
  

.text-right{
    text-align: right;
}

.footer-col {
    position: fixed;
    height: 100vh;
    top: 0;
    z-index: 1;
    width: 7.5%;
    border-right: 1px solid #000;
    float: left;
    display: inline-block;
    background-color: #fff;
}

.footer-content {
    position: relative;
    height: 100vh;
}

.footer-content .footer-inner {
    position: absolute;
    transform: rotate(-90deg);
    width: 100%;
    /* height: 100vh; */
    top: 56%;
    white-space: nowrap;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-inner p {
    margin: 0;
}

.circ-sec {
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circ-sec .inner-circ {
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
}


.main-section {
    /* display: inline-block; */
    width: 92.5%;
    /* float: left; */
    margin-left: auto;
}


.banner-section {
    padding: 105px 0 65px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-area{
    padding: 0 40px;
}

.ban-head h1 {
    font-size: 155px;
    text-transform: uppercase;
    padding-right: 43px;
    line-height: 145px;
}


.banner-content p {
    margin-top: 20px;
    width: 42%;
    margin-left: 14px;
}

.btn.main-btn {
    background: transparent;
    border-radius: 50px;
    border: 1px solid #2f2f2f;
    padding: 7px 20px;
    margin-left: 18px;
    margin-top: 20px;
}

.btn.main-btn:hover {
    background: #000;
    color: #fff;
}

.img-sec {
    position: absolute;
    bottom: -30px;
    right: 0;
}

.padding-65px-tb{
    padding: 65px 0;
}


.video-btn {
    position: absolute;
    top: 23%;
    left: 35%;
}

.main-title h3 {
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.hm-abt-content p {
    font-size: 20px;
}

.modal-body .btn-close {
    position: absolute;
    right: 0;
    top: 8%;
}

.client-sec {
    padding: 25px 0;
}

.client-sec {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.cursor {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid black;
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    transform: translate(calc(-50% + 15px), -50%);
  }
  
  .cursor2 {
    width: 10px;    
    height: 10px;
    border-radius: 100%;
    background-color: black;
    opacity: .3;
    position: fixed;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: width .3s, height .3s, opacity .3s;
  }

  .hover {
    background-color: var(--maincolor);
    opacity: 0.5;
  }


.cursorinnerhover {
    width: 50px;
    height: 50px;
    opacity: .5;
  }


.main-title h3 {
    font-size: 37px;
}


.hm-abt-content p {
    font-size: 14px;
}

a.btn.main-btn.main-dark-btn {
    border: 1px solid #fff;
    color: #fff;
}

a.btn.main-btn.main-dark-btn:hover{
    background-color: var(--maincolor);
    border: 1px solid var(--maincolor);
}

.text-right{
    text-align: right;
}

.proj-data {
    margin-top: 17px;
}

.proj-head h5 {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 5px;
}

.proj-sec {
    margin-bottom: 0;
}

.proj-desc p {
    color: #919191;
}

.test-colon {
    margin-bottom: 20px;
}

.main-testimonial {
    margin-top: 25px;
    border-bottom: 1px solid #000;
}

.test-head {
    margin-top: 30px;
}

.v-faq .accordion-item {
    border-right: none;
    border-left: none;
}

.v-faq .accordion-item button:focus{
    outline: 0;
    box-shadow: none;
    color: #2f2f2f;
    background-color: #fff;
}


.v-faq .accordion-item button{
    padding: 25px 30px;
}

.footer-sec{
    position: relative;
}

ul.foot-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 20px;
}

ul.foot-menu li a {
    color: #2f2f2f;
}


ul.foot-menu li a:hover {
    color: #000;
}

.contact-det {
    margin-top: 20px;
}
.contact-det h6{
    font-weight: 600;
}

.contact-det p a {
    color: #000;
    font-weight: 400;
}


.footer-sec .img-sec {
    top: 0;
    left: 0;
    margin-top: -29px;
    max-height: 100%;
}


@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}


.redirect-top-sec {
    position: fixed;
    bottom: 15%;
    right: -3%;
    z-index: 1;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.inner-menu ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 37px;
}


.inner-menu ul li {
    margin-right: 20px;
}

.inner-menu ul li a{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
}

.inner-menu ul li a {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    color: #2f2f2f;
    padding-bottom: 7px;
    border-bottom: 1px solid transparent;
    transition: 0.4s;
}

.inner-menu ul li a:hover{
    border-color: #2f2f2f;
    color: #000;
    
}

 .inner-menu ul li a.inner-active {
    border-color: #2f2f2f;
    color: #000;
    font-weight: 600;
}

.about-sec p{
    font-size: 20px;
}

.p-big{
    font-size: 20px !important;
}

.border-top{
    border-top: 1px solid #2f2f2f;
   
}

.border-bottom{
    border-bottom: 1px solid #2f2f2f;
}


.promises-section p {
    position: relative;
    padding-left: 34px;
}

.promises-section p:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #2f2f2f;
    left: 0;
    top: 7%;
}

a.btn.bigger-cta {
    font-size: 79px;
    text-transform: uppercase;
}

.tailer-headpsec h2 {
    font-size: 77px;
    text-transform: uppercase;
    line-height: 74px;
}

.tailer-ico-secc {
    padding: 10px;
}

.tailor-ico-col {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.tail-ico {
    margin-right: 24px;
}

.tail-desc h6{
    color: var(--maincolor);
}

.main-cont-sec {
    padding: 20px;
    text-align: center;
}

.ct-ico i {
    font-size: 70px;
}

.ct-desc {
    margin-top: 20px;
}

.ct-desc h6 {
    color: #2f2f2f;
    font-weight: 400;
}

.ct-desc h6 a {
    color: #2f2f2f;
}


form.contact-form input, form.contact-form textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 16px;
    transition: 0.3s;
    color: #fff;
}

form.contact-form input:focus, form.contact-form textarea:focus{
    outline: 0;

    border-bottom: 1px solid var(--maincolor);
}

.tn-inner h1{
    font-size: 142px;
}

.opp-head h1{
    font-size: 115px;
    line-height: 124px;
}


.prod-ban-head {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00000059;
    top: 0;
    left: 0;
}


.prod-ban-head h2 {
    text-transform: uppercase;
    font-size: 44px;
    font-weight: 300;
}

.feat-sec {
    padding: 40px;
    background: #2f2f2f;
}

.feat-head{
    margin-bottom: 25px;
}

.feat-head h6 {
    color: var(--maincolor);
}

.feat-head  p{
    color: #fff;
    font-size: 14px;
}

.prod-main-desc {
    margin-top: 15px;
    text-transform: uppercase;
}

.prod-main-area{
    margin-bottom: 40px;
    padding: 20px;
}

.prod-wireframe img{
    max-width: 100%;
}

.form-list ul {
    list-style: none;
    padding: 0;
    text-transform: uppercase;
}

.redirect-top-sec button h6 {
    text-transform: uppercase;
    transform: rotate(-90deg);
    font-weight: 600;
}


.translate-footer {
    position: fixed;
    bottom: 6%;
    z-index: 1;
    left: 10%;
}


.goog-te-gadget .goog-te-combo {
    padding: 6px;
    box-shadow: 0 10px 6px -6px #777;
    border: none;
    width: 100%;
    background: black;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}

.goog-te-gadget .goog-te-combo:focus{
    outline: 0;
}

.video-img video {
    height: 435px;
    object-fit: cover;
}

form.brochure-download {
    padding: 40px;
   
}

form.brochure-download input {
    width: 100%;
    padding: 10px 30px;
    margin-bottom: 20px;
    border: none;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    border-radius: 50px;
}

.cookiewrap {
    position: fixed;
    bottom: -400px;
    left: 0;
    z-index: 1000;
    width: 100%;
    background: #2f2f2f;
    padding: 30px;
    transition: all 0.3s ease;
}

.cookiewrap.cookshow{
    bottom: 0;
}

.cookie-btn {
    margin-top: 20px;
}

button.btn.re-acc {
    background: var(--maincolor);
}

.cookie-btn .btn {
    padding: 8px 25px;
    /* border-radius: 50px; */
    border-radius: 50px;
    text-transform: uppercase;
    border: 1px solid #fff;
    color: #fff;
    margin-right: 10px;
    transition: 0.3s;
}

.cookie-btn .btn:hover{
    background-color: transparent;
    border-color: var(--maincolor);
    color: #fff;
}

.cookie-head h5{
    color: var(--maincolor);
}

.cookie-desc p{
    color: #f8f8f8;
    font-size: 14px;
}












