/* nav bar */

/* styles.css */

/* Reset Styles */

.address{
margin-bottom: -104px;
font-size: 1.5rem;
}
.pointersSection h3{
  color:#9b0c10;
  font-size:28px;
  margin-top:-40px;
  margin-bottom:-40px;
  font-weight:600;
}
.navbar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  margin-left: 80px;
  /* background: #41c3f3cc; */
}

.navbar-nav li {
  position: relative;
}

.navbar-nav a {
  display: block;
  color: white;
  padding: 1rem;
  text-decoration: none;
  transition: color 0.3s ease;
}

.navbar-nav a:hover {
  color: #5cccf5;
}

/* Submenu Styles */
.sub-menu {
  display: none;
  position: absolute;
  background: #999;
  list-style: none;
  margin: -15px;
  padding: 0;
  top: 100%;
  left: 20px;
  min-width: 200px;
  z-index: 1000;
}

.sub-menu li {
  width: 100%;
}

.sub-menu a {
  padding: 0.8rem 1rem;
  color: white;
}

.sub-menu a:hover {
  background: #0c4d83;
  color: #fdfeff;
}

/* Show Submenu on Hover */
.menu-item-has-children:hover .sub-menu {
  display: block;
}

.navbar-default {
  background-color: #ccc; /* Solid background color */
  position: fixed;
  margin-bottom: 0;
  height: 105px !important;
  -webkit-box-shadow: 0px 2px 3px -1px rgba(230, 230, 230, 1);
  -moz-box-shadow: 0px 2px 3px -1px rgba(230, 230, 230, 1);
  box-shadow: 0px 2px 3px -1px rgba(230, 230, 230, 1);
}


.navbar-nav>li>a {
  font-family: 'Exo', sans-serif;
  color: #514f4f !important;
  padding: 0px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  line-height: 30px;
}

.navbar-nav>li {
  padding: 24px 16px;
}

.navbar-nav {
  float: left;
  margin: 11px;
  list-style: none;
  margin-left: 70px;
}

.inneramenities2 {
  padding-top: 30px;
}

.navbar-brand {
  height: auto;
  padding: 5px 15px;
  width: 100%;
}

.navbar-brand>img {
  margin: 0 auto;
  position: relative;
  top: -5px;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
  margin-left: inherit;
  height: 100px !important;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 4px 6px rgb(0 0 0 / 20%);
}

#dropdownMenuButton {
  background: inherit;
  color: #000;
  font-weight: bold;
  padding: 6px 12px;
  border-bottom: 1px solid #000;
  border-radius: inherit;
}

.dropdown-menu {
  background-color: #000;
  min-height: 100px;
  border-radius: inherit;
}

.dropdown-item {
  width: 100%;
  display: block;
  text-align: center;
  text-transform: uppercase;
  padding: 4px 0;
  color: #fff;
}

.dropdown-menu {
  min-width: 120px;
}
/* General Mobile Styles */
@media (max-width: 768px) {
  .navbar-nav {
    display: none; /* Hide the navbar initially */
    flex-direction: column; /* Arrange items vertically */
    background: #5cccf5;
    width: 100%;
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 1000;
  }

  .navbar-nav.active {
    display: flex; /* Show navbar on toggle */
  }

  .navbar-nav > li {
    width: 100%;
    text-align: left;
    padding: 10px 0;
  }

  .navbar-nav > li > a {
    padding: 10px 15px;
    color: white;
  }

  .navbar-toggle {
    display: block; /* Show toggle button */
    background: #5cccf5;
    border: none;
    padding: 10px 15px;
    margin-top: 15px;
  }

  .navbar-toggle .icon-bar {
    background-color: white;
    width: 22px;
    height: 2px;
    margin: 4px 0;
  }

  .menu-item-has-children > .sub-menu {
    display: none;
    position: static;
    background: #5cccf5;
    padding: 0;
    width: 100%;
  }

  .menu-item-has-children.active > .sub-menu {
    display: block; /* Show submenu when active */
  }

  .sub-menu > li > a {
    padding: 10px 15px;
    color: white;
  }
}

