@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@700&family=Roboto+Slab:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700,800');
@import url('https://fonts.googleapis.com/css?family=Lobster');
body,
html {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}

a {
    text-decoration: none !important;
}

@media (max-width: 768px) {
  .navbar-nav {
    padding: .6rem 0 .6rem 1.4rem !important;
  }
}

.banner_section .banner_img img {
    width: 100%;
}

.content-section {
    background: url("./img/banner_cric_2.jpg");
    background-repeat: no-repeat;
    background-size: cover;

}

.content-section .content-wrapper {
    padding: 60px;
}

.content-section .content-wrapper p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 34px;
    text-align: justify;
    color: white;
}

.support-section {
    background-color: #520112;
    padding: 40px 40px;
}

.main-heading h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    font-size: 23px;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
    color: white;
}

.support-content-wrapper {
    margin-top: 120px;
}

.support-wrapper {
    background-color: #F40034;
    color: white;
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    border-radius: 8px;
}

.support-wrapper .icon {
    position: absolute;
    top: 0%;
    transform: translateY(-50%);

}

.support-wrapper .icon img {
    width: 85%;
}

.support-wrapper .content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 16px;

}

.support-wrapper .content p {
    font-size: 16px;
    font-weight: 500;
}

.primary-section {
    padding: 60px 60px;
    background-color: #240008;
}


.primary-section .content-wrapper {
    display: flex;
    justify-content: center;
    /* Horizontal center */
    align-items: center;
    /* Vertical center */
    padding: 60px 40px;

}

.primary-section .content-wrapper p {
    font-size: 18px;
    font-weight: 600;
    color: #520112;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    margin: 0;
}

.contact-section {
    padding: 40px 40px;
    background-color: #520112;
}

.main-heading h4 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    font-size: 23px;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
    color: white;
}

/* .contact-bg{
    background: url('./img/bg-img/contact-bg.png');
    padding: 40px 20px;
} */

@media (max-width: 768px) {
    .contact-bg {
        background: none;
        padding: 0;
    }
}

.contact-heading {
    color: white;
    font-size: 18px;
    text-transform: capitalize;
}

.contact-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 40px 0;
}

.contact-wrapper input {
    padding: 15px 0;
    border-radius: 8px;
    padding-left: 15px;
    color: black;
}

.contact-wrapper input:focus-within {
    border: none;
    background-color: #a5a5a5;
    color: white;
}

.contact-wrapper input:focus-visible {
    border: none;
    outline: none;

}

.contact-wrapper textarea {
    padding: 15px 0;
    height: 120px;
    border-radius: 8px;
    padding-left: 15px;
}

.contact-wrapper button {
    height: 50px;
    width: 120px;
    background-color: #F40034;
    color: white;
    border: none;
    border-radius: 8px;
}


@media (max-width: 1200px) {}

@media (max-width: 768px) {
    .content-section .content-wrapper {
        padding: 30px;
    }

    .content-section .content-wrapper p {
        font-size: 20px;
    }

    .support-wrapper {
        margin-bottom: 80px;
        width: 100%;
    }

    .support-wrapper .icon img {
        width: 80%;
    }

    .primary-section .content-wrapper p {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .support-wrapper {
        margin-bottom: 110px;
    }

}

.img-banner {
    width: 100%;
}

.img-banner img {
    width: 100%;
}

/* Services section */
.services-section .service-wrapper p {
    font-size: 16px;
    text-align: justify;
    padding: 10px 24px;
}

.services-section .service-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px 0;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    width: auto;
    height: 300px;
}

/* Footer  */
.footer-section {
    padding: 40px 0;
}

.footer-section .footer-desc {
    padding-top: 15px;
}

.footer-item-wrapper .footer-menu-title {
    display: flex;
    justify-content: center;
    padding-bottom: 5px;
}

.footer-menu-title h5 {
    font-size: 20px;
    font-weight: 700;

}

.footer-item-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.footer-item-wrapper .menu-list {
    display: flex;
    justify-content: center;
}

.menu-list .menu-list-item {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    line-height: 36px;
    font-family: 'Roboto Slab', serif;
    padding: 0;
}

.menu-list .menu-list-item .items a {
    font-size: 16px;
    color: black;
}

.menu-list .menu-list-item .items a:hover{
  color: #420311;
}


@media (max-width: 768px) {
    .footer-section .footer-item-wrapper {
        display: flex;
        flex-direction: column;
        padding: 0 20px;
        align-items: start;
    }

    .footer-item-wrapper .footer-menu-title {
        display: block;
    }

    .footer-item-wrapper .menu-list {
        display: block;
    }

    .menu-list .menu-list-item {
        padding: 0;
    }
}

.jumbotron {
    background-color: #520112;
    color: #fff;
}

/* .container {
    margin: 30px 0;
    padding: 20px;
    border-radius: 5px;
} */

.term-container {
    background-color: #f2f2f2;

}

.term-container h2 {
    font-size: 1rem;
}

.term-container p {
    font-size: 16px;
}

.display-7 {
    font-family: 'Libre Baskerville', serif;
    padding: 20px 0;
    font-size: 28px;
}

.social-links {
    display: flex;
    align-items: center;
    gap: 15px;

}

.social-link-title {
    color: white;
    font-size: 16px;
    text-transform: capitalize;
}

.social-links a {
    background: aliceblue;
    border-radius: 50%;
    padding: 5px;
}

.social-links a:hover:nth-child(1) {
    background: #287fad99;
    transition: all 0.3s ease-out;
}

.social-links a:hover:nth-child(2) {
    background: #3c9d40d4;
    transition: all 0.3s ease-out;
}

