
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



*{
    margin: 0px;
    padding: 0px;
}
.container{
    max-width: 1500px;
    width: 100%;
}



/* Landing page 1 */
/* section1 */
.landing-1{
    background-color: #f3f2fc;
}
p{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .navbar-brand{
    position: relative;
    width: 30%;
  }
 .section1 .span-text-logo {
    position: absolute;
    left: 38%;
    top: 40%;
    bottom: 0;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: rgb(89, 92, 91);
}
.header {
    height: 200px;
}
nav.navbar.navbar-expand-lg {
    position: fixed;
    width: 100%;
    z-index: 99999;
}
a.nav-link {
    font-weight: 600;
    color: #938c8c;
}
.bi-search{
    vertical-align: middle;
    color: blue;
    
}
.section1 input.form-control.me-2.search-input {
    width: 300px;
    padding: 0px 12px;
    border: none;
    box-shadow: 1px 1px 10px 1px #eee6e6;
    border-radius: 20px;
}

.section1 ul.navbar-nav.my-2.ms-auto.my-lg-0.navbar-nav-scroll {
    gap: 25px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: end;
        align-items: end;
        background: white;
        padding: 15px 10px;
        border: none;
        box-shadow: 1px 1px 10px 1px #eedfdf;
        border-radius: 30px;
    }
}


/* section2 */
.main-slider-section{
    font-family: "Poppins", sans-serif;
    color: #333;
}

.slider-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    background: linear-gradient(to top, #6AC3F7, #A1E8AF 387px, transparent 0);
    position: relative;
}

.bg-img {
    position: absolute;
    right: 13%;
    top: 4%;
}

.slider-container {
    width: 100%;
    max-width: 1480px;
    position: relative;
    overflow: hidden;
    height: 520px;
    border-radius: 15px;
    
}
img.img-slider1 {
    position: absolute;
    left: 39%;
    bottom: -38%;
    width: 900px;
}
img.img-slider2 {
    position: absolute;
    left: 39%;
    bottom: -17%;
    width: 900px;
}
img{
    vertical-align: middle;
    width: 100%;
}

.slide {
    display: none;
  
    
}
.content-img {
    width: 50%;
}
.content-box{
    text-align: left;
    padding: 40px;
    color: #333;
    background-color: #ffffff;
    border-radius: 15px;
    position: absolute;
    z-index: 999;
}

.slide.active {
     
        display: flex;
    }


.content-box {
    max-width: 800px;
    margin: auto;
}

.content-box h1 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

.content-box p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #666;
}

.subscription-box {
    display: flex;
    gap: 10px;
}

.subscription-box input {
    padding: 10px;
    flex-grow: 1;
    border: 1px solid #ccc;
    border-radius: 25px;
    outline: none;
}

.subscription-box button {
    padding: 10px 20px;
    border: none;
    border-radius: 25px;
    background-color: #4CAF50;
    color: white;
    cursor: pointer;
}

.subscription-box button:hover {
    background-color: #45a049;
}

.slider-navigation {
    position: absolute;
    bottom: 60%;
    right: 40%;
    background: white;
    padding: 10px;
    border-radius: 50px;
    z-index: 99999;
}

.slider-navigation button {
    background-color: #fff;
    border: none;
    font-size: 1.5rem;
    padding: 10px;
    color: #5299a1;
    margin: 0 5px;
    cursor: pointer;
    
}
.icons.mt-5 {
    position: absolute;
    bottom: 20px;
    z-index: 9999;
}

.slider-navigation button:hover {
    background-color: #f0f0f0;
}

.social-icon a {
    font-size: 22px; /* Adjust icon size */
    color: #333; /* Default color */
    text-decoration: none;
    margin-left: 8px;
}

.social-icon a:hover {
    color: #007bff; /* Color on hover */
}

.social-icon {
    padding: 8px;
    border-radius: 50%;
    width: 50px;
    background-color: #f0f0f0; /* Background color for icons */
    transition: background-color 0.3s ease;
}

