* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  outline: none;
  transition: all 0.03s linear;
}
/*---------------------
  Header
-----------------------*/
.header__logo {
  width: 290px;
  height: 44px;
}
.header__right__social a .fa-facebook {
  padding: 8px 13px 8px 13px;
  border-radius: 50%;
  font-size: 18px;
  color: #150126;
  background-color: #fff;
}
.header__right__social a .fa-facebook:hover {
  color: #ffffff;
  background-color: #8b45d1;
}
.header__right__social a .fa-instagram {
  padding: 8px 10px 8px 10px;
  border-radius: 50%;
  font-size: 18px;
  color: #150126;
  background-color: #fff;
}
.header__right__social a .fa-instagram:hover {
  color: #ffffff;
  background-color: #8b45d1;
}
.header {
  background: rgba(42, 1, 74, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}

.header.header--normal {
  position: relative;
  background: #290849;
}

.header .container .row {
  align-items: center;
}

.header .container .header__logo a img {
  width: 180px;
  height: 50px;
}

.header__nav {
  text-align: right;
}

.header__menu {
  padding: 31px 0 27px;
  display: inline-block;
  margin-right: 45px;
}

.header__menu ul li {
  list-style: none;
  display: inline-block;
  margin-right: 45px;
  position: relative;
}

.header__menu ul li.active a:after {
  opacity: 1;
}

.header__menu ul li:hover a:after {
  opacity: 1;
}

.header__menu ul li:hover .dropdown {
  top: 34px;
  opacity: 1;
  visibility: visible;
}

.header__menu ul li:last-child {
  margin-right: 0;
}

.header__menu ul li .dropdown {
  position: absolute;
  left: 0;
  top: 56px;
  width: 150px;
  background: #111111;
  text-align: left;
  padding: 2px 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.header__menu ul li .dropdown li {
  display: block;
  margin-right: 0;
}

.header__menu ul li .dropdown li a {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  padding: 8px 20px;
  text-transform: capitalize;
}

.header__menu ul li .dropdown li a:after {
  display: none;
}

.header__menu ul li a {
  font-size: 15px;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  padding: 6px 0;
  position: relative;
}

.header__menu ul li a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
  content: "";
  -webkit-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  opacity: 0;
}

/* social */

.header__right__social {
  display: inline-block;
}

.header__right__social a {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  margin-right: 16px;
}

.header__right__social a:hover {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  margin-right: 16px;
}

.header__right__social a:last-child {
  margin-right: 0;
}

.slicknav_menu {
  display: none;
}

/* icons */

/* main compnents */

.header__right__social a .fa-facebook {
  padding: 8px 13px 8px 13px;
  border-radius: 50%;
  font-size: 18px;
  color: #150126;
  background-color: #fff;
}
.header__right__social a .fa-facebook:hover {
  color: #ffffff;
  background-color: #8b45d1;
}
.header__right__social a .fa-instagram {
  padding: 8px 10px 8px 10px;
  border-radius: 50%;
  font-size: 18px;
  color: #150126;
  background-color: #fff;
}
.header__right__social a .fa-instagram:hover {
  color: #ffffff;
  background-color: #8b45d1;
}

.services .heading_1 h2 {
  font-size: 40px;
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
}
.services .heading_1 hr {
  width: 65%;
  height: 0px;
  margin-top: 24px;
  margin-left: 20px;
}
.cloting_services .heading_1 h2 {
  font-size: 40px;
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
}
.cloting_services .heading_1 hr {
  width: 66%;
  /* left: 0; */
  height: 0px;
  margin-top: 24px;
  margin-left: 20px;
}

.services button {
  background-color: #150126;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 24px;
  border-radius: 4px;
  margin-left: 20px;
}
.services button:hover {
  background-color: #fff;
  color: #150126;
  border: 2px solid #150126;
}

.service_main_heading {
  justify-content: center;
  padding: 0px 0px 60px 0px;
}
.service_main_heading h1 {
  font-weight: 700;
  font-size: 80px;
  /* text-shadow: 4px 4px 4px #150126; */
}
.event button {
  background-color: #150126;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 24px;
  border-radius: 4px;
  margin-left: 20px;
}
.event button:hover {
  background-color: #fff;
  color: #150126;
  border: 2px solid #150126;
}

/* main compinetn ends */
.hero {
  position: relative;
  background-size: cover;
  background-position: center;
  z-index: 1;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
}

.hero .container,
.hero .hero__text {
  position: relative;
  z-index: 3;
}

/*  */

html,
body {
  height: 100%;
  font-family: "Now Regular";
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #111111;
  font-weight: 400;
  font-family: "Rajdhani", sans-serif;
}

h1 {
  font-size: 70px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  font-size: 15px;
  font-family: "Now Regular";
  color: #444444;
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 15px 0;
}

img {
  max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: #ffffff;
}

ul,
ol {
  padding: 0;
  margin: 0;
}
/* About Secion */

.about {
  margin-top: 80px;
  margin-bottom: 40px;
  width: 100%;
  padding: 60px 0px 40px 0px;
  /* overflow: auto; */
}

.image-wrapper {
  position: relative;
  width: 100%;
  height: 500px;
  min-width: 300px; /* prevent collapsing */
}

/* RIGHT COLUMN CONTAINER */
.overlay-column {
  position: absolute;
  right: 0;
  /* right: 5%; */
  top: 7.7%;
  /* transform: translateY(-50%); */
  display: flex;
  flex-direction: column;
  gap: 6px;
}
/* LEFT MAIN IMAGE */
.main-image {
  position: relative;
  left: -10px;
  top: 47%;
  transform: translateY(-50%);
  width: 100%;
  /* height: auto; */
  border: 2px solid white;
  /* border-radius: 15px; */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
/* RIGHT IMAGES INSIDE COLUMN */
/* .overlay-image,
.overlay-image1 {
  width: 20px;
  height: 200px;

  border: 2px solid white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
} */

/* Text Section */
.center_about {
  padding-top: 20px;
}

.section-title h2 {
  font-size: 42px;
  color: #111111;
  font-weight: 700;
  text-transform: uppercase;
}

.section-title h1 {
  font-size: 100px;
  color: #ebe7e7;
  font-family: "Rockville Solid Regular", sans-serif;
  position: absolute;
  left: 0;
  top: -69px;
  width: 100%;
  z-index: -1;
  text-align: center;
}

.primary-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 20px;
}

.primary-btn:hover {
  background-color: #444;
}

/* card */
/* .spp {
  margin: 20px auto;
} */
.product-card {
  height: 100%;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.product-card:hover {
  transform: translateY(-5px);
}

.product-card img {
  height: 400px;
  object-fit: cover;
  width: 100%;
}
.product-card .btn{
  color: #007bff;
  background: #ffff;
}
.product-card .btn:hover{
  color: #007bff;
  background: #fff;
  border: 1px solid #007bff;
}
.btn:focus, .btn:active, .btn:hover {
    outline: none !important;    /* Blue outline hatayega */
    box-shadow: none !important; /* Shadow effect hatayega */
    background-color: transparent !important; /* Background color hatayega */
    color: #007bff !important;
  }
.card-body {
  padding: 1rem;
  flex-grow: 1;
}

.card-title {
  font-size: 1.1rem;
  font-weight: 600;
}

.card-text {
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

/* Swiper styling for mobile */
.swiper {
  width: 100%;
  padding-bottom: 30px;
}

.swiper-slide {
  width: 80%;
  margin: auto;
}

.read_bt {
  width: 200px;
  float: left;
  padding-top: 14px;
}

.read_bt a {
  width: 100%;
  float: left;
  font-size: 18px;
  background: #150126;
  color: #ffffff;
  text-align: center;
  padding: 8px;
  text-transform: uppercase;
  border: 1px solid #fff;
}

.read_bt a:hover {
  color: #150126;
  background-color: #ffffff;
  border: 1px solid #150126;
}
.about_content {
  padding-top: 0px;
}
.about .about_content .center_about p {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 10px;
}

/*   Retials Section Begin */

.event .row .section-title {
  display: flex;
}

.event .container .section-title .retails-btn {
  margin-left: 12px;
  /* justify-content: center; */
  font-size: 18px;
  background: #150126;
  /* align-items: center; */
  color: #ffffff;
  /* text-align: center; */
  padding: 12px 20px 12px 20px;
  text-transform: uppercase;
}

.event .container .section-title .retails-btn:hover {
  color: #150126;
  background-color: #ffffff;
  border: 1px solid #150126;
}

.whatareoffer {
  background-color: #111111;
  color: #f0ecec;
  padding-left: 20px;
  padding-right: 20px;
}
.bg-whatweoffer {
  color: #111111;
  height: 220px;
  background-color: #f0ecec;
  padding: 28px;
  margin-bottom: 50px;
  border-radius: 10px;
  box-shadow: 8px 8px 14px #fef0a4;
}
.vision_section .row .bg-whatweoffer h5 {
  font-weight: 700;
  font-size: 22px;
}
.vision_section .bg-whatweoffer p {
  font-size: 12px;
}
.vision_section h2 {
  font-size: 40px;
  font-weight: 700;
  padding: 8px;
}
.vision_section h5 {
  font-size: 24px;
  font-weight: 500;
  padding: 8px;
  color: #8b45d1;
}
.vision_section .text-center p {
  font-size: 16px;
}

.MissionStatement {
  background-color: #ffffff;
  color: #111111;
  padding-left: 20px;
  padding-right: 20px;
}

.MissionStatement h2 {
  font-size: 40px;
  font-weight: 700;
  padding: 8px;
}
.MissionStatement h5 {
  font-size: 24px;
  font-weight: 500;
  padding: 8px;
}
.MissionStatement .text-center p {
  font-size: 16px;
}

.cloting_services .row .section-title {
  display: flex;
  padding-bottom: 40px;
}

.cloting_services .section-title:after {
  position: absolute;
  right: 68px;
  top: 25px;
  height: 2px;
  width: 720px;
  background: rgba(225, 225, 225, 0.3);
  content: "";
  z-index: -1;
}

@media only screen and (max-width: 767px) {

.services .services__left {
    height: 340px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

  .about {
    margin-top: 0px;
    margin-bottom: 40px;
    width: 100%;
    padding: 00px 0px 0px 0px;
}

.image-wrapper {
    position: relative;
    width: 100%;
    height: 400px;
    padding-bottom: 20px;
    /* min-width: 300px; */
}
.section-title h2 {
    font-size: 26px;
    color: #111111;
    font-weight: 700;
    text-transform: uppercase;
}

.main-image
 {
    position: relative;
    left: 00px;
    top: 47%;
    transform: translateY(-50%);
    width: 100%;
    /* height: auto; */
    border: 2px solid white;
    /* border-radius: 15px; */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}


   .header__nav {
    display: none;
  }

  /* header redesign*/
  .header .container {
    position: relative;
    padding: 12px;
    display: flex;
  }

  /* header redesign*/
  .slicknav_btn {
    position: absolute;
    right: 15px;
    /* justify-content: center; */
    margin: 0;
    border-radius: 0;
    padding: 12px 15px;
    float: none;
    background: #5c00ce;
  }

  .slicknav_nav {
    position: absolute;
    left: 0;
    top: 90px;
    background: #222;
    width: 100%;
  }

  .slicknav_menu {
    background: transparent;
    padding: 0;
    display: block;
  }

  .slicknav_nav ul {
    margin: 0;
    padding: 5px 0;
  }

  .slicknav_nav .slicknav_row,
  .slicknav_nav a {
    padding: 10px 28px;
    margin: 0;
  }

  .slicknav_nav a:hover {
    border-radius: 0;
    background: #5c00ce;
    color: #ffffff;
  }

  .slicknav_nav .slicknav_row:hover {
    border-radius: 0;
    background: #5c00ce;
    color: #ffffff;
  }


   .footer__newslatter form input {
  height: 50px;
  font-size: 15px;
  color: #ffffff;
  width: 80%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 20px;
}

      .slicknav_btn {
        top: 15px;
        position: absolute;
        right: 15px;
        /* justify-content: center; */
        margin: 0;
        border-radius: 0;
        padding: 12px 15px;
        float: none;
        background: #5c00ce;
    }
  	.header .container {
		position: relative;
		padding: 12px;
		display: flex;
	}
  .tracks_sections iframe{
    height: 400px;
  }
  .header__logo {
    width: 220px;
    height: 44px;
  }
  .services .heading_1 h2 {
  font-size: 26px;
        color: #111111;
        font-weight: 700;
        text-transform: uppercase;
}
  .event button {
    background-color: #150126;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 14px;
    border-radius: 4px;
    margin-left: 20px;
  }
  /* .cloting_services .row .section-title button {
   background-color: #150126;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 14px;
    border-radius: 4px;
    margin-left: 20px;
} */
  /* .cloting_services .section-title h2 {
        font-size: 26px;
        color: #111111;
        font-weight: 700;
        width: 210px;
   } */
  /* .cloting_services{
    width: 100%;
  }
   .cloting_services .section-title {
    display: none;
  } */
  .cloting_services .heading_1 h2 {
    font-size: 26px;
    text-align: center;
    font-weight: 700;
    font-family: "Rajdhani", sans-serif;
    padding-bottom: 14px;
  }

  .service_main_heading h1 {
    font-weight: 700;
    font-size: 50px;
    /* text-shadow: 4px 4px 4px #150126; */
  }
  .services .heading_1 hr {
    display: none;
  }

  .services .heading_1 .col {
    justify-content: space-between;
    align-items: center;
  }
  .event .row .section-title {
    justify-content: space-between;
  }
  .vision_section {
    width: 100%;
  }
  .vision_section h2 {
    font-size: 26px;
  }
  .vision_section h5 {
    font-size: 20px;
  }
  .vision_section .whatareoffer p {
    font-size: 14px;
  }
  .vision_section .whatareoffer .bg-whatweoffer {
    height: 210px;
    padding: 20px 14px 20px 14px;
  }
  .vision_section .whatareoffer .bg-whatweoffer h5 {
    font-size: 20px;
    font-weight: 700;
  }

  .vision_section .whatareoffer .bg-whatweoffer_1 h5 {
    font-size: 20px;
    font-weight: 800;
  }
  .vision_section .whatareoffer .bg-whatweoffer_1 p {
    font-size: 14px;
  }

      .cloting_services .heading_1 .col {
        justify-content: center;
        align-items: center;
    }
}


/*---------------------
  Footer
-----------------------*/

.footer {
  padding-top: 80px;
  background: url("/img/footer-bg.png"),#290849;
  background-position-x: 60%;
  background-position-y: 730%;
}


.footer.footer--normal {
  margin-top: 0;
}

.footer__address ul li {
  list-style: none;
  padding-left: 70px;
  position: relative;
  margin-bottom: 30px;
}

.footer__address ul li:last-child {
  margin-bottom: 0;
}

.footer__address ul li i {
  font-size: 18px;
  color: #5c00ce;
  height: 50px;
  width: 50px;
  background: #ffffff;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}

.footer__address ul li p {
  color: #ffffff;
  opacity: 0.7;
  margin-bottom: 8px;
}

.footer__address ul li h6 {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
}

.footer__social {
  padding-top: 20px;
  position: relative;
  margin-bottom: 50px;
}

.footer__social h2 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 25px;
}

.footer__newslatter .footer__social__links a {
  font-size: 18px;
  color: #5c00ce;
  height: 50px;
  width: 50px;
  background: #ffffff;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
}
.footer__newslatter .footer__social__links a:hover {
  background: #5c00ce;
  color: #ffffff;
}

.footer__newslatter .footer__social__links a:last-child {
  margin-right: 0;
}

.footer__newslatter {
  margin-bottom: 50px;
  padding-top: 20px;
}

.footer__newslatter h4 {
  font-size: 26px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 30px;
}

.footer__newslatter form {
  position: relative;
}

.footer__newslatter form input {
  height: 50px;
  font-size: 15px;
  color: #ffffff;
  width: 70%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 20px;
}

.footer__newslatter form input::-webkit-input-placeholder {
  color: #ffffff;
}

.footer__newslatter form input::-moz-placeholder {
  color: #ffffff;
}

.footer__newslatter form input:-ms-input-placeholder {
  color: #ffffff;
}

.footer__newslatter form input::-ms-input-placeholder {
  color: #ffffff;
}

.footer__newslatter form input::placeholder {
  color: #ffffff;
}

.footer__newslatter form button {
  font-size: 18px;
  color: #5c00ce;
  position: absolute;
  /* right: 0; */
  top: 0;
  height: 100%;
  padding: 0 16px;
  background: #ffffff;
  border: none;
}

.footer__copyright__text {
  text-align: center;
  margin-top: 20px;
  background: #111111;
}

.footer__copyright__text p {
  color: #999999;
  padding-top: 18px;
  padding-bottom: 18px;
}

.footer__copyright__text a {
  color: #999999;
  text-decoration: underline;
}

.footer__copyright__text a:hover {
  color: #ffffff;
}

.footer__copyright__text i {
  color: #c11;
}
