*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Karla", sans-serif;
}
a{
    text-decoration: none;
}
ul{
    margin-left: 5%;
    margin-bottom: 1%;
}
.container{
    background-color: #FEF6FE;
    width: auto;
    height: auto;
}
.Youtube{
    width: 48px;
  }
.navbar{
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 14px;
}
.navbar img{
    width: 20px;
    height: 30px;
}
.navbar h3{
    color: #00004d;
    font-size: 1.4em;
}
hr{
    width: auto;
}
.privacy-policy-content{
    width: 80%;
    margin: 30px 5%;
}

.privacy-policy-content h3{
    font-size: 1.4em;
    color: #00004d;
}
.privacy-policy-content p{
    font-size: 1.1em;
    color: #1a1a48;
}
.intro{
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 30px;
}
.section-1, .section-2, .section-3, .section-4,.contact{
   margin-bottom: 3%;
}

.section-1 h3,p{
    margin-bottom: 1%;
}

.list-1 li{
    margin-right: 100px;
}

.privacy-policy-content h3{
    margin-bottom: 1%;
}
li{
    margin-top: 8px;
}
.primary-para{
    font-size: 1.2em;
}
footer {
    width: auto;
    height: 200px;
    background-color: #475AD7;
  
  }
  
  footer p {
    font-size: 14px;
  }
  
  .items {
    display: flex;
    gap: 8em;
    width: auto;
    justify-content: center;
  
  }
  
  .footer-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 20px;
  
  }
  
  .footer-list a {
    color: #fff;
    font-size: 1.2em;
    text-decoration: none;
  }
  
  .copyright {
    margin-top: 20px;
    color: #fff;
  }
  
  .copyright p {
    color: #cbcbcb;
    font-size: 1.2em;
  }
  .mobile-footer{
    display:none;
  }
  .sub-heading{
    font-size: 1.2em;
    color:#595252;
  }
  #sub-para{
    font-size: 0.9em;
  }
  #sub-list{
    font-size: 0.9em;
   color:#1a1a48;
  }


  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .copyright{
      display:none;
    }
    .sub-heading{
        font-size: 1.1em;
        color:#595252;
      }
      #sub-para{
        font-size: 0.9em;
      }
      #sub-list{
        font-size: 0.9em;
       color:#1a1a48;
      }
      .privacy-policy-content p {
        font-size: 1.0em;
        color: #1a1a48;
    }
  }
  @media (max-width: 768px) {

    .items {
      display: none;
  }
  .mobile-footer {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 11px;
  }
  
  .mobile-footer .images img {
      width: 40px; 
      margin: 5px; 
  }
  
  .mobfooter-list {
      margin-top: 7px;
  }
  
  .mobfooter-list-border {
      display: flex;
      justify-content: space-between;
  }
  
  .mobfooter-list a {
      text-decoration: none;
      color: white;
      position: relative;
  }
  
  .mobfooter-list a:not(:first-child) {
      border-left: 1px solid white; 
      padding-left: 10px; 
      margin-left: 10px; 
  }
  .copyright-footer p{
      color:white;
      margin-top: 13px;
  
  }
  
  .footer-para {
      margin-top: 20px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
  }
  
  .footer-para p {
      margin: 0;
      padding: 0 10px; 
      border-left: 1px solid white; 
      color:white;
  }
  
  .footer-para p:first-child {
      border-left: none;
      padding-left: 0;
  }
  
  
  .copyright-footer img {
      width: 229px; 
      margin-top: 18px;
  }
  }

  @media screen and (max-width:690px) and (min-width:430px) {
    .sub-heading{
        font-size: 1.0em;
        color:#595252;
      }
      #sub-para{
        font-size: 0.8em;
      }
      #sub-list{
        font-size: 0.9em;
       color:#1a1a48;
      }
      .privacy-policy-content p {
        font-size: 1.0em;
        color: #1a1a48;
    }
  }
 
  @media screen and (max-width:335px) and (min-width:300px) {
    .items {
        display: none;
    }

    .mobile-footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 7px;
    }

    .mobile-footer .images {
        display: flex;
        margin-top: 33px;
        justify-content: space-between;
        align-items: center;
    }

    .mobile-footer .images img {
        width: 23px;
        margin: -1px 15px;
    }

    .mobfooter-list {
        margin-top: 7px;
        font-size: 12px;
    }

    .footer-para {
        margin-top: 17px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
    }

    .footer-para p {
        margin: 0;
        padding: 0 10px;
        border-left: 1px solid white;
        color: white;
    }

    .copyright-footer {
        margin-top: -2px;
    }

    .copyright-footer img {
        width: 213px;
        margin-top: 14px;
    }
    .copyright-footer p {
        color: white;
        margin-top: 22px;
    }
}