:root {
  --text: #0b0b0b;
  --background: #fffffff2;
  --background-1: #f0f3f6;
  --light-bg: #F8FAFC;
  --text2: #212127;
  --text-db: #011014;
  --light-bg: #F8FAFC;
  --blue: #0a80a1;
  --card-txt: #011b22;
}

*{ 
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}
html {
  scroll-behavior: smooth;
  /* scrollbar-width: none; */
  /* google map match color */
  /* background: linear-gradient(to bottom left, #dafddb 30%, #fdfaf0, #c0ccfb 70%); */
}

body {
  background: #ffffff;
  color: var(--text);
}

header {
  top: 0;
  position: sticky;
  height: 70px;
  background: var(--background);
  padding: 0.8% 4.6% ;
  z-index: 999;
  border-bottom: 1px solid #eee;
  backdrop-filter: blur(10px);
}

nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2px;
}
.logo img {
  width: 50px;
  height: 50px;
}
.logo h1 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: var(--text2);
}

nav ul{
  display: flex;
  flex-direction: row;
  list-style: none;
}

nav ul li a{
  font-size: 20px;
  margin-left: 20px;
  text-decoration: none;
  color: var(--text2);
  transition: ease 0.3s;

}

nav ul li a:hover{
  font-size: 20px;
  color: #dee2e6;
  text-shadow: 0px 0px 2px #242627;
}



.menu-btn{
  display: none;
}

.sidebar{
  display: none;
}

/* Nav   Mobile -------==-=-=-=-==--=-==--==-=--= */
@media(max-width: 600px){

header {
  top: 0;
  position: sticky;
  height: 50px;
  background: var(--background);
  padding: 1% 4%;
  z-index: 3;
  border-bottom: 1px solid #eee;
  backdrop-filter: blur(10px);
}

nav {
  display: flex;
  flex-direction: row;
  align-items:center;
}
nav ul{
  gap: 0;
}
.logo {
  display: flex;
  flex-direction: row;

}
.logo img {
  width: 40px;
  height: 40px;
}
.logo h1 {
  padding: 5px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: var(--text2);
}


  #hideOnMobile{
    display: none;
  }
  .menu-btn{
    display: block;
  }

  .sidebar{
  flex-direction: column;
  align-items:first baseline;
  padding: 14px 0px;
  width: 180px;
  background: #ebf0f6e9;;
  z-index: 9;
  position: absolute;
  top: 0;
  right: 0;
  backdrop-filter: blur(10px);
  height: 100vh;
  animation: ease 0.3s;
  gap: 8px;
  }
  
  .sidebar li a{
  font-size: 16px;
  text-decoration: none;
  color: var(--text2);
  transition: ease 0.3s;

  }

  .sidebar li a:hover{
    font-size: 16px;
    color: #dee2e6;
    text-shadow: 0px 0px 2px #242627;
  }

  /* --==-  BTN-Call availble on Mobile only  -=-=-=--=-=-=*/
  
 .sidebar .btn-call{
    text-decoration: none;
    color: white;
    font-size: 12px;
    font-weight: bold;
     /* background: linear-gradient(to top left,#05d8c3,#e647086a 10%,#4074b5) ; */
    /* background: linear-gradient(to top left,#0447ac 2%,#38de0a 10%, #0a6be0fd,#0869e0dd) ; */
        background: linear-gradient(to top left,#a8fddb 2%,#0adedb 10%, #4c00ff9d, #0f55d0) ;
    /* background: linear-gradient(to bottom right,#11be54,#399aa7) ; */
    /* background: #0aa174; */
    padding: 6px 16px;
    border-radius: 50px;

  }

}

