
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Ramabhadra', sans-serif;
}

.teluguone-home {
     width: 100%;
     height: 100%;
     min-height: 1200px;
    background: rgb(255, 255, 255);     
}

.home-content {
    width: 97vw;
    margin: auto;
}


@media (max-width:1000px) {
     
     .home-content {
       width: 100vw;
     }
}



       /*=====================================   HEADER STYLES ================================  */

       .home-header  {
      
       width:100%;
       display: flex;
       flex-direction: column;
      
        
     }

     .home-header-main {

      display: flex;
      justify-content: space-between;
      align-items: center;
      /* border-bottom:2px solid rgba(0, 0, 0, 0.209); */
      border-bottom:1px solid rgba(0, 0, 0, 0.103);
	 /* background-image:url("../advertises/images/log_1654x201.jpg") */
     }

     /* .header-logo{
        height:150px;
        width: 250px;
        background: #062a31;
        filter: brightness(102%);
     } */
     .header-logo{
     height: 170px;
       width: 190px;
    filter: brightness(101%);
    background-color: #5d0319;
    border-radius: 50%;
    margin: 15px 15px;
    border: 3px solid #d9ac00;
    box-shadow: 0px 4px 3px 0px #000000d8;
    }


     .header-banner { 
          width: 60%;
          height: 130px;
     }

     .header-banner a {
         display: block;
         width: 95%;
         height: 90%;
         margin: auto;
     }

     .header-banner a img {
       height: 100%;
       width: 100%;
       border: 1px solid rgba(0, 0, 0, 0.041);
     }


       .home-content hr {
         margin: 0 !important;
       }


     .header-links-container {
            
          height:auto;
          display: flex;
          width:100%;
          align-items: center;
          gap:20px;
         padding:6px 12px;
          background: #d30000;
     }

     .header-link {
        font-size: .9175rem;
        font-weight: 500;
         text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.233);
        line-height: 1.2;
        color: #fffffff5;
        text-decoration: none;
        font-family: WF Visual Sans Text, Arial, sans-serif;
        background: rgba(0, 0, 0, 0.015);
     }
	 
	 .dropdown-item {

       font-family: sans-serif;
       font-size: .8175rem;
       border-bottom: 1px solid rgba(128, 128, 128, 0.082) !important;
       font-weight: 600 !important;
     }
	 
	 .tone-home-gallery-swiper-header a{
	 color: white;
	 text-decoration: none;
	 cursor: pointer;
	 width: 100%;
	}





      .yt-banners-container object {
        height: 100px;
       } 
     


       @media (max-width:1500px) {
        .header-logo{
          height: 150px;
          width: 160px;
         
       }

       .header-banner { 
        width: 50%;
        height: 100px;
   }

       .header-link {
        font-size:12px;
        font-weight: 600;
        }
       }


       @media (max-width:1000px) {
        .header-logo{
          height:130px;
          width: 150px;
       }

       .header-banner { 
        width: 40%;
        height: 100px;
   }

       .header-link {
        font-size:10px;
        font-weight: 600;
        }
       }




    /*=========================== LATEST UPATES SLIDER STYLES ========================================== */

    

     .latest-updates-slider {
        margin:10px auto;
        height: 540px;
        width: 98%;

     }
     
   
     .latest-updates-slider .swiper {
        width: 100%;
        height:100%;
        background: rgb(0, 0, 0);
        padding:6px;
      }
  
      .latest-updates-slider .swiper .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: rgb(255, 255, 255);
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
       
      }
  
      .latest-updates-slider .swiper .swiper-slide a ,.latest-updates-slider .swiper .swiper-slide a img {
        display: block;
        width: 100%;
        height: 100%;
       
        
      }

    
.swiper-pagination-bullet {
    background: rgb(255, 255, 255) !important;
  width: 16px;             /* increase from default 8px */
  height: 16px;
  margin: 8px;             /* add spacing */
  cursor: pointer;
}  

.swiper-pagination-bullet-active {
    background: red !important;
}

 

