@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Plus Jakarta Sans", sans-serif;
}
a {
  color: #8b412a;
  text-decoration: underline;
}

body {
  width: 100%;
  height: auto;
  background-color: #fff;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1rem 10%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 5;
}

.header::before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(50px);
  z-index: -1;
}

.header::after {
  content: "";
  top: 0;
  left: -100%;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  transition: 0.8s;
}

.header:hover::after {
  left: 100%;
}

.logo {
  font-size: 1.5rem;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.nav-item {
  position: relative;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: -0.13px;
  text-decoration: none;
  margin-left: 2.5rem;
  transition: all 0.5s ease;
}

.nav-item:hover {
  color: skyblue;
}

.icons {
  position: absolute;
  right: 5%;
  font-size: 2.3rem;
  color: #fff;
  cursor: pointer;
  display: none;
}

#check {
  display: none;
}

@media (max-width: 992px) {
  .product-imgs {
    display: flex;
    flex-direction: column-reverse;
  }
  .header {
    padding: 1.3rem 5%;
  }
  .img-select {
    flex-direction: initial !important ;
  }
}

@media (max-width: 768px) {
	
	.home-map iframe {
    width: 100%;
  }

  .slider-section .scroll-div {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .slider-section .faq h3, .faq-section .faq h3 {
    font-size: 36px;
    margin: 0;
  }

  .faq-section .for-faq {
    width: 95%;
    padding: 20px;
  }

  .faq-section .border-bottom-1:nth-child(2) {
    border-bottom: none;
  }

  .faq-section {
    padding: 40px 0;
  }

  .slider-section .card-1 {
    margin: 20px 0;
  }

  .outter .inner-benner {
    height: 400px;
  }

  .img-gradient img {
    height: 100%;
  }

  .icons {
    display: inline-flex;
  }

  #check:checked ~ .icons #menu-icon {
    display: none;
  }

  .icons #close-icon {
    display: none;
  }

  #check:checked ~ .icons #close-icon {
    display: block;
  }

  .navbar {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(50px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
  }

  #check:checked ~ .navbar {
    height: 17.7rem;
  }

  .nav-item {
    display: block;
    font-size: 1.1rem;
    margin: 1.5rem 0;
    text-align: center;
    transform: translateY(-50px);
    opacity: 1;
    transition: all 0.3s ease;
    
  }

  .for-tab .nav {
    gap: 10px;
    margin: 10px;
  }

  .home-services .bg-img img {
    height: 530px;
  }

  #check:checked ~ .navbar a {
    transform: translateY(0);
    opacity: 1;
    transition-delay: calc(0.15s * var(--i));
  }
}

.ban_sec {
  width: 100%;
  padding: 105px 10px 10px 10px;
}
.ban_img {
  width: 100%;
  position: relative;
}
.ban_img img {
  width: 100%;
}
.ban_text {
  position: absolute;
  top: 50%;
  left: 5%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 505px;
}
.ban_text strong {
  font: 800 62.22px/70px "Montserrat", sans-serif;
  color: #fff;
  text-transform: uppercase;
}
.ban_text strong span {
  font: 400 44.44px/52px "Montserrat", sans-serif;
  letter-spacing: 3px;
}
.ban_text p {
  color: #fff;
  font-family: Plus Jakarta Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 16px;
}
.ban_text a {
  display: inline-block;
  background: #ffffff;
  /* border-radius: 26px; */
  color: #282828;
  padding: 12px 28px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  font-family: "Plus Jakarta Sans";
  margin-top: 20px;
}
.ban_text a:hover {
  background: #636363;
}
.ban_text h3 {
  color: #fff;
  font-family: Plus Jakarta Sans;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px; /* 120% */
  text-transform: uppercase;
  margin-bottom: 16px;
}

.ban_text-2 {
  position: absolute;
  top: 50%;
  right: 3%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 400px;
}
.ban_text-2 strong {
  font: 800 62.22px/70px "Montserrat", sans-serif;
  color: #fff;
  text-transform: uppercase;
}
.ban_text-2 strong span {
  font: 400 44.44px/52px "Montserrat", sans-serif;
  letter-spacing: 3px;
}
.ban_text-2 p {
  color: #fff;
  font-family: Plus Jakarta Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 16px;
}
.ban_text-2 a {
  display: inline-block;
  background: #1e1c1c;
  /* border-radius: 26px; */
  color: #fff;
  padding: 12px 28px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  font-family: "Plus Jakarta Sans";
  margin-top: 20px;
}
.ban_text-2 a:hover {
  background: #fff;
  color: #1e1c1c;
}
.ban_text-2 h3 {
  color: #fff;
  font-family: Plus Jakarta Sans;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px; /* 120% */
  text-transform: uppercase;
  margin-bottom: 16px;
}

.ban_text-3 {
  position: absolute;
  top: 45%;
  left: 5%;
  -ms-transform: translateY(-30%);
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -o-transform: translateY(-30%);
  transform: translateY(-30%);
}
.ban_text-3 strong {
  font: 800 62.22px/70px "Montserrat", sans-serif;
  color: #fff;
  text-transform: uppercase;
}
.ban_text-3 strong span {
  font: 400 44.44px/52px "Montserrat", sans-serif;
  letter-spacing: 3px;
}
.ban_text-3 p {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  width: 380px;
  font-weight: 700;
  line-height: 24px;
}

.ban_text-3 h3 {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 42px;
}

.ban_text-4 {
  position: absolute;
  top: 40%;
  left: 5%;
  -ms-transform: translateY(-30%);
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -o-transform: translateY(-30%);
  transform: translateY(-30%);
}
.ban_text-4 strong {
  font: 800 62.22px/70px "Montserrat", sans-serif;
  color: #fff;
  text-transform: uppercase;
}
.ban_text-4 strong span {
  font: 400 44.44px/52px "Montserrat", sans-serif;
  letter-spacing: 3px;
}
.about-inner-text p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  width: 40%;
}
.about-inner-text h3::after {
  position: absolute;
  content: "";
  height: 2px;
  background: #fff;
  width: 250px;
  margin-top: 44px;
  left: 80px;
  transition: all 0.3s ease-in;
}

