/**
* Updated: Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/
/* Fonts */
body,html{
   font-family: "Inter", sans-serif !important;
   font-weight: 400;
}
h1, h2, h3, h4, h5, h6{
   font-family: "Inter", sans-serif !important;
   font-weight: 600;
}
::placeholder{
    font-family: "Inter", sans-serif !important;
    font-weight: 300;
}

/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  color: #212529;
  background-color: #ffffff;
}

a {
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: rgba(232, 69, 69, 0.7);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #92261f;
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  background: #ffffff;
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  transition: all 0.5s;
  z-index: 997;
  backdrop-filter: blur(10px);
}

.header .logo img {
  max-height: 75px;
  margin-right: 10px;
}

.header .logo h1 {
  font-size: 24px;
  margin: 0;
  font-weight: 600;
  color: #32353a;
}

.header .logo span {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  padding-left: 3px;
}

.header .btn-getstarted,
.header .btn-getstarted:focus {
  color: #ffffff;
  background: #92261f;
  font-size: 14px;
  padding: 8px 26px;
  margin: 0;
  border-radius: 25px;
  transition: 0.3s;
}

@media (max-width: 1200px) {
  .header .logo {
    order: 1;
  }

  .header .btn-getstarted {
    order: 2;
    margin: 0 15px 0 0;
    padding: 6px 20px;
  }

  .header .navmenu {
    order: 3;
  }
}

/* Global Header on page scroll
------------------------------*/
.scrolled .header {
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid #92261f;
/*  background: #af65ea;*/
}

/* Global Scroll Margin Top
------------------------------*/
section {
  scroll-margin-top: 90px;
}

@media (max-width: 1199px) {
  section {
    scroll-margin-top: 66px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu a,
  .navmenu a:focus {
    color: #9A9A9A;
    padding: 18px 15px;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu li:last-child a {
    padding-right: 0;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: #92261f;
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: #ffffff;
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: #ffffff;
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: #92261f;
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }

  .navmenu .megamenu {
    position: static;
  }

  .navmenu .megamenu ul {
    margin: 0;
    padding: 10px;
    background: #ffffff;
    box-shadow: 0px 0px 20px rgba(33, 37, 41, 0.1);
    display: block;
    position: absolute;
    top: 130%;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    display: flex;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
  }

  .navmenu .megamenu ul li {
    flex: 1;
  }

  .navmenu .megamenu ul li a,
  .navmenu .megamenu ul li:hover>a {
    padding: 10px 20px;
    font-size: 15px;
    color: #ffffff;
  }

  .navmenu .megamenu ul li a:hover,
  .navmenu .megamenu ul li .active,
  .navmenu .megamenu ul li .active:hover {
    color: #ffffff;
  }

  .navmenu .megamenu:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dd-box-shadow {
    box-shadow: 0px 0px 30px rgba(33, 37, 41, 0.15);
  }
}

/* Mobile Navigation */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: #7739A8;
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: #ffffff;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(33, 37, 41, 0.1);
  }

  .navmenu a,
  .navmenu a:focus {
    color: #92261f;
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: rgba(232, 69, 69, 0.1);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: #ffffff;
    color: #92261f;
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: #ffffff;
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: #ffffff;
    color: #92261f;
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul,
  .navmenu .megamenu ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: #ffffff;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul,
  .navmenu .megamenu ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active,
  .navmenu .megamenu>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
    height: 100vh;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}


@media (max-width: 767px) {
    .navmenu>ul{
      background: linear-gradient(90deg, #2a003c 0%, #db410b 79%);
    }
    .navmenu a:hover, .navmenu .active, .navmenu .active:focus {
        color: #fff !important;
    }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  color: #212529;
  background-color: #ffffff;
  font-size: 14px;
  padding-bottom: 50px;
}

.footer .footer-top {
  padding-top: 50px;
}

.footer .footer-about .logo {
  line-height: 0;
  margin-bottom: 10px;
}

.footer .footer-about .logo img {
  max-height: 80px;
}

.footer .footer-about .logo span {
  color: #32353a;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
}

.footer .footer-about p {
  font-size: 14px;
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: rgb(255 255 255);
  margin-right: 10px;
  transition: 0.3s;
  background: red;
  background: linear-gradient(90deg, #92261f 0%, #560099 79%);
}

.footer .social-links a:hover {
  color: #ffffff;
  border-color: #ffffff;
}

.footer h4 {
  color: #92261f;
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 2px;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: #7E7E7E;
  display: inline-block;
  line-height: 1;
  font-weight: 600;
}

.footer .footer-links ul a:hover {
  color: #7E7E7E;
}

.footer .footer-contact p {
  margin-bottom: 5px;
}

.footer .copyright {
  border-top: 1px solid gray;
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: #92261f;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #ffffff;
  line-height: 0;
}

.scroll-top:hover {
  background-color: rgba(232, 69, 69, 0.8);
  color: #ffffff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background-color: #ffffff;
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

#preloader div {
  width: 13px;
  height: 13px;
  background-color: #ffffff;
  border-radius: 50%;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
  position: absolute;
  left: 50%;
}

#preloader div:nth-child(1) {
  left: calc(50% + 8px);
  animation: animate-preloader-1 0.6s infinite;
}

#preloader div:nth-child(2) {
  left: calc(50% + 8px);
  animation: animate-preloader-2 0.6s infinite;
}

#preloader div:nth-child(3) {
  left: calc(50% + 32px);
  animation: animate-preloader-2 0.6s infinite;
}