/* Social Media Icons */
.social-icons {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  margin-left: auto; /* Push the icons to the right */
  margin-top:38px;
}

.social-icons li {
  margin-left: 20px;
}

.social-icons a {
  color: #514f4f; /* Icon color */
  font-size: 20px; /* Size of the icons */
  text-decoration: none;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #848787cc; /* Hover color */
}

/* testinomial */

.testinomial{
margin-top:51px;
margin-bottom:10px;
}
.testimonial {

  border-right: 4px solid #fecd28;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 30px 30px 30px 130px;
  margin: 0 15px 30px 15px;
  overflow: hidden;
  position: relative;
  height: 280px;
  transition: all 0.3s ease;
}

.testimonial1 {
  border-right: 4px solid #fecd28;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 30px 30px 30px 130px;
  margin: 0 15px 30px 15px;
  overflow: hidden;
  position: relative;
  height: 300px;
  transition: all 0.3s ease;
}

.testimonial:before,
.testimonial:after {
  content: "";
  position: absolute;
  border-top: 25px solid #fecd28;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
}

.testimonial:before {
  bottom: -4px;
  left: -17px;
  transform: rotate(45deg);
}

.testimonial:after {
  top: -4px;
  left: -17px;
  transform: rotate(135deg);
}

.testimonial .pic {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 60px;
  left: 20px;
}

.testimonial .pic img {
  width: 100%;
  height: auto;
}

.testimonial .description {
  font-size: 15px;
  letter-spacing: 1px;
  color: #6f6f6f;
  line-height: 25px;
  margin-bottom: 15px;
}

.testimonial .title {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #0b0b0b;
  margin: 0;
}

.testimonial .post {
  display: inline-block;
  font-size: 17px;
  color: #0b0b0b;
  font-style: italic;
}

.owl-theme .owl-controls .owl-page span {
  border: 2px solid #2a3d7d;
  background: #fff !important;
  border-radius: 0 !important;
  opacity: 1;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
  background:  #0b0b0b!important;
  border-color: #0b0b0b;
}

@media only screen and (max-width: 767px) {
  .testimonial {
    padding: 20px;
    text-align: center;
    height: auto; /* Allow height to adjust automatically */
  }

  .testimonial1 {
    padding: 20px 20px 20px 20px;
    height: auto;
  }

  .testimonial .pic {
    display: block;
    position: static;
    margin: 0 auto 15px;
  }

  .testimonial .description {
    font-size: 14px;
    line-height: 22px;
  }

  .testimonial .title {
    font-size: 18px;
  }

  .testimonial .post {
    font-size: 16px;
  }

  /* Make carousel items stack vertically on smaller screens */
  .owl-carousel .owl-item {
    display: flex;
    justify-content: center;
  }

  .owl-carousel .testimonial1 {
    max-width: 100%; /* Allow the testimonial items to use full width */
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial {
    padding: 20px;
  }

  .testimonial1 {
    padding: 20px 20px 20px 20px;
  }

  .testimonial .pic {
    position: absolute;
    top: 60px;
    left: 20px;
  }
}

  
/* logo */
/* Responsive adjustments */
@media (max-width: 1200px) {
  .circle {
    width: 236px;
    height: 120px;
  }
}

@media (max-width: 992px) {
  .circle {
    width: 188px;
    height: 100px;
  }
}

@media (max-width: 768px) {
  .circle {
    width: 215px;
    height: 80px;
  }
}

@media (max-width: 576px) {
  .circle {
    width: 175px;
    height: 60px;
  }
}

  /* awards */
/* Importing Google font - Open Sans */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Exo', sans-serif;
    
}