.about-inner-text h3 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.about-inner-text:hover h3::after {
  background: #5AB354;
}
.for-contact {
  border: 3px solid #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 15px;
  background: none;
  padding: 18px 60px;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
}
.for-contact:hover {
  border: 3px solid #5ab354;
  background: #5ab354;
  color: #fff;
}
.home-about-section {
  padding-top: 80px;
  padding-bottom: 50px;
  position: relative;
}
.home-about-content {
  padding: 0 70px;
}
.home-about-content h3 {
  color: #152a50;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 40px;
}
.home-about-content p {
  color: #152a50;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 45px;
}
.home-about-content a {
  border: 3px solid #152a50;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 15px;
  background: none;
  padding: 18px 60px;
  border-radius: 3px;
  color: #152a50;
  text-decoration: none;
}
.home-about-content a:hover {
  border: 3px solid #5ab354;
  background: #5ab354;
  color: #fff;
}
.verified {
  position: absolute;
  top: 0;
  right: 0;
}
.home-about-img {
  position: relative;
}
.home-about-img img {
  width: 100%;
  padding: 60px;
}
.home-about-img img.verified {
  width: auto !important;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
.home-about-img img.verified {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
.top-line img {
  width: 100%;
}
.home-about-section::before {
  content: url(../images/about-bg.png);
  position: absolute;
  background: no-repeat;
  right: 0;
  bottom: -10px;
  display: flex;
  justify-content: end;
}

.home-contact {
  display: flex;
  gap: 20px;
  margin-top: 60px;
}
.for-book {
  border: 3px solid #5ab354;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 15px;
  background: #5ab354;
  padding: 18px 60px;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
}
.for-book:hover {
  border: 3px solid #fff;
  background: none;
  color: #fff;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .ban_text p {
    font-size: 16px;
  }
  .ban_text-2 p {
    font-size: 16px;
  }
  .ban_text-3 p {
    font-size: 16px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .ban_text p {
    font-size: 17px;
  }
  .ban_text strong {
    font-size: 50px;
    line-height: 60px;
  }
  .ban_text strong span {
    font-size: 37px;
  }
  .ban_text a {
    font-size: 16px;
    line-height: 19px;
  }
  .ban_text-2 p {
    font-size: 17px;
  }
  .ban_text-2 strong {
    font-size: 50px;
    line-height: 60px;
  }
  .ban_text-2 strong span {
    font-size: 37px;
  }
  .ban_text-2 a {
    font-size: 16px;
    line-height: 19px;
  }

  .ban_text-3 p {
    font-size: 17px;
  }
  .ban_text-3 strong {
    font-size: 50px;
    line-height: 60px;
  }
  .ban_text-3 strong span {
    font-size: 37px;
  }
  .ban_text-3 a {
    font-size: 16px;
    line-height: 19px;
  }
}

@media only screen and (max-width: 991px) {
  #tabs .nav-tabs .nav-link {
    font-size: 12px !important;
}
  .pl-80{
    padding-left: 0 !important;
  }
  .contact-footer {
    margin-left: 20px !important;
    margin-top: 20px !important;
  }
  .map-text {
    width: 90% !important;
    padding: 20px;
    margin-top: -220px;
    margin-left: 10px;
  }
  .map-text p {
    margin-bottom: 10px !important;
    font-size: 13px !important;
    line-height: 18px !important;
  }
  .about-section h3 {
    margin-bottom: 50px;
  }
  .about-section p {
    font-size: 16px !important;
  }
  .about-section {
    padding: 70px 20px !important;
  }
  .about-inner-img {
    min-height: 750px !important;
  }
  .about-inner-text p {
    width: 90%;
  }
  .ban_text strong {
    font-size: 35px;
    line-height: 40px;
  }
  .ban_text strong span {
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 2px;
  }
  .ban_text p {
    font-size: 14px;
    line-height: 24px;
  }
  .ban_text a {
    font-size: 13.39px;
    line-height: 15px;
  }

  .ban_text-2 strong {
    font-size: 35px;
    line-height: 40px;
  }
  .ban_text-2 strong span {
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 2px;
  }
  .ban_text-2 p {
    font-size: 14px;
    line-height: 24px;
  }
  .ban_text-2 a {
    font-size: 13.39px;
    line-height: 15px;
  }

  .ban_text-3 strong {
    font-size: 35px;
    line-height: 40px;
  }
  .ban_text-3 strong span {
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 2px;
  }
  .ban_text-3 p {
    font-size: 14px;
    line-height: 24px;
  }
  .ban_text-3 a {
    font-size: 13.39px;
    line-height: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .ban_img img {
    min-height: 590px;
    object-fit: cover;
  }
  .ban_img-3 img {
    min-height: 480px;
    object-fit: cover;
  }

  .ban_img-2 img {
    min-height: 480px;
    object-fit: cover;
  }
  
}
@media only screen and (max-width: 640px) {
  .ban_text {
    width: auto !important;
  }
  .ban_text {
    padding: 20px;
  }
  .main-div {
    margin: 0 10px !important;
}
}
@media only screen and (max-width: 575px) {
  .ban_text strong {
    background: rgba(0, 0, 0, 0.8);
    padding: 10px;
    width: 100%;
    display: block;
  }
  .img-one { 
    width: 280px;
}
.img-two { 
  margin-top: 260px !important; 
  border: 3px solid #fff !important;
  width: 190px !important;
}
}
@media only screen and (max-width: 440px) {
  
  .img-one { 
    width: 240px;
}
.img-two { 
  margin-top: 215px !important; 
  border: 3px solid #fff !important;
  width: 150px !important;
  margin-left: 130px !important;
}
}
@media only screen and (max-width: 480px) {
  .book-now {
    font-size: 10px !important;
    line-height: 3px !important;
    padding: 15px 2px !important;
  }
  .icon-bk svg {
    width: 30px !important;
    height: 30px !important;
  }
  .about-inner-text h3::after {
    width: 180px;
  }
  .ban_text strong span {
    font-size: 22px;
    line-height: 31px;
    letter-spacing: 1px;
  }
  .ban_text {
    left: 2%;
  }
}

.heading {
  text-align: center;
  color: #454343;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  margin-bottom: 40px;
  text-transform: uppercase;
  z-index: 999;
}
.white-heading {
  color: #ffffff;
  opacity: 80%;
}

.heading span {
  font-size: 18px;
  display: block;
  font-weight: 500;
}
.white-heading span {
  color: #ffffff;
}
/*-----Testimonial-------*/

.footer-section {
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.footer-content {
  position: relative;
  z-index: 2;
  padding: 80px 0;
}
.footer-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  margin-bottom: 50px;
}
.footer-booking {
  margin-top: 30px;
}
.footer-booking a {
  border-radius: 2px;
  background: #152a50;
  padding: 15px 40px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}
.footer-booking a:hover {
  background: #76adee;
}

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo img {
  margin-bottom: 15px;
}
.copyright-text {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 40px;
}
.copyright-text p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  opacity: 80%;
  margin-bottom: 0;
}
.footer-text p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 16px;
  opacity: 80%;
}
.footer-text p a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}
.footer-pd {
  padding-left: 70px;
}
.footer-widget-heading h3 {
  color: #fff;
  margin-bottom: 30px;
  position: relative;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  opacity: 80%;
}

.footer-widget ul {
  padding: 0;
  margin: 0;
}

