/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/* Define CSS Variables */
:root {
  --primary-color: #b03600; 
  --secondary-color: #C69E67; 
  --font-color: #333;
  --font-family:"Poppins", serif;
  --Heading-font-family:"Montserrat", serif;
  --font-size-base: 0.85rem; 
  --line-height-base: 1.5; 
}

*{
margin: 0;
padding: 0;
}
/* Body Styles */
body {
    background-color:#eeeeee;
  font-family: var(--font-family);
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  color: var(--font-color); 
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image:url('../assets/background.svg');
}
/* TYPOGRAPHY Styles */
section{
    padding: 2rem;
    clear:both;
}
.page-bannner{
    height: 400px;
    width: 100%;
    background-image: url(../assets/images/page-banner.jpeg);
    background-size: cover;
    background-attachment: fixed; 
}
.overlay-bannner{
        position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #b036018c;
    display: flex;
    justify-content: center;
    align-items: center;
}
p {
       font-size: 1rem;
    text-align: justify;
    line-height: 26px;
}
.main-heading{
   font-family: var(--Heading-font-family); 
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 2.25rem;
    margin-bottom: 1.5rem;
}
.main-heading span{
    color:#b03600 !important
}
.mudiraj-image{
    border-radius: 0;
    padding: 0.5rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.event-card,.card{
       padding: 0.5rem;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    border: none;
}
.event-card .card-title{
        margin: 1rem 0;
    font-weight: 700;
    font-family: 'Montserrat';
}
.centertext{
    text-align: center;
    margin-bottom: 2rem;
    color: #000;
    font-weight: bold;

}
.loader .box {
  position: absolute;
  background: rgba(100, 100, 100, 0.15);
  background: linear-gradient(0deg, rgba(50, 50, 50, 0.2) 0%, rgba(100, 100, 100, 0.2) 100%);
  border-radius: 50%;
  border-top: 1px solid #646464;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 10px 0px;
  backdrop-filter: blur(5px);
  animation: ripple 2s infinite ease-in-out;
}
.loader .box:nth-child(1) {
  inset: 40%;
  z-index: 99;
}
.loader .box:nth-child(2) {
  inset: 30%;
  z-index: 98;
  border-color: rgba(100, 100, 100, 0.8);
  animation-delay: 0.2s;
}
.loader .box:nth-child(3) {
  inset: 20%;
  z-index: 97;
  border-color: rgba(100, 100, 100, 0.6);
  animation-delay: 0.4s;
}
.loader .box:nth-child(4) {
  inset: 10%;
  z-index: 96;
  border-color: rgba(100, 100, 100, 0.4);
  animation-delay: 0.6s;
}
.loader .box:nth-child(5) {
  inset: 0%;
  z-index: 95;
  border-color: rgba(100, 100, 100, 0.2);
  animation-delay: 0.8s;
}
.loader .logo {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  padding: 30%;
}
.loader .logo svg {
  fill: grey;
  width: 100%;
  animation: color-change 2s infinite ease-in-out;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 10px 0px;
  }
  50% {
    transform: scale(1.3);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 30px 20px 0px;
  }
  100% {
    transform: scale(1);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 10px 0px;
  }
}
@keyframes color-change {
  0% {
    fill: grey;
  }
  50% {
    fill: white;
  }
  100% {
    fill: grey;
  }
}
.donatebtn-header{
        background: #b03600;
    height: 45px;
    display: inline-block;
    padding: 0rem 2rem;
    font-size: 1rem;
    line-height: 45px;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-family: 'Montserrat';
    font-weight: 600;
}
.navstyle{

    padding: 0;
    height: 75px;
        background-color: #e69a05;
    background: linear-gradient(to bottom, #e69a05 0%, #d76900 100%);
}
.mainbar{
    background:#b03600;
    height:57px;
}
.et_pb_member_social_links{
        list-style: none;
    position: absolute;
    z-index: 1;
    bottom: 0;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
}
.et_pb_member_social_links  li a{
       display: block;
    width: 45px;
    height: 45px;
    background: #fff;
    margin: 0.5rem;
    line-height: 45px;
    font-size: 1.5rem;
    border-radius: 50%;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    border: 1px solid #eee;
    color: #b03600;
    border: 1px solid;
}
.et_pb_member_social_links  li a:hover{
      background: #b03600;
       border: 1px solid #b03600;
      color:#fff;
}
.subbar{
    background:#b2030a;
    height:40px;
}
.et_pb_member_position{
        font-style: italic;
    color: #444;
    font-weight: 500;
}
.et_pb_module_header{
        font-family: 'Montserrat';
    font-weight: bold;
    color: #000;
    font-size: 2rem;
}
.founder p,.founder ul li{
        font-size: 0.9rem;
    color: #333;
    line-height: 24px;
    margin-bottom: 0.5rem;
}
.founder p span strong{
     font-family: 'Montserrat';
    font-weight: bold;
    color: #000;
    text-transform:uppercase;
    font-size:1.125rem;
        color: #b03600;
    text-decoration: none;   
}
.btn-primary {
      text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: bold;
    background: #b03600;
    border-color: #b03600;
    padding: 0.5rem 1.5rem;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
    border-radius: 20px;
    transition: all 3s ease;
    font-size: 0.9rem;
}
.btn-primary:hover {
    background:#000 !important;
    border-color: #000 !important;
    color:#fff !important;
}
.btn-sec:hover {
      background:#b03600 !important;
    border-color: #b03600 !important;
    color:#fff !important;
}
.btn-sec {
      text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: bold;
    background: #fff;
    border-color: #fff ;
    padding: 0.5rem 1.5rem;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
    border-radius: 20px;
    transition: all 3s ease;
    font-size: 0.9rem;
    color:#000;
}
.logoli{
    background: #b03601;
    position: relative;
    top: 40px;
    z-index: 9;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}
.left-laptop{
    margin-left:3rem;
}
.logoimg{
 height: 188px;
    margin-top: 30px;
    width: 188px;
    border-radius: 50%;
    background: #b03601;
    padding: 0.25rem;
}
.mainbar a{
height: 30px;
    width: auto;
    display: inline-block;
    background: #fff;
    line-height: 30px;
    padding: 0 1.5rem;
    font-size: 1rem;
    border-radius: 6px;
    margin-left: 2rem;
    font-weight: 500;
    color: #b03600 !important;
    text-decoration: none !important;
    font-size: 0.95rem;
    box-shadow: -5px 5px 7.5px 0px #00000025;
}
.mainbar a.donatebtn{
    background: #e49102 !important;
    color: #fff !important;
}
.logoimg-text{
    font-size: 2rem;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #fff;
    margin-left: 1rem;
}

.idcard-image{
    border: 2px solid #ed1a25;
    height: 120px;
    width: 120px;
    border-top-left-radius: 30px;
    position: absolute;
    right: 10px;
    top: -95px;
    object-fit: cover;
    object-position: center;
    border-bottom-right-radius: 30px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    padding: 0.125rem;
    background: #fff;
}
.base-header-main h6{
    margin-bottom:0;
    margin-top:0.5rem;
    font-size:0.8rem;
    color:#fff;
}
.base-header h3{
        text-transform: uppercase;
    font-family: var(--Heading-font-family);
    font-weight: bold;
    font-size: 2.25rem;
    margin-bottom: 0;
}
.base-header h3 span{
        border-bottom: 3px solid;
    padding-bottom: 0.25rem;
    margin-bottom: 0.5rem;
    display: inline-block;
}
.base-header p{
        font-size: 0.8rem;
    margin-bottom: 0.5rem;
}
ul.base-header ul{
        list-style: none;
    padding-left: 0.5rem;
    color: #fff;
}
.base-header-main{
        padding: 0 0.5rem !important;
}
.cardinside{
    background:#fef200;
    padding: 1rem 0.5rem;
}
.qrimg{
        border: 3px double #ed1a25;
    outline-offset: 5px;
    border-radius: 6px;
    padding:2px;
}
.nav-link{
    font-size: 0.85rem;
    font-family: 'Montserrat';
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.nav-link:hover{
    color:#b03600 !important;
}
.insidelilist{
    font-family: 'Montserrat';
    list-style:none;
    margin-left:1rem;
}
.insidelilist li {
       margin-bottom: 0.5rem;
    font-size: 1rem;
    color: #000;
    font-weight: 600;

}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.foundersmallhead{
        font-size: 1.25rem;
    font-family: 'Montserrat';
    font-weight: bold;

}
.loader-container,.loader {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: #ffffffed;
    position: fixed;
    z-index: 100789;
    width: 100%;
    top: 0;
    left: 0;
}

.logo-loader {
  width: 150px;
  height: auto;
  filter: grayscale(100%);
  animation: fillLogo 3s ease-in-out infinite;
}

@keyframes fillLogo {
  0% {
    filter: grayscale(100%);
    opacity: 0.3;
  }
  100% {
    filter: grayscale(0%);
    opacity: 1;
  }
}

.foundmessage{
        font-size: 1.25rem;
    font-weight: bold;
    font-family: 'Montserrat';
    color: #b03600;
    margin-left:8px;
}
.aboutcontent p{
    font-size:1.1rem;
        line-height: 28px;
}
.foundercard ul{
padding-inline-start: 8px;
}
.foundertest{
     margin-left: 0.5rem;
  height: 150px;
    width: 130px;
    border-radius: 0;
    margin: 0.5rem 0;
    margin-right: 0.75rem;
    background: #fff;
    padding: 0.25rem;
}
.insidelilist li strong{
    font-weight: 600;
}
.btn-primary:hover {
    background: #b71c1c; /* Change to a darker shade of red */
    border-color: #b71c1c; /* Match the border color */
   
   
    color: #fff; /* Ensure text is visible */
}
.id-headrer{
    background:#ed1a25;
}

.videotitle{
        font-size: 1.25rem;
    text-align: center;
    font-weight: 600;
    margin: 0.5rem 0;
}
.carousel-item img {
    height: calc(100% - 220px); /* Ensures the image takes up the full height of the carousel */
    width: 100%;  /* Ensures the image spans the full width of the carousel */
    object-fit: cover; /* Ensures the image covers the entire area without distortion */
    object-position: center; /* Centers the image within its container */
}
.pics-gallery img{
        height: 300px;
        width:100%;
        object-fit:cover;
}
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl{
    width:95%;
}
.carousel-inner {
    height: calc(100vh - 220px); /* Adjusts the height of the carousel */
}

/*.carousel-inner {*/
/*      height: calc(100vh - 220px);*/
/*      object-fit:scale-down;*/
/*      object-position:center;*/
/*}*/
/*.carousel-item img {*/
/*      height: calc(100% - 220px);*/
/*      object-fit:cover;*/
/*      object-position:center;*/
/*}*/
.foundercard.card {
    padding: 0.5rem;
    background: #b0360124;
    border: none;
    box-shadow:none !important;
}
.id-headrer img{
     height: 110px;
    margin: 0.5rem;
}
 .marquee-container {
       width: 100%;
    overflow: hidden;
    background: #b03600;
    border: none;
    color: #fff;
    
    padding: 0;
    height: 80px;
    line-height: 80px;
  }

  .marquee {
    display: inline-block;
    white-space: nowrap;
    animation: marquee 10s linear infinite;
    font-size: 1.125rem;
    font-weight: bold;
    color: #fff;
    padding: 0;
    font-family: 'Montserrat';
  }

  @keyframes marquee {
      0% {
          transform: translateX(100%);
      }
      100% {
          transform: translateX(-100%);
      }
  }
 footer h5 {
    font-family: var(--Heading-font-family);
    letter-spacing: 0.5px;
    font-weight: 600 !important;
     margin-bottom:1rem;
}
 footer h5 span{
        border-bottom: 4px double #b03600;
    display: inline-block;
    padding-bottom: 0.5rem; 
 }
 .followus i{
      font-size: 1.5rem !important;
    margin-right: 0.5rem;
    top: 0.25rem;
    position: relative;
 }
  .footer-links{
      
  }
  .contactli i{
          width: 45px;
    height: 45px;
    border: 1px solid #b03600;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-size: 1.125rem;
    border-radius: 6px;
    background: #b03600;
    margin-right: 1rem !important;
  }
.navbar-toggler {
    border-color: transparent;
}

/* Alternative approach using background-image */
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=UTF8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

  .contactli li{
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    text-align:left;
  }
 .footer-links li {
    margin-bottom: 0.5rem; 
 }
 .footer-links li a:hover{
     color:#b03600 !important;
 }
 .social-share {
  display: flex;
  justify-content: space-between; 
}

.social-share .facebook {
  background-color: #3b5998;
  color: white;
  padding: 10px;
  border-radius: 5px;
}

.social-share .twitter {
  background-color: #1da1f2;
  color: white;
  padding: 10px;
  border-radius: 5px;
}
.social-share a {
    height: 35px;
    padding: 0 !important;
    width: 35px;
    font-size: 1rem;
    text-align: center;
        line-height: 40px;
    border-radius: 6px;
}
a.download {
box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
    font-size: 0.9rem;
    text-align: center;
    border-radius: 6px;
    background: #ed1a25;
    color: #fff;
    display: inline;
    height: 30px;
    padding: 0 0.5rem !important;
    line-height: 30px;
    text-decoration: none;
     transition: background 0.3s ease, color 0.3s ease;

}
a.download:hover {
    background: #000;
    color: #fff;
}
a.download i{
    font-size: 24px;
    position: relative;
    top: 3px;

}
.cntelg{
        position: absolute;
    height: 145px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.25;
}
.social-share span{
        font-weight: bold;
    font-family: 'Montserrat';
    margin-right: 0.5rem;
}
.social-share a i{

    font-size: 1rem;

}
.social-share .linkedin { 
  background-color: #0077B5; 
  color: white; 
}

.social-share a:hover {
  background-color: black; 
}
.social-share .whatsapp {
  background-color: #25D366;
  color: white;
  padding: 10px;
  border-radius: 5px;
}
.social-share a:hover {
  background-color: black; 
}
.social-share a {
  text-decoration: none; 
  display: inline-block;
}
 .footercontent{
         font-size: 0.8rem;
    line-height: 24px;
    max-width: 90%;
    margin-bottom: 0;
 }
.id-card{
    margin:2rem 0;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    border: none;
        border-radius: 10px;
    overflow:hidden;
}
.foundercard p{
    font-size:0.9rem;
     padding: 0.5rem;
}
.social-share a{
    
}
.rd-20{
    border-radius: 0px; 
}
.videobg{
        border-radius: 0px;
    overflow: hidden;
    padding: 0.5rem;
    background: #ffff;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}
.telugutext{
        margin-bottom: 0;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 1.25rem;
}
.cardinside small{
        width: 100%;
    display: block;
    text-align: center;
}
.cardinside small a{
    color:#000;
    text-decoration:none;
    position: relative;
    top: 5px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 760px) {
    .left-laptop{
    margin-left:0rem;
}
.mainbar .w-75{
    width:100% !important;
}
.page-bannner {
    background-position: bottom;
    height: 260px;
    width: 100%;
    background-image: url(../assets/images/page-banner.jpeg);
    background-size: contain;
    background-attachment: inherit;
    background-repeat: no-repeat !important;
}
    .foundertest {
    margin-left: 0.5rem;
    height: 120px;
    width: 105px;
    border-radius: 0;
    margin: 0.5rem 0;
    margin-right: 0.75rem;
    background: #fff;
    padding: 0.25rem;
}
.social-share span ,a.download{
  
    font-size: 0.8rem;
}
    .btn-primary {
   
    padding: 0.5rem 1rem;
  
    font-size: 0.8rem;
}
    section{
        padding:0.25rem;
    }
    .navstyle{
        height:auto !important;
    }
    .main-heading{
          font-size: 1.75rem;  
    }
    .carousel-inner ,.carousel-item img{
    height: auto !important;
}

.marquee-container {
  
    height: 50px;
    line-height: 50px;
}
    .logoimg-text,.mainbar .btngrid{
       display:none; 
    }
    p ,.marquee ,.videotitle {
    font-size: 0.9rem;
        
    }
    .mainbar .w-50{
        width:100% !important;
    }
    .foundercard.card {
        margin:1rem 0;
    }
    .qrimg {
    outline: 3px double #ed1a25;
    outline-offset: 5px;
    border-radius: 6px;
    height: 55px;
    width: 55px;
}
    .cntelg {
    position: absolute;
    height: 90px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.25;
}
.idcard-image {
    border: 2px solid #ed1a25;
    height: 100px;
    width: 100px;
    border-top-left-radius: 30px;
    position: absolute;
    right: 6px;
    top: -80px;
    object-fit: cover;
    object-position: center;
    border-bottom-right-radius: 30px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    padding: 0.125rem;
    background: #fff;
}
.base-header-main h6 {
    margin-bottom: 0;
    margin-top: 0.5rem;
    font-size: 0.8rem;
    color: #fff;
    font-size: 0.7rem;
}
.smalltext{
   
    font-size: .675em;
}

.insidelilist li {
   
    font-size: 0.85rem;
   
}
.base-header h3 {
    text-transform: uppercase;
    font-family: var(--Heading-font-family);
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 0;
}
.base-header p {
    font-size: 0.6rem;
    margin-bottom: 0.5rem;
    line-height: 15px;
}
.logoli {
    background: #b03601;
    position: absolute;
    top: -16px;
    z-index: 9;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}
    .logoimg{
         height: 75px;
        position: relative;
        top: 0px;
        width: 75px;
        border-radius: 50%;
        z-index: 9;
        background: #b03601;
        margin-top: 5px;
    
}
footer h5 {
  
    font-size: 1rem;
    margin-top: 1rem;
}

.id-headrer img {
    height: 70px;
    margin: 0.5rem;
}
.mobilefotter{
        position: fixed;
    z-index: 9;
    bottom: 0;
    width: 100%;
    background: #b03600;
    padding: 0.5rem;
    text-align:center;
}
.telugutext {
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    margin: 0.5rem 0;
}
.mobilefotter a, a.mobilemeu{
        cursor: pointer;
    background: #b03600;
    padding: 0.25rem 1rem;
    display: block;
    margin: 0rem;
    font-size: 1rem;
  
    text-decoration: none;
    font-family: 'Montserrat';
    font-weight: bold;
    color: #fff;
    margin-bottom:0.5rem;
    border-radius: 6px;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}
.mobilefotter a.donatebtn{
    background:#fef200;
}.mobilefotter a:hover{
    background:#000 !important;
    color:#fff;
    
}
.mainbar {
    background: #b03600;
    height: 46px;
}
}
@media only screen and (max-width: 480px) {
    .left-laptop{
    margin-left:0rem;
}
     .idcard-image {
      
        height: 95px;
        width: 85px;
   
        right: 6px;
        top: -50px;
     
    }
        .base-header p {
        font-size: 0.5rem;
        margin-bottom: 0.5rem;
        line-height: 13px;
    }
  .base-header h3{
       font-size: 0.85rem;
  }
      .smalltext {
        font-size: .55em;
    }
        .insidelilist li {
        font-size: 0.75rem;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
    
        margin-right: 1rem;
    }
}