.card-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    max-width: 1250px;
    margin: 15px auto;
    padding: 20px;
    gap: 20px;
}
.card-list .card-item {
    background: #fff;
    padding: 26px;
    border-radius: 8px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.04);
    list-style: none;
    cursor: pointer;
    text-decoration: none;
    border: 2px solid transparent;
    transition: border 0.5s ease;
}
.card-list .card-item:hover {
    border: 2px solid #000;
}
.card-list .card-item img {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 8px;
    object-fit: cover;
}
.card-list span {
    display: inline-block;
    background: #F7DFF5;
    margin-top: 32px;
    padding: 8px 15px;
    font-size: 1.50rem;
    border-radius: 50px;
    font-weight: 600;
}
.card-list .developer {
    background-color: #F7DFF5; 
    color: #B22485;
}   
.card-list .designer {
    background-color: #d1e8ff;
    color: #2968a8;
}
.card-list .editor {
    background-color: #d6f8d6; 
    color: #205c20;
}
.card-item h3 {
    color: #0b0b0b;
    font-size: 2.200rem;
    margin-top: 28px;
    font-weight: 500;
}
.card-item .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-35deg);
    height: 40px;
    width: 40px;
    color: #000;
    border: 1px solid #000;
    border-radius: 50%;
    margin-top: 40px;
    transition: 0.2s ease;
}
.card-list .card-item:hover .arrow  {
    background: #000;
    color: #fff; 
}
@media (max-width: 1200px) {
    .card-list .card-item {
        padding: 15px;
    }
}
@media screen and (max-width: 980px) {
    .card-list {
        margin: 0 auto;
    }
}
.card-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px; /* Space between cards */
  }
  
  .card-item {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 23%; /* Adjust width to fit 4 cards in one row */
    text-align: center;
    overflow: hidden;
    padding: 10px;
    transition: transform 0.3s ease-in-out;
  }
  
  .card-item:hover {
    transform: scale(1.05);
  }
  
  .card-item img {
    width: 100%;
    height: auto;
  }
  
  .card-item h3 {
    font-size: 1.500rem;
    padding: 0px;
  }
  
  .card-item .developer, .card-item .designer, .card-item .editor {
    font-weight: bold;
    color: #16a085;
  }
  
  @media (max-width: 992px) {
    .card-item {
      width: 48%; /* For medium screens, display 2 cards per row */
    }
  }
  
  @media (max-width: 768px) {
    .card-item {
      width: 100%; /* For smaller screens, display 1 card per row */
    }
  }
  
/* admission process */
@import url('https://fonts.googleapis.com/css?family=Roboto|Source+Code+Pro&display=swap');

h3 {
   font-family: 'Exo', sans-serif;
   margin: 10vh 0 5vh;
   text-align: center;
}

.steps {
   font-family: 'Exo', sans-serif;
}

.container1 {
   display: flex;
   flex-direction: column;
   align-items: center;
   height: auto;
   margin-top: -50px;
   padding: 0 10px;
}

.steps {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   gap: 10px;
}

.step {
   font-size: 1.5rem;
   border: 2px solid #000;
   display: flex;
   justify-content: center;
   align-items: center;
   cursor: pointer;
   transition: width 0.2s, height 0.2s, border-radius 0.2s;
}

.step.closed {
   width: 200px;
   height: 200px;
   border-radius: 50%;
}

.step:hover {
   animation: change-borders 100ms linear;
   border-radius: 25%;
}

.connector {
   width: 100px;
   height: 2px;
   border: 1px solid #000;
}

.bg-one {
   background-image: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
}

