*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}



/* <<<<<<<<======AJ== CSS Style===============>>>>>>>>>> */

/* navbar */
.nav {
    width: 100%;
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 9999;
}

nav.nav.black {
    
    background: #050505ab;
    box-shadow: 0 -0.25rem 0.875rem 0 rgb(0 0 0 / 15%), 0 0.0625rem 0.625rem 0 rgb(0 0 0 / 12%), 0 0.25rem 0.9375rem 0.3125rem rgb(0 0 0 / 20%) !important;
      
      background: rgba(255, 255, 255, 0.2);

  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.21) 0%, rgba(255, 255, 255, 0.04) 100%);
  backdrop-filter: blur(17.5px);
}


.form_card{
   
 background-clip: border-box;
/*border: 1px solid rgba(0,0,0,.125);*/
/*border-radius: 0.25rem;*/     
box-shadow: 0 -0.25rem 0.875rem 0 rgb(0 0 0 / 15%), 0 0.0625rem 0.625rem 0 rgb(0 0 0 / 12%), 0 0.25rem 0.9375rem 0.3125rem rgb(0 0 0 / 20%) !important;      
background: rgba(255, 255, 255, 0.2);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);
background: linear-gradient(180deg, rgba(255, 255, 255, 0.21) 0%, rgba(255, 255, 255, 0.04) 100%);
backdrop-filter: blur(17.5px);
/* Note: backdrop-filter has minimal browser support */
  
 
  }
  



.reinvent_logo {
    padding: 9px;
    height: 60px;
}

.nav>.nav-header {
    flex: 0.95;
    padding-left: 5rem;

}

.nav>.nav-header>.nav-title {
    font-size: 22px;
    color: #fff;
}

.nav>.nav-list {
    display: flex;
    gap: 2rem;
    margin: 0px;
}

.nav>.nav-list>li {
    list-style-type: none;
}

.nav>.nav-list>li a {
    text-decoration: none;
    color: rgb(4, 7, 79);
    cursor: pointer;
    font-size: 20px;
}

.nav>#nav-check {
    display: none;
}



/* navbar */


/* footer css */

a {
    text-decoration: none;
}