@media (pointer: coarse) {  /* specifically for touch devices */
  .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    margin: 10px;
  }
}
  
      .text-overlay-container {

            text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.698);
            position: absolute;
            bottom: 0;
            text-align: center;
            color: rgb(255, 255, 255);
            font-size: 22px;
            font-weight: 500;
            padding-bottom: 20px;
            padding-top: 5px;
            background: rgba(0, 0, 0, 0.612);
            left: 0;
            right: 0;
        }




  
      /* .autoplay-progress {
        position: absolute;
        right: 16px;
        bottom: 16px;
        z-index: 10;
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        color: var(--swiper-theme-color);
      }
  
      .autoplay-progress svg {
        --progress: 0;
        position: absolute;
        left: 0;
        top: 0px;
        z-index: 10;
        width: 100%;
        height: 100%;
        stroke-width: 4px;
        stroke: var(--swiper-theme-color);
        fill: none;
        stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
        stroke-dasharray: 125.6;
        transform: rotate(-90deg);
      } */

     .latest-updates-slider-title {
         
         font-family:monospace;
         font-size: 28px; 
         color: #000000;
         text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.291);
         font-weight: 700;
         text-align: center;
         margin: 15px 0px;
     }


     @media (max-width:1500px) {
        
      .latest-updates-slider { 
        height: 480px;
         }
    
         .text-overlay-container {
             
          font-size: 18px;
         }

         .latest-updates-slider-title {
             
          font-size: 23px;
         }


     }


     @media (max-width:1000px) {
      
      .latest-updates-slider { 
        height: 450px;
         }
    
         .text-overlay-container {
             
          font-size: 18px;
         }

         .latest-updates-slider-title {
             
          font-size: 20px;
         }

     } 




     /*===========================   POLITICAL AND MOVIE NEWS CSS ========================*/

   .pam-container {
    width: 50%;
    height: fit-content;
    /* border-left: 1px solid #5f5f5f3b; */
      border-left: 1px solid #73000073;
    overflow: hidden;
}

     .pam-container a {
      text-decoration: none;
     }



  .pam-container-mainlink {
    text-decoration: none;
    width:90%;
    transition: all 0.3s ease;
    display: block;
   margin:15px auto;
  }

  .pam-container-mainlink img {
      width: 100%;
      height:260px; 
      border-radius:5px;
      background: rgba(0, 0, 0, 0.058);
      padding:1px;
      transition: all 0.3s ease;
  }

  .remaining-box {
     height: 210px;
    border: 1px solid #73000073;
    width: 100%;
    border-radius: 2px;
    border-left: none;
    border-right: none;
}


.pam-container-mainlink p {
    text-align: center;
    font-size: 18px;
    margin: 8px 0px;
    color: #b30000;
    text-shadow: 0px 2px 2px rgb(0 0 0 / 11%);
    max-height: 50px;
    min-height: 50px;
    overflow: hidden;
    padding-bottom: 3px;
    line-height: 25px;
}


  .pam-container-sublink {
      
      font-size: 18px;
      margin:15px 8px;
      color: #000000ec;
      text-shadow: 0px 2px 2px rgb(0 0 0 / 12%);
      max-height:25px;
      min-height:25px;
      overflow: hidden;
      padding-bottom: 3px;

      transition: all 0.3s ease;
     
  }

  .pam-container-sublink span {
    color: rgb(7, 17, 102);
  }

  .pam-container-mainlink img:hover {
        transform: scale(01.03);
  }

  .pam-container-mainlink p:hover {
    color: rgb(0, 0, 0) !important;
  }

  .pam-container-sublink:hover {
     text-decoration:1px  underline blue;
  }



  @media (max-width:1500px) {

    .pam-container {
overflow:hidden;
	  display:flex;
	  flex-direction: column;
	  justify-content: space-around;
	
    }

  .remaining-box {
    height: 225px;
}


      .pam-container-mainlink img {
        height: 200px;
        border-radius: 8px;
    }
 .pam-container-mainlink {
    margin: 7px auto;
 }

    .pam-container-mainlink p {
        font-size: 17px;
        max-height: 44px;
        min-height: 44px;
        line-height: 22px;
    }

    .pam-container-sublink {
        font-size: 17px;
        margin: 5px 8px;
        max-height: 40px;
        min-height: 40px;
        padding-bottom: 0px;
        padding-top: 5px;
        line-height: 16px;
    }
      
  }


  @media (max-width:1000px) {

    .pam-container {
      height: 460px;
    }

   .pam-container-mainlink img {    
     height:170px; 
     border-radius: 8px;   
    }

     .pam-container-mainlink p {
              font-size: 17px;
        max-height: 55px;
        min-height: 55px;
        margin: 3px 0px;
    }
   
   .pam-container-sublink{
	          max-height: 38px;
        min-height: 38px;
        font-size: 15px;
        margin: 1px 8px;
   }
    
  }



     
     



     

     /*===================== COMMON SECTION HEADER ==================================== */

      .common-section-header {
            color: rgb(0, 0, 0);
               font-family: sans-serif;
    padding: 0px 30px !important;
    margin: 5px 0 0px 0px !important;
    font-size: 24px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.184);
    letter-spacing: 1px;
    font-weight: 500 !important;
    display: flex