.footer-widget ul li {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  text-decoration: none;
}
.footer-widget ul li a:hover {
  color: #fff;
}
.footer-widget ul li a {
  color: #fff;
  text-transform: capitalize;
  text-decoration: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  opacity: 80%;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
  margin-bottom: 44px;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #76adee;
  border: none;
  color: #fff;
	outline: none;
}
.subscribe-form input::placeholder {
  color: #fff;
  opacity: 0.4;
}
.subscribe-form button {
  position: absolute;
  right: 0;
  background: #76adee;
  padding: 13px 20px;
  border: none;
  top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a {
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

.footer-text {
  position: absolute;
}

@media (max-width: 992px) {
  .footer-text {
    position: inherit;
    right: 0;
  }
}

.bg-white {
  background: #fffdf5 !important;
}
.p-10 {
  padding: 10px;
}

.foote-bg {
  background-color: #5498ea;
}
.foote-bg::after {
  content: url(../images/footer-bg.svg);
  position: relative;
  background: no-repeat;
  right: 40px;
  bottom: 0;
  display: flex;
  justify-content: end;
}
.about-content {
  padding: 0 100px;
  margin-top: 80px;
}
.about-img img {
  width: 100%;
  /* border-radius: 50%; */
}
.about-text h2 {
  color: #1e1c1c;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px; /* 120% */
  text-transform: uppercase;
}
.about-text h2 img {
  height: 55px;
}
.about-text h4 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 40px;
}
.about-text p {
  color: #1e1c1c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 20px;
}

.contact-content {
  padding: 105px 10px 10px 10px;
}
.contact-img img {
  width: 100%;
}
.contact-text h2 {
  color: #1e1c1c;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 20px;
}

.contact-text p {
  color: #1e1c1c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 20px;
  width: 470px;
}

.pr-50 {
  padding-right: 50px;
}
.pl-50 {
  padding-left: 50px;
}
.pt-80 {
  padding-top: 80px;
}
.address p {
  color: #1e1c1c;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.address p a {
  color: #1e1c1c;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-underline-position: under;
  text-decoration-thickness: 1px;
}
.contact-address {
  margin-top: 25px;
  margin-bottom: 80px;
}
.decoration-none {
  text-decoration: none;
}

@media (max-width: 913px) {
  .about-img img {
    margin-bottom: 25px;
  }
  .about-content {
    padding: 0;
    margin-top: 30px;
  }
  .pr-50 {
    padding-right: 0px;
  }
  .pl-50 {
    padding-left: 0px;
  }
  .pt-80 {
    padding-top: 30px;
  }
  .about-text h4 {
    margin-bottom: 15px;
  }
}
.contact-form {
  padding: 60px;
}

.bz-form {
  /* width: 684px;
    margin: 200px auto 0; */
}

.bz-container {
  width: 100%;
  /* background-color: #fff; */
  /* padding: 30px 40px 20px; */
  /* border-radius: 10px; */
  /* border: 2px solid #7ea573; */
}
.bg-none {
  background: none;
}

.bz-btmmargin {
  margin-bottom: 30px !important;
}
.bz-topmargin {
  margin-top: 6px !important;
}

.bz-left {
  float: left;
  width: 49%;
  padding-right: 2%;
  min-width: 300px;
}
.bz-right {
  float: left;
  width: 49%;
  min-width: 300px;
}
.bz-clear {
  clear: both;
}

.bz-container input[type="text"],
.bz-container input[type="email"] {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: 0;
  display: block;
  width: 100%;
  padding: 7px;
  border: 0;
  border-bottom: 1px solid #ddd;
  background: transparent;
  margin-bottom: 10px;
  font: 16px Arial, Helvetica, sans-serif;
  height: 50px;
}

.bz-container input[type="submit"] {
  float: right;
  background-color: #1e1c1c;
  border: none;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  padding: 11px 54px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 12px;
  cursor: pointer;
  width: auto;
}
.bz-container textarea[type="text"],
.bz-container textarea[type="email"] {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: 0;
  display: block;
  width: 100%;
  padding: 7px;
  border: 0;
  border-bottom: 1px solid #ddd;
  background: transparent;
  margin-bottom: 10px;
  font: 16px Arial, Helvetica, sans-serif;
  height: 45px;
}
.bz-container textarea[type="submit"] {
  float: right;
  background-color: #1e1c1c;
  border: none;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  padding: 12px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 12px;
  cursor: pointer;
  width: auto;
}

/* input[type='submit']:hover {
    background-color: #000000;
  } */

@media only screen and (max-width: 600px) {
  .bz-container {
    padding: 10px;
  }
  .bz-form {
    width: 100%;
  }
  .bz-left,
  .bz-right {
    width: 100%;
    padding: 0 10px;
  }
  .bz-container input[type="submit"] {
    margin-left: 10px;
  }
  .contact-form {
    padding: 0px;
  }
  .contact-img img {
    margin-bottom: 25px;
  }
}

.gradient-custom .card {
  background: none;
  border: none;
}

.gradient-custom .card .card-header {
  background: none;
  padding: 0;
}
.gradient-custom .card .card-header .card-body img {
  width: auto;
}
.apply-code p {
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-thickness: 1.2px;
  cursor: pointer;
}
.gradient-custom .card .btn-primary {
  color: #fff;
  background-color: #1e1c1c;
  border-color: #1e1c1c;
  text-transform: uppercase;
  border-radius: 0;
  font-size: 16px;
  padding: 12px 0;
  font-weight: 500;
}

.form-box .submit {
  background: linear-gradient(45deg, #1e1c1c, #000000) no-repeat;
  border: none;
  outline: none;
  cursor: pointer;
  color: white;
  padding: 11px 35px;
  font-size: 1rem;
  font-weight: 700;
}

.input-main input {
  height: 26px;
  width: 100%;
  background: none;
  border: none;
  outline: none;
  color: #a2a2a2;
  font-size: 1rem;
}

.input-main input::placeholder {
  color: #a2a2a2;
}

.input-main {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  background-color: #ebebeb;
  margin-right: 15px;
}

.input-main svg {
  width: 30px;
  height: auto;
  fill: #a2a2a2;
  margin-right: 10px;
}

.form-box {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.checkout-terms {
  padding: 20px;
  border: #d9d9d9 2px solid;
}
.cart-list {
  padding-bottom: 20px;
  border-bottom: 1px solid #dadada;
  margin-bottom: 20px;
}
.form-control {
  width: 260px;
  border: none;
  padding-bottom: 11px;
}
.border-radius-0 {
  border-radius: 0;
}

.product-grid {
  margin-bottom: 20px;
}
.product-grid .product-image {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-grid .product-image a.image {
  display: block;
}
.product-grid .product-image img {
  width: 100%;
  height: auto;
}
.product-grid .product-image .img-1 {
  transition: all 0.3s ease 0s;
}
.product-grid:hover .product-image .img-1 {
  opacity: 0;
}
.product-grid .product-image .img-2 {
  width: 100%;
  height: 100%;
  opacity: 0;
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.3s ease 0s;
}
.product-grid:hover .product-image .img-2 {
  opacity: 1;
}
.product-grid .product-hot-label,
.product-grid .product-discount-label {
  color: #fff;
  background: #ff6f00;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 3px 10px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.product-grid .product-discount-label {
  background: #ff3939;
  left: auto;
  right: 10px;
}
.product-grid .product-view {
  color: #fff;
  background: #000;
  font-size: 16px;
  text-align: right;
  line-height: 50px;
  width: 60px;
  height: 60px;
  padding: 0 16px 0 0;
  border-radius: 50px;
  opacity: 0;
  transform: scale(0);
  position: absolute;
  bottom: -40px;
  left: -40px;
  transition: all 0.3s ease;
}
.product-grid:hover .product-view {
  opacity: 1;
  transform: scale(1);
  bottom: -20px;
  left: -20px;
}
.product-grid .product-view:hover {
  background: #ff6f00;
}
.product-grid .product-links {
  padding: 0;
  margin: 0;
  list-style: none;
  transform: translateY(50%);
  position: absolute;
  bottom: 50%;
  right: 10px;
  z-index: 1;
}
.product-grid .product-links li {
  margin: 5px 0;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.3s ease;
}
.product-grid .product-links li:nth-child(2) {
  transition-delay: 0.1s;
}
.product-grid .product-links li:nth-child(3) {
  transition-delay: 0.2s;
}
.product-grid:hover .product-links li {
  opacity: 1;
  transform: translateX(0);
}
.product-grid .product-links li a {
  color: #000;
  background: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 33px;
  width: 35px;
  height: 35px;
  border: 1px solid #000;
  display: block;
  transition: all 0.3s ease;
}
.product-grid .product-links li a:hover {
  color: #fff;
  background: #ff6f00;
  border-color: #ff6f00;
}
.product-grid .product-content {
  background: #fff;
  padding: 15px 0 0;
}
.product-grid .rating {
  color: #f7bc3d;
  font-size: 11px;
  padding: 0;
  margin: 0 0 8px;
  list-style: none;
}
.product-grid .rating li {
  display: inline-block;
}
.product-grid .rating .disable {
  color: #a3a3a3;
}
.product-content .title {
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 18px;
}
.product-content .title a {
  color: #1e1c1c;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
}
.product-content .title a:hover {
  color: #2d2b2b;
}
.product-content .price {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 10px;
}
.product-content .price span {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
  margin-right: 5px;
}
.radio {
  margin-bottom: 20px;
}
.card-button a {
  text-decoration: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  color: #1e1c1c;
  padding: 10px;
  border: 1px solid #1e1c1c;
  margin-bottom: 20px;
}
.card-button a:hover {
  color: #fff;
  background: #1e1c1c;
  border: 1px solid #1e1c1c;
  margin-bottom: 20px;
}
.card-button a i {
  margin-right: 5px;
}
.card-button-inner {
  margin-top: 7px;
  margin-left: 20px;
}

.card-button-inner a {
  text-decoration: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  color: #fff;
  padding: 12px 20px;
  background: #1e1c1c;
  border: 1px solid #1e1c1c;
  margin-bottom: 20px;
}
.card-button-inner a:hover {
  color: #1e1c1c;
  border: 1px solid #1e1c1c;
  background: transparent;
}

@media screen and (max-width: 990px) {
  .product-grid {
    margin-bottom: 30px;
  }
}

.filter-section a {
  color: #1e1c1c;
  text-decoration: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  align-items: center;
  display: flex;
}
.mine-filter {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
.filter-section a img {
  margin-right: 10px;
}
.filter-section {
  margin-bottom: 25px;
}
.text-black {
  color: #000 !important;
}

.card-wrapper {
  /* max-width: 1100px; */
  margin: 0 auto;
}
.card-wrapper img {
  width: 100%;
  display: block;
}
.img-display {
  overflow: hidden;
}
.img-showcase {
  display: flex;
  width: 100%;
  transition: all 0.5s ease;
}
.img-showcase img {
  min-width: 100%;
}
.img-select {
  display: flex;
  flex-direction: column;
}
.img-item {
  margin: 0.3rem;
}
.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3) {
  margin-right: 0;
}
.img-item:hover {
  opacity: 0.8;
}
.product-content {
  padding: 2rem 1rem;
}
.product-content h4 {
  color: rgba(48, 48, 48, 0.6);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
  text-transform: uppercase;
}
.product-content h2 {
  color: #1e1c1c;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px; /* 150% */
  text-transform: uppercase;
}
.product-content h3 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 100% */
  text-transform: uppercase;
  margin-bottom: 25px;
}
.product-content h5 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.product-content p {
  color: #303030;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.product-link {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.9rem;
  display: inline-block;
  margin-bottom: 0.5rem;
  background: #256eff;
  color: #fff;
  padding: 0 0.3rem;
  transition: all 0.5s ease;
}
.product-link:hover {
  opacity: 0.9;
}
.product-rating {
  color: #ffc107;
}
.product-rating span {
  font-weight: 600;
  color: #252525;
}
.product-price {
  margin: 1rem 0;
  font-size: 1rem;
  font-weight: 700;
}
.product-price span {
  font-weight: 400;
}
.last-price span {
  color: #f64749;
  text-decoration: line-through;
}
.new-price span {
  color: #256eff;
}
.product-detail h2 {
  text-transform: capitalize;
  color: #12263a;
  padding-bottom: 0.6rem;
}
.product-detail p {
  font-size: 0.9rem;
  padding: 0.3rem;
  opacity: 0.8;
}
.product-detail ul {
  margin: 1rem 0;
  font-size: 0.9rem;
}
.product-detail ul li {
  margin: 0;
  list-style: none;
  background: url(https://fadzrinmadu.github.io/hosted-assets/product-detail-page-design-with-image-slider-html-css-and-javascript/checked.png)
    left center no-repeat;
  background-size: 18px;
  padding-left: 1.7rem;
  margin: 0.4rem 0;
  font-weight: 600;
  opacity: 0.9;
}
.product-detail ul li span {
  font-weight: 400;
}
.purchase-info {
  margin: 1.5rem 0;
}
.purchase-info input,
.purchase-info .btn {
  border: 1.5px solid #ddd;
  border-radius: 25px;
  text-align: center;
  padding: 0.45rem 0.8rem;
  outline: 0;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
}
.purchase-info input {
  width: 60px;
}
.purchase-info .btn {
  cursor: pointer;
  color: #fff;
}
.product-details .card {
  background: none;
  border: none;
}
@media screen and (min-width: 992px) {
  .card-wrapper .card {
    /* display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.5rem; */
  }
  .card-wrapper {
    /* height: 100vh; */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .product-imgs {
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
  }
  .product-content {
    padding-top: 0;
  }
}
.product-details {
  padding: 120px 0 80px 0;
}

.size .picker {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  /* padding: 1rem; */
  margin-block-end: 1rem;
  /* border: 1px solid #ddd; */
  border-radius: 0.5rem;
  margin-bottom: 20px;
}

.size .picker legend {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 0px;
  margin: 15px 0;
}

.size .picker label {
  position: relative;
  inline-size: 3rem;
  block-size: 3rem;
  isolation: isolate;
  display: grid;
  place-items: center;
}

.size .picker label > span {
  position: absolute;
  inset: 0;
  block-size: 100%;
  inline-size: 100%;
}

/* product-contentproduct-content
/* Size pickers */

.size label[for*="size"] > span {
  font-size: 1rem;
  line-height: 1;
  display: grid;
  place-items: center;
  padding: 0.5rem;
  background-color: #fffdf5;
  border: 1px solid #d9d9d9;
  color: #666562;
}

.size label[for*="size"] > input:checked ~ span {
  background-color: #f2f2f2;
  color: #000;
  border: 1px solid #d9d9d9;
}

/* Color pickers */

.size label[for*="color"] {
  inline-size: 1.2rem;
  block-size: 1.2rem;
}

.size label[for*="color"] > span {
  font-size: 1px;
  display: grid;
  place-items: center;
  background-color: var(--color, #eee);
  border-radius: 100%;
  color: transparent;
}

.size label[for*="color"] > input:checked ~ span {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--color);
}

.size label[for*="color-multicolor"] > input:checked ~ span {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000;
}

.quantity-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
  background: #eaeaea00;
  padding: 0.5rem 0.4rem;
  border: 1px solid #000;
}

.quantity-btn {
  background: transparent;
  border: none;
  outline: none;
  margin: 0;
  padding: 0px 8px;
  cursor: pointer;
}
.quantity-btn svg {
  width: 15px;
  height: 15px;
}
.quantity-input {
  outline: none;
  user-select: none;
  text-align: center;
  width: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
}
.quantity-input::-webkit-inner-spin-button,
.quantity-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#post-breadcrumbs {
  margin-bottom: 1rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
}

#post-breadcrumbs .breadcrumb-item a {
  color: #1e1c1c;
  text-decoration: none;
  opacity: 0.5;
}
#post-breadcrumbs .breadcrumb-item:not(:last-child) a {
  color: #1e1c1c;
  opacity: 1;
}
.breadcrumb-item + .breadcrumb-item::after {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: url(../images/right-arrow.png);
}
.breadcrumb-item + .breadcrumb-item::before {
  content: " ";
}

/* ---nav---- */

.bk-mobile-nav {
  width: 380px;
  height: 100%;
  position: fixed;
  top: 0;
  right: -380px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #000;
  z-index: 99;
}

.bk-mobile-nav .logo-dn {
  margin-bottom: 2rem;
  display: block;
  /* width: 120px; */
}

.bk-mobile-nav .contain-bk {
  padding: 2rem;
  color: #ffffff;
}

.bk-mobile-nav .contain-bk a {
  color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-decoration: none;
}

.bk-mobile-nav .social-dn {
  margin-top: 2rem;
}

.bk-mobile-nav .social-dn a {
  display: block;
  margin-right: 1rem;
}

.bk-mobile-nav .social-dn img {
  height: 1rem;
}

.bk-mobile-nav nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bk-mobile-nav nav ul li {
  margin: 12px 0;
  padding: 0.3rem 0;
  text-transform: uppercase;
}

.bk-mobile-nav nav ul li .sub-menu {
  display: none;
  margin-left: 1rem;
}

.bk-mobile-nav nav ul li .sub-menu li {
  text-transform: none;
}

.bk-mobile-nav nav .have-sub-menu {
  position: relative;
  padding-right: 1rem;
}

.bk-mobile-nav nav .have-sub-menu button {
  height: 1rem;
  width: 1rem;
  border: none;
  outline: none;
  padding: 0;
  background-color: transparent;
  position: absolute;
  top: 0.7rem;
  right: 0;
}

.bk-mobile-nav nav .have-sub-menu button:after {
  display: block;
  content: "";
  position: absolute;
  height: 50%;
  width: 50%;
  border: 2px solid transparent;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  top: 50%;
  left: 40%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.bk-mobile-nav nav .have-sub-menu.active button:after {
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.bk-mobile-nav.active {
  right: 0;
  z-index: 99999999;
}

.bk-menu-tog {
  padding: 0;
  margin: 0 0 0 2rem;
  border: none;
  background-color: transparent;
  height: 1.5rem;
  width: 1.5rem;
  position: relative;
}

.bk-menu-tog span:not(.sr-only) {
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #fff;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
}

.bk-menu-tog:before,
.bk-menu-tog:after {
  display: block;
  content: "";
  position: absolute;
  background-color: #ffffff;
  height: 1px;
  border-radius: 2px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.bk-menu-tog:after {
  top: 1.2rem;
  width: 100%;
  right: 0;
}

.bk-menu-tog:before {
  width: 100%;
  bottom: 1.2rem;
  right: 0;
}

.bk-menu-tog.active span:not(.sr-only) {
  background-color: transparent;
}

.bk-menu-tog.active:after {
  top: 0.73rem;
  width: 90%;
  right: 10%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.bk-menu-tog.active:before {
  width: 90%;
  bottom: 0.73rem;
  right: 10%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bk-header {
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1rem 0;
  font-family: "Futura Md BT";
  font-size: 0.95rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (min-width: 992px) {
  .bk-header {
    padding: 2rem 0;
  }
}
@media (max-width: 992px) {
  .contact-text p {
    width: 100%;
  }
  .bk-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1rem 0;
    background-color: #1e1c1c;
  }
  .ban_sec {
    /* padding-top: 100px !important; */
  }
  .bk-header .icon-bk {
    margin-left: 1rem !important;
  }
  .bk-menu-tog {
    margin: 0 0 0 1.5rem;
  }
}
@media (max-width: 500px) {
  .ban_text-2 {
    right: 0;
    padding: 20px;
    width: auto;
  }
  .cart-drawer {
    width: 350px !important;
  }

  .cart-drawer-right {
    right: -350px;
  }
  .cart-drawer-pushtoleft {
    right: 350px;
  }

 .outter .video-container {
    height: 600px;
  }

  .home-about-img img {
    padding: 0;
  }
}

.bk-header.active {
  /* left: -280px; */
}

.bk-header.fixed-header {
  padding: 0.5rem 0;
}

@media (min-width: 992px) {
  .bk-header.fixed-header {
    padding: 1rem 0;
    background-color: #1e1c1c;
  }
}

.bk-header.border-bottom {
  border-bottom: 1px solid #e0e0e0;
}

.bk-header a {
  color: #323232;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.bk-header a:hover {
  color: #cbcbcb;
}

.bk-header .logo-bk {
  width: 130px;
  display: block;
}

.bk-header nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}

.bk-header nav ul li {
  margin: 0 1.8rem;
  padding: 0;
}

.bk-header nav ul li a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  padding-top: 20px;
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
}
.have-sub-menu a {
  padding-bottom: 20px;
}

.bk-header nav ul li.have-sub-menu {
  position: relative;
}

.bk-header nav ul li.have-sub-menu:after {
  display: inline-block;
  content: "";
  height: 8px;
  width: 8px;
  border: 2px solid transparent;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-bottom: 4px;
  margin-left: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.bk-header nav ul li.have-sub-menu .sub-menu {
  display: none;
  border: 1px solid #e0e0e0;
  padding: 1rem 1.5rem;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #ffffff;
  min-width: 160px;
}

.bk-header nav ul li.have-sub-menu .sub-menu li {
  margin: 0;
  padding: 0;
}

.bk-header nav ul li.have-sub-menu .sub-menu li a {
  display: block;
  color: #000;
  line-height: 0;
}

.bk-header nav ul li.have-sub-menu:hover:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-bottom: -2px;
  border-right-color: #cbcbcb;
  border-bottom-color: #cbcbcb;
}

.bk-header nav ul li.have-sub-menu:hover .sub-menu {
  display: block;
}

.bk-header .icon-bk {
  margin-left: 2rem;
}

.hddr-spacer {
  height: 97px;
}

@media (min-width: 992px) {
  .hddr-spacer {
    height: 128px;
  }
}

.cart-drawer {
  background: #ebe6e0;
  height: 100%;
  position: fixed;
  text-align: center;
  top: 0;
  width: 400px;
  /* padding: 20px; */
}

.cart-drawer-right {
  right: -400px;
}

.cart-drawer-right.cart-drawer-open {
  right: 0;
  z-index: 999;
  overflow-y: scroll;
}
.cart-drawer-open::-webkit-scrollbar {
  width: 0;
}
.cart-drawer-pushtoleft {
  right: 400px;
}

.cart-drawer,
.cart-drawer-push {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 9999;
}

.cart-drawer-btn {
  cursor: pointer;
  display: inline-block;
  font-size: 30px;
}

.cart-drawer-close-btn {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
}
.shopping-bag {
  background: #fffdf5;
  padding: 20px;
}
.shopping-bag h2 {
  color: #1e1c1c;
  text-align: left;
  font-size: 20px;
  font-style: normal;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 20px;
}
.shopping-bag img {
  width: 100%;
}
.shopping-bag h3 {
  color: #1e1c1c;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  line-height: 16px;
}
.shopping-bag p {
  color: #1e1c1c;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
  text-align: left;
}
.shopping-bag h4 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 16px;
}
.shopping-bag-product {
  margin: 0;
  border-top: 1px solid #e9e7e0;
  padding-top: 20px;
}

.card-body .btn-primary {
  color: #fff;
  background-color: #1e1c1c;
  border-color: #1e1c1c;
  text-transform: uppercase;
}
.anima {
  transition: all 2s;
}
.for-sub-menu li {
  font-size: 14px;
  margin-left: 10px !important;
}
.inner-head {
  background: #000;
  padding: 1rem 0;
}
.gradient-custom .card .card-header h5 {
  padding: 0;
  font-size: 15px;
}
.gradient-custom .card .card-header h5 span {
  font-weight: 300;
}
.cart-inner-bg {
  background: #ffffff8a !important;
  padding: 15px;
}

.gradient-custom {
  margin-top: 80px;
}
.list-group-flush > .list-group-item {
  font-weight: 300;
}
.back-arrow h3 a {
  color: #373737;
  text-decoration: none;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
}
.back-arrow h3 a i {
  color: #373737;
  font-size: 16px;
  margin-right: 5px;
}

.bk-search-popup {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 100;
}

.bk-search-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.77);
}

.bk-search-popup label {
  color: white;
}

.bk-search-form {
  display: block;
  margin: 7em 10%;
  position: relative;
  right: -100%;
}

.form-bk {
  position: relative;
}

.form-bk input {
  outline: none;
  border-width: 0 0 1px 0;
  border-style: none none solid none;
  border-color: #ffffff;
  background-color: transparent;
  width: 100%;
  padding: 1em 0;
  color: #ffffff;
}

.form-bk input:focus::-webkit-input-placeholder {
  opacity: 0;
}

.form-bk input:focus::-moz-placeholder {
  opacity: 0;
}

.form-bk input:-ms-input-placeholder {
  opacity: 0;
}

.form-bk input:focus:-moz-placeholder {
  opacity: 0;
}

.form-bk button {
  position: absolute;
  top: 25%;
  right: 0;
  outline: none;
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
}

.form-bk button svg path {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.form-bk button:hover svg path {
  stroke: #30b0c0;
}

.home-works {
  border-radius: 16px;
  background: #f8f8f8;
  padding: 30px;
  height: 340px;
  margin-bottom: 20px;
  transition: all 0.3s ease-in;
}
.home-works:hover {
  background: #fff;
  box-shadow: 0px 0px 40px 0px rgba(21, 42, 80, 0.08);
}

.home-works:hover .home-works-svg svg {
 background-color: #5498EA;
 color: #fff;
 stroke: #fff;
}

.home-works h3 {
  color: #152a50;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
  margin-bottom: 20px;
}
.home-works p {
  color: rgba(21, 42, 80, 0.8);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
.home-works-svg {
  text-align: center;
  margin-bottom: 30px;
}
.home-works-svg svg {
  border-radius: 16px;
  background: #eef3f9;
  width: 80px;
  height: 80px;
  padding: 15px;
  transition: all 0.2s ease-in;
}
.wow-it-works h2 {
  color: #152a50;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  text-align: center;
  margin-bottom: 70px;
}
.wow-it-works {
  padding-top: 120px;
  margin-bottom: 80px;
  position: relative;
}

.wow-it-works::before {
  content: url(../images/works.png);
  position: absolute;
  background: no-repeat;
  left: 0;
  top: 0;
  display: flex;
  justify-content: end;
}

.slide-1 {
  background-image: url(../images/slide-1.jpg);
}

/* ------- */
/* Hero Video */
.outter.hero-video {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.video-container {
  height: 720px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

video {
  object-fit: cover;
  position: absolute;
  height: 720px;
  width: 100%;
  top: 0;
  left: 0;
}

/* .video-container:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(black, 0.2);
  z-index: 1;
} */

.desc {
  color: white;
  font-weight: 400;
  font-size: 18px;
}

.callout {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 10;
  width: 70%;
  margin: auto;
}
.hero-video .ban_text-3 {
  width: 660px;
  z-index: 9;
}
.hero-video .ban_text-3 h3 {
  color: #fff;
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
  margin-bottom: 22px;
}
.hero-video .ban_text-3 p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  width: 100%;
  margin-bottom: 40px;
}
.hero-video .ban_text-3 h5 {
  color: #5ab354;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 15px;
}
.home-contact-us {
  padding-top: 100px;
  padding-bottom: 80px;
}
.home-contact-us h2 {
  color: #152a50;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 30px;
}
.home-contact-us p {
  margin-bottom: 40px;
  color: #152a50;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.home-contact-us .form-control {
  width: 100%;
  border-bottom: 1px solid #706f6f61;
  border-radius: 0;
  border-right: none;
  border-left: none;
  border-top: none;
  margin-bottom: 40px;
  padding: 10px 0;
}

.form-control textarea {
  height: 80px !important; /* Adjust the height as needed */
  min-height: 50px; /* Prevents it from becoming too small */
  max-height: 200px; /* Prevents it from getting too large */
}

textarea.wpcf7-form-control.wpcf7-textarea.form-control {
  height: 96px !important;
}

.home-contact-us button {
  width: auto;
  border-radius: 2px;
  background: #5ab354;
  border: 2px solid #5ab354;
  padding: 14px 56px;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  margin-left: 10px;
}
.home-contact-us button:hover {
  width: auto;
  color: #5ab354;
  background: none;
  border: 2px solid #5ab354;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn{
  width: auto;
  border-radius: 2px;
  background: #5ab354;
  border: 2px solid #5ab354;
  padding: 14px 56px;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  margin-left: 10px;
  color: #fff;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn:hover{
  width: auto;
  color: #5ab354;
  background: none;
  border: 2px solid #5ab354;
}
.services-list  {
  margin-bottom: 28px;
}
.services-list img{
  height: 300px;
  object-fit: cover;
  width: 100%;
}
.arroe-a {
  padding-right: 5px;
}
.services-list h3{
 margin: 0;
}
.services-list h3 a{
  color: #152a50;
  font-size: 26px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.services-list h3 a:hover{
  color: #5498ea; 
}

.services-list a svg {
  border: 2px solid #5498ea;
  padding: 7px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #5498ea;
}
.services-list a svg:hover {
  border: 2px solid #5ab354;
  background: #5ab354;
  color: #fff;
}
.home-map {
  padding-left: 40px;
}
@media (max-width: 1024px) {
  .footer-pd {
    padding-left: 0;
  }

  .hero-video .ban_text-3 {
    width: auto;
  }
  .home-about-content {
    padding: 0;
  }
  .home-about-content h3 {
    line-height: 50px;
  }
}
@media (max-width: 992px) {
  .for-book {
    padding: 15px 25px;
  }
  .for-contact {
    padding: 15px 25px;
  }
  .ban_text-3 {
    left: 0;
    padding: 15px;
  }
  .ban_text-3 h3 {
    font-size: 30px;
  }
  .ban_text-3 p {
    width: auto;
  }
  .home-contact-us button {
    margin-left: 16px;
    margin-bottom: 50px;
  }
  .home-map {
    padding-left: 0px;
  }
  .footer-widget {
    margin-top: 50px;
  }
  .footer-content {
    padding: 60px 0;
  }

  .home-contact-us {
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .home-about-img img {
    width: 100%;
    margin-top: 60px;
  }
  .footer-widget ul li {
    float: left;
    width: 50%;
  }
}
@media (max-width: 600px) {
  .home-about-section {
    padding-top: 60px;
    padding-bottom: 70px;
    position: relative;
  }

  .copyright-text {
    flex-direction: column;
    line-height: 24px;
    gap: 15px;
  }
  .foote-bg::after {
    display: none;
  }
  .book-now {
    padding: 15px 15px !important;
  }
  .bk-header .logo-bk {
    width: auto;
  }
  .bk-header .logo-bk img {
    height: 30px;
  }
}
@media (max-width: 400px) {
  .bk-mobile-nav {
    width: 300px;
  }
  .bk-mobile-nav .logo-dn img {
    height: 30px;
  }
  .book-now {
    padding: 15px 0px !important;
  }
  .bk-header .logo-bk {
    width: auto;
  }
  .bk-header .logo-bk img {
    height: 25px;
  }
}
@media (max-width: 350px) {
  .bk-header .logo-bk img {
    height: 20px;
  }
}

.book-now {
  border: 3px solid #5ab354;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 15px;
  background: #5ab354;
  padding: 16px 35px;
  border-radius: 3px;
  color: #fff !important;
  text-decoration: none;
}
.book-now:hover {
  border: 3px solid #fff;
  border-radius: 3px;
  background: none;
  color: #fff !important;
}
.icon-bk svg {
  border: 2px solid #fff;
  padding: 7px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.icon-bk svg:hover {
  border: 2px solid #5ab354;
  background: #5ab354;
}
.home-services {
  position: relative;
}
.bg-img img {
  width: 100%;
}

.bg-content {
  position: absolute;
  width: 480px;
  top: 25%;
}
.bg-content h5 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 25px;
}
.bg-content h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
}

.bg-content p {
  color: #fff;
  margin-bottom: 45px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

/* ---------------------------- */

.for-tab .nav-tabs .nav-link.active {
  color: #f3f3f3;
  background-color: transparent;
  border-color: transparent transparent #f3f3f3;
  border-bottom: 2px solid !important;
  font-size: 20px;
  font-weight: bold;
}
.for-tab .nav-tabs .nav-link:hover {
  border: transparent;
}

#tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #f3f3f3;
  background-color: transparent;
  border-color: transparent transparent #f3f3f3;
  border-bottom: 4px solid !important;
  font-size: 20px;
  font-weight: bold;
}
#tabs .nav-tabs .nav-link {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  margin: 0;
  text-align: left;
  padding: 10px 0;
  border-bottom: 1px solid #dee2e65c;
  border-right: none;
    border-left: none;
    border-top: none;
}
.nav-tabs {
  border-bottom: none !important;
}

.for-tab {
  position: absolute;
  z-index: 99999;
  padding-top: 50px;
  padding-bottom: 49px;
  background: linear-gradient(
    0deg,
    hsl(0deg 0% 0% / 0%) 0%,
    hsl(0deg 0% 0%) 100%,
    hsl(0deg 0% 0%) 100%
  );
}
.tab-pane {
  transition: all 0.8s;
}
.tab-content {
  background-color: #000;
}

.pd-none {
  --bs-gutter-x: 0 !important;
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1535px;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 760px;
  }

  .img-gradient img {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 920px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1180px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1400px;
  }
}
@media (max-width: 1024px) {
  #tabs .nav-tabs .nav-link {
    font-size: 15px;
  }
}
@media (max-width: 662px) {
  .bg-content {
    width: 100%;
    padding: 10px;
  }
  .bg-img img {
    height: 500px;
    object-fit: cover;
  }
}

.about-section {
  padding: 100px 180px;
}
.about-section h3 {
  color: #152a50;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
}
.about-section p {
  color: #152a50;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.about-icon img {
  width: 32px !important;
  min-height: 32px !important;
}

.img-gradient {
  position: relative;
}
.img-gradient img {
  width: 100%;
  object-fit: cover;
}
.img-gradient::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
      419.6% 93.31% at 63.93% 40.73%,
      rgba(0, 0, 0, 0) 0%,
      #000 100%
    ),
    radial-gradient(
      355.52% 62.34% at 50.59% 50%,
      rgba(84, 152, 234, 0) 0%,
      #5498ea 100%
    );
}