/*  === ---- ---- ===- Hero Section -==-=-=-  - ===== ---- == =   */
/* ==-=--=-==-SECTION ELEMENT -=-=-=-=-==--=-= */
  section{
    background: var(--light-bg);
    /* Min-height !!!!!!!!! */
    min-height: 750px;
    padding: 8.8% 4.7%;
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
    justify-content: center;
  }

  .hero-container{
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    /* margin: 100px; */
    width: 1230px;
  }
  .hero-container img{
    /* width: 588.51px; */
     width: 588.51px;
    height: auto;
    border-radius: 15px;
  }

  .hero-text{
    padding: 15px 0;
    width: 588.51px;
    height: 434.41px;
    text-align: left;
  }
  .hero-text h1{
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 35px;
  }

  .hero-text p{
    font-size: 18px;
    margin-bottom: 70px;
    color: var(--text-db);
    line-height: 24px;
  }

  .btn-call{
    text-decoration: none;
    color: white;
    font-size: 18px;
    font-weight: bold;
     /* background: linear-gradient(to top left,#05d8c3,#e647086a 10%,#4074b5) ; */
    /* background: linear-gradient(to top left,#0447ac 2%,#38de0a 10%, #0a6be0fd,#0869e0dd) ; */
        background: linear-gradient(to top left,#a8fddb 2%,#0adedb 10%, #4c00ff9d, #0f55d0) ;
    /* background: linear-gradient(to bottom right,#11be54,#399aa7) ; */
    /* background: #0aa174; */
    padding: 16px 22px;
    border-radius: 50px;
  }


/* =---------- ==== 1300px ====-=------*/
@media(max-width:1300px) {

  .hero-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin: 100px; */
    width: 90%;
  }

  .hero-container img{
    width: 50%;
    height: auto;
  }
  .hero-text{
    padding: 40px 0;
    width: 50%;
    height: auto;
    text-align: left;
  }
}