;
    align-items: flex-end;
     } 



     .common-section-header-line {

          height: 1px;
        background: rgba(1, 19, 46, 0.253);
        margin: 10px 0 0px 0px !important;
     }


     @media (max-width:1500px) {
     
      .common-section-header {
         margin:0px 0 !important;
         font-size: 22px;
      }
    
    }


   @media (max-width:1000px) {

    .common-section-header {
      margin:0px 0 ;
      font-size: 21px;
   }

    }



    
.news-header-icon-container {
   display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
    margin: 0px;
    height: 65px;
    padding: 0 36px;
    background: white;
}
 
.icon-anchor {
     height: 40px;
    width: 40px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 2px 0;
    padding-top: 7px;
    gap: 5px;
    transition: transform 0.2s;
    font-family: fantasy;
    color: #250b3ed9;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 2px;
    text-shadow: 0px 2px 2px #0000003b;
}

.media-anchor-icon { 
    height: 100%;
    width:100%;
    display: block;
    text-decoration: none;
    font-size:38px;
    
}

.fa-facebook {
  color: #2b51a2;
}
  
.fa-youtube {
    color: red;
}

.fa-square-x-twitter {
   color: black;
}
  

.media-anchor-icon:hover {
      transform:scale(1.05);
      filter: brightness(100%);
}



  




     /*===========================================  Home News Section css  ============================ */