.img-gradient::before {
  content: url(../images/inner-banner-shape.png);
  position: absolute;
  right: 0;
  bottom: 0;
}
.inner-benner {
  height: 640px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.map-text {
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 20px 0px #00000029;
  backdrop-filter: blur(20px);
    width: 70%;
    padding: 30px;
    margin-top: -220px;
    margin-left: 10px;
  }
.map-text p {
  color: #152a50;
  margin-bottom: 10px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.map-text p a {
  color: #5498ea;
  text-decoration-line: underline;
  text-underline-position: under;
}
.contact-footer {
  margin-left: 50px;
  margin-top: 40px;
}
.contact-footer p {
  margin-bottom: 10px;
  color: #152a50;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.contact-footer .social-fb svg, .contact-footer .social-insta svg {
  width: 30px;
  height: 30px;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

.contact-footer .social-twitr svg  {
  width: 26px;
  height: 30px;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

.contact-footer .social-fb svg:hover, .contact-footer .social-insta svg:hover, .contact-footer .social-twitr svg:hover {
  transform: scale(1.08);
}

.slider-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.faq-section {
  padding-top: 80px;
  padding-bottom: 140px;
}

.faq-section .btn svg {
  width: 24px;
  height: 28px;
}
.faq h3 {
  color: #152a50;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 100% */
  text-align: center;
  text-transform: capitalize;
}
/* --------------------------------------------- */

.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion-item button[aria-expanded="true"] {
  /* border-bottom: 1px solid #152A50; */
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #152a50;
}
.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #152a50;
  border: 1px solid #152a50;
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
  color: #152a50;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 2px solid;
  color: #152a50;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded="true"] {
  color: #152a50;
}
.accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}
.accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  color: #152a50;

  font-family: Plus Jakarta Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px;
  margin: 2em 0;
}
.for-faq {
  width: 75%;
  margin: 0 auto;
  padding-top: 50px;
}
.accordion-item {
  border: none;
}

.m-0-auto {
  margin: 0 auto;
}
.border-bottom-1 {
  border-bottom: 1px solid #152a50;
}

.img-gradient-2 {
  position: relative;
}
.img-gradient-2 img {
  width: 100%;
  object-fit: cover;
}
.img-gradient-2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(21, 42, 80, 0.5) 0%,
    rgba(21, 42, 80, 0.5) 100%
  );
}

