@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital, wght@0, 100..900;1, 100..900 &display=swap');:root {
    --brand-font: "Montserrat", sans-serif;
    --brand-color: #E7383C;
}

.nav-item a {
    color: rgba(0, 0, 0, 1);
    font-family: var(--brand-font);
    font-weight: 300 !important;
    font-size: 14px;
}
p{
    font-family:var(--brand-font);
}
.footer{
    background: #FFF6ED;
}

.headingfour {
    font-family: var(--brand-font);
    color: var(--brand-color);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.banner-content h2 {
    font-size: 54px !important;
    color: white !important;
    font-family: var(--brand-font);
    font-weight: 700 !important;
}

h2 {
    font-size: 48px !important;
}

.banner-section {
    background-image: url("../img/banner-1920.jfif");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-section p {
    color: white;
    font-family: var(--brand-font);
    font-size: 18px;
}

.banner-content {
    padding-top: 50px;
    padding-bottom: 400px;
}

.second-sec h2 {
    font-family: var(--brand-font);
    text-align: center;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 8.16px;
    text-transform: uppercase;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.20) 35.13%, rgba(189, 173, 173, 0.03) 79.49%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
.third-section h4 {
    color: #000;
    text-align: center;
    font-family: var(--brand-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.third-section .card {
    border: none;
    background: #FFF;
    box-shadow: 0px 5px 55.1px 0px rgba(0, 0, 0, 0.06);
    width: 323px;
    height: 300px;
    border-radius: 0px !important;
}
.third-section .card-body{
    padding: 41px !important;
}
.card-title {
    font-family: var(--brand-font);
    font-size: 20px;
    font-weight: 600;
}
.card-text {
    font-family: var(--brand-font);
    font-size: 14px;
    font-weight: 300;
}
.icon-circle {
    width: 100px; /* Set the width of the circle */
    height: 100px; /* Set the height of the circle */
    border: 2px solid red; /* Red border for the circle */
    border-radius: 50%; /* Makes it a circle */
}
.commitment {
    background-color: #FFF6ED !important;
    margin-top: -200px;
}
.commitment h2 {
    text-align: center;
    font-family: var(--brand-font);
    font-weight: 700;
    line-height: normal;
    letter-spacing: 8.16px;
    text-transform: uppercase;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1.2) 69.13%, rgba(0, 0, 0, 0.03) 93.49%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top: 300px !important;
}
.fourth-section{
    background-image: url("https://11views.com/satwik-test/Hetero/assets/img/doctor-2.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.gradient-text{
    text-align: center;
    font-family: var(--brand-font);
    font-style: normal;
    font-weight: 700;
    letter-spacing: 8.16px;
    text-transform: uppercase;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.20) 30.13%, rgba(0, 0, 0, 0.03) 79.49%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.sixth-section {
    background: linear-gradient( to right, rgb(195 28 1 / 80%) 50%, rgba(245, 245, 245, 0.3) 50% ), url(https://11views.com/satwik-test/Hetero/assets/img/lab.jpeg) no-repeat center center;
    background-size: cover;
    position: relative;
}
.gradient-content{
    padding: 100px 0px 100px 0px;
}
.gradient-content-2{
    padding: 100px 0px 100px 100px;
}
.gradient-content-2 h2{
    color: var(--brand-color) !important;
font-family: var(--brand-font);
font-size: 64px !important;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.gradient-content h2{
color: #FFF;
font-family: var(--brand-font);
font-size: 64px !important;
font-style: normal;
font-weight: 600;
line-height: normal;
align-self: stretch;
}
.placeholde{
    background: linear-gradient(90deg, rgba(231, 56, 60, 0.50) 0%, rgba(255, 246, 237, 0.50) 100%); 
    width: 40%;
    margin: 30px auto;
}
.white-square-1{
    width: 144px; 
    height: 138px;
     background: white
}
.white-square-2{
    width: 273px; 
    height: 138px;
     background: white
}
.redblackgradient{
    background: linear-gradient(180deg, #E7383C 0%, #000 100%);
}
.ninth-section{
    background-image: url("../img/safety.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width:767px) {
   .fourth-section .doctor-2{
       padding-bottom: 300px !important;
   }
    .fourth-section{
        background-image: url("../img/doctor-2-mobile.png");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .white-square-2 {
        width: 334px;
        height: 147px;
        background: white;
    }
    .banner-content h2{
        font-size:35px !important;
    }
    .gradient-content{
        padding: 100px 0px;
    }
    .gradient-content-2{
        padding: 100px 0px  !important;
    }
 h2{
     font-size: 35px !important;
 } 
 .third-section .card{
     width:300px;
     height: 320px !important;
 }
 .sixth-section h2{
     font-size:45px !important;
 }
 .gradient-content-2 h2{
     font-size:45px !important;
 }
 .sixth-section {
    background: linear-gradient( to bottom, rgb(195 28 1 / 80%) 50%, rgba(245, 245, 245, 0.3) 50% ), url(https://11views.com/satwik-test/Hetero/assets/img/lab.jpeg) no-repeat center center;
    background-size: cover;
    position: relative;
}
.placeholde{
    width: 100%;
}
.banner-section{
    background-image: url("../img/valary-labs-banner-mobile.png");
    text-align: center;
}
.banner-content .h1{
font-size: 32px !important;
}
.banner-content{
    padding-top: 0px;
}
.banner-section p{
font-size: 16px;
}
.ninth-section{
    background-image: url("../img/safety-mobile.png");
    background-position: center;
    background-size: cover;
}
.ninth-section .container{
    padding-bottom: 200px;
}

}
@media screen and (min-width:768px) and (max-width:1023px) {
    .sixth-section {
        background: linear-gradient( to bottom, rgb(195 28 1 / 80%) 50%, rgba(245, 245, 245, 0.3) 50% ), url(https://11views.com/satwik-test/Hetero/assets/img/lab.jpeg) no-repeat center center !important;
    }
    .banner-section {
        background-position-x: 66% !important;
    }
    .placeholde{
        width: 70%;
    }
}