.social-icon:hover {
    background-color: #e0e0e0; /* Background color on hover */
}




/* section3 */

.main-slider-section1{
    font-family: "Poppins", sans-serif;
    color: #333;
}

.slider-section1 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    background: linear-gradient(to top, #6AC3F7, #A1E8AF 300px, transparent 0);
    position: relative;
}

/* .bg-img1 {
    position: absolute;
    right: 13%;
    top: 4%;
} */

.slider-container1 {
    width: 100%;
    max-width: 1480px;
    position: relative;
    overflow: hidden;
    height: 620px;
    border-radius: 15px;
    
}
img.img-slider3 {
    width: 95%;
    height: 440px;
    background: white;
    border-radius: 29px;
    box-shadow: 2px 2px 15px 2px #d5bbbb;
}

img{
    vertical-align: middle;
    width: 100%;
}

.slides {
    display: none;  
}
.content-img1 {
    width: 40%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content-box1{
    text-align: left;
    padding: 40px;
    color: #333;
    background-color: #ffffff;
    border-radius: 15px;
  
}

.slides.active {
     
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
    }


.content-box1 {
    max-width: 900px;
    margin: auto;
}

.content-box1 h1 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

.content-box1 p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #666;
}

.subscription-box {
    display: flex;
    
}

.subscription-box input {
    padding: 10px;
    flex-grow: 1;
    border: 1px solid #ccc;
    border-radius: 25px;
    outline: none;
}

.subscription-box button {
    padding: 10px 20px;
    border: none;
    border-radius: 25px;
    background-color: #4CAF50;
    color: white;
    cursor: pointer;
}

.subscription-box button:hover {
    background-color: #45a049;
}

.slider-navigation1 {
    position: absolute;
    bottom: 4%;
    right: 0%;
   
    border-radius: 50px;
    z-index: 99999;
    border: 3px solid white;
    font-size: 30px;
    color: white;
    font-weight: 600;
}

.slider-navigation1 button {
    background: none;
    border: none;
    font-size: 1.5rem;
    padding: 10px;
    color: #ffffff;
    margin: 0 5px;
    cursor: pointer;
    
}



/* section6 */


.slidess {
    display: none;  
}
.slidess.active {
     
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
    }
    .content-box4{
        text-align: left;
        padding: 40px;
        color: #333;
        background-color: #ffffff00;
        border-radius: 15px;
        display: flex;
      
    }
    .slider-container6 {
        width: 100%;
        max-width: 1480px;
        position: relative;
        overflow: hidden;
        height: 690px;
        border-radius: 15px;
    
    }
    span.add-plus {
        position: absolute;
        top: -30px;
        color: #6cc8e5;
        font-size: 40px;
        font-weight: 400;
        background: white;
        padding: 0px 15px;
        border-radius: 50px;
    }

/* section4 */

.main-slider-section2{
    font-family: "Poppins", sans-serif;
    color: #333;
}

.slider-section2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    background: linear-gradient(to top, #6AC3F7, #A1E8AF 320px, transparent 0);
    position: relative;
}

.bg-img2 {
    position: absolute;
    right: 6%;
    top: 9%;
}

.slider-container2 {
    width: 100%;
    max-width: 1480px;
    position: relative;
    overflow: hidden;
    height: 530px;
    border-radius: 15px;
    
}
img.img-slider3 {
    width: 95%;
    height: 440px;
    background: white;
    border-radius: 29px;
    box-shadow: 2px 2px 15px 2px #d5bbbb;
}

img{
    vertical-align: middle;
    width: 100%;
}

.slides {
    display: none;  
}
.content-img2 {
    width: 40%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content-box2{
    text-align: left;
    padding: 40px;
    color: #333;
    background-color: #ffffff;
    border-radius: 15px;
  
}

.slides2{
     
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
    }


.content-box2 {
    max-width: 900px;
    width: 900px;
    margin: auto;
    position: relative;
}

.content-box2 h1 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

.content-box2 p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #666;
}

