body {
  font-size: 20px;
  font-family: sans-serif;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
ul,
ol {
  list-style-type: none;
}
.header-links {
  margin: 0 20px;
  color: #006ca9;
  /* font-weight: 550; */
}
.header-links:hover {
  color: #073b74;
}
.header-links.active {
  color: #073b74;
}
.toggle-navebar-container {
  right: 10px;
  z-index: 11;
}
.toggle-navebar {
  z-index: 11;
  background-color: #fff;
  padding: 10px;
  box-shadow: 1px 1px 2px #e8e8e8, 1px -1px 2px #e8e8e8, -1px 1px 2px #e8e8e8;
  top: 80px;
  right: 20px;
  border-radius: 5px;
}
.navbar-button {
  border: none !important;
}
.navbar-button:focus {
  box-shadow: none !important;
}
/* .carousel-slide-one {
  background-color: #006ca9;
  position: relative;
  height: 750px;
  width: 100%;
} */
.home-container {
  position: absolute;
  top: 25%;
  left: 10%;
  width: 900px;
}
.home-content {
  font-size: 70px;
  font-weight: 600;
  color: #fff;
}
.about-section {
  background: url("../Images/pamban-bridge.png");
  height: 500px;
  background-size: cover;
}
.about-heading {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  z-index: 10;
}
.about-breadcrumb {
  z-index: 10;
  margin: 20px;
}
.about-homelink,
.about-homelink:hover {
  color: #fff;
}
.about-active {
  color: #1faaf8;
  margin-left: 10px;
}
.learn-btn-home {
  border-radius: 5px;
  color: #7bc2eb;
  /* top: 75%;
  left: 10%; */
  font-size: 20px;
}
.learn-btn-home:hover {
  color: #006ca9;
}
.outer-screen {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #073b74;
  opacity: 0.8;
}
.outer-screen-about {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #171c20;
  opacity: 0.8;
}

.bridge-container {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  height: 100%;
  position: absolute;
  /* width: 100%; */
  height: 80%;
  top: 30%;
  right: 10%;
  z-index: 15;
}
/* .bridge-content div {
  top: 30%;
  right: 20%;
} */
.ambethkar-name {
  font-size: 20px;
  font-weight: normal;
  margin-right: -170px;
  width: 100%;
}
.valluvar-bg {
  width: 100%;
  height: 750px;
  position: relative;
  background: url(../Images/thiruvalluvar.jpg) no-repeat;
  background-size: cover;
}
.valluvar-img {
  width: 100%;
}
.valluvar-content {
  font-size: 47px;
  font-weight: 600;
  color: #006ca9;
}
.valluvar-name {
  font-size: 20px;
  color: #006ca9;
  margin-left: 550px;
  margin-top: -60px;
}
.trust-name {
  color: #073b74;
  font-weight: 580;
}
.welcome-text {
  color: #006ca9;
  font-weight: 580;
}
.about-short-content {
  height: 200px;
  overflow: hidden;
  mask-image: linear-gradient(rgb(0, 0, 0) 80%, transparent);
  text-indent: 50px;
  text-align: justify;
}
.arrow-icon {
  width: 28px;
  height: 28px;
}
.learn-btn {
  background-color: #006ca9;
  border-radius: 5px;
}
.blue-paint-bg {
  width: 400px;
}
.helped-count {
  top: 40%;
  left: 37%;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}
.helped-count div {
  font-size: 22px;
  margin-left: 20px;
}
.trustee-image {
  height: 400px;
}
.founder-content {
  text-align: justify;
}
.bg-footer {
  background-color: #045e92;
}
.footer-link {
  display: block;
  color: #ffffff80;
  margin-left: 10px;
}
.footer-link:hover {
  color: #ffffffbb;
}
.follow-icons {
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 4px 5px;
  opacity: 50%;
}
.follow-icons:hover {
  opacity: 90%;
}
.address-footer {
  text-align: unset;
}
.carousel-slide-one {
  background: url("../Images/slide-one.jpg") no-repeat;
  background-size: cover;
  background-position: left;
  height: 700px;
  width: 100%;
  margin-top: -30px;
}
.carousel-slide-two {
  background: url("../Images/slide-two.jpg") no-repeat;
  background-size: cover;
  height: 700px;
  width: 100%;
  margin-top: -30px;
}
.valluvar-slide {
  margin-left: 140px;
  margin-bottom: 120px;
}
.ambethkar-slide {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  margin-right: 200px;
}
.quote-line-two {
  margin-left: 80px;
}

@media (max-width: 1400px) and (min-width: 1200px) {
  .carousel-slide-one,
  .carousel-slide-two {
    height: 600px;
  }
  .helped-count {
    left: 25%;
  }
  .ambethkar-name {
    margin-right: -50px;
  }
  .valluvar-content {
    font-size: 38px;
  }
  .valluvar-name {
    margin-left: 420px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .carousel-slide-one,
  .carousel-slide-two {
    height: 500px;
    margin-top: 20px;
  }

  .helped-count {
    left: 30%;
  }
  .ambethkar-name {
    margin-right: -50px;
  }
  .valluvar-content {
    font-size: 30px;
  }
  .valluvar-name {
    margin-top: -52px;
    margin-left: 320px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .carousel-slide-one,
  .carousel-slide-two {
    height: 450px;
    margin-top: 20px;
  }
  .helped-count {
    left: 40%;
  }
  .quote-line-one,
  .quote-line-two {
    font-size: 25px;
  }
  .ambethkar-name {
    font-size: 16px;
    margin-right: -60px;
  }
  .valluvar-content {
    font-size: 26px;
  }
  .valluvar-name {
    margin-left: 280px;
    font-size: 16px;
    margin-top: -44px;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .carousel-slide-one,
  .carousel-slide-two {
    height: 350px;
    margin-top: 20px;
  }
  .valluvar-slide {
    margin-left: 80px;
    margin-bottom: 80px;
  }
  .ambethkar-slide {
    margin-right: 100px;
  }
  .quote-line-one,
  .quote-line-two {
    font-size: 22px;
  }
  .helped-count {
    left: 34%;
  }
  .learn-btn-home {
    top: 70%;
    font-size: 16px;
  }
  .valluvar-content {
    font-size: 18px;
  }
  .valluvar-name {
    margin-top: -40px;
    margin-left: 200px;
    font-size: 14px;
  }
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 20px;
  }
}
@media (max-width: 575px) and (min-width: 360px) {
  .carousel-slide-one,
  .carousel-slide-two {
    height: 240px;
    margin-top: 20px;
  }
  .valluvar-name {
    margin-top: -30px;
    margin-left: 150px;
    font-size: 8px;
  }
  .valluvar-slide {
    margin-left: 50px;
    margin-bottom: 32px;
  }
  .valluvar-content {
    font-size: 10px;
  }
  .ambethkar-slide {
    margin-right: 47px;
  }
  .ambethkar-name {
    font-size: 10px;
  }
  .quote-line-one,
  .quote-line-two {
    font-size: 12px;
  }
  .quote-line-two {
    margin-left: 20px;
  }
  .helped-count {
    left: 30%;
  }
  .learn-btn-home {
    top: 65%;
    font-size: 14px;
  }
  .blue-paint-bg {
    width: 300px;
  }
  .home-container:has(> .valluvar-content) {
    width: 320px;
  }
  .trustee-image {
    height: auto;
    width: 300px;
  }
  .address-footer,
  .email-address,
  .footer-text {
    font-size: 17px;
  }
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 15px;
  }

  .text-intend {
    text-indent: 60px;
  }
}

@media (min-width: 1681px) {
  .head-logo,
  .about-section,
  .carousel-container {
    width: 1320px;
    margin-left: auto;
    margin-right: auto;
  }
  /* img.valluvar-img{
    overflow-x:hidden;
    width:auto;
    height: 100%;
    object-fit: contain;
  } */
}

/* 
.paper-image{
  width: 100%;
  display: flex;
  background: url('./../Images/paper-img.svg') repeat-x center top;background-size: 100% 30px;
}
.valluvar-slide{
  background: url("../Images/thiruvalluvar.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  height: 700px;
  width:100%;
  
}
.valluvar-content{
  margin-left: 150px;
}
.pamban-slide{
  background: url("../Images/pamban-bridge.png") no-repeat;
  background-size: cover;
  background-position: center;
  height: 700px;
  z-index: -1;
  color: #fff;

}
.valluvar{
  color:#006ca9;
  margin-top: -50px;
  margin-left: 700px;
}
.ambethkar-quotes{
  font-size: 42px;
  font-weight: 600;
  z-index: 10;
  margin-right: 10px;
}
.glass-screen{
  background-color: #073b74;
  opacity: 0.8;
}
.ambethkar-name{
  z-index: 10;
} */