.img-gradient-2::before {
  content: url(../images/inner-contact-banner-shape.svg);
  position: absolute;
  left: 0;
  z-index: 9;
  bottom: 0;
}
.z-99 {
  z-index: 999;
}

.card-1 {
  padding: 30px 20px;
  background-position: 0 2.5%;
  cursor: pointer;
  transition: 0.5s;
  border-radius: 16px;
  background: #f8f8f8;
  border: none;
  width: 300px;
  flex-shrink: inherit;
  margin: 40px 0;
}

.icon-wrapper {
  position: relative;
  margin: auto;
  font-size: 30px;
  height: 2.5em;
  width: 2.5em;
  color: #5498ea;
  display: grid;
  place-items: center;
  transition: 0.5s;
  border-radius: 16px;
  background: #eef3f9;
}
.card-1:hover {
  background-position: 0 100%;
  background: #fff;
  box-shadow: 0px 0px 40px 0px rgba(21, 42, 80, 0.08);
}
.card-1:hover .icon-wrapper {
  background-color: #5498ea;
  color: #fff;
  /* fill: #fff; */
}
.card-1:hover .icon-wrapper svg {
  /* background-color: #5498ea; */
  fill: #fff;
}

/* .icon-wrapper svg:hover {
  fill: red;
} */
.card-1:hover h3 {
  color: #152a50;
}
.card-1:hover p {
  color: #152a50;
}
.card-1 h3 {
  color: #152a50;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
  margin-top: 20px;
  text-transform: capitalize;
}

