:root {
    --white_t: #fff;
    --main:  #0161f3;
    --heading:  #18355c;
    --para:  #88a4c1;
    --bg-light:#e2eef5;
}
#loom-companion-mv3{
    display: none;
}
.section .btn{
    padding: 8px 30px;
    text-transform: uppercase;
    font-weight: 500;
    border: 0;
    background-color:var(--heading) ;
    color: var(--white_t) !important;
}
.section .btn:hover{
    background-color: var(--main);
}

@media (min-width: 1250px) {
    .container {
        max-width: 1248px !important;
    }
}
@media (min-width: 1330px) {
 .hero .container {
        max-width: 1330px !important;
    }
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}
@media (max-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 100% !important;
        padding: 0px 15px;
    }
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    padding: 0 !important;
}
ul,li{
    list-style: none;
    margin-bottom: 0px !important;
}

p,span,a{
    font-family: 'Montserrat';
    color: var(--heading);
}
button{
    font-family: 'Montserrat' !important;
}
h1,h2,h3,h4,h5,h6,label{
   font-family: 'Poppins';
   color: var(--heading);
}
section{
    padding: 120px 0px;
    position: relative;
}
.small-text{
    text-transform: uppercase;
    color: var(--main);
    text-transform: uppercase;
    font-weight: 600;
}
.main_text{
    font-size: 40px;
    font-weight: 600;
}
.main-para{
    font-size: 18px;
}