#preloader div:nth-child(4) {
  left: calc(50% + 56px);
  animation: animate-preloader-3 0.6s infinite;
}

@keyframes animate-preloader-1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes animate-preloader-3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes animate-preloader-2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section,
.section {
  color: #212529;
  background-color: #ffffff;
  padding: 60px 0;
  overflow: clip;
}

/*--------------------------------------------------------------
# Section Title
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 60px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Page Title & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  color: #212529;
  background-color: #ffffff;
}

.page-title .heading {
  padding: 80px 0;
  border-top: 1px solid rgba(33, 37, 41, 0.1);
}

.page-title .heading h1 {
  font-size: 38px;
  font-weight: 700;
  color: #32353a;
}

.page-title nav {
  background-color: rgba(33, 37, 41, 0.05);
  padding: 20px 0;
}

.page-title nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.page-title nav ol li+li {
  padding-left: 10px;
}

.page-title nav ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: rgba(33, 37, 41, 0.3);
}

/*--------------------------------------------------------------
# Home Page
--------------------------------------------------------------*/
/* Hero Section - Home Page
------------------------------*/
.hero {
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 120px 0 60px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero .herobg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}

@media (min-width: 1200px) {

  .hero .image-container {
    position: relative;
  }
  
  .hero .image-container img {
    position: absolute;
    top: -80px;
    left: 0px;
    width: 100%;
    max-width: none;
  }

}

.home-img {
    width: 100%;
    height: auto;
}

@media (max-width: 991.98px) {
    .home-img {
        width: 100%;
        height: auto;
    }
}

