@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Text:wght@700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600&display=swap');

body{
    font-family: 'open sans';
}

@media(max-width:991px){
    .sidebar{
        background-color: rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(10px);
    }
}

footer h4{
    color: #ffc000;
}
.bImg{
    background-repeat: no-repeat;
    background-attachment: fixed;
   background-size: cover;
    
}

.navbar{
    display:contents;
}

.guidelines{
    margin: 0 auto !important;
    padding: 30px;
}


/* guidline  */


.guid-heading {
    margin-top: 10px;
    font-family: poppins;   
    font-weight: 400;
    font-size: 19px;
     -webkit-transition: text-indent 0.2s;
    text-indent: 20px;
    color: #333;
  }
  
  .guid-text {
    
    font-family: poppins;   
    font-weight: 400;
    color: #919191;
    width:95%;
    padding-left:px;
    margin-bottom:30px;
  }
  .guid-text ul{
    margin-left: 30px !important;
    display: block !important; 
  }

  dl, ol, ul{
    /* margin-left: 30px; */
    padding: 0;
  }
  
  .foot ul{
    padding-left: 0 !important;
    margin-left: 0 !important;
  }

  .guid {
    width: min(1000px,90%);
    margin: 100px auto;
    /* background: white; */
    background-image: url(bgImg.jpg);
    border-radius: 4px;
    position: relative;
    border: 1px solid #E1E1E1;
  }
  .guid label {
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 56px;
    padding-top:1px;
   
    background-color: #f3f9fc;
    border-bottom: 1px solid #E1E1E1;
  }
  
  .guid input[type="checkbox"] {
    display: none;
  }
  
  .guid .guid-arrow {
    width: 5px;
    height: 5px;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border-top: 2px solid rgba(0, 0, 0, 0.33);
    border-right: 2px solid rgba(0, 0, 0, 0.33);
    float: right;
    position: relative;
    top: -30px;
    right: 27px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  
   .guid input[type="checkbox"]:checked + label > .guid-arrow {
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
   .guid input[type="checkbox"]:checked + label {
    display: block;
    background: rgba(255,255,255,255) !important;
    color: #000000;
    height: 300px;
    transition: height 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .guid input[type="checkbox"]:checked + .label1 {
   
    height: 750px !important;
 }
 .guid input[type="checkbox"]:checked + .label2 {
   
  height: 775px !important;
}
 .guid input[type="checkbox"]:checked + .label4 {
   
  height: 365px !important;
}
.guid input[type="checkbox"]:checked + .label3 {
   
  height: 200px !important;
}

 .guid input[type="checkbox"]:checked + .rev-lable {
   
    height: 440px !important;
 }
 
  
   .guid input[type='checkbox']:not(:checked) + label {
    display: block;
    transition: height 0.8s;
    height: 60px;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  
  ::-webkit-scrollbar {
    display: none;
  }

  .list-item {
    margin-left: 64px;
    
  }
  
  @media only screen and (max-width: 520px) {
    /* .aut-title{
        padding: 1rem !important; */
        .guid-heading{
          font-size: 12px;
        }
        .guid{
          margin: 30px auto;
        }
        .list-item{
          margin-inline: 30px;
        }
    }
  