.home-news-card {
    width: 95%;
    margin: 15px auto;
    height: fit-content;
}
     .home-news-card a {
       text-decoration: none;
       width: 100%;
       height: 100%;
       display: block;

     }

  .home-news-card a img {
    width: 100%;
       height: 300px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.058);
    padding: 1px;
}

     .home-news-card a p {

         text-align: center;
         font-size: 18px;
         margin: 5px 0px;
         color: #000000ec;
         text-shadow: 0px 2px 2px #0000001c;
         max-height: 52px;
         overflow: hidden;
     }



     .view-all-btn {
       
         height:fit-content;
         width: fit-content;
         border-radius: 6px;
         border-radius: 5px !important;
         box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.31);
         margin:5px 0 5px 0px  !important;
     }


    .view-all-btn a {
      font-family: sans-serif;
       text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.507);
       font-size: 15px;
    }


     @media (max-width:1500px) {
        .home-news-card a img {
        height: 260px;
        border-radius: 8px;
    }

    .home-news-card a p {
        font-size: 17px;  
    }
         
     }


     @media (max-width:1300px) {

    .home-news-card {
    width: 95%;
    margin: 8px auto;
    height: fit-content;
}
    
      .home-news-card a img {
        height: 210px;
        border-radius: 8px;
    }

    .home-news-card a p {
        font-size: 17px;  
      }
	  
       
 }




          /*========================== Photo Gallery SECTION ================================ */


     .big {
    height: 500px;
    width: 76%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    object-fit: fill;
    padding: 5px;
    margin: 5px 10px 10px;
    border: 1px solid #0000001f;
   }

    .big a {
       position: absolute;
       top: 0;
       left: 0;
       right: 0;
       bottom: 0;
       width: 100%;
       height: 100%;
       display:flex;
       justify-content: center;
       align-items: flex-end;
        text-shadow:0px 2px 3px rgba(0, 0, 0, 0.838); 
       /* background: #02020228; */
        color: rgb(255, 255, 255);
        font-size: 22px;
        font-weight: 500;
        padding-bottom: 10px;
          border-radius: 15px;
          text-decoration: none;
          text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.698);
   } 

  

   .big img {
      cursor: pointer;
     object-fit: fill;
     transition: all .4s;
     width: 100%;
     height: 100%;
     
   }


   .small-col {  
        display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 20%;
    max-height: 515px;
           }

   .small-row {    
        display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0px 0px 2px !important;
    width: 98.1%;
    /* padding-left: 15px; */
   }

  .small-row .small {
       width: 15%;
  }

   .small {
     width: 70%;
    height: 130px;
    background: rgb(0 0 0 / 0%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: fill;
    position: relative;
    margin: 10px 0px;
    padding: 1px;
   
    transition: all 6s 
ease;

   }

   .small:not(:hover) {
  animation: blinkScale 1s infinite ease-in-out;
}


   .small:hover {
    animation: none !important;
  transform: scale(1.2);
     z-index: 3000;
     padding: 0px !important;
   }
   
   

   .small img {
   cursor: pointer;
    object-fit: fill;
    transition: all .4s;
    width: 100%;
    height: 100%;
    padding: 2px;
   }

   .small a {
    border-radius:15px;  
     position: absolute;
      top: 0;
      left: 0;
    right: 0;
     bottom: 0;
    width: 100%;
    height: 100%;
    display:flex;
    justify-content: center;
    align-items: flex-end;
     text-shadow:0px 2px 3px rgba(0, 0, 0, 0.838); 
    /* background: #ffffff28; */
     color:#ffffff;
     font-size: 22px;
     font-weight: 500;
     padding-bottom: 10px;
       text-decoration: none;
       text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.698);
       
   }

/*=========== PHOTO GALLERY SECTION TOO ==============*/


.gallery-card {
    width: 95%;
    margin: 15px auto;
    height: fit-content;
}
     .gallery-card a {
       text-decoration: none;
       width: 100%;
       height: 100%;
       display: block;
       position: relative;

     }

.gallery-card a img {
    width: 100%;
    height: 350px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.058);
    padding: 1px;
}
   
.gallery-card a h3 {
    position: absolute;
    bottom: -7px;
    /* font-family: Roboto !important; */
    text-align: center;
    padding: 7px;
    left: 0;
    right: 0;
    font-size: 17px;
    border-bottom-left-radius: 10px;
    padding-bottom: 5px;
    padding-top: 35px;
    background: #ff000085;
    border-bottom-right-radius: 10px;
    color: white;
    text-shadow: 0px 2px 3px #0000002e;
    min-height: 70px;
    max-height: 70px;
    overflow: hidden;
    font-weight: 500;
    line-height: 27px;
}
   @media (max-width:1500px) {
    .big {
            height: 425px;
        margin: 5px 10px;
    }

    .small {
      width:110px ;
      height:100px;

    }

    /* .small-col {
      justify-content: center;
      align-items: center;
      
    } */
  .small-row .small {
    width: 17%;
}
       .small-row {
        width: 98.3%;
    }
   }


   @media (max-width:1000px) {
    .big {
      height: 300px;
      margin: 5px 10px;
    }

    .small-col {
        
        height: 300px;
    }

    .small {
      width:100px ;
      height:100px;

    }
   }


   @media (max-width:1500px) {
       .gallery-card a img {
        height: 300px;
        border-radius: 8px;
    }
    .gallery-card a h3 {
    position: absolute;
    bottom: -7px;
   /* font-family: Roboto !important; */
    text-align: center;
    padding: 7px;
    left: 0;
    right: 0;
    font-size: 17px;
    border-bottom-left-radius: 10px;
    padding-bottom: 5px;
    padding-top: 34px;
    background: #ff000085;
    border-bottom-right-radius: 10px;
    color: white;
    text-shadow: 0px 2px 3px #0000002e;
    min-height: 70px;
    max-height: 70px;
    overflow: hidden;
    font-weight: 500;
    line-height: 29px;
}
   

   }

   @media (max-width:1300px) {
           .gallery-card a img {
        height: 240px;
        border-radius: 8px;
    }
        .gallery-card a h3 {
        position: absolute;
        bottom: -7px;
      /*  font-family: Roboto; */
        text-align: center;
        padding: 7px;
        left: 0;
        right: 0;
        font-size: 17px;
        border-bottom-left-radius: 10px;
        padding-bottom: 5px;
        padding-top: 16px;
        background: #ff000085;
        border-bottom-right-radius: 10px;
        color: white;
        text-shadow: 0px 2px 3px #0000002e;
        min-height: 60px;
        max-height: 60px;
        overflow: hidden;
        font-weight: 500;
        line-height: 20px;
    }

 
   }



     /*====================   BANNERS SECTION ======================================*/
  .banner-container {
    width: 98%;
    margin: 5px auto;
  }
 
