@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;1,200&display=swap');
* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    
}

.icon {
    width: 48px;
    height: 48px;
    display: inline-block;
    background-image: url('./no_writing_logo.png');
    background-size: cover; /* or contain */
}

.apple-touch-icon {
    width: 48px;
    height: 48px;
    display: inline-block;
    background-image: url('./no_writing_logo.png');
    background-size: cover; /* or contain */
}

html{
    scroll-behavior: smooth;
}

.Home_body {
    font-family: 'Poppins', sans-serif;
    background: #B6D0E2;
  height: 300vh;
  margin: 0;
  padding: 0;
        
}
::-webkit-scrollbar {
    width: 20px;
  }

  
.scroll-container{
    max-height: 100%;
    overflow-y: auto;
    
    scroll-behavior: smooth;
}
  
  /* Track */
  ::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    
    border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(227, 96, 69);
    border-radius: 2px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgb(60, 23, 136);
}

.mandala-image {
    z-index: 3;
    position: fixed;
    top: -80px;
    left: -220px;
    height:415px;
    width:415px;
    animation: rotateCounterclockwise 15s linear infinite;
}
.mandala-image1 {
    z-index: 3;
    position: fixed;
    top: -80px;
    right: -220px;
    height:415px;
    width:415px;
    animation: rotateClockwise 15s linear infinite;
}
.mandala-image2 {
    z-index: 3;
    position: fixed;
    bottom: -220px;
    left: -220px;
    height:415px;
    width:415px;
    animation: rotateClockwise 15s linear infinite;
}
.mandala-image3 {
    z-index: 3;
    position: fixed;
    bottom: -220px;
    right: -220px;
    height:415px;
    width:415px;
    animation: rotateCounterclockwise 15s linear infinite;
}