.subscription-box {
    display: flex;
    
}

.subscription-box input {
    padding: 10px;
    flex-grow: 1;
    border: 1px solid #ccc;
    border-radius: 25px;
    outline: none;
}

.subscription-box button {
    padding: 10px 20px;
    border: none;
    border-radius: 25px;
    background-color: #4CAF50;
    color: white;
    cursor: pointer;
}

.subscription-box button:hover {
    background-color: #45a049;
}

img.key-img {
    width: 50px !important;
    position: absolute;
    right: 70px;
    top: 40px;
}

h5.h5-contact-section {
    font-size: 35px;
}

.slider-container4 {
    width: 100%;
    max-width: 1480px;
    position: relative;
    overflow: hidden;
    height: 640px;
    border-radius: 15px;
    
}
.slider-section4 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    background: linear-gradient(to top, #6AC3F7, #A1E8AF 320px, transparent 0);
    position: relative;
}
.slider-container3 {
    width: 100%;
    max-width: 1480px;
    position: relative;
    overflow: hidden;
    height: 670px;
    border-radius: 15px;
    
}

@media (max-width: 1470px) and (min-width: 1224px) {
    .section1 .span-text-logo {
        font-size: 12px;
    }
    a.nav-link {
        font-size: 13px;
    }
    .content-box {
        max-width: 800px;
        width: 670px;
        margin: auto;
    }
    .slider-container {
       
        height: 570px;
       
    }
    .content-box1 {
        max-width: 900px;
        width: 800px;
        margin: auto;
    }
    img.img-slider3 {
        width: 97% !important;
        height: 350px !important;
    
    }
}
@media (max-width: 1223px) and (min-width: 992px) {
    .section1 .span-text-logo {
        font-size: 10px;
    }
    a.nav-link {
        font-size: 12px;
    }
    .content-box {
        max-width: 800px;
        width: 540px;
        margin: auto;
    }
    .slider-container {
       
        height: 670px;
       
    }
    .content-box1 {
        max-width: 900px;
        width: 650px;
        margin: auto;
    }
    img.img-slider3 {
        width: 97% !important;
        height: 300px !important;
    }



    .section1 input.form-control.me-2.search-input {
        width: 150px;
        
    }
    .slider-container1{
        
        height: 700px;
        
    }
    .slider-container6 {
        
        height: 570px;
        border-radius: 15px;
    }
    .slider-container2 {
       
        height: 560px;
        border-radius: 15px;
    }
   
}



@media (max-width: 991px) and (min-width: 768px) {
    .section1 .span-text-logo {
        font-size: 10px;
    }
    a.nav-link {
        font-size: 16px;
    }
    .content-box {
        max-width: 800px;
        width: 430px;
        margin: auto;
    }
    .slider-container {
       
        height: 590px;
       
    }
    .content-box1 {
        max-width: 900px;
        width: 650px;
        margin: auto;
    }
    img.img-slider3 {
        width: 97% !important;
        height: 300px !important;
    }



    .section1 input.form-control.me-2.search-input {
        width: 150px;
        
    }
    .slider-container1{
        
        height: 600px;
        
    }
    .slider-container6 {
        
        height: 550px;
        border-radius: 15px;
    }
    .slider-container2 {
       
        height: 500px;
        border-radius: 15px;
    }
    .navbar-nav-scroll {
        max-height: 400px !important;
        overflow-y: auto;
    }
    div#navbarScroll {
    background: white;
    padding: 20px;
}
.header {
    height: 100px;
}
.content-box h1 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}
.content-box p {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #666;
}
img.img-slider1 {
    position: absolute;
    left: 39%;
    bottom: 1%;
    width: 600px;
}
img.img-slider2 {
    position: absolute;
    left: 39%;
    bottom: 12%;
    width: 600px;
}
    .content-box1 h1 {
        font-size: 25px;
       
    }
    .content-box1 p {
        font-size: 12px;
       
    }
    .content-box2 h1 {
        font-size: 25px;
        
    }
    .content-box2 p {
        font-size: 12px;
        
    }
    h5.h5-contact-section {
        font-size: 25px;
    }
    .slider-container3 {
        width: 100%;
        max-width: 1480px;
        position: relative;
        overflow: hidden;
        height: 590px;
        border-radius: 15px;
    }
    div#navbarScroll {
        background: white;
        padding: 15px;
    }
    .navbar-nav-scroll {
        max-height: 320px;
        overflow-y: auto;
    }
}



