.theme-btn {
  position: relative;
  font-size: 15px;
  line-height: 20px;
  padding: 20px 50px;
  font-weight: 600;
  overflow: hidden;
  z-index: 0;
  background: #d43505;
  color: #fff;
  text-decoration: none;
  margin-top: 1rem;
}

.theme-btn .btn-title {
  position: relative;
  z-index: 1;
}

.theme-btn:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  width: 7px;
  height: 100%;
  background: #18191c;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0.15;
  content: "";
  /* z-index: -1; */
}

.theme-btn:hover {
  color: #fff;
}

.theme-btn:hover:before {
  width: 100%;
  opacity: 1;
}

.section-title .sm-title {
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  display: inline-block;
  margin-bottom: 12px;
  padding-bottom: 12px;
  color: #e74860;
  z-index: 9
}

.section-title.left .sm-title:before {
  left: 0;
  transform: unset
}

@keyframes pulsex {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-100px)
  }
}



.section-title .sm-title:before {
  position: absolute;
  content: '';
  height: 2px;
  width: 80px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #dedede
}

.section-title .sm-title:after {
  position: absolute;
  content: '';
  height: 8px;
  width: 8px;
  border-radius: 50px;
  background-color: #e74860;
  right: 0px;
  left: auto;
  bottom: -3px;
  animation: pulsex 5s ease infinite alternate;
}



/* ----------header ---------------  */
.header .topHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 6%;
  background: linear-gradient(45deg, #f04124 60%, #FEC63F 40%);
}

.header .topHeader .topleft {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.header .topHeader .topleft .topper {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header .topHeader .topleft .topper .text {
  display: flex;
  flex-direction: column;
}

.header .topHeader .topleft .topper .text span {
  color: #fff;
  font-size: 1rem;
}

.header .topHeader .topleft .topper .icon i {
  color: #fff;
  font-size: 1.4rem;
}

.header .topHeader .topright .socila_media{
  display: flex;
  align-items: center;
  gap: 10px;
}

.header .topHeader .topright .socila_media .icons{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  background-color: #0d1128;
  border-radius: 50%;
  text-decoration: none;
}

.header .topHeader .topright .socila_media .icons{
  background-color: #d43505;
}

.header .topHeader .topright .socila_media .icons i{
  color: #fff;
  font-size: 15px;
}
.header .bottomHeader {
  background: #0d1128;
  padding: 0px 6%;
}

.header .bottomHeader.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.header .bottomHeader .navbar .navbar-brand {
  color: #fff;
}

.header .bottomHeader .navbar-light .navbar-nav .nav-link {
  color: #eee;
  font-size: 1.2rem;
}

/* -----------------hero_section -----------  */
.hero_section .swiper-wrapper .swiper-slide {
  background-position: center;
  background-size: cover;
  height: 90vh;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero_section .swiper-wrapper .swiper-slide .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.hero_section .swiper-wrapper .swiper-slide .slide_contant .subheading,
.hero_section .swiper-wrapper .swiper-slide .slide_contant h1 {
  color: #fff;
}

.hero_section .swiper-wrapper .swiper-slide .slide_contant p {
  margin-bottom: 3rem;
  font-size: 1.3rem;
  width: 60%;
}

.hero_section .swiper-button-prev,
.hero_section .swiper-button-next {
  width: 3rem;
  height: 3rem;
  background-color: #0d1128;
  border-radius: 50%;
}

.hero_section .swiper-button-prev::after,
.hero_section .swiper-button-next::after {
  font-size: 1.2rem;
  color: #fff;
}

/* --------------about_section-------------- */

.about_section p{
   font-size: 1.1rem;
   color: #333;
}
.about_section .image_container{
  position: relative;
}

.about_section .image_container .image1{

}
.about_section .image_container .image2{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 300px;
}
/* ------------services -----------------  */

.services {
  background-color: #0d1128;
}



/* =================contact section start -------------  */
.contact_section .contact-content {

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}

.contact_section .contact-content .bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.contact_section .contact-content .bg-pattern img {
  width: 100%;
  height: 100%;
}

.contact_section .form-wrapper {
  flex: 1;
  padding: 40px 50px;
}

.sub-title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 10px;
}

h2 {
  font-size: 32px;
  margin-bottom: 40px;
  color: #111;
  font-weight: bold;
}

.contact_section form {
  width: 100%;
}

.contact_section form .input_box,
.contact_section form textarea  {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #ddd;
  border-radius: 2px;
  font-size: 14px;
  color: #333;
  background: #f9f9f9;
  transition: border-color 0.3s ease;
  margin: 10px 0;
}



.contact_section form input[type="text"]:focus,
.contact_section form input[type="email"]:focus,
.contact_section form textarea:focus {
  border-color: #f04124;
  outline: none;
  background: #fff;
}

.contact_section form textarea {
  min-height: 100px;
  resize: vertical;
  margin-bottom: 30px;
}



.image-wrapper {
  flex: 1;
  overflow: hidden;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ==============why-choose ==============  */

.why-choose .card{
  background-color: #d43505 !important;
  display: flex;
  align-items: center;
}
.why-choose .card .icon{
  width: 3rem;
  height: 3rem;
  background-color: #0d1128;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.why-choose .card i,
.why-choose .card h5,
.why-choose .card p{
  color: #fff !important;
}

#successToast,
#errorToast{
  position: fixed;
  top: 1rem;
  right: 0;
}

@media (max-width: 991px) {
  .hero_section .swiper-wrapper .swiper-slide .slide_contant p{
    width: 100%;
  }

  .navbar-light .navbar-toggler{
    color: #fff;
  }
}

@media (max-width: 768px) {
  .header .topHeader .topleft{
    flex-wrap: wrap;
  }

  .topright{
    display: none;
  }
  
  .about-img2{
      display: none;
  }
}