@keyframes rotateCounterclockwise {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

@keyframes rotateClockwise {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes rotateClockwise {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes rotateCounterclockwise {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}


.transparent-block {
    background-color: rgba(83, 194, 187, 0.9);
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}


nav {
    background: #8a0b9e;
    height: 160px;
    width: 100%;
	position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.logo-image {
    height: 160px;
    width: 180px;
    
}

.logo-name1 {
    
    height: 95px;
    width: 400px;
    position: relative;
    right: 0%;
    margin-left: 2%;
    

}

.logo-name {
    position:relative;
    width: 440px;
    left: 0%;
    height: 97px;
    margin-right: 20%;
}

.image-container {
    display: flex;
    align-items: center;
    justify-content: center;

}

.image-container img {
    margin-right: 10px;
}


nav ul {
 text-align: center;
}

nav ul li {
    display: inline-block;
    margin: 10px;
}

nav ul li a {
    color: white;
    font-size: 1.3rem;
    padding: 7px 13px;
    border-radius: 3px;
    text-transform: uppercase;
}

a.active, a:hover {
    background: #8a0b9e;
    transition: .5s;
}

.checkbtn {
    font-size: 30px;
    color: white;
    float: right;
    line-height: 100px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}

#check {
    display: none;
}

.img-section {
    position: relative;
    margin-top: 15%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
   
}

.dropdown {
    position: relative;
    padding: 5px;
    padding-bottom: 25px;
    width: 100%;
    /* Remove float: left; */
  }

#dropbtn {
    background-color: #3498DB;
    color: white;
    font-size: 16px;
    display: none;
    cursor:pointer;
  }


.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    overflow: auto;
    box-shadow: 4px 8px 16px 9px rgba(0,0,0,0.6);
    z-index: 1;
    
    
}

.dropdown:hover .dropdown-content {
    display: flex;
    border-radius: 5px;
    
}


.img-overlay {
    position: absolute;
    bottom: 25px;
    left: 5px;
    background-color: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    width: calc(100% - 10px); /* Adjust width to account for padding */
    border-radius: 5%;
    height: 0;
    transition: .5s ease;
  }

  .dropdown:hover .img-overlay {
    height: 350px;
    width: calc(100% - 10px); /* Adjust width to account for padding */
  }
  
  
  .text {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align:center ;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1rem;
    font-family: poppins;
    text-transform: uppercase;
    width: 90%;
    
    -webkit-user-select: none; 
    -ms-user-select: none; 
    user-select: none;

  }

/*Move this code when resonding */
/* .show {display: flex;} */ 

.desc {
    text-align: left;
    text-transform: uppercase;
}

.title-images{
    font-size: 1.6rem;
    color: #05009c;
    text-align: center;
    
}

.images-front {
    display: block;
    width: 100%;
    height: 350px;
    border-radius: 5%;
    margin-top: 5%;
    object-fit: cover;
  }

  .image-dropdown {
    width: 100%;
    height: 350px;
    padding: 6px;
    object-fit: cover;
  }
  
 
  #footer {
    background: #f7f7f7;
    margin-top: 100px;
   
    
  }

  #footer-content a{
    color: #105e6b;
  }
  
  #footer-content a:hover{
    background-color: #e89eec;
    border-radius: 5px;
  }

  .footer-img{
    position: absolute;
    width: 100px;
    left: 325px;
    margin-top: 15px;
  }

  
  table{
    overflow-x: auto;
    margin-right: 250px;
    margin-left: 250px;
    
}


  td,th{
    text-align: left;
    padding: 5px;
    vertical-align:top;
    font-size: 16px;
    
  }


  table .social1 a{
	display: flexbox;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	line-height: 30px;
	border-radius: 50%;
	color: black;
	transition: all 0.5s ease;
    
}

  .col-md-3 h4{
	font-size: 20px;
	color: black;
	text-transform: capitalize;
	font-weight: 500;
	position: relative;
}
/*CSS for line table*/
  .col-md-3 h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -1px;
	background-color: #e91e63;
	height:2px;
	box-sizing: border-box;
	width: 50px;
}
 
  
  .copy-right-sec {
    padding: .5rem;
    background: #8a0b9e;
    color: #fff;
    text-align: center;
    font-size: 16px;
  }
  
  .copy-right-sec a {
    color: #fcd462;
    font-weight: 500;
  }
  
  a {
    text-decoration: none;
  }
  
  
  @media (min-width: 1200px) and (max-width: 1609px){
   
      
      table{
        overflow-x: auto;
        border-collapse: collapse;
        margin-right: 175px;
        margin-left: 175px;
        width: 60%;
        
        
    }
    
    
      td,th{
        text-align: left;
        padding: 1px;
        height: 45px;
        text-align: left;
        line-height: 2;
        
        
      }
      
      
      
      a {
        text-decoration: none;
      }

    .mandala-image {
        position: fixed;
        top: 20px;
        left: -130px;
        height: 300px;
        width: 300px;
        animation: rotateCounterclockwise 15s linear infinite;
    }

    .mandala-image1 {
        position: fixed;
        top: 20px;
        right: -130px;
        height: 300px;
        width: 300px;
        animation: rotateClockwise 15s linear infinite;
    }

    .mandala-image2 {
        position: fixed;
        bottom: -130px;
        left: -130px;
        height: 300px;
        width: 300px;
        animation: rotateClockwise 15s linear infinite;
    }

    .mandala-image3 {
        position: fixed;
        bottom: -130px;
        right: -130px;
        height: 300px;
        width: 300px;
        animation: rotateCounterclockwise 15s linear infinite;
    }

    .Home_body{
        min-height: 100vh;
    }

    .img-section{
        max-width: 100%;
        
        margin-top: 300px;
        
        
    }

    .title-images{
        font-size: 1.7rem;
        text-align: center;
    }

    .images-front{
        width: 30vw;
        height: 300px;
        margin-top: 3%;
        
    }

    .dropdown.active .dropdown-content {
        display: flex;
        border-radius: 5px;
      }

      


    .img-overlay{
        cursor: pointer;
    }

    #footer{
        margin-top: 100px;
    }

    

    td{
        font-size: 1.2rem;
        width: 50px;
    }

    table{
        margin-left: 300px;
    }

    .footer-img{
        left: 13%;
    }


  }

  
  /* footer section end */
  @media (min-width: 1024px) and (max-width: 1200px){

    nav ul li a{
        font-size: 1.1rem;
    }
    
    table{
        overflow-x: auto;
        border-collapse: collapse;
        margin-right: 175px;
        margin-left: 175px;
        width: 60%;
        
        
    }
    
    
      td,th{
        text-align: left;
        padding: 1px;
        height: 45px;
        text-align: left;
        line-height: 2;
        
        
      }

    

    
    #footer {
        background: #f7f7f7;
        transition: all .5s;
        margin-top: 750px;
       
        
      }
      
      table{
        overflow-x: auto;
        border-collapse: collapse;
        margin-right: 175px;
        margin-left: 175px;
        width: 60%;
        
        
    }
    
    
      td,th{
        text-align: left;
        padding: 1px;
        height: 45px;
        text-align: left;
        line-height: 2;
        
        
      }
    
      
      
      
      a {
        text-decoration: none;
      }

      .mandala-image {
        position: fixed;
        top: 20px;
        left: -130px;
        height: 300px;
        width: 300px;
        animation: rotateCounterclockwise 15s linear infinite;
    }

    .mandala-image1 {
        position: fixed;
        top: 20px;
        right: -130px;
        height: 300px;
        width: 300px;
        animation: rotateClockwise 15s linear infinite;
    }

    .mandala-image2 {
        position: fixed;
        bottom: -130px;
        left: -130px;
        height: 300px;
        width: 300px;
        animation: rotateClockwise 15s linear infinite;
    }

    .mandala-image3 {
        position: fixed;
        bottom: -130px;
        right: -130px;
        height: 300px;
        width: 300px;
        animation: rotateCounterclockwise 15s linear infinite;
    }

    .img-section {
        margin-top: 300px;
        grid-template-columns: repeat(2, 1fr);
        
      }

    .title-images{
        text-align: center;
        font-size: 1.4rem;
    }

    .images-front{
        width: 40vw;
        margin-top: 3%;
        margin-left: 5%;
    }

    td{
        width: 50px;
    }
    

    #footer{
        margin-top: 100px;
        
    }


    table{
        margin-left: 240px;
    }

    .footer-img{
        left: 8%;
    }

    .copy-right-sec{
     min-height: 2rem;
        font-size: .8rem;
    }

    .copy-right-sec-p{
      margin-left: 20%;
      margin-right:20% ;
    }
  }