.bg-footer {
    background: linear-gradient(105deg, #050505, #221a28);
    padding: 50px 0 30px;
}

.footer-heading {
    letter-spacing: 2px;
}

.footer_anchor {
    color: white;
    text-decoration: none;
}
.footer_anchor:hover {
    color: black;
}

ul.ul-footer {
    list-style: none;
    padding:0;
}

.quick-links {
    display: flex;
    flex-direction: column;
    align-items: center;
}

li.li-footer a {
    text-decoration: none;
    color:#fff;
}

.footer-link a {
    color: #acacac;
    line-height: 40px;
    font-size: 14px;
    transition: all 0.5s;
}

.footer-link a:hover {
    color: #1bbc9b;
}

.contact-info {
    color: #fff;
    font-size: 14px;
}

.footer_heading {
    color: white;
    font-weight: 500;
}

.footer-social-icon {
    font-size: 15px;
    height: 34px;
    width: 34px;
    line-height: 34px;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
}

.facebook {
    background-color: #4e71a8;
    color: #ffffff;
}

.twitter {
    background-color: #55acee;
    color: #ffffff;
}

.google {
    background-color: #d6492f;
    color: #ffffff;
}

.apple {
    background-color: #424041;
    color: #ffffff;
}

.footer-alt {
    color: #fff;
}

.para-footer {
    color: white;
}

.footer-heading {
    position: relative;
    padding-bottom: 12px;
}

.footer-heading:after {
    content: '';
    width: 25px;
    border-bottom: 1px solid #FFF;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    border-bottom: 1px solid #1bbc9b;
}

/* footer css */


/* first section */


.bg-video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    /* background: url(https://designsupply-web.com/samplecontent/vender/codepen/20181014.png) no-repeat center center/cover; */
  }
  video {
    min-width: 100%;
    min-height: 100vh;
    z-index: 1;
  }


  .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*background-image: linear-gradient(45deg, rgb(40 49 98 / 51%) 110%, rgb(95 74 74 / 60%) 60%);*/
    background-image:linear-gradient(45deg, rgb(168 180 244 / 51%) 110%, rgb(95 74 74 / 60%) 60%);
    background-size: 3px 3px;
    z-index: 2;
    display: flex;
    align-items: center;
}

  .bg-video-wrap video {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

.h1-head {
    font-size: 3rem;
    background: linear-gradient(302deg, #4d2dd1 0.99%, #3252d6 52.04%, #670ccd 99.01%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-emphasis-color: transparent;
    /* text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.4); */
}
.overly-p {
    font-size: 1.2rem;
    line-height: 32px;
    font-weight: 300;
    color: #222466;
}

.cta-a {
    color: #222466;
    text-decoration: none;
    border: 2px solid #222466;
    border-radius: 20px;
    padding: 10px 30px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.cta-a:hover {
    color: white;
    background-color: #222466;
    text-decoration: none;
    border: 2px solid #fff;
    padding: 10px 30px;
}

@media (min-aspect-ratio:16/9){

    .bg-video-wrap{
        width:100%;
        height: auto;
    }
}

.first-cnt {
    width: 70%;
    margin-left: 70px;
}

/* first section */

/* second section */
.second-sec-img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.sub-info{
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #004975;
}

.display-30 {
    font-size: 0.9rem;
}
/* second section */


/* third section */

h2.h2-about {
    font-size: 1.9rem;
    font-weight: 300;
}
strong.h2-strng {
    color: #680acd;
    font-size: 2rem;
    font-weight: 600;
}
p.abot-para {
    font-size: 20px;
    font-weight: 300;
    color: #5b5b5b;
}

img.ourvise-img {
    border-radius: 20px 36%;
    border-top: 10px solid #4637d2;
    /* border-bottom: 10px dotted #4637d2; */
}


/* third section */

/* fourth section */

.categry {
    display: flex;
    gap: 10px;
}

.card-my {
    width: 24rem;
}

li.service_li {
    background: #9cd0e7;
    padding: 6px;
    border-left: 2px solid #5721d0;
    margin-bottom: 16px;
    border-radius: 14px;
    list-style: none;
}
/* fourth section */


/* fifth secion */

.form-div {
    width: 100%;
    height: 75vh;
    background: url(images/1145728.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.form-overbg{
    width: 100%;
    height: 75vh;
    background:#27282b96;
    display: flex;
    align-items: center;
    justify-content: center;
}



.awesome-form {
    width: 100%;
    max-width: 400px;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease-in-out;
    background-clip: border-box;
    /* border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem; */
    box-shadow: 0 -0.25rem 0.875rem 0 rgb(0 0 0 / 15%), 0 0.0625rem 0.625rem 0 rgb(0 0 0 / 12%), 0 0.25rem 0.9375rem 0.3125rem rgb(0 0 0 / 20%) !important;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.21) 0%, rgba(255, 255, 255, 0.04) 100%);
    backdrop-filter: blur(17.5px);
    /*Note: backdrop-filter has minimal browser support */;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -o-border-radius: 0.25rem;
}

.awesome-form:hover {
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}



.awesome-form .form-control {
    background: none;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}

.awesome-form .form-control:focus {
    border-color: #007BFF;
    box-shadow: 0px 0px 5px rgba(0,123,255,0.5);
    outline: none;
}

.awesome-form .btn {
    border-radius: 5px;
    background: #007BFF;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.awesome-form .btn:hover {
    background: #0056b3;
}






/* fifth section */


/* comman css */
.heading {
    margin-bottom: 2rem;
}
p.para_p {
    font-size: 19px;
    font-weight: 300;
    line-height: 32px;
}
/* common css */

/* <<<<<<<<<<=================media query====================>>>>>>>>>>>> */
@media screen and (max-width: 991px) {

    .row-max {
        display: flex !important;
        flex-direction: column !important;
    }
    .col-max {
        width: 100% !important;
    }

    .col-grid-spefi {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        width: 100% !important;
        gap: 12px;
        align-items: center;
        justify-content: center;
    }
   
    .row.max-pls-spefi {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 12px;
    } 

    .row.row-how-its-work {
        display: flex;
        flex-direction: column;
    }
    .col-6.col-how-its {
        width: 100%;
    }
    .report-div-img {
        width: 100%;
    }
    .row-fda-section {
    display: flex;
    flex-direction: column;
}

.col-fda-section {
    width: 100% !important;
}

    
}

@media screen and (max-width: 800px) {
    .max-pls-spefi {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        gap:10px;
    }
    .spefi {
        border: 1px solid;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 300px;
        border-radius: 16px;
        cursor: pointer;
        background: aliceblue;
    }



}


@media screen and (max-width: 768px) {
    
    .quick-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
    
    .our-vis {
    margin-bottom: 5rem;
}

ol.service_ol {
    padding-left: 0;
    margin-left: 0;
}
    
    .card-my {
    width: 100% !important;
}

.categry {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
    
    .footer-row {
        display: flex;
        flex-direction: column;
        padding: 0;
        margin: 0;
    }

.footer-col {
    width: 100% !important;
    padding: 0;
    margin: 0;
}
.rssow {
    display: flex;

    justify-content: center;
    align-items: normal;
    flex-direction: column;
}
.cosl-3 {
    display: flex;
    
    justify-content: center;
    
}

    .first-cnt {
    width:100% !important;
    margin-left:0 !important;
    padding: 10px !important;
}
.overly-p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: white;
}

.h1-head {
    font-size: 2rem;
    font-weight: 700;
}


}

@media (max-width: 500px){
       .first-cnt {
    width:100% !important;
    margin-left:0 !important;
    padding: 10px !important;
}
.overly-p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #222466;
}

.h1-head {
    font-size: 2rem;
    font-weight: 700;
}
}



@media (max-width: 480px) {
    
    .our-vis {
    margin-bottom: 5rem;
}


    
    .imgs-max-se {
    width: 100%;
}
.back-info-img {
    padding: 15px;
    background: linear-gradient(104deg, #009cffc7, #041E39 100%);
}
    
    .cont-us-form{
        width:100% !important;
    }
    .order .roow form .box {
    margin: 1rem 0;
    color: #333;
    font-size:16px;
    border:1px solid;
    text-transform: none;
    background: #f0f0f0;
    width: 100%;
    border-radius: 10px;
    padding: 5px;
}
    
    form.form_scetion {
    width: 100% !important;
    padding:5px !important;
    /*margin:1px !important;*/
}
.div-bg{
    padding:10px !important;
}
.image {
    padding: 10px;
}
    
    /* .nav {
        padding: 1rem;
    } */

    .bt-card {
        border: none !important;
        margin-top: 1rem;
    }

    .nav>.nav-list>li a {
        text-decoration: none;
        color: #fff;
        cursor: pointer;
        font-size: 20px;
    }

    .nav>.nav-btn {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0px;
        padding-top: 0.2rem;
    }

    .nav>.nav-btn>label {
        display: inline-block;
        width: 50px;
        height: 50px;
        padding: 13px;
    }

    .nav>.nav-btn>label>span {
        display: block;
        width: 25px;
        height: 10px;
        border-top: 2px solid #19499e;
    }

    .nav>.nav-list {
        position: absolute;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        width: 100%;
        /*background-color: #000000;*/
        height: 0;
        transition: all 0.3s ease-in;
        top: 52px;
        left: 0;
        overflow: hidden;
        z-index: 9999;
        box-shadow: 0 -0.25rem 0.875rem 0 rgb(0 0 0 / 15%), 0 0.0625rem 0.625rem 0 rgb(0 0 0 / 12%), 0 0.25rem 0.9375rem 0.3125rem rgb(0 0 0 / 20%) !important;
    background: rgba(255, 255, 255, 0.2);
    /*box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);*/
    /*backdrop-filter: blur(5px);*/
    /*-webkit-backdrop-filter: blur(5px);*/
    /*border: 1px solid rgba(255, 255, 255, 0.3);*/
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.21) 0%, rgba(255, 255, 255, 0.04) 100%);
    backdrop-filter: blur(17.5px);
    }

    .nav>.nav-list>li {
        width: 100%;
        margin-top: 1.5rem;
        margin-left: 1.3rem;
    }
    .nav>.nav-header {
        flex: 0.95;
        padding-left: 1rem;
    }

    .nav>#nav-check:checked~.nav-list {
        height: calc(100vh - 50px);
    }
}


@media (max-width:380px){
    .first-cnt {
    width:100%;
    margin-left:0;
    padding: 10px;
}
.overly-p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: white;
}

.h1-head {
    font-size: 2rem;
    font-weight: 700;
}

p.abot-para {
    font-size: 17px;
    font-weight: 300;
    color: #5b5b5b;
}
img.ourvise-img {
    border-radius: 20px 36%;
    border-top: 10px solid #4637d2;
    /* border-bottom: 10px dotted #4637d2; */
    width: 85% !important;
}
.categry {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.cards-my {
    width: 100% !important;
}

}





/* <<<<<<<<<<=================media query====================>>>>>>>>>>>> */ 

/* <<<<<<<<======AJ=================>>>>>>>>>> */