.bg-two {
   background-image: linear-gradient(to right, #C6FFDD, #FBD786, #f64f59);
}

.bg-three {
    background-image: linear-gradient(to right, #108dc7, #ef8e38);
}

.bg-four {
   background-image: linear-gradient(to right, #43C6AC, #F8FFAE);
}

.open {
   animation: grow-step 100ms ease;
   width: 100px;
   height: 100px;
   border-radius: 25%;
}

@keyframes change-borders {
   0% {border-radius: 50%;}
   100% {border-radius: 25%;}
}

@keyframes grow-step {
   0% {width: 50px; height: 50px; border-radius: 50%;}
   100% {width: 100px; height: 100px; border-radius: 25%;}
}

/* Responsive Design */
@media screen and (max-width: 768px) {
   h3 {
      font-size: 1.5rem;
      margin: 5vh 0 5vh;
   }

   .steps {
      flex-direction: column;
   }

   .step {
      font-size: 1.2rem;
      width: 150px;
      height: 150px;
   }

   .connector {
      width: 70px;
   }
}

@media screen and (max-width: 480px) {
   h3 {
      font-size: 1.2rem;
      margin: 4vh 0 4vh;
   }

   .step {
      font-size: 1rem;
      width: 120px;
      height: 120px;
   }

   .connector {
      width: 50px;
   }

   .container1 {
      margin-top: -20px;
   }
}
/* button */


/* cource */
/* General Styles */
body {
  font-family: 'Exo', sans-serif;
  background-color: #f4f4f9;
  margin: 0;
  padding: 0;
}

/* Card Container */
.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}

/* Card Styles */
.card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px; /* Increased border radius */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Larger shadow for emphasis */
  width: 600px; /* Increased width for bigger cards */
  padding: 40px; /* Increased padding */
  text-align: left;
  transition: transform 0.3s, box-shadow 0.3s;
}

.card:hover {
  transform: translateY(-15px); /* More lift on hover */
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3); /* Enhanced hover shadow */
}

/* Headings */
.card h3 {
  color: #333;
  font-size: 3rem; /* Increased font size */
  margin-bottom: 20px;
  margin-top: 20px;
}

.card h4 {
  color: #555;
  font-size: 2rem; /* Larger font size */
  margin: 20px 0;
}

/* Paragraphs */
.card p {
  color: #666;
  font-size: 1.5rem; /* Larger font size */
  line-height: 2; /* Increased line height for readability */
  margin-bottom: 25px;
}

/* Lists */
.card ul {
  list-style-type: disc;
  padding-left: 30px; /* Extra padding for better spacing */
}

.card ul li {
  color: #555;
  font-size: 1.5rem; /* Increased font size for list items */
  margin-bottom: 15px;
}

/* Card Container */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px; /* Larger gap between cards */
  justify-content: center;
  margin-top: 50px;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
  .card-container {
     flex-direction: column;
     align-items: center;
  }

  .card {
     width: 90%; /* Adjusted width for smaller screens */
  }
}

.vision{
  background-color: #337ab7d6;
}


/* contact */


/* General Styling */
.get-in-touch {
  padding: 20px 0;
}

.contact-form {
  margin: 0 auto;
  max-width: 100%;
}

.contact-form .form-field {
  margin-bottom: 20px;
}

.contact-form .input-text {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.contact-form .label {
  margin-top: 5px;
  display: block;
  font-size: 14px;
  color: #666;
}

.contact-form .submit-btn {
  background-color: #9b0c10;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

iframe {
  width: 100%;
  height: 400px;
  border: none;
}

/* Responsive Layout */
@media (max-width: 768px) {
  .row {
    flex-direction: column;
  }

  .col-md-6 {
    width: 100%;
    margin-bottom: 20px;
  }
}


/* gallery */
*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  display: block;
}

.gallery {
  position: relative;
  z-index: 2;
  padding: 100px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  transition: all .5s ease-in-out;
  transform: translateZ(0);
  margin-top: -50px;

  &.pop {
    filter: blur(10px);
  }

  figure {
    flex-basis: 33.333%;
    padding: 10px;
    overflow: hidden;
    cursor: pointer;

    img {
      width: 100%;
      transition: all .3s ease-in-out;
    }
    
    figcaption {
      display: none;
    }
    
  }
}

.popup {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  opacity: 0;
  transition: opacity .5s ease-in-out .2s;


  &.pop {
    opacity: 1;
    transition: opacity .2s ease-in-out 0s;

    figure {
      margin-top: 0;
      opacity: 1;
    }
  }

  figure {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: 0 0;
    margin-top: 30px;
    opacity: 0;
    animation: poppy 500ms linear both;

    img {
      position: relative;
      z-index: 2;
     
    }
    
    figcaption {
      position: absolute;
      bottom: 50px;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.78));
      z-index: 2;
      width: 100%;
      padding: 100px 20px 20px 20px;
      color: #fff;
      font-family: 'Exo', sans-serif;
      font-size: 32px;
      
      small {
        font-size: 11px;
        display: block;
        text-transform: uppercase;
        margin-top: 12px;
        text-indent: 3px;
        opacity: .7;
        letter-spacing: 1px;
      }
    }

    .shadow {
      position: relative;
      z-index: 1;
      top: -56px;
      margin: 0 auto;
      background-position: center bottom;
      background-repeat: no-repeat;
      width: 98%;
      height: 50px;
      opacity: .9;
      filter: blur(16px) contrast(1.5);
      transform: scale(0.95, -0.7);
      transform-origin: center bottom;
    }
  }

  .close {
    position: absolute;
    z-index: 3;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background: url(#close);
    border-radius: 25px;
    background: rgba(0, 0, 0, .1);
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);

    svg {
      width: 100%;
      height: 100%;
    }
  }
}

