@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

body
{
    overflow-x: hidden;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #F88379;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    display: block;
    transition: 0.3s;
  }
  
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }


.bgg
{
    background-image: url(/static/assets-landing-reef//footer.svg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    width: 100%;
    background-position: center;
}
.main
{
    position: relative;
}
.bg
{
    position: absolute;
    width: 100%;
    
}
.title
{
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700;
    font-size: 30px;
    color: #EFFDF6;
    text-align: center;
}
.titles
{
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700;
    font-size: 30px;
    color: #F88379;
margin-bottom:0px !important;

}
.menu_txt
{
    font-family: 'Poppins', sans-serif !important;
    font-family: 400;
    font-size: 15px;
    color: white;
}

.btn
{
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    font-size: 15px;
    color: #FF7F50;
    background: white;
    border-radius: 50px;
    padding: 10px;
    width: 22%;

}
.icon
    {
        display: none !important;
    }

.organ
{
    font-family: 'Poppins', sans-serif !important;
    background: #F88379;
    font-size: 15px;
    color: white;
border: none !important;
padding: 10px;
border-radius: 20px;
width: 32%;

}  

.organs
{
    font-family: 'Poppins', sans-serif !important;
    background: #F88379;
    font-size: 15px;
    color: white;
border: none !important;
padding: 10px;
border-radius: 20px;
width: 70%;

}  

.lines
{
    display: block !important;
}

.ftxt
{
    color: white;
    font-family: 'Poppins', sans-serif !important;
  font-weight: 700;
}
.list
{
    color: white;
    font-family: 'Poppins', sans-serif !important;
  font-weight: 400;
}

@media (max-width: 1200px) { 
    .menu
    {
        padding: 5px 15px !important;
    }
 .menu
 {
    display: flex !important;
 }
.organ

{
    font-size: 11px !important;
}
.titles
{
    font-size: 24px !important;

}
.para
{
    font-size: 12px !important;
    line-height: 25px !important;
}
.lines
{
    display: block !important;
}
.first
{
    justify-content: space-evenly !important;
}
 }


 @media (max-width:768px) { 

    .menu
 {
    display: none !important;
 }

    .icon
    {
        display: block !important;
        width: 7% !important;
        margin-left: auto !important;
    }
  .logo
  {
    width: 35% !important;
  }
  .title
  {
    text-align: start !important;
    font-size: 15px !important;
  }
  .heading
  {
    width: 90% !important;
    margin-top: 40px !important;
  }
  .lines
  {
    border: none !important;
  }
  .organ
  {
    padding: 15px !important;
  }
  .third
  {
    padding-bottom: 20px !important;
  }
  .lines
  {
      display: block !important;
  }
  .paras
  {
    width: 90% !important;
  }
  .info
  {
    margin-top: 10px !important;
  }
.bgg
{
    height: 600px !important;
}
.footerPosition
{
    top: 50% !important;
}
 }

   

 @media (max-width:576px) { 
 
    .footerLogo
    {
        width: 70% !important;
    }
    .in{
        margin-top: 20px !important;
    }
    .bgg
{
    height: 1000px !important;
}
    .set
    {
        padding: 0px 20px !important;

    }
  .lines
{
    display: none !important;
}
.lines2
{
border: none !important;
}
.organ
{
    padding: 5px !important;
    font-size: 9px !important;
}
.heading
{
  width: 90% !important;
  margin-top: 10px !important;
}

}