/* header */
.header{
    padding: 10px 0px;
    position: absolute;
    width: 100%;
    z-index: 999;
}
.nv_ .main-menu{
    gap: 30px;
}
.nv_ .main-menu a{
    color: var(--white_t);
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    padding: 0;
}
.header_2 .nv_ .main-menu a {
    color: var(--heading);
}
.nv_ .site-menu a::before{
    content: '';
    width: 0%;
    position: absolute;
    height: 2px;
    background: var(--main);
    bottom: -6px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.nv_ a:hover{
    color: var(--main);
}
.nv_ a:hover::before{
    width: 100%;
}
.btn_group{
    gap: 20px;
}
.navbar{
    padding: 0px !important;
}
.btn_{
    padding: 8px 20px;
    border-radius: 10px;
    -webkit-border-radius: .25rem;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    color: var(--white_t);
    background-color: var(--heading);
    font-family: 'Montserrat';
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.btn_tr{
    background-color: var(--main);
    color: var(--white_t);
}
.btn_:hover{
    background-color: var(--main);
    color: var(--white_t) !important;
    text-decoration: none;
}
.btn_tr:hover{
    background-color: var(--main);
    color: var(--white_t);
}
.mobile_re {
    gap: 20px;
}

.hamburg{
    font-size: 30px;
}
.hamburg i{
    color: var(--heading);
}
.close{
    opacity: 1 !important;
}
.close i{
    font-size: 30px;
    color: var(--white_t);
}
.re_img{
    width: 120px;
}
.modal.right .modal-dialog {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    left: 0;
    max-width: 300px;
}
.modal.right .modal-content {
    min-height: 100vh;
    border: 0;
    border-radius: 0px 10px 10px 0px;
    background-color:var(--main);
    -webkit-border-radius: 0px 10px 10px 0px;
    -moz-border-radius: 0px 10px 10px 0px;
    -ms-border-radius: 0px 10px 10px 0px;
    -o-border-radius: 0px 10px 10px 0px;
}
.modal.right.fade .modal-dialog {
    transform: translate(-50px, 0px);
}
.modal.right.show .modal-dialog{
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}
.site-nav-wrap{
    padding: 0px;
}
.site-nav-wrap a{
    color: var(--white_t);
}
.offcanvas-menu .modal{
    display: block;
}
/* home hero */
.hero.section{
    position: relative;
    padding: 80px 0px ;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video_wrap{
    position: absolute;
   width: 100%;
   height: 100%;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
video.overlay {
    object-fit: none;
}
video {
    height: 100%;
    object-fit: cover;
}
.overlay-gradient{
    background: linear-gradient(75deg, rgb(24 53 92 / 0%) 0%, rgb(24 53 92 / 39%) 50%, rgb(24 53 92 / 49%) 100%);
    opacity: 1;
    mix-blend-mode: multiply;
}
.hero-content{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.hero-title {
    color: #fff !important;
    font-size: 150px;
    font-weight: bold !important;
    line-height: 1em;
    -webkit-text-stroke-width: 10px;
    stroke-width: 15px;
    -webkit-text-stroke-color: #ffffff;
    stroke: #fff;
    letter-spacing: 10px;
    font-family: 'Inter', sans-serif;
}

.hero-text{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    position: relative;
    max-width: 20em;
    margin-top: 10px;
    font-size: 18px;
    
}
.hero-text p{
    color: var(--white_t);
}
.little-shape {
    width: 0.66em;
    height: 0.66em;
    background-color: var(--white_t);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.wide{
    width: 2em;
}
.shap-round-ho{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.shape-round {
    --height-percentage: 10;
    position: absolute;
    width: 100%;
    padding-top: calc(var(--height-percentage)* 1%);
    pointer-events: none;
    overflow: hidden;
}
.shape-round.bottom {
    transform-origin: bottom;
    bottom: -1px;
}
.shape-round.top {
    transform-origin: top;
    top: -1px;
}
.shape-round::after {
    pointer-events: all;
    --width-round: 266vw;
    content: "";
    width: var(--width-round);
    height: var(--width-round);
    display: block;
    background-color: var(--color-light);
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    border-radius: 50%;
}
.shape-round.dark::after {
    background-color: var(--heading);
}
.shape-round.bottom::after {
    top: 0;
}
.shape-round.top::after {
    bottom: 0;
}



/* home about */
.about{
    background: var(--heading)
}
.about .main_text{
    color: var(--white_t);
}
.about .row{
    align-items: center;
}
.about .imag-wrap{
    padding-right: 30px;
}
.about .text-wrap{
    padding-left: 30px;
}
/* how it */
.how-it{
    background: var(--heading);
    padding-top: 70px;
}
.how-it .main_text{
    color: var(--white_t);
}
.box-wrap{
    margin-top: 80px;
}
.box-area{
    padding: 30px;
    height: 100%;
    border: 2px solid #ffffff73;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.box-area h4{
    color: var(--white_t);
    font-size: 25px;
    font-weight: 500;
}
.how-it .col-lg-4{
    padding-right: 15px !important;
    padding-left: 15px !important;
}

/* ready */
.ready{
    padding: 300px 0px;
}
.ready .top-heading{
    max-width: 900px;
}
.ready .col-lg-4{
    padding-right: 15px !important;
    padding-left: 15px !important;
}
.box-content{
    padding: 40px;
    height: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.box1{
    background: var(--heading);
    color: #fff;
}
.box-content h4{
    font-size: 25px;
    font-weight: 500;
}
.box1 h4{
    color: var(--white_t);
    
}
.box2{
    background: var(--bg-light);
}

/* footer */
.footer{
    padding: 80px 0px 30px;
    background: var(--heading);
}
.ftr-logo img{
    width: 300px;
}
.footer-content .top-content{
    max-width: 700px;
    margin: 0 auto;
}
.ftr-menu{
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.ftr-menu li{
    padding: 0px;
}
.ftr-menu a{
    color: var(--white_t);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    transition: all .3s ease;
    text-decoration: none;
    position: relative;
}
.ftr-menu a::before {
    content: '';
    width: 0%;
    position: absolute;
    height: 2px;
    background: var(--main);
    bottom: -6px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.ftr-menu a:hover{
    color: var(--main);
    text-decoration: none;
}
.ftr-menu a:hover:before{
    width: 100%;
}
.line{
    width: 100%;
    height: 1px;
    background: var(--para);
    opacity: .4;
    margin-top: 40px;
}
.copy-right{
    font-size: 13px;
}

/* profile page */
.profile-main{
    padding-top: 150px;
}
.profile_pic img {
    width: 350px;
    height: 350px;
    object-fit: cover;
    object-position: center;
    border-radius: 100%;
    border: 6px solid var(--heading);
}
.content-pro {
    margin-top: 100px;
}
.content-pro .col-lg-6{
    padding-right: 15px !important;
    padding-left: 15px !important;
}
.profile_pic{
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.resume-wrap{
    padding-left: 20px;
}

.resume-wrap iframe{
    border: 1px solid var(--heading);
    height: 720px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.line-p{
    height: 2px;
    width: 100%;
    background: var(--heading);
}
.video_container{
    margin-top: 80px;
}
.video_container .col-md-6{
    padding-right: 15px !important;
    padding-left: 15px !important;
}
.video_ iframe{
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

/* about page hero */
.aboot-hero{
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.abot-hero{
    color: #fff ;
    font-size: 100px;
    font-weight: bold !important;
    line-height: 1em;
    -webkit-text-stroke-width: 5px;
    stroke-width: 15px;
    -webkit-text-stroke-color: #ffffff;
    stroke: #fff;
    letter-spacing: 10px;
    font-family: 'Inter', sans-serif;
    text-align: center;
}
.img-1 {
    display: flex;
    align-items: flex-end;
    justify-content: end;
}
.img-1 img {
    max-width: 50%;
    border-radius: 20px;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.07);
}
.abt_img img{
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.07);
}
.abt_content{
    padding-left: 70px !important;
}
.text_abt{
    padding-top: 90px;
}
.img-2{
    padding-top: 90px;
}
.img-2 img{
    max-width: 70%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.07);
}
.phi-text{
    padding-right: 20px;
}
.phi-img{
    padding-left: 20px;
}
.phi-img img{
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.07);
}

/*  */
.box {
    position: relative;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    transition: 0.5s;
    background: var(--heading);
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    text-align: center;
    border: 1px solid var(--heading);
}
.box .imgBx {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.box .imgBx img {
    max-width: 100%;
    transition: 0.5s;
    width: 200px;
    height: 200px;
    border: 3px solid #e8e4e4;
    border-radius: 50%;
    object-fit: cover;
}
.box .content {
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    bottom: 10px;
    height: 70px;
    background: var(--white_t);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    border-radius: 4px;
}
.box .content h2 {
    font-size: 20px;
    color: var(--heading);
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 1px;
    margin-bottom: 0px;
}
.box-wrap .col-lg-4{
   padding: 0px 20px !important;
}
.img-s img{
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.07);
}
.bg-c .col-md-6{
    padding: 0px 30px !important;
}
/* sup */
form.contact_form .form-control {
    padding: 30px 15px;
    margin-bottom: 20px;
    background: transparent;
    border: 1px solid var(--heading);
    color: var(--heading);
}
.contact_form label{
    color: var(--heading);
    font-weight: 500;
}
.g-3 .col-md-6,.g-3 .col-12{
    padding: 0px 20px !important;
}


.tr{
    font-size: 25px;
    font-weight: 500;
    color: var(--heading);

}
.faq{
    background: var(--bg-light);
}

.faq .accordion .card_ .card-headers h5 button {
    color: var(--heading) !important;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    padding: 0 30px 0 70px;
    height: 80px;
    display: block;
    width: 100%;
    text-align: left;
    background: var(--bg-light);
    -webkit-box-shadow: 0px -50px 140px 0px rgba(69, 81, 100, 0.1);
    box-shadow: 0px -50px 140px 0px rgba(69, 81, 100, 0.1);
    border-radius: 10px 10px 0 0;
    position: relative;
    border: 1px solid var(--heading);
}
.faq .accordion .card_ .card-headers h5 button.collapsed{
    text-wrap:wrap;
}
.faq .accordion .card_ .card-headers h5 button.collapsed {
    background: var(--bg-light);
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid var(--heading);
}
.faq .accordion .card_ {
    border: none;
    margin-bottom: 30px;
}
.faq .accordion .card_ .card-body {
    border-radius: 10px;
    padding-top: 20px;
    margin-top: -6px;
    padding-left: 72px;
    padding-right: 70px;
    padding-bottom: 23px;
    color: var(--heading);
    line-height: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: 1px solid var(--heading);
}
.accordion{
    max-width: 900px;
    margin: auto;
}
@media screen and (max-width: 480px){

    .faq .accordion .card_ .card-headers h5 button{
        line-height:24px;
        height: 70px;
    }

}
@media screen and (max-width:467px){
    .btn_{
        font-size: 14px;
    }
}