/* ----------------footer section start--------------- */
@import url('https://fonts.googleapis.com/css2?family=Cinzel&family=Dancing+Script&family=Edu+NSW+ACT+Foundation&family=Gothic+A1:wght@100&family=Jost:ital,wght@1,200&family=Montserrat:wght@300&family=PT+Sans&family=Poppins:ital,wght@0,200;0,300;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel&family=Dancing+Script&family=Edu+NSW+ACT+Foundation&family=Gothic+A1:wght@100&family=Jost:ital,wght@1,200&family=Montserrat:wght@300&family=PT+Sans&family=Poppins:ital,wght@0,200;0,300;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel&family=Dancing+Script&family=Edu+NSW+ACT+Foundation&family=Gothic+A1:wght@100&family=Halant&family=Jost:ital,wght@1,200&family=Montserrat:wght@300&family=PT+Sans&family=Poppins:ital,wght@0,200;0,300;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel&family=Dancing+Script&family=Edu+NSW+ACT+Foundation&family=Gothic+A1:wght@100&family=Halant&family=Jost:ital,wght@1,200&family=Montserrat:wght@300&family=Mr+De+Haviland&family=PT+Sans&family=Poppins:ital,wght@0,200;0,300;1,300&display=swap');


@font-face {
  font-family: 'bits_indian_calligraregular';
  src: url('bitsindiancalligra-regular-webfont.woff2') format('woff2'),
    url('bitsindiancalligra-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'avenirlight';
  src: url('avenir_light-webfont.woff2') format('woff2'),
    url('avenir_light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'bits_indian_calligraregular';
  src: url('bitsindiancalligra-italic-webfont.woff2') format('woff2'),
    url('bitsindiancalligra-italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'halantlight';
  src: url('halant-light-webfont.woff2') format('woff2'),
    url('halant-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-weight: 100;
}

#footer
{
  height: auto;
}

.foot-bg{
  margin-top: -2px;
}

.footer{
    display: flex;
    column-gap: 40px;
    height: 550px;
    padding:8%;
    font-family: 'avenirlight';
    color: white;
    margin-top: -6%;
  }
  
  .footer-main{
   display: flex;
   column-gap: 80px;
   padding-top: 3%;
   font-family: 'avenirlight';
  }

  .footer-logo{
    padding-left: 100px;
    padding-top: 50px;
  }

  .footer-logo img{
    height: 120px;
  }

  .footer-dec{
    padding-top: 70px;
  }

  .footer ul {
    list-style-type: none;
  }
  
  .footer-program h1{
    font-size: 16px;
    letter-spacing: 2px;
    font-family: 'avenirlight';
  }
  
  .footer-menu h1{
    font-size: 16px;
    letter-spacing: 2px;
    font-family: 'avenirlight';
  }

  .footer-menu,.footer-program, ul li{
    font-weight: 100;
    line-height: 35px;
    font-size: 13px;
  }

  .footer-menu,.footer-program, ul a{
    color: white;
  }

  .footer-menu,.footer-program, ul a:hover{
    color: white;
  }


  .footer-main .footer-dec #dec-foot{
    color: white;
    line-height: 20px;
    font-size: 13px; 
    letter-spacing: 2px;
    font-family: 'halantlight';
  }

  
  .footer-menu{
    padding-right: 40px;
  }

  .address{
    padding-left: 3%;
  
  }

  .address i{
    cursor: pointer;
  }

  .address h1{
    font-size: 16px;
    letter-spacing: 2px;
    font-family: 'avenirlight';
  }
  
  .address span {
    font-size: 12px;
    padding-left: 2px;
    letter-spacing: 1px;
    font-weight: 100;
    font-family: 'avenirlight';
    cursor: pointer;
  }
  
  .address span a{
    color: white;
    text-decoration: none;
  }

  .address #add-dec{
    color:white;
    font-size: 12px;
    font-weight: 100;
    line-height: 20px;
    font-family: 'avenirlight';
  }

  .cpy-right{
    display: flex;
    color: white;
    column-gap: 20px;
    position: relative;
    justify-content: center;
    text-align: center;
    padding-bottom: 2%;
    font-size: 12px;
  }
  
  .cpy-right a{
    color: white;
  }

  .cpy-right a:hover{
    color: white;
    text-decoration: none;
  }

  /* ----------------footer section end--------------- */

  
@media only screen and  (min-width:1480px){

  #footer{
   height: auto;
  }

  .foot-bg{
    padding-top: 5%;
   }
  .footer-main{
    display: flex;
    column-gap: 80px;
    font-family: 'avenirlight';
   }

  .footer{
    display: flex;
    column-gap: 40px;
    height: 550px;
 
    font-family: 'avenirlight';
    color: white;
    margin-top: -6%;
  }
  .footer-program h1{
    font-size: 22px;
    letter-spacing: 2px;
    font-family: 'avenirlight';
  }
  
  .footer-menu h1{
    font-size: 22px;
    letter-spacing: 2px;
    font-family: 'avenirlight';
  }

  .footer-menu,.footer-program, ul li{
    font-weight: 100;
    line-height: 35px;
    font-size: 16px;
  }

  .address h1{
    font-size: 20px;
    letter-spacing: 2px;
    font-family: 'avenirlight';
  }

  
  .address #add-dec{
    color:white;
    font-size: 14px;
    font-weight: 100;
    line-height: 20px;
    font-family: 'avenirlight';
  }
  
  .address span {
    font-size: 14px;
    padding-left: 2px;
    letter-spacing: 1px;
    line-height: 20px;
    font-weight: 100;
    font-family: 'avenirlight';
    cursor: pointer;
  }
  .address i{
    cursor: pointer;
    font-size: 18px;
  }

  .footer-main .footer-dec #dec-foot{
    color: white;
    line-height: 20px;
    font-size: 16px; 
    letter-spacing: 2px;
    font-family: 'halantlight';  }

  .cpy-right{
    display: flex;
    color: white;
    column-gap: 20px;
    position: relative;
    justify-content: center;
    text-align: center;
    padding-bottom: 2%;
    font-size: 14px;
  }
  
}
/* 

@media only screen and  (max-width:768px){

   #footer{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    object-fit: cover;
   }

   .footer-pro{
    width: 100%;
display: block;
height: 100%;
   }

  .footer-main{
    display: block;
  
  }

  .footer-dec{
    padding: 10px;
    text-align: center;
  }


  .footer{
    display: block;
  }

  .cpy-right{
    display: block;
  }

  .footer-program{

  }
} */


@media (max-width: 768px) {


  .footer-pro{
    background-color: #3E232B;
    align-items: center;
  }

  .footer {
    display: block;
    height: auto;
    padding: 5%;
    margin-top: 0;
  }

  .footer-main {
    display: block;
    padding: 2%;
    align-items: center;
  }
  
  .footer-logo {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    text-align: center;
  }

  .footer-logo img {
    height: 80px;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-dec {
    padding: 10%;
    text-align: left;
  }

  .footer ul {
    padding-left: 0;
    
  }

  .footer-menu {
    padding:10%;
    margin-top: -25%;
  }

  .footer-program{
    padding:10%;
  }

  .address {
    padding:10%;
    width: 100%;
  }

  .cpy-right {
    width: auto;
    font-size: 8px;
  }


  .foot-bg {
    width: 100%;
    object-fit: cover;
  }

}