.homebtn{
    color: #fff;
    background: linear-gradient(90deg, #2a003c 0%, #db410b 79%) !important;
    font-size: 21px;
    font-weight: 600;
    padding: 10px 35px;
    margin: 0;
    border-radius: 25px;
    transition: 0.3s;
    border: 1px solid #fff;
}

.homebtn:hover{
    color: #fff;
    background: linear-gradient(90deg, #2a003c 0%, #db410b 79%) !important;
    font-size: 21px;
    font-weight: 600;
    padding: 10px 35px;
    margin: 0;
    border-radius: 25px;
    transition: 0.3s;
    border: 1px solid #fff;
}

.hero .container-fluid {
  position: relative;
  z-index: 3;
}
.hero h2 {
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 800;
  line-height: 50px;
}

.hero p {
  color: #ffffff;
  margin: 5px 0px 20px 0;
  font-size: 20px;
}

@media (max-width: 768px) {
  .hero h2 {
    font-size: 29px;
    line-height: unset;
  }

  .hero{
    padding: 100px 0 60px 0;
  }

  .hero p {
    font-size: 18px;
  }
}

/* About Section - Home Page
------------------------------*/

.about .icon-box {
  padding: 50px 40px;
  transition: all 0.3s ease-out 0s;
}

.about .icon-box h3 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 2.5rem;
  padding-right: 15px;
  font-weight: 700;
}

.about .icon-box p {
  color: #fff;
  font-size: 1.2rem;
  padding-top: 20px;
  font-weight: 700;
  margin-bottom: 0;
}

.aboutpadding{
  padding: 10px 0px;
}

.aboutbtn{
    color: #92261f;
    background: #ffffff;
    font-size: 14px;
    padding: 8px 26px;
    margin: 0;
    border-radius: 25px;
    transition: 0.3s;
}

@media (max-width: 768px) {
  .aboutimage{
    display: none;
  }
  .aboutpadding{
    padding: 40px 15px;
  }
}

/* Services Section - Home Page
------------------------------*/

.services {
    background: linear-gradient(90deg, #C780FF 0%, #92261f 79%);
    padding: 60px 0px 0px 0;
}

.services p{
  height: 50%;
  margin: 0px;
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  .services p{
    font-size: small;
  }
}

.services .section-title {
   padding-bottom: 30px;
}

.safteyimage{
  padding: 0px 0px 0 0;
}

/* Features Section - Home Page
------------------------------*/
.features {
  background: linear-gradient(90deg, #C780FF 0%, #92261f 79%);
}

.features .features-item+.features-item {
  margin-top: 100px;
}

@media (max-width: 768px) {
  .features .features-item+.features-item {
    margin-top: 40px;
  }
}

.features .features-item h3 {
  font-weight: 700;
  font-size: 26px;
}

.features .features-item .btn-get-started {
  background-color: #ffffff;
  color: #92261f;
  padding: 8px 30px 10px 30px;
  border-radius: 4px;
}

.features .features-item img {
  width: 100%;
}

/* Call-to-action Section - Home Page
------------------------------*/
.call-to-action {
  background: linear-gradient(90deg, #C780FF 0%, #92261f 79%);
  padding: 40px 0 40px 0px;
  overflow: visible;
}

.call-to-action h3 {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
}

.call-to-action p {
  color: #ffffff;
}

.contactimage {
  position: relative;
}

.contactimage img {
  position: absolute;
  bottom: -65px;
}


@media (max-width: 768px) {
  .contactimage img {
    position: relative;
    bottom: -10%;
  }

  .call-to-action {
    padding: 50px 0 0px 0px;
  }
}


.call-to-action .cta-btn {
  color: #92261f;
  background: #ffffff;
  font-size: 14px;
  padding: 12px 26px;
  margin: 0;
  border-radius: 25px;
  transition: 0.3s;
}

/* Testimonials Section - Home Page
------------------------------*/

.testimonials .info h3 {
  font-weight: 700;
  font-size: 32px;
}

.testimonials .swiper {
  background-color: #fff;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 200px;
  position: relative;
  margin: 14px 150px;
  padding: 20px;
  background: #A028FF;
  border-radius: 20px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 180px;
  height: 180px;
  border-radius: 29px;
  border: 6px solid #ffffff;
  position: relative;
  right: 100px;
}

.testimonials .testimonial-item .textdiv{
  position: relative;
  right: 60px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
}

.testimonials .testimonial-item .stars {
  margin: 10px 0;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item p {
  margin: 15px 50px 15px auto;
}

.testimonials .swiper-wrapper {
  height: auto;
}

.swiper-button-next,
.swiper-button-prev {
    right: 9px;
    background: linear-gradient(90deg, #92261f 0%, #560099 79%);
    padding: 22px;
    border-radius: 50%;
    color: #fff !important;
}

.swiper-button-prev:after, .swiper-button-next:after {
  font-size: 20px;
}

@media (max-width: 767px) {

  .section-title {
      text-align: center;
      padding-bottom: 30px;
  }

  .swiper-button-next {
      right: 0px;
  }

  .swiper-button-prev {
      left: 0px;
  }

  .testimonials .testimonial-item .testimonial-img {
    width: 50px;
    height: 50px;
    border-radius: 15px;
    border: 6px solid #ffffff;
    position: unset;
    padding-right: 10px;
  }

  .testimonials .testimonial-item .textdiv{
    position: unset;
    right: 1px;
  }

  .testimonials .testimonial-item p {
      margin: 15px auto 15px auto;
  }

  .testimonials .testimonials-carousel,
  .testimonials .testimonials-slider {
    overflow: hidden;
  }

  .testimonials .testimonial-item {
    margin: 15px;
  }
}


/*--------------------------------------------------------------
# Services Details Page
--------------------------------------------------------------*/
/* Service-details Section - Services Details Page
------------------------------*/
.service-details .service-box {
  padding: 20px;
  box-shadow: 0px 2px 20px rgba(33, 37, 41, 0.12);
}

.service-details .service-box+.service-box {
  margin-top: 30px;
}

.service-details .service-box h4 {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 2px solid rgba(33, 37, 41, 0.08);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.service-details .services-list a {
  color: rgba(33, 37, 41, 0.8);
  background-color: rgba(33, 37, 41, 0.04);
  display: flex;
  align-items: center;
  padding: 12px 15px;
  margin-top: 15px;
  transition: 0.3s;
}

.service-details .services-list a:first-child {
  margin-top: 0;
}

.service-details .services-list a i {
  font-size: 16px;
  margin-right: 8px;
  color: #ffffff;
}

.service-details .services-list a.active {
  color: #92261f;
  background-color: #ffffff;
}

.service-details .services-list a.active i {
  color: #92261f;
}

.service-details .services-list a:hover {
  background-color: rgba(232, 69, 69, 0.05);
  color: #ffffff;
}

.service-details .download-catalog a {
  color: #212529;
  display: flex;
  align-items: center;
  padding: 10px 0;
  transition: 0.3s;
  border-top: 1px solid rgba(33, 37, 41, 0.1);
}

.service-details .download-catalog a:first-child {
  border-top: 0;
  padding-top: 0;
}

.service-details .download-catalog a:last-child {
  padding-bottom: 0;
}

.service-details .download-catalog a i {
  font-size: 24px;
  margin-right: 8px;
  color: #ffffff;
}

.service-details .download-catalog a:hover {
  color: #ffffff;
}

.service-details .help-box {
  background-color: #ffffff;
  color: #92261f;
  margin-top: 30px;
  padding: 30px 15px;
}

.service-details .help-box .help-icon {
  font-size: 48px;
}

.service-details .help-box h4,
.service-details .help-box a {
  color: #92261f;
}

.service-details .services-img {
  margin-bottom: 20px;
}

.service-details h3 {
  font-size: 26px;
  font-weight: 700;
}

.service-details p {
  font-size: 15px;
}

.service-details ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.service-details ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.service-details ul i {
  font-size: 20px;
  margin-right: 8px;
  color: #ffffff;
}

.row .col-img-wrap {
  padding-left: 0;
  padding-right: 0;
}
.col-img-wrap img {
  width: 50vw;
}
.col-align-right img {
  float: right;
}

.modelbackground{
  background: linear-gradient(90deg, #C780FF 0%, #92261f 79%);
  border-radius: 0px 30px 30px 0px;
}
.modelbtn{
  background: linear-gradient(90deg, #92261f 0%, #560099 79%);
  color: #fff;
  border: 1px solid white;
  border-radius: 25px;
  width: 55%;
}

.modelbtn:hover{
  background: linear-gradient(90deg, #92261f 0%, #560099 79%);
  color: #fff;
  border: 1px solid white;
  border-radius: 25px;
  width: 55%;
}

.modellogo{
  width: 60%;
  height: auto;
}
@media (max-width: 767px) {
  .modelbackground{
    border-radius: 30px 30px 0px 0px;
  }
}

/*--------------------------------------------------------------
# Login Page
--------------------------------------------------------------*/
.login {
  width: 100%;
    min-height: auto;
    position: relative;
    padding: 50px 0 0px 0;
    display: flex;
    align-items: center;
    justify-content: center;

}

.login .herobg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.login .container {
  position: relative;
  z-index: 3;
}

.otp-field {
    flex-direction: row;
    column-gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.otp-field input {
    height: 40px;
    width: 20%;
    border-radius: 6px;
    outline: none;
    font-size: 1.125rem;
    text-align: center;
    border: 1px solid #ddd;
}

.otp-field input:focus {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.otp-field input::-webkit-inner-spin-button,
.otp-field input::-webkit-outer-spin-button {
  display: none;
}

.loginformback{
  background-color: #fff;
  border-radius: 40px;
  margin-bottom: 60px;
  padding: 1px;
}

.loginformback form{
  padding: 60px 50px 30px 50px;
}

.form-control{
  background-color: #e9ecef;
    border-radius: 22px;
    font-size: 0.8rem;
    padding: 10px 10px;
}

.loginbtn{
    color: #ffffff;
    background: linear-gradient(90deg, #2a003c 0%, #db410b 79%) !important;
    font-size: 14px;
    padding: 8px 40px;
    margin: 0;
    border-radius: 25px;
    transition: 0.3s;
}

.loginbtn:hover{
    color: #ffffff;
    background: linear-gradient(90deg, #2a003c 0%, #db410b 79%) !important;
    font-size: 14px;
    padding: 8px 40px;
    margin: 0;
    border-radius: 25px;
    transition: 0.3s;
}

.loginhome{
    padding: 19px;
    border: 2px solid #714495;
    border-radius: 17px 0px;
    font-size: 1.4rem;
    border-style: solid none none solid;
    color: #714495;
}

.loginimage-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.loginimage {
    width: 70%;
    height: auto;
}

@media (max-width: 767px) {
  .loginimage-container {
    position: unset;
    transform:unset;
  }
}

.swiper-pagination-bullet-active {
  background: #92261f;
  opacity: 1 !important;
}

.swiper-pagination-bullet {
  width: 20px;
  border-radius: 15px;
  color: gray;
  opacity: 0.3;
  height: 5px;
}

::-webkit-input-placeholder {
    color: #828282 !important;
}

:-moz-placeholder {
    color: #828282 !important;
    opacity: 1 !important;
}

::-moz-placeholder {
    color: #828282 !important;
    opacity: 1 !important;
}

:-ms-input-placeholder {
    color: #828282 !important;
}

::placeholder {
    color: #828282 !important;
}


.btn-warning{
  background-color: #FFD700;
  border-color: #FFD700;
}