/* -=-==-==- Mobile Hero Section */
  @media(max-width: 800px) {

  section{
    background: var(--light-bg);
    /* height: 683px; */
    height: 90%;
    padding: 8.8% 5% 25% 5%;
    display: flex;
    
    /* flex-wrap: wrap; */
    align-items: center;
    justify-content: center;
  }

  .hero-container{
    display: flex;
    flex-direction: column-reverse;
    /* align-items: center; */
    /* margin: 100px; */
    width: 98%;
  }
  .hero-container img{
    /* width: 588.51px; */
     width: 98%;
    height: auto;
    border-radius: 15px;
    margin-top: 25px;
    margin-bottom: 35px;
  }

  .hero-text{
    padding: 5px;
    width: 98%;
    height: 98%;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hero-text h1{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
  }

  .hero-text p{
    font-size: 17px;
    margin-bottom: 50px;
  }
/* -==-=-=--=   buttons -==-=--==-*/
  .btn-call{
    text-decoration: none;
    color: white;
    font-size: 18px;
    font-weight: bold;
     /* background: linear-gradient(to top left,#05d8c3,#e647086a 10%,#4074b5) ; */
    /* background: linear-gradient(to top left,#0447ac 2%,#38de0a 10%, #0a6be0fd,#0869e0dd) ; */
        background: linear-gradient(to top left,#a8fddb 2%,#0adedb 10%, #4c00ff9d, #0f55d0) ;
    /* background: linear-gradient(to bottom right,#11be54,#399aa7) ; */
    /* background: #0aa174; */
    padding: 16px 22px;
    border-radius: 50px;
  }


  
}


/* ===================--------------------- */
  /* -- Section 2--- */
/* =---==-==---------------------- */


.results-section{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 80px; 
}
.results-section h2{
  font-size: 30px;
  margin-top: 50px;
  margin-bottom: 120px;
}
.slider-container{
  width: 90%;
  display: flex;
  flex-direction: row;
  max-width: 1300px;
  
 
}
.slider-btn{
  font-size: 38px;
  color: #000000;
  background: none;
  text-shadow: 0px 0px 6px rgb(184, 192, 204);
  border: none;
  margin: 5px;
}

.image-slider {
  display: flex;
  justify-content: space-evenly;
  /* padding: 20px 50px; */
  overflow-x: auto;
  gap: 10px;
  scroll-snap-type: x mandatory;
  height: 520px;
  /* here */
}

.image-slider::-webkit-scrollbar {
  display: none;
}

.image-slider img {
  width: 520px;
  height: auto;
  object-fit: cover;
  flex-shrink: 0;
  scroll-snap-align: start;
  margin:0 10px;
  border-radius: 10px;
}

/* M ===-=----------------- */
@media(max-width: 1200px){

.results-section{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6% 2%; 
}

.results-section h2{
  font-size: 48px;
  margin-top: 50px;
  margin-bottom: 120px;
}
.slider-container{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  height: 90%;
  
 
}

.slider-btn{
  font-size: 28px;
  color: #000000;
  background: none;
  text-shadow: 0px 0px 6px rgb(184, 192, 204);
  border: none;
  margin: 1%;
  width: 8%;
}

.image-slider {
  width: 90%;
  height: 90%;
  display: flex;
  justify-content: space-evenly;
  /* padding: 20px 50px; */
  overflow-x: auto;
  gap: 10px;
  scroll-snap-type: x mandatory;
 
}

.image-slider::-webkit-scrollbar {
  display: none;
}

.image-slider img {
  width: 80%;
  height: 80%;
  object-fit: cover;
  flex-shrink: 0;
  scroll-snap-align: start;
  margin:0 10px;
  border-radius: 10px;
}

}

/* ======    Mobile   ==========------------------ */
@media(max-width: 600px){

.results-section{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10% 2%; 
  width: 98%;
}

.results-section h2{
  font-size: 28px;
  margin-top: 40px;
  font-weight: 500;
  margin-bottom: 50px;
}
.slider-container{
  display: flex;
  flex-direction: row;
  width: 98%;
 
  /* mobile changes */
}

.slider-btn{
  font-size: 10px;
  color: #000000;
  background: none;
  text-shadow: 0px 0px 10px rgb(0, 15, 77);
  border: none;
  margin: 2px;
  width: 5%;
}

.image-slider {
  width: 300px;
  display: flex;
  justify-content: space-evenly;
  /* padding: 20px 50px; */
  overflow-x: auto;
  gap: 5px;
  /* scroll-snap-type: x mandatory;
  */
}

.image-slider::-webkit-scrollbar {
  display: none;
}

.image-slider img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  flex-shrink: 0;
  scroll-snap-align: start;
  margin:0 5px;
  border-radius: 10px;
}

}




/* -=-==========--=  Service Section   =-=====-=--=- */
.service-section{
  padding: 180px 80px 180px 80px;
}

.service-section h2{
  font-size: 30px;
  text-align: center;
  margin-bottom: 80px;
}

/* button ===-=-=-==-=--==-*/

.btn-group{
  display: flex;
  flex-direction: column;
  align-items: center;
}

#btn-view {
  background: linear-gradient(to top left,#00ac67 2%,#148f57 10%, #4bb074, #1e9353) ;
    /* border-radius: 50%;
    border-top: 8px solid yellow;
    border-bottom: 7px solid rgb(47, 144, 47); */
  padding: 14px 18px;
  border-radius: 10px;
  /* background: linear-gradient(to top left,#040487, #a80303);
  */
  color: white;
  /* color: #fafcfc; */
  /* background: #007f99ed; */
  text-decoration: none;
  font-size: 18px;
  text-align: center;

   transition: 0.6s ease-in-out;
}
#btn-view:hover{
 background: linear-gradient(to top left,#199966 2%,#486d88 10%, #06797b, #1e8593) ;
  /* background: linear-gradient(to top right,#0808af, #c40606);
background: radial-gradient(#879d9a 30%, #555b72, #404157 70%);
  color: white;
    border-top: 8px solid #975503;
    border-bottom: 7px solid yellow; */
}

@media(max-width:600px){

#btn-view {
    /* border-radius: 50%;
    border-top: 8px solid yellow;
    border-bottom: 7px solid rgb(47, 144, 47);
  padding: 16px;
  background: linear-gradient(to top left,#040487, #a80303);
  color: white  ;
  
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  border-radius: 50%; */
  font-size: 16px;
  
}
#btn-view:hover{
 /* transition: 3s ease-in-out; */
  /* background: linear-gradient(to top right,#0808af, #c40606); */
  /* color: white  ; */
    /* border-top: 8px solid #975503;
    border-bottom: 7px solid yellow; */
}

}