@keyframes poppy { 
  0% { transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  3.4% { transform: matrix3d(0.316, 0, 0, 0, 0, 0.407, 0, 0, 0, 0, 1, 0, -94.672, -91.573, 0, 1); }
  4.3% { transform: matrix3d(0.408, 0, 0, 0, 0, 0.54, 0, 0, 0, 0, 1, 0, -122.527, -121.509, 0, 1); }
  4.7% { transform: matrix3d(0.45, 0, 0, 0, 0, 0.599, 0, 0, 0, 0, 1, 0, -134.908, -134.843, 0, 1); }
  6.81% { transform: matrix3d(0.659, 0, 0, 0, 0, 0.893, 0, 0, 0, 0, 1, 0, -197.77, -200.879, 0, 1); }
  8.61% { transform: matrix3d(0.82, 0, 0, 0, 0, 1.097, 0, 0, 0, 0, 1, 0, -245.972, -246.757, 0, 1); }
  9.41% { transform: matrix3d(0.883, 0, 0, 0, 0, 1.168, 0, 0, 0, 0, 1, 0, -265.038, -262.804, 0, 1); }
  10.21% { transform: matrix3d(0.942, 0, 0, 0, 0, 1.226, 0, 0, 0, 0, 1, 0, -282.462, -275.93, 0, 1); }
  12.91% { transform: matrix3d(1.094, 0, 0, 0, 0, 1.328, 0, 0, 0, 0, 1, 0, -328.332, -298.813, 0, 1); }
  13.61% { transform: matrix3d(1.123, 0, 0, 0, 0, 1.332, 0, 0, 0, 0, 1, 0, -336.934, -299.783, 0, 1); }
  14.11% { transform: matrix3d(1.141, 0, 0, 0, 0, 1.331, 0, 0, 0, 0, 1, 0, -342.273, -299.395, 0, 1); }
  17.22% { transform: matrix3d(1.205, 0, 0, 0, 0, 1.252, 0, 0, 0, 0, 1, 0, -361.606, -281.592, 0, 1); }
  17.52% { transform: matrix3d(1.208, 0, 0, 0, 0, 1.239, 0, 0, 0, 0, 1, 0, -362.348, -278.88, 0, 1); }
  18.72% { transform: matrix3d(1.212, 0, 0, 0, 0, 1.187, 0, 0, 0, 0, 1, 0, -363.633, -267.15, 0, 1); }
  21.32% { transform: matrix3d(1.196, 0, 0, 0, 0, 1.069, 0, 0, 0, 0, 1, 0, -358.864, -240.617, 0, 1); }
  24.32% { transform: matrix3d(1.151, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, -345.164, -216.073, 0, 1); }
  25.23% { transform: matrix3d(1.134, 0, 0, 0, 0, 0.938, 0, 0, 0, 0, 1, 0, -340.193, -210.948, 0, 1); }
  28.33% { transform: matrix3d(1.075, 0, 0, 0, 0, 0.898, 0, 0, 0, 0, 1, 0, -322.647, -202.048, 0, 1); }
  29.03% { transform: matrix3d(1.063, 0, 0, 0, 0, 0.897, 0, 0, 0, 0, 1, 0, -318.884, -201.771, 0, 1); }
  29.93% { transform: matrix3d(1.048, 0, 0, 0, 0, 0.899, 0, 0, 0, 0, 1, 0, -314.277, -202.202, 0, 1); }
  35.54% { transform: matrix3d(0.979, 0, 0, 0, 0, 0.962, 0, 0, 0, 0, 1, 0, -293.828, -216.499, 0, 1); }
  36.74% { transform: matrix3d(0.972, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, -291.489, -220.242, 0, 1); }
  39.44% { transform: matrix3d(0.962, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, -288.62, -227.228, 0, 1); }
  41.04% { transform: matrix3d(0.961, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, -288.247, -229.999, 0, 1); }
  44.44% { transform: matrix3d(0.966, 0, 0, 0, 0, 1.032, 0, 0, 0, 0, 1, 0, -289.763, -232.215, 0, 1); }
  52.15% { transform: matrix3d(0.991, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, -297.363, -226.449, 0, 1); }
  59.86% { transform: matrix3d(1.006, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, -301.813, -222.759, 0, 1); }
  61.66% { transform: matrix3d(1.007, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, -302.102, -222.926, 0, 1); }
  63.26% { transform: matrix3d(1.007, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, -302.171, -223.276, 0, 1); }
  75.28% { transform: matrix3d(1.001, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, -300.341, -225.696, 0, 1); }
  83.98% { transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.61, -225.049, 0, 1); }
  85.49% { transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.599, -224.94, 0, 1); }
  90.69% { transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, -299.705, -224.784, 0, 1); }
  100% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, -225, 0, 1); } 
}