.social-links a:hover:nth-child(3) {
    background: linear-gradient(115deg, #f9ce34, #ee2a7b, #6228d7);
    transition: all 0.3s ease-out;
}

.social-links a:hover:nth-child(4) {
    background: #0175d073;
    transition: all 0.3s ease-out;
}

.social-links img {
    width: 40px;
}

.contact-info{
    padding: 40px 0;
} 
.contact-info .address {
    color: white;
}

.phone, .email {
    color: white;
    padding-bottom: 10px;
}
.phone a{
    color: white;
    text-decoration: none;
}
.email a{
    color: white;
    text-decoration: none;
}
.email a:hover{
    color: rgb(153, 145, 145);
}

.phone a:hover{
    color: rgb(153, 145, 145);
}


/* header */


.button {
  display: inline-block;
  margin-top: 20px;
  padding: 8px 25px;
  border-radius: 4px;
}
.button-primary {
  position: relative;
  background-color: #c0ca33;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  transition: color 0.3s ease-in;
  z-index: 1;
}
.button-primary:hover {
  color: #c0ca33;
  text-decoration: none;
}
.button-primary::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-color: #fff;
  border-radius: 4px;
  opacity: 0;
  -webkit-transform: scaleX(0.8);
  -ms-transform: scaleX(0.8);
  transform: scaleX(0.8);
  transition: all 0.3s ease-in;
  z-index: -1;
}
.button-primary:hover::after {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.overlay::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, .3);
}
.header-area {
  position: relative;
  background: #601425;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repear;
  background-size: cover;
}

.navbar {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  width: 100%;
  transition: background 0.6s ease-in;
  z-index: 99999;
}
.navbar .navbar-brand {
  font-family: 'Lobster', cursive;
  font-size: 1.5rem;
}
.navbar .navbar-toggler {
  position: relative;
  height: 50px;
  width: 50px;
  border: none;
  cursor: pointer;
  outline: none;
}
.navbar .navbar-toggler .menu-icon-bar {
  position: absolute;
  left: 15px;
  right: 15px;
  height: 2px;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  transition: all 0.3s ease-in;
}
.navbar .navbar-toggler .menu-icon-bar:first-child {
  opacity: 1;
  -webkit-transform: translateY(-1px) rotate(45deg);
  -ms-sform: translateY(-1px) rotate(45deg);
  transform: translateY(-1px) rotate(45deg);
}
.navbar .navbar-toggler .menu-icon-bar:last-child {
  opacity: 1;
  -webkit-transform: translateY(-1px) rotate(135deg);
  -ms-sform: translateY(-1px) rotate(135deg);
  transform: translateY(-1px) rotate(135deg);
}
.navbar .navbar-toggler.collapsed .menu-icon-bar {
  opacity: 1;
}
.navbar .navbar-toggler.collapsed .menu-icon-bar:first-child {
  -webkit-transform: translateY(-7px) rotate(0);
  -ms-sform: translateY(-7px) rotate(0);
  transform: translateY(-7px) rotate(0);
}
.navbar .navbar-toggler.collapsed .menu-icon-bar:last-child {
  -webkit-transform: translateY(5px) rotate(0);
  -ms-sform: translateY(5px) rotate(0);
  transform: translateY(5px) rotate(0);
}
.navbar-dark .navbar-nav .nav-link {
  position: relative;
  color: #fff;
  font-size: 18px;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
}
.navbar .dropdown-menu {
  padding: 0;
  background-color: rgba(0, 0, 0, .9);
}
.navbar .dropdown-menu .dropdown-item {
  position: relative;
  padding: 10px 20px;
  color: #fff;
  font-size: 1.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  transition: color 0.2s ease-in;
}
.navbar .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}
.navbar .dropdown-menu .dropdown-item:hover {
  background: transparent;
  color: #c0ca33;
}
.navbar .dropdown-menu .dropdown-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  width: 5px;
  background-color: #c0ca33;
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
.navbar .dropdown-menu .dropdown-item:hover::before {
  opacity: 1;
}
.navbar.fixed-top {
  position: fixed;
  -webkit-animation: navbar-animation 0.6s;
  animation: navbar-animation 0.6s;
  background-color: rgba(0, 0, 0, .9);
}
.navbar.fixed-top.navbar-dark .navbar-nav .nav-link.active {
  color: #c0ca33;
}
.navbar.fixed-top.navbar-dark .navbar-nav .nav-link::after {
  background-color: #c0ca33;
}
.content {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .navbar-brand {
    margin-left: 20px;
  }
  .navbar-nav {
    padding: 0 20px;
    background-color: rgba(0, 0, 0, .9);
  }
  .navbar.fixed-top .navbar-nav {
    background: transparent;
  }
}
@media screen and (min-width: 767px) {
  
  .navbar-dark .navbar-nav .nav-link {
    padding: 5px 15px;
  }
  .navbar-dark .navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 30%;
    right: 30%;
    height: 1px;
    background-color: #fff;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    transition: transform 0.1s ease-in;
  }
  .navbar-dark .navbar-nav .nav-link:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
  .dropdown-menu {
    min-width: 200px;
    -webkit-animation: dropdown-animation 0.3s;
    animation: dropdown-animation 0.3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
  }
}
@-webkit-keyframes navbar-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes navbar-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes dropdown-animation {
  0% {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
  }
  75% {
    -webkit-transform: scaleY(1.1);
    -ms-transform: scaleY(1.1);
    transform: scaleY(1.1);
  }
  100% {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes dropdown-animation {
  0% {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
  }
  75% {
    -webkit-transform: scaleY(1.1);
    -ms-transform: scaleY(1.1);
    transform: scaleY(1.1);
  }
  100% {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }
}