@media (min-width: 690px) and (max-width: 1023px) {
    .checkbtn {
        display: block;
    }   

    ul {
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #f888de;
        top: 160px;
        left: -100%;
        text-align: center;
        transition: all .5s;

    }
    

    nav ul li {
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }

    nav ul li a {
        font-size: 30px;
    }

    
    .logo-name1{
        height: 100px;
        width: 260px;
        margin-left: 15px;
    }
    
    .logo-name{
        height: 100px;
        width: 260px;
    }
    
      .image-container {
        display: flex;
        align-items: center;
      }
      
      .image-container img {
        margin-right: 10px;
      }
    nav ul li {
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }

    nav ul li a {
        font-size: 30px;
    }

    a:hover, a.active {
        background: none;
        color: #F53DA5;
    }

    #check:checked ~ ul {
        left: 0;
    }


    .mandala-image {
        position: fixed;
        top: 20px;
        left: -130px;
        height:300px;
        width:300px;
        animation: rotateCounterclockwise 15s linear infinite;
    }
    .mandala-image1 {
        position: fixed;
        top: 20px;
        right: -130px;
        height:300px;
        width:300px;
        animation: rotateClockwise 15s linear infinite;
    }
    .mandala-image2 {
        position: fixed;
        bottom: -130px;
        left: -130px;
        height:300px;
        width:300px;
        animation: rotateClockwise 15s linear infinite;
    }
    .mandala-image3 {
        position: fixed;
        bottom: -130px;
        right: -130px;
        height:300px;
        width:300px;
        animation: rotateCounterclockwise 15s linear infinite;
    }
    
    @keyframes rotateCounterclockwise {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(-360deg);
        }
    }
    
    @keyframes rotateClockwise {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }
    @keyframes rotateClockwise {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }
    @keyframes rotateCounterclockwise {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(-360deg);
        }
    }

    .img-section{
        min-height: 155vh;
        margin-top: 150px;
        gap: 0px;
        grid-template-columns: repeat(1, 1fr);
    }

    .dropdown{
        margin-top: 50px;
       
    }

    .title-images{
        text-align: center;
        font-size: 1.7rem;
    }

    .images-front{
        width: 60vw;
        margin-top: 2%;
       margin-left: 18.3%;
       
    }


    #footer{
        max-width: 100%;
        min-height: 40vh;
        margin-top: 40px;
          
    }

    .footer-img{
        left: 10px;
        padding-top: 100px;

    }

    table{
        
        margin-left: 5%;
        margin-right: 5%;
        
        
    }   

    td{ 
        padding-right: 25px;
        padding-left: 5px;
        font-size: .9rem;
        max-width: 400px;
        
    }

    .col-md-3 h4{
        font-size: 1.1rem;
    }


    .copy-right-sec{
        max-width: 100%;
        min-height: 2rem;
        font-size: .8rem;
        
    }

    .copy-right-sec-p{
      margin-left: 20%;
      margin-right:20% ;
    }

    .footer-img{
        margin-top: 10%;
        left: 10%;
    }




}