.conatiner2{
  background-color: #12c2e9;
}


/* principal */


.fill1 {
  width: 80%; /* Default width for all screens */
  max-width: 600px; /* Maintain max-width for desktop */
  height: 0; /* Use padding for aspect ratio */
  padding-top: 56.25%; /* 16:9 aspect ratio */
  background-image: url('images/principal.png');
  background-size: cover; /* Ensure the image covers the entire div */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Prevent repetition */
}

/* Media query for mobile screens */
@media (max-width: 768px) {
  .fill1 {
    padding-top: 75%; /* Change to 4:3 aspect ratio on mobile */
  }
}

@media (max-width: 480px) {
  .fill1 {
    padding-top: 100%; /* Change to a square aspect ratio on smaller screens */
  }
}

/*Slider*/
#slider {
  position: relative;
  margin-top: 80px;
}

.audio-toggle,
.play-pause-toggle {
  display: none !important;
}

.aslide {
  position: relative !important;
}

.carousel {
  position: relative;
  margin-top: 78px;
}

.carousel img {
  width: 100%;
}

#call-number1 {
  /* font-family: 'Open Sans', Arial, sans-serif; */
  position: fixed;
  vertical-align: top;
  /* padding: 0 0 24px 0px; */
  right: 0;
  top: 52%;
  /* width: 280px; */
  z-index: 999;
}

.toll1 i.fa.fa-whatsapp {
  font-size: 24px;
}

.toll1 {
  /*background-image: linear-gradient(to bottom, #a92483, #942982, #7f2c7f, #6a2d7a, #562d73);*/
  background: #3ab71b;
  color: #fff;
  right: 0;
  padding: 6px 5px;
  position: absolute;
  text-align: center;
  text-transform: capitalize;
  font-weight: bold;
  top: 50px;
  border-radius: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  /* width: 200px; */
  z-index: 20;
  cursor: pointer;
  -webkit-animation: contactno 1s infinite;
  -moz-animation: contactno 1s infinite;
  -o-animation: contactno 1s infinite;
  animation: contactno 1s infinite;
}