/* ================= GRID & CARDS ================= */
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  /* margin bottom */
  margin-bottom: 8%;
}

.card {
  background: white;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 60px rgba(0,0,0,0.08);
}

.card img {
  width: 100%;
  border-radius: 15px;
}

.card h3{
  font-size: 18px;
  margin-bottom: 14px;
}
.card p{
  font-size: 16px;
  font-family: sans-serif;
  color: var(--card-txt);
}

/* Services =-=--=-==--=-=-==-=--= */

.service-container{
  /* display: flex;
  flex-direction: column;
  width: 1400px;;
  align-items: center;
  margin: 0; */

}

.service-container h1{
  text-align: center;
  font-size: 56px;
  margin-bottom: 7%;
}


@media(max-width:600px){
/* mobile */
  /* -=-==========--=  Service Section   =-=====-=--=- */
.service-section{
  padding:80px 9%;
  text-align: center;

}
.service-section h2{
  font-size: 30px;
  text-align: center;
  margin-bottom: 80px;
}


/* Mobileee */
/* ================= GRID & CARDS ================= */
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  margin-bottom: 18%;
}

.card {
  background: white;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 60px rgba(0,0,0,0.08);
}

.card img {
  width: 100%;
  border-radius: 15px;
}

.card h3{
  font-size: 18px;
  margin-bottom: 14px;
}
.card p{
  font-size: 16px;
}
/* servicess mobilee verr */
.service-container{
  /* display: flex;
  flex-direction: column;
  width: 1400px;;
  align-items: center;
  margin: 0; */

}

.service-container h1{
  text-align: center;
  font-size: 32px;
  margin-top: 6%;
  margin-bottom: 12%;
}


}

            /* Schedule ==+++++++++++++++*/
/* ==========================+++++++==- */