.banner-container a img {
    width: 100%;
    height: 140px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.048);
    transition: transform 0.2s ease;
}

/* .banner-container a img:hover {
    transform:scale(1.02); 
    box-shadow:0px 2px 3px rgba(0, 0, 0, 0.48); 
} */


@media (max-width:1500px) {
     .banner-container a img {
        width: 100%;
        height: 130px;
        border-radius: 5px;
    }
 
}

@media (max-width:1300px) {
     .banner-container a img {
        width: 100%;
        height: 120px;
        border-radius: 5px;
    }

 
}

@media (max-width:900px) {
  .banner-container a img {
      width:100%;
      height: 60px;
      border-radius: 5px;
  }   
}

@media (max-width:768px) {
  .banner-container a img {
      width:100%;
      height: 60px;
      border-radius: 2px;
      margin: 5px 0px;
  }
  .banner-container-col {
      padding:3px !important;
  }   
}





     /* <!------------REVIEWS SECTION-------------> */




   .review-small {
    padding: 5px;
    background-color: rgba(128, 128, 128, 0.119);
    margin: 10px auto;
    width: 32%;
    height: fit-content;
}


   .review-small a {
         
    width: 100%;
    display: flex;
    align-items: center;
    text-decoration: none;
   }

   .review-small a img {
        width:180px;
    height: 150px;
}

.review-small a h2 {
    font-size: 21px;
    letter-spacing: 0.4px;
    font-weight: 400;
    line-height: 1.4rem;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.062);
    color: rgb(9, 64, 148);
    padding-left: 0px;
}




 .review-small a h2:hover {
     color: black;
 }

 .review-small-info {
    height: 150px;
    padding: 10px;
}

.review-small-info p {
    height: 72px;
    overflow: hidden;
    margin-bottom: 0;
    color: #424242;
}


 @media (max-width:1500px) {
     

       .review-small a img {
        width: 160px;
        height: 130px;
    }

      
        .review-small a h2 {
        font-size: 20px;
        padding-left: 0px;
    }
    .review-small-info {
    height: 130px;
    padding: 8px;
}
    .review-small-info p {
        height: 60px;
        overflow: hidden;
        margin-bottom: 0;
        line-height: 19px;
    }


 }

 @media (max-width:1300px) {

    .review-small a img {
        width: 150px;
        height: 120px;
    }

.review-small a h2 {
  font-size:18px;
}
    .review-small-info {
        height: 120px;
        padding: 8px;
    }
    .review-small-info p {
        height: 60px;
        overflow: hidden;
        margin-bottom: 0;
        font-size: 15px;
    }
 }


 /* ===========    MOVIES AND KIDs One  SLIDER CSS =================================*/