.card-1 p {
  color: rgba(21, 42, 80, 0.8);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  padding: 10px;
  text-transform: none !important;
}
.scroll-div {
  display: flex;
  overflow-x: scroll;
  gap: 30px;
}
.pl-80 {
  padding-left: 80px;
}

/* +--------------------------------------- */
.scroll-div::-webkit-scrollbar-track {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #f8f8f8;
  height: 10px;
}

.scroll-div::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
  height: 10px;
}

.scroll-div::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #e5ebf4;
  height: 10px;
}
.img-one {
  position: relative;
  border-radius: 8px;
}
.img-two {
  position: absolute;
  margin-left: 240px;
  margin-top: 350px;
  border-radius: 8px;
  /* border: 5px solid #fff; */
}

.service-inner-img {
  position: relative;
}
.service-inner-section {
  margin-bottom: 50px;
}

.collapsible-link {
  width: 100%;
  position: relative;
  text-align: left;
}

.collapsible-link::before {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  display: block;
  font-family: "FontAwesome";
  font-size: 1.1rem;
  border-radius: 4px;
  background: rgba(31, 79, 100, 0.1);
  padding: 4px 4px 0px 4px;
}

.collapsible-link[aria-expanded="true"]::before {
  content: "\f106";
}
.accordion-2 {
  border-radius: 8px;
  border: 1px solid rgba(109, 109, 109, 0.4);
  margin-bottom: 20px;
}
.accordion-2 h2 button {
  text-decoration: none;
  color: #152a50 !important;
  font-family: Plus Jakarta Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
}
.px-6 {
  padding: 5px 57px 20px 57px !important;
}
.accordion-head {
  background: none;
  padding: 20px;
}
.accordion-head .btn:focus {
  box-shadow: none !important;
}
.slider-section {
  color: #152a50;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.inner-benner-3 {
  height: 760px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.img-gradient-3 img {
  width: 100%;
  object-fit: cover;
  height: 760px;
}
.img-gradient-3::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

  background: radial-gradient(
      419.6% 93.31% at 63.93% 40.73%,
      rgba(0, 0, 0, 0) 0%,
      #000 100%
    ),
    radial-gradient(
      306.99% 53.83% at 50% 50%,
      rgba(21, 42, 80, 0) 0%,
      #152a50 100%
    );
}

.img-gradient-3::before {
  content: url(../images/inner-banner-shape.png);
  position: absolute;
  right: 0;
  bottom: 0;
}

.accordion-main-text h3 {
  color: #152a50;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 110% */
  text-transform: uppercase;
  margin-bottom: 30px;
}
.img-main {
  display: flex;
  justify-content: center;
  margin-bottom: 150px;
}
.main-div {
  margin: 0 70px;
}