#call-number1 .content1 {
  position: absolute;
  top: 51px;
  color: #f8de31;
  background-color: #000000ad;
  display: inline-block;
  width: 239px;
  margin: 0 0 0 -8px;
  padding: 0 23px 0;
  vertical-align: top;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33);
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

#call-number1 p {
  font-weight: bold;
  font-size: 16px;
  margin: 0px 0 6px;
  color: #fff;
}


/* Slider Text */
.carousel-caption {
  position: absolute;
  bottom: 55%;
  left: 6%;
  right: 10%;
  text-align: left;
  color: #0c4d83;
}

.carousel-caption2 {
  position: absolute;
  bottom: 22%;
  left: 11%;
  right: 10%;
  text-align: left;
  color: #9b0c10;
}

.caption3 {
  position: absolute;
  bottom: 19%;
  left: 78%;
  right: 0%;
  text-align: left;
  color: #9b0c10;
}

.arrow-inline {
  display: inline-block;
  width: 12px; /* Width of the arrow's base */
  height: 12px; /* Height of the arrow's base */
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%); /* Creates a triangle shape */
  background-color: #9b0c10; /* Fills the triangle with red color */
  vertical-align: middle; /* Aligns arrow with text */
}

.caption2 {
  bottom: 50%;
  left: 58%;
  right: -10%;
}

.text {
  font-size: 3.7rem; /* Default size for large screens */
  font-weight: bold;
  font-family: 'Poppins', Arial;
  line-height: 1.2;
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
 
  .carousel-caption p {
    font-size: 1.3rem;
  }
  .carousel-caption2 {
    bottom: 22%;
    left: 41%;
    right: -33;
    padding: 0 5px;
    transform: translate(-50%, 30%);
  }
  .carousel-caption {
    bottom: 50%;
    left: 8%;
    right: 8%;
    font-size: 3.2rem; /* Slightly smaller font size for medium screens */
  }

  .caption3 {
    bottom: 21%;
    left: 86%;
    right: -31px;
    padding: 0 5px;
    transform: translate(-50%, 30%);
  }
  .caption3 h1 {
    font-size: 1.7rem; /* Smaller font size for very small screens */
  }
  .carousel-caption2 h1 {
    font-size: 1.7rem; /* Smaller font size for very small screens */
  }

  .arrow-inline {
    width: 8px; /* Smaller arrow for very small screens */
    height: 8px;
  }
}

@media (max-width: 992px) {
  .carousel-caption {
    bottom: 45%;
    left: 6%;
    right: 6%;
    font-size: 2.8rem; /* Adjust font size for tablets */
  }

  .carousel-caption p {
    font-size: 1.2rem;
  }

  .carousel-caption2 {
    bottom: 15%;
    left: 39%;
    right: 0;
    padding: 0 5px;
    transform: translate(-50%, 30%);
  }
  .caption3 {
    bottom: 15%;
    left: 85%;
    right: -31px;
    padding: 0 5px;
    transform: translate(-50%, 30%);
  }
  .caption3 h1 {
    font-size: 0.7rem; /* Smaller font size for very small screens */
  }
  .carousel-caption2 h1 {
    font-size: 0.7rem; /* Smaller font size for very small screens */
  }

  .arrow-inline {
    width: 8px; /* Smaller arrow for very small screens */
    height: 8px;
  }
}