.tone-home-gallery-swiper .swiper {
    width: 98%;
    height: fit-content;
    margin: 20px auto;
}
    .tone-home-gallery-swiper-header {
    background:rgb(32 66 109) !important;
    color:white;
    text-align:center;
    padding:3px;
    font-size:22px;
   
    margin-top: 0px;
    font-family: sans-serif;
    box-shadow: 0px 2px 3px grey;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.432);
}

.tone-home-gallery-swiper .swiper-wrapper {
  gap: 20px;
}
   
.tone-home-gallery-swiper .swiper .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 348px !important;
    height: 240px;
    background-color: rgb(255, 255, 255);
    position: relative;
    margin: 5px 0;
}

.tone-home-gallery-swiper .grandalayam-swiper .swiper-slide {
        height: 400px;
}


.tone-home-gallery-swiper .swiper .swiper-slide a , .tone-home-gallery-swiper .swiper .swiper-slide a img {
  height: 100%;
  width: 100%;
  border-radius: 15px;
}

 .tone-home-gallery-swiper .swiper .swiper-slide a img {
    box-shadow: 0px 2px 3px #00000086;
}





@media (max-width:1500px) {
  .tone-home-gallery-swiper .swiper .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 336px !important;
    height: 260px;
    position: relative;
}

   .tone-home-gallery-swiper .grandalayam-swiper .swiper-slide {
        height: 370px;
}



}

@media (max-width:1300px) {
      .tone-home-gallery-swiper .swiper .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 300px !important;
        height: 240px;
    
        position: relative;
    }

      .tone-home-gallery-swiper .grandalayam-swiper .swiper-slide {
        height: 330px !important;
}



}

    @media (max-width: 760px) {
   .tone-home-gallery-swiper .swiper   .swiper-button-next {
      
       right: 20px;
        transform: rotate(90deg);
      }

    .tone-home-gallery-swiper .swiper  .swiper-button-prev {
        left: 20px;
        transform: rotate(90deg);
      }
    }





/*===================================== KS SLIDER SECTION CSS =============================== */

/*=================  MOVIES HOME IMAGE SLIDER CSS ======================== */


  
.ks-slider-section .swiper {
  width: 80%;
  height:200px;
  margin: 10px auto;
  padding-top: 10px;
  background: #ffffff;
}

.ks-slider-section .swiper .swiper-wrapper {
    margin-left: 90px;
}
.ks-slider-section .swiper .swiper-slide {
   position: relative;
  padding: 7px;
  height: 180px;
  width: 180px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  text-align: center;
  /* margin-right: 200px !important; */
}
.ks-slider-section .swiper .swiper-slide a {
  width: 100%;
  height: 100%;
}

.ks-slider-section .swiper .swiper-slide a img {
  display: block;
  width: 100%;
  height:100%;
  object-fit:fill;
 
  border: 1px solid white;
}



.ks-slider-section {
  width: 95%;
  margin: 10px auto;
  background: rgb(80 111 121);
  border:2px solid #506f79;
}

.ks-slider-section .swiper .swiper-slide  a .slider-see-more {
    display:flex;
   justify-content: center;
   align-items: center;
   color: white;
   text-decoration: none;
   border: 1px solid white;
}

a {
  text-decoration: none;
}


@media (max-width:1500px) {

  /*.ks-slider-section .swiper {

    height: 200px;
    padding-top: 10px;
  } */
  .ks-slider-section .swiper .swiper-slide {
    padding: 7px;
    height: 180px;
    width: 200px !important;
  }
  
}

@media (max-width:900px) {
  .ks-slider-section .swiper {

    height: 200px;
    margin:10px auto;
    padding-top: 10px;
  }
  .ks-slider-section .swiper .swiper-slide {
    padding:5px;
    height: 180px;
    width: 180px;
  }

}