@media (max-width: 767px) and (min-width: 320px) {
   
    .slide.active {
    display: inline-block;
}
.content-img {
    width: 100%;
}
img.img-slider1 {
    position: relative;
    left: 0px;
    bottom: 0px;
    max-width: 900px;
    width: 100%;
}
.content-box {
    
    position: relative;
}
.slider-container {
    width: 100%;
    max-width: 1480px;
    position: relative;
    overflow: hidden;
    height: 780px;
    border-radius: 15px;
}
img.img-slider2 {
    position: relative;
    left: 0px;
    bottom: 0px;
    max-width: 900px;
    width: 100%;
}
.slider-navigation {
    position: absolute;
    bottom: 2%;
    right: 10px;
    background: white;
    padding: 10px;
    border-radius: 50px;
    z-index: 99999;
}
.header {
    height: 100px;
}
.slides.active {
    display: inline-block;
    gap: 30px;
    justify-content: center;
    align-items: center;
}
.slider-container1 {
    height: 950px;
}
img.img-slider3 {
    width: 100%;
    height: 240px;
}
.slider-container6 {
    
    height: 530px;
    border-radius: 15px;
}
.slider-container2 {
   
    height: 690px;
    border-radius: 15px;
}
.slider-container3 {
    
    height: 790px;
    border-radius: 15px;
}
.navbar-nav-scroll {
    max-height: 320px;
    overflow-y: auto;
}
div#navbarScroll {
    background: white;
    padding: 15px;
}
.section1 .span-text-logo {
    position: absolute;
    left: 38%;
    top: 40%;
    bottom: 0;
    font-size: 4px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: rgb(89, 92, 91);
}
}

@media (max-width: 550px){
    .slider-container1 {
        height: 1160px;
    }
    .slider-container {
      
        height: 841px;
        border-radius: 15px;
    }
    .content-img {
        width: 100%;
    }
    .content-box {
      
        padding: 10px;
        
    }
    .slider-navigation button {
    
        font-size: 12px;
        padding: 5px;
        
    }
    .content-box1 { 
        padding: 10px;
    }
    .slider-navigation1 button {
        
        font-size: 12px;
        padding: 5px;
    }
    .slider-navigation1 { 
    
    font-size: 12px;
    position: absolute;
    bottom: 2%;
    right: 0%;
}
img.img-slider3 {
    width: 300px;
    height: 240px;
}
.content-img1 {
    width: 100%;
}
.slides2 {
    display: flex;
    gap: 0px;
    justify-content: center;
    align-items: center;
}
.content-box1 h1 {
    font-size: 22px;
    
}
.content-box2 h1 {
    font-size: 22px;
   
}
h5.h5-contact-section {
    font-size: 25px;
}
.content-box4 {
  
    display: inline-block;
}
.content-img1 {
    width: 100%;
}
.slider-container6 .content-img1 {
    width: 100%;
    margin-top: 40px;
}
.slider-container6 {
    height: 1070px;
    border-radius: 15px;
}
.navbar-nav-scroll {
    max-height: 320px;
    overflow-y: auto;
}
div#navbarScroll {
    background: white;
    padding: 15px;
}
.section1 .span-text-logo {
    position: absolute;
    left: 38%;
    top: 40%;
    bottom: 0;
    font-size: 4px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: rgb(89, 92, 91);
}
}