@media (max-width: 768px) {
  .carousel-caption {
    bottom: 35%;
    left: 5%;
    right: 5%;
    text-align: center; /* Center align for smaller screens */
    font-size: 2.4rem; /* Adjust font size for mobile devices */
  }

  .carousel-caption p {
    font-size: 1.1rem;
  }

  .carousel-caption2 {
    bottom: 15%;
    left: 39%;
    right: 0;
    padding: 0 5px;
    transform: translate(-50%, 30%);
  }
  .caption3 {
    bottom: 15%;
    left: 85%;
    right: -31px;
    padding: 0 5px;
    transform: translate(-50%, 30%);
  }
  .caption3 h1 {
    font-size: 0.7rem; /* Smaller font size for very small screens */
  }
  .carousel-caption2 h1 {
    font-size: 1.7rem; /* Smaller font size for very small screens */
  }
  .carousel-caption2 {
    bottom: 15%;
    left: 39%;
    right: 0;
    padding: 0 5px;
    transform: translate(-50%, 30%);
  }
  .caption3 {
    bottom: 15%;
    left: 85%;
    right: -31px;
    padding: 0 5px;
    transform: translate(-50%, 30%);
  }
  .caption3 h1 {
    font-size: 0.7rem; /* Smaller font size for very small screens */
  }
  .carousel-caption2 h1 {
    font-size: 0.7rem; /* Smaller font size for very small screens */
  }

  .arrow-inline {
    width: 8px; /* Smaller arrow for very small screens */
    height: 8px;
  }
}

@media (max-width: 576px) {
  .carousel-caption {
    bottom: 30%;
    left: -36%;
    right: 5%;
    text-align: center; /* Center the caption */
    font-size: 2rem; /* Smaller font size for very small screens */
  }
  .caption2 {
    bottom: 30%;
    left: 58%;
    right: 0%;
    text-align: center; /* Center the caption */
    font-size: 2rem; /* Smaller font size for very small screens */
  }

  .carousel-caption p {
    font-size: 0.8rem;
  }

  .text {
    font-size: 0.8rem; /* Adjust font size for very small screens */
  }
  .carousel-caption2 {
    bottom: 15%;
    left: 39%;
    right: 0;
    padding: 0 5px;
    transform: translate(-50%, 30%);
  }
  .caption3 {
    bottom: 15%;
    left: 85%;
    right: -31px;
    padding: 0 5px;
    transform: translate(-50%, 30%);
  }
  .caption3 h1 {
    font-size: 0.7rem; /* Smaller font size for very small screens */
  }
  .carousel-caption2 h1 {
    font-size: 0.7rem; /* Smaller font size for very small screens */
  }

  .arrow-inline {
    width: 8px; /* Smaller arrow for very small screens */
    height: 8px;
  }
}
@media screen and (max-width: 768px) {
  .carousel-caption2 {
    bottom: 40%;
    left: 50%;
    right: 0;
    padding: 0 10px;
    transform: translate(-50%, 40%);
  }

  .carousel-caption2 h1 {
    font-size: 1.5rem; /* Adjust font size for smaller screens */
  }

  .carousel-caption2 {
    bottom: 15%;
    left: 39%;
    right: 0;
    padding: 0 5px;
    transform: translate(-50%, 30%);
  }
  .caption3 {
    bottom: 15%;
    left: 85%;
    right: -31px;
    padding: 0 5px;
    transform: translate(-50%, 30%);
  }
  .caption3 h1 {
    font-size: 0.7rem; /* Smaller font size for very small screens */
  }
  .carousel-caption2 h1 {
    font-size: 0.7rem; /* Smaller font size for very small screens */
  }

  .arrow-inline {
    width: 8px; /* Smaller arrow for very small screens */
    height: 8px;
  }

}

@media screen and (max-width: 480px) {
  .carousel-caption2 {
    bottom: 15%;
    left: 39%;
    right: 0;
    padding: 0 5px;
    transform: translate(-50%, 30%);
  }
  .caption3 {
    bottom: 15%;
    left: 85%;
    right: -31px;
    padding: 0 5px;
    transform: translate(-50%, 30%);
  }
  .caption3 h1 {
    font-size: 0.7rem; /* Smaller font size for very small screens */
  }
  .carousel-caption2 h1 {
    font-size: 0.7rem; /* Smaller font size for very small screens */
  }

  .arrow-inline {
    width: 8px; /* Smaller arrow for very small screens */
    height: 8px;
  }
}

.validateContainer1{
border: 5px solid #fcc3a1;
background: rgba(255, 255, 255, .8);
padding: 15px;
padding-left: 70px;
border-radius: 15px;
float: left;
margin: 20px auto 20px;
width: 100%;
font-size: 1.5rem;
}