@media (max-width:768px) {

  .ks-slider-section {
      width: 100%;
      margin: 5px auto;
      background: rgb(80, 111, 121);
  }

  .ks-slider-section .swiper .swiper-wrapper {
    margin-left: -295px;
 }
  .ks-slider-section .swiper {

    height: 200px;
    margin:10px auto;
    padding-top: 5px;
  }
  .ks-slider-section .swiper .swiper-slide {
    padding:2px;
    height:130px;
    width: 130px !important;
  }


  .ks-slider-section .swiper .swiper-button-next:after, .ks-slider-section  .swiper .swiper-button-prev:after {
   font-size:20px !important;
  
}

.swiper-pagination {
   display: none;
}


}



/*============================  csw section css =========================================== */

.csw-container { 
  width: 95%;
  margin: auto;
  height:350px;
  display: flex;
 
  border-right: 2px solid #c4c4c43b;
}



.csw-container a {
 text-decoration: none;
}



.csw-container-mainlink {
text-decoration: none;
width:50%;
transition: all 0.3s ease;
display: block;
margin:15px auto;
}

.csw-container-mainlink img {
 width: 100%;
 height:260px; 
 border-radius:5px;
 background: rgba(0, 0, 0, 0.058);
 padding:1px;
 transition: all 0.3s ease;
}


.csw-container-mainlink p {
  
 text-align: center;
 font-size: 18px;
 margin: 8px 0px;
 color: #000000ec;
 text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.23);
 max-height: 55px;
 overflow: hidden;
 padding-bottom: 3px;
}


.csw-sublinks-container {
       width: 50%;
       height: 300px;
       display: flex;
       flex-direction: column;
       /* justify-content:center; */
       align-items: flex-start;
       padding: 4px 25px;
}

.csw-container-sublink {
 
     font-size: 14px;
    color: #000000ec;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.23);
    max-height: 44px;
    min-height: 44px;
    overflow: hidden;
    padding-bottom: 40px !important;
    margin: 8px 0;
    line-height: 21px;
    padding-left: 5px;
    border-bottom: 2px solid #8888883b;
    transition: all 0.3s ease;

}

.csw-sublinks-container button {
  margin-left: auto !important;
}

.csw-container-sublink span {
color: rgb(7, 17, 102);
}

.csw-container-mainlink img:hover {
   transform: scale(01.03);
}

.csw-container-mainlink p:hover {
color: red !important;
}

.csw-container-sublink:hover {
text-decoration:1px  underline blue;
}



@media (max-width:1500px) {

   .csw-container-mainlink img {
    height:220px; 
   }

   .csw-container-mainlink p {
     
    text-align: center;
    font-size: 16px;
   }

   .csw-container-sublink {
    padding-bottom:20px !important;
    font-size: 13px;
    margin: 5px;
        max-height: 50px;

   }
}
@media (max-width:1300px) {
	.csw-container-mainlink img {
        height: 185px;
      }
	  .csw-container {
    width: 95%;
    margin: auto;
    height: 325px;
    display: flex;
    border-right: 2px solid #c4c4c43b;
    }
	.csw-container-sublink {
        padding-bottom: 20px !important;
        font-size: 13px;
        margin: 5px;
        max-height: 40px;
      }
}

@media (max-width:1100px) {
  
  
  .csw-container {
    display: flex;
    flex-wrap: wrap;
    height: auto;
  }

   .csw-container-mainlink {
    width: 90%;
   }

   .csw-sublinks-container {
    width: 100%;
    height: auto;
   }
}







/*==============================  FOOTER ===================================================*/

.home-footer {
  height:200px;
  display: flex;
  flex-direction:column;
  box-shadow: 0px 2px 3px grey;
  background:rgb(91, 91, 209);
  margin:6px 0px;
  justify-content: center;
 
}

.footer-nav {
  width:100%;
  display: flex;
  justify-content: center;
  align-items:center;
  gap:4px;
  list-style-type: none;
  
}
.footer-nav-item {
  padding:3px;
}

.footer-nav-link {
  color:white;
  text-shadow:0px 1px 1px rgba(0, 0, 0, 0.911);
  font-size:15px;
  font-weight:500;
  text-decoration:none;
  font-family: sans-serif;
}