.schedule-section{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px;
 /* background: linear-gradient(to bottom right, #a9acd1 30%, #545680, #8389a2 70%); */
 background: linear-gradient(to bottom right, #a9acd1 30%, #545680, #8389a2 70%);
}

.box{
  text-align: center;
  width: 600px;
  padding: 20px;
  background: #adf0f010;
  color: #e2f4ec;
  text-shadow:  2.5px 2px 6px black;
  /* backdrop-filter: blur(10px); */
  border-radius: 20px;
}
.box h2{
  font-size: 38px;
  margin-bottom: 15px;
}
.box p{
  margin: 10px;
  font-size: 18px;
}


@media(max-width:600px){
  .schedule-section{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px;
 background: linear-gradient(to bottom right, #a9acd1 30%, #545680, #8389a2 70%);
}

.box{
  text-align: center;
  width: 300px;
  padding: 20px;
  background: #adf0f010;
  color: #e2f4ec;
  text-shadow:  2.5px 2px 6px black;
  /* backdrop-filter: blur(10px); */
  border-radius: 20px;
}
.box h2{
  font-size: 38px;
  margin-bottom: 15px;
}
.box p{
  margin: 10px;
  font-size: 18px;
}

}


/*-=-==--==--=-= Abouuuuutttt =---------------------------------- */
/* -==-=--==-=--=-=-= */
.container{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 600px;
}
.container p{
  font-size: 20px;
  color: var(--text-db);
  line-height: 24px;
}
.container h2{
  font-size: 24px;
}
.container ul li{
  font-size: 20px;
  color: var(--text-db);
}
@media(max-width: 900px){
   .container img{
    width: 99%;
    height: auto;
  }
}
@media(max-width:400px){
  .container{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  width: 600px;
  }
  .container p{
    font-size: 18px;
    color: var(--text-db);
  }
  .container h2{
    font-size: 24px;
    font-weight: 500;
  }
  .container ul li{
    font-size: 18px;
    color: var(--text-db);
  }

 
}
/* ==-00-==0-=0=0=-=-=-++++++__+=-=--==-=--==- */






/* 0=0=0-0=-=-0-=0-=00-=00=--=-=-==- */


/* ------ "Contact Us" ------ */
.contact-info{
  display: flex;
  flex-direction: column;
  
}
.contact-info h1{
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 8px;
}
.contact-info p{
  font-size: 17px;
  margin-bottom: 2px;
  color: var(--text);
}

/*=== +++---= MAP =---+++ ===*/

.map-group{
  display: flex;
  flex-direction: row;
  width: 1200px;
}

.map-header{
  height: 100px;
  padding: 100px;
  text-align: center;
}
.map-header h1{
  font-size: 48px;
}

@media(max-width: 800px) {
  .contact-info h1{
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 5px;
  }
  .contact-info p{
    font-size: 17px;
    margin-bottom: 2px;
    color: var(--text);
  }

  .map-group{
  display: flex;
  flex-direction: column;
  width: 100%;

  }

  .map-header{
  height: 120px;
  padding: 90px 20px;
  text-align: center;
  }
  .map-header h1{
    font-size: 28px;
  }

}
@media(max-width:360px){
  .contact-info h1{
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 5px;
  }
  .contact-info p{
    font-size: 14px;
    margin-bottom: 2px;
    color: var(--text);
  }

}
/* --==--=-=-=-==-=-=-=--=-=-==--=-=-=-=-=--=-=0000000000 */


/* =-=-=-=--=-=--==-==--=-===-=--=-=-=-=-=-=-==-= */
/* ======= Footer ========= */
.hr{
  height: 10px;
  background: #cc8e08;
  border: none;
}


footer{
    padding-top: 10px;
    padding-bottom: 40px;
    background: #05022f;

    /* box-shadow: inset -0.1px 10px 15px rgb(1, 4, 94),inset 0.1px 10px 15px rgb(0, 2, 102);  */
    /* height: 350px; */
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
footer p{
    font-size: 17.5px;
    font-family: "Poppins", sans-serif;
    text-shadow: 0px 0px 15px rgb(0, 0, 0);
    color: rgb(217, 217, 240);
    padding-top: 40px;
}
footer a{
    color: #f8f9ff;
    font-family: "Poppins", sans-serif;
    font-size: 17.5px;

    line-height: 22px;
}
.footer_container{
    display: flex;
    flex-direction: row;
    align-items: first baseline;
    justify-content: space-between;
    width: 800px;

}
.icon{
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}
.icon img{
    height: 25px;
    margin-right: 3px;
}
.icon a{
    display: inline-flex;
    align-items: center;
    color: #ebfdfd;

    font-size: 16px;
}
.icon p{
    display: inline-flex;
    font-size: 14px;
    margin-bottom: 5px;
    color: rgb(217, 217, 240);
    text-shadow: 0px 0px 10px rgb(0, 0, 0);
    color: rgb(217, 217, 240);

}
/* icon1 */
.icon1{
    display: flex;
    flex-direction: column;
}
/* .icon1 img{
    height: 25px;

} */
.icon1 a{
    display: inline-flex;
    align-items: center;
    color: #ebfdfd;
    text-decoration: none;

    font-size: 16px;
}
.icon1 p{

    display: inline-flex;
    font-size: 14px;
    margin-bottom: 5px;
    color: rgb(217, 217, 240);
    text-shadow: 0px 0px 10px rgb(0, 0, 0);
    color: rgb(217, 217, 240);

}
/* fc */
.fc{
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    padding-left: 70%;
}
.fc p a{
    color: #c4d2ff;
    text-decoration: none;
    font-size: 10px;
}

.fc p{
    font-size: 10px;
    color: rgb(192, 206, 252);
    text-shadow: 0px 0px 10px rgb(52, 53, 88);
}



/* ----Footer-Start--- */
/*=-"LAPTOP M2"-=*/
@media (max-width:1475px){

.fc a{
    text-decoration: none;
}
.fc p{
    font-size: 10px;
    
}
.icons{
    padding-left: 5px;
    padding-top: 25px;
    height: 40px;
}
}
/*=-"TABLET XXL"-=*/
@media (max-width:800px){
    footer{
        height: fit-content;
    }
    footer p{
        padding-left: 5px;
        padding-right: 5px;
    }
    .footer_container{
        width: 90%;
    }

    .fc{
        display: flex;
        justify-content: center;
        margin-right: 0px;
        padding-left: 0;
    }
}
/*=-"TABLET xL"-=*/
@media (max-width:760px){

}
/*=-"TABLET S"-=*/
@media (max-width:620px){
    footer{
        height: fit-content;
        padding: 0px 0 10px 0;
    }
    footer p{
        padding-top: 20px;
        font-size: 15px;
        padding-left: 3px;
        padding-right: 3px;
    }
    footer a{
        font-size: 14px;
       
    }
    .footer_container{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .icon1{
      
        width: 250px;
    }
}
/*=-"MOBILE L"-=*/
@media (max-width:425px){
    /* footer=====---------- */

footer p{
    font-size: 15px;
    padding-left: 4px;
    padding-right: 4px;
}
/* /* .icon img{
    height: 20px;

} */
.icon1 img{
    height: 20px;

} */


/* fc */
.fc{
    display: flex;
    justify-content: center;
    margin-right: 0px;
    
}
.fc a{
   
    text-decoration: none;
}
.fc p{
    font-size: 12px;
   
}
.fc span{
    font-size: 10px;
    padding-right: 28px;
   
}
.icons{
    padding-left: 5px;
    padding-top: 25px;
    height: 40px;
}

}

@media(max-width:340px){
    .icon1{
       padding-left: 5px;
       padding-right: 5px;
    }
}
/* ---=Footer End-=-------------------------------=- */
/* ---=Footer End-=----------------=- */


/* --=+__++==----=-=-==--=----=-----============= */
/* ---=----  Privacy policy and terms condition styles */

.m-container{
    font-family: "Poppins",sans-serif;
    padding: 7% 10%; 
    /* background: linear-gradient(to bottom right,#e8f0f7, #e8f0f7) */
       background: linear-gradient(to bottom right,#e8f0f7, #fbfdff)
}

.info_container{
    /* background: #129c7a; */
    
}
.info_container h1{
    font-family: "Poppins",sans-serif;
    font-size: 28px;
    margin-bottom: 70px;
}
.info_container p{
    text-align: left;
    font-size: 18px;
    font-family: "Poppins",sans-serif;
    margin: 20px 0;
}

.content_container {
    text-align: left;
    padding:0 5% 0 7%;
    font-family: "Poppins",sans-serif;
}

.content_container h1{
    font-size: 22px;
    margin: 50px 0 20px 0;
    text-align: left;
    font-family: "Poppins",sans-serif;
}
.content_container p{
    text-align: left;
    font-size: 18px;
    font-family: "Poppins",sans-serif;
    margin: 20px 0;

}

@media (max-width: 600px){
    .m-container{
        font-family: "Poppins",sans-serif;
        padding: 10% 5%; 
        background: linear-gradient(to bottom right,#e8f0f7, #e8f0f7)
    }
    .m-container {
       
        font-family: "Poppins",sans-serif;
    }
    .info_container h1{
        font-family: "Poppins",sans-serif;
        font-size: 20px;
        margin-bottom: 0px;
        margin-top: 50px;
        
    }
    .info_container {
        text-align: left;
        font-size: 15px;
        font-family: "Poppins",sans-serif;
        margin: 20px 0;
        
    }

    .content_container {
      
        padding:0 5% 0 6%;
    }
    
    .content_container h1{
        font-size: 18px;
        margin: 20px 0 10px 0;
        text-align: left;
        font-family: "Poppins",sans-serif;
    }
    .content_container p{
        text-align: left;
        font-size: 15px;
        font-family: "Poppins",sans-serif;
        margin: 10px 0 20px 0;
    
    }
}

/*Privacy and terms*/