@media all and (max-width: 689px) {
    .checkbtn {
        display: block;
        margin-top: 20px;
        font-size: 2rem;
    }

    

    ul {
        position: fixed;
        width: 100%;
        height: 110vh;
        background: #f888de;
        top: 120px;
        left: -100%;
        text-align: center;
        transition: all .5s;
    }

    nav{
        height: auto;
    }
   

    nav ul li {
        display: block;
        margin: 50px 0;
        line-height: 20px;
    }

    nav ul li a {
        font-size: 1rem;
    }

    a:hover,
    a.active {
        background: none;
        color: #F53DA5;
    }

    #check:checked~ul {
        left: 0;
    }


       /* MANDALA CSS */
       .mandala-image {
        position: fixed;
        top: 20px;
        left: -110px;
        height: 12rem;
        width: 12rem;
        animation: rotateCounterclockwise 15s linear infinite;
    }

    .mandala-image1 {
        position: fixed;
        top: 20px;
        right: -110px;
        height: 12rem;
        width: 12rem;
        animation: rotateClockwise 15s linear infinite;
    }

    .mandala-image2 {
        position: fixed;
        bottom: -110px;
        left: -110px;
        height: 12rem;
        width: 12rem;
        animation: rotateClockwise 15s linear infinite;
    }

    .mandala-image3 {
        position: fixed;
        bottom: -110px;
        right: -110px;
        height: 12rem;
        width: 12rem;
        animation: rotateCounterclockwise 15s linear infinite;
    }
    
    @keyframes rotateCounterclockwise {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(-360deg);
        }
    }
    
    @keyframes rotateClockwise {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }
    @keyframes rotateClockwise {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }
    @keyframes rotateCounterclockwise {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(-360deg);
        }
    }
    .logo-image{

        width: 20vw;
        height: 120px;
     }
       
 
     .logo-name{
         width: 27vw;
        
     }
 
     .logo-name1{
         width: 27vw;
        
     }

    .img-section{
        min-height: 155vh;
        max-width: 100%;
        grid-template-columns: repeat(1, 1fr);
       
    }

    .dropdown{
        margin-left: 5%;
        margin-top: 170px;
        
    }


    .images-front{
        width: 83vw;
        height: 35vh;
        margin-top: 5%;
    }

   
    .title-images{
        font-size: 1.5rem;
        
       
    }

    .desc{
        margin-left: -12%;
    }



    #footer{
        max-width: 689px;
        min-height: 40vh;
        margin-top: 40px;
          
    }

    .footer-img{
        left: 10px;
        padding-top: 100px;
        width: 90px;
    }

    table{
        
        margin-left: 5%;
        margin-right: 5%;
        
        
    }   

    td{ 
        padding-right: 25px;
        padding-left: 5px;
        font-size: .7rem;
        max-width: 400px;
        
    }

    .col-md-3 h4{
        font-size: 1rem;
    }


    .copy-right-sec{
        max-width: 689px;
        min-height: 2rem;
        font-size: .6rem;
    }

    .copy-right-sec-p{
      margin-left: 20%;
      margin-right:20% ;
    }

    .footer-img{
        margin-top: 70px;
        left: 10%;
    }
}