.footer-copyright {
  color:white;
  font-size:18px;
  font-weight:500;
  text-align: center;
  text-shadow:0px 1px 1px rgba(0, 0, 0, 0.824);
  font-family: sans-serif;
}
.footer-desclaimer {
  color:white;
  font-size:16px;
  font-weight:400;
  text-align:center;
  /* max-width:85%; */
  margin:0px 10px;
  font-family: sans-serif;
}

@media (max-width:1300px) {
 
       .latest-updates-slider {
        height: 440px;
    }
 
        .remaining-box {
        height: 200px;
    }
           .pam-container-sublink {
        font-size: 16px;
        margin: 0px 8px;
        max-height: 38px;
        min-height: 38px;
        padding-bottom: 0px;
        padding-top: 5px;
        line-height: 15px;
        height: 44px;
    }
        .latest-updates-slider {
        height: 453px;
    }
 
 
    .home-footer {
      height:150px;
      display: flex;
      flex-direction:column;
      border:1px solid black;
      background:rgb(23, 23, 194);
      margin:6px 0px;
  }
  
  .footer-nav {
      width:100%;
      display: flex;
      justify-content: center;
      align-items:center;
      gap:4px;
      list-style-type: none;
  }
  .footer-nav-item {
      padding:3px;
  }
  
  .footer-nav-link {
      color:white;
      font-size:12px;
      font-weight:500;
      text-decoration:none;
  }
  
  .footer-copyright {
      color:white;
      font-size:15px;
      font-weight:500;
      text-align: center;
  }
  .footer-desclaimer {
      color:white;
      font-size:11px;
      font-weight:400;
      text-align:center;
      /* max-width:85%; */
      margin:0px 10px;
  }
  .footer-desclaimer span {
        font-size:14px !important;
  }
}

@media (max-width:800px) {
  .home-footer {
      height:200px;
      display: flex;
      flex-direction:column;
      border:1px solid black;
      background:rgb(23, 23, 194);
      margin:6px 0px;
  }
  
  .footer-nav {
      width:100%;
      display: flex;
      justify-content: center;
      align-items:center;
      gap:4px;
      list-style-type: none;
      flex-wrap:wrap;
  }
  .footer-nav-item {
      padding:3px;
  }
  
  .footer-nav-link {
      color:white;
      font-size:14px;
      font-weight:500;
      text-decoration:none;
  }
  
  .footer-copyright {
      color:white;
      font-size:15px;
      font-weight:500;
      text-align: center;
  }
  .footer-desclaimer {
      color:white;
      font-size:9px;
      font-weight:400;
      text-align:center;
      /* max-width:85%; */
      margin:0px 10px;
  }
  .footer-desclaimer span {
        font-size:13px !important;
  }
}





     /*============================ Animation Center ==================================== */


     @keyframes blinkScale {
      0% {
        transform: scale(1);
      }
      50% {
        transform: scale(1.05); /* slightly larger */
      }
      100% {
        transform: scale(1); /* back to normal */
      }
    }



    @keyframes showViewBoxBefore {
    
      0% {
          width:0%;
          opacity:0;
          font-size:0px;
      }
      20% {
          width:15%;
          opacity:0.2;
          font-size:1px;
      }
      40% {
          width:25%;
          opacity:0.4;
          font-size:1px;
      }
      60% {
          width:34%;
          opacity:0.6;
          font-size:1px;
      }
      80% {
         width:44%; 
         opacity:0.8;
         font-size:1px;
      }
    
      100% {
           width:45%;
           opacity:1;
           font-size:medium;
      }
    }
    
    @keyframes showViewBoxAfter {
        
      0% {
          width:0%;
          opacity:0;
          font-size:0px;
      }
      20% {
          width:15%;
          opacity:0.2;
          font-size:1px;
      }
      40% {
          width:25%;
          opacity:0.4;
          font-size:1px;
      }
      60% {
          width:34%;
          opacity:0.6;
          font-size:1px;
      }
      80% {
         width:44%; 
         opacity:0.8;
         font-size:1px;
      }
    
      100% {
           width:45%;
           opacity:1;
           font-size:medium;
      }
    }
    
    


    
 
    
   


     