/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@font-face {
  font-family: "Righteous";
  src: url("../fonts/BalooChettan-Regular.ttf");
  src: url("../fonts/BalooChettan-Regular.ttf");
}
/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
  box-sizing: border-box !important;
  transition: ease all 0.5s;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #666666;
  font-size: 14px;
  font-family: Poppins;
  line-height: 1.80857;
  font-weight: normal;
  overflow-x: hidden;
}

a {
  color: #1f1f1f;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  padding: 0 0 10px 0;
  font-weight: normal;
  line-height: normal;
  color: #111111;
  margin: 0;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 13px;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #212121;
  text-decoration: none !important;
  opacity: 1;
}

button:focus {
  outline: none;
}

ul,
li,
ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

p {
  margin: 20px;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
}

a {
  color: #222222;
  text-decoration: none;
  outline: none !important;
}

a,
.btn {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
}

:focus {
  outline: 0;
}

.paddind_bottom_0 {
  padding-bottom: 0 !important;
}
.text-blue {
  color: #333191;
}
.text-white {
  color: #fff;
}
.social-icon i {
  font-size: 25px;
}
.btn-custom {
  margin-top: 20px;
  background-color: transparent !important;
  border: 2px solid #ddd;
  padding: 12px 40px;
  font-size: 16px;
}

.lead {
  font-size: 18px;
  line-height: 30px;
  color: #767676;
  margin: 0;
  padding: 0;
}

.form-control:focus {
  border-color: #ffffff !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
.navbar {
  padding: 20px 0px 0px 0px !important;
  z-index: 999999;
}
.navbar-form input {
  border: none !important;
}

.badge {
  font-weight: 500;
}

blockquote {
  margin: 20px 0 20px;
  padding: 30px;
}

button {
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.full {
  float: left;
  width: 100%;
}

.layout_padding {
  padding-top: 90px;
  padding-bottom: 0px;
}

.padding_0 {
  padding: 0px;
}

.header_section {
  width: 100%;
  float: left;
  /* background-image: url(../images/banner-bg.png); */
  height: auto;
  background-size: 100%;
}
.bg-light {
  background-color: transparent !important;
}
.logo {
  width: 12%;
  float: left;
}
.navbar-light .navbar-nav .nav-link {
  color: #111111;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 200;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #f4d73d;
}

.mr-auto,
.mx-auto {
  margin: 0 auto;
}

.search_icon {
  width: auto;
  float: right;
  text-align: right;
}
.search_icon ul {
  margin: 0px;
  padding: 0px;
}
.search_icon li {
  float: left;
  padding-left: 20px;
  font-size: 18px;
  color: #000;
}
.search_icon li a {
  color: #000;
}
.search_icon li a:hover {
  color: #ffb607;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 20px;
  padding-left: 20px;
}

.nav-item {
  position: relative;
}

.navbar-nav.mr-auto ul {
  margin: 0px;
  padding: 0px;
}

.mb-lg-0,
.my-lg-0 {
  margin-bottom: 0 !important;
}
.banner_section {
  width: 100%;
  float: left;
  padding: 0px;

  top: -125px;
  position: relative;
}
.banner_section_inner {
  width: 100%;
  float: left;
  padding: 0px;
  top: 0px;
  position: relative;
}
.icon_1 {
  width: 100%;
  float: left;
  text-align: center;
}
.furniture_text {
  width: 100%;
  float: left;
  font-size: 100px;
  color: #090808;
  text-align: center;
  text-transform: uppercase;
}
.there_text {
  width: 50%;
  margin: 0 auto;
  font-size: 16px;
  color: #090808;
  text-align: center;
}
.contact_bt_main {
  width: 17%;
  margin: 0 auto;
  text-align: center;
}
.contact_bt {
  width: 100%;
  float: left;
  margin-top: 360px;
}
.contact_bt a {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #ffffff;
  background-color: #ffb607;
  text-align: center;
  padding: 10px 0px;
  border-radius: 5px;
  text-transform: uppercase;
}
.contact_bt a:hover {
  color: #ffffff;
  background-color: #000;
}

.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-left:before {
  content: "\f105";
}
#costum_slider a.carousel-control-prev {
  position: absolute;
  left: -153px;
  top: 57%;
  background-color: #000;
  color: #ffffff;
  border-radius: 100px;
}

#costum_slider a.carousel-control-next {
  position: absolute;
  right: -150px;
  top: 57%;
}
#costum_slider .carousel-control-prev,
#costum_slider .carousel-control-next {
  width: 85px;
  height: 85px;
  background: #000;
  opacity: 1;
  font-size: 30px;
  color: #fff;
  border-radius: 100px;
}
#costum_slider .carousel-control-prev:hover,
#costum_slider .carousel-control-next:hover,
#costum_slider .carousel-control-prev:focus,
#costum_slider .carousel-control-next:focus {
  background: #f8ca12;
  color: #fff;
}

.services_section {
  width: 100%;
  float: left;
  padding-bottom: 90px;
}
.services_taital {
  width: 100%;
  float: left;
  font-size: 36px;
  color: #090808;
  text-align: center;
  text-transform: uppercase;
}
.many_taital {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #090808;
  text-align: center;
  margin-left: 0px;
  margin-top: 10px;
}
.services_section2 {
  width: 100%;
  float: left;
}
.furnitures_text {
  width: 100%;
  float: left;
  font-size: 24px;
  color: #090808;
  text-transform: uppercase;
  text-align: center;
  padding-top: 20px;
}
.dummy_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #090808;
  text-align: center;
  margin-left: 0px;
  margin-top: 10px;
}

.read_bt_main {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.read_bt {
  width: 100%;
  float: left;
  margin-top: 10px;
}
.read_bt a {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #ffffff;
  background-color: #ffb607;
  text-align: center;
  padding: 10px 0px;
  border-radius: 5px;
  text-transform: uppercase;
}
.read_bt a:hover {
  color: #ffffff;
  background-color: #000;
}
/* .about_section {
  height: auto;
  padding-bottom: 90px;
  margin-top: -145px;
  width: 100%;
  height: 800px;
  float: left;
  background-image: url(../images/fashion.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.about-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
} */
.about_section_inner {
  width: 100%;
  float: left;
  padding-top: 60px;
  padding-bottom: 60px;
}
.about_section {
  position: relative; /* Ensure relative positioning for child alignment */
  height: 800px;
  padding-bottom: 90px;
  margin-top: -125px;
  width: 100%;
  float: left;
  background-image: url(../images/fashion.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex; /* Flexbox for centering */
  align-items: center; /* Center vertically */
  justify-content: center; /* Center horizontally */
  text-align: center; /* Center text content */
}

.about_section_mob {
  width: 100%;
  float: left;
  margin-top: 15%;
}

.about-content {
  z-index: 999; /* High stacking order */
  position: absolute;
  top: 0%;
  left: 6%;
}
.about-content h1 {
  font-size: 38px;
  color: #6b5b9e;
  text-align: left;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0px;
  margin: 60px 0px 0px 20px;
}
.about-content h2 {
  font-size: 20px;
  color: #6b5b9e;
  text-align: left;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0px;
  margin-left: 20px;
}
.about-content p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  width: 40%;
  text-align: justify;
  margin: 10px 20px;
}

.about-content p span {
  color: #6b5b9e;
  font-weight: 500;
}

.image_1 {
  width: 100%;
  float: left;
}

.about_text {
  width: 100%;
  float: left;
  font-size: 40px;

  text-transform: uppercase;
  font-weight: 500;
}
.p_text {
  width: 100%;
  float: left;
  font-size: 16px;
  margin-left: 0px;
  padding-top: 40px;
}
.read_bt1 {
  width: 30%;
  float: left;
  margin-top: 70px;
}
.read_bt1 a {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #ffffff;
  background-color: #070201;
  text-align: center;
  padding: 10px 0px;
  border-radius: 5px;
  text-transform: uppercase;
}
.read_bt1 a:hover {
  color: #000;
  background-color: #ffffff;
}
.furnitures_section {
  width: 100%;
  float: left;
  padding-bottom: 90px;
}

.sponsers_section {
  width: 100%;
  float: left;
  padding-top: 90px;
  padding-bottom: 90px;
}

.magnificant_fashion_section {
  width: 100%;
  float: left;
  background-color: #f4d73d;
  padding-top: 90px;
  padding-bottom: 90px;
}
.magnificant_fashion_section2 {
  width: 100%;
  float: left;
  padding-top: 30px;
}
.about-one {
  width: 100%; /* Let it fit the col-md-6 width */
  height: 700px; /* Adjust the height to fit the column */
  float: left; /* Optional based on layout */
  background-image: url(../images/fashion-1.jpg);
  background-size: cover; /* Ensures the image covers the container */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Prevents tiling of the image */
}
.about-two {
  width: 100%; /* Let it fit the col-md-6 width */
  height: 700px; /* Adjust the height to fit the column */
  float: left; /* Optional based on layout */
  background-image: url(../images/about2.png);
  background-size: cover; /* Ensures the image covers the container */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Prevents tiling of the image */
}
.our_text {
  width: 100%;
  float: left;
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
}
.img-border {
  border: 1px solid #ccc;
}
.sponsors-head {
  width: 100%;
  float: left;
  font-size: 28px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
  position: relative;
}
.sponsors-head-one {
  width: 100%;
  float: left;
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  position: relative; /* Required for positioning */
}

.sponsors-head-one::before,
.sponsors-head-one::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 38%; /* Adjust the width of the lines */
  height: 1px; /* Thickness of the line */
  background-color: black; /* Line color */
}

.sponsors-head-one::before {
  left: 0; /* Position the line before the text */
  transform: translateY(-50%);
}

.sponsors-head-one::after {
  right: 0; /* Position the line after the text */
  transform: translateY(-50%);
}

.sponsors_section2 {
  width: 100%;
  float: left;
}

.mf-img {
  background-color: #000;
  padding: 10px;
}
.mf-img img {
  margin: 0px;
  border-radius: 10px !important;
}
.fashion_head {
  width: 50%;
  float: left;
  font-size: 40px;
  text-transform: uppercase;
  text-align: left;
  font-weight: 700;
}
.fashion_text {
  width: 100%;
  float: left;
  font-size: 23px;
  color: #090808;
  text-align: left;
  margin-left: 0px;
  margin-top: 0px;
  font-weight: 500;
}
.ipsum_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #090808;
  text-align: center;
  margin-left: 0px;
  margin-top: 10px;
}
.furnitures_section2 {
  width: 100%;
  float: left;
}

.container_main {
  position: relative;
  width: 100%;
  max-width: 100%;
}

a:hover {
  color: #fff;
  text-decoration: underline;
}
.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 22%;
  width: 15%;
  opacity: 0;
  transition: 0.3s ease;
  background-color: #fabc26;
  margin: 0 auto;
  border-radius: 100px;
  top: 130px;
}

.container_main:hover .overlay {
  opacity: 1;
}

.icon {
  color: white;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.fa-user:hover {
  color: #eee;
}
.temper_text {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #fabb25;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 35px;
}
.dololr_text {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #121111;
  margin-top: 10px;
  margin-left: 0px;
}
.award_night_section {
  width: 100%;
  float: left;
  height: auto;
  padding-bottom: 0px;
  background-size: 100%;
}
.award_night_text {
  width: auto;
  float: left;
  font-size: 36px;
  color: #f4d93c;
  text-transform: uppercase;
  text-align: right;
  position: absolute;
  bottom: 20px;
  right: 10%;
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 10px 15px;
}
.award_night_text span {
  display: block;
}
.who_section {
  width: 100%;
  float: left;
  background-image: url(../images/bg-1.png);
  height: auto;
  padding-bottom: 55px;
  background-size: 100%;
}
.who_taital {
  width: 100%;
  float: left;
  font-size: 36px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}
.designer_text {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.lorem_ipsum_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  margin-left: 0px;
}
.get_bt_main {
  width: 13%;
  margin: 0 auto;
  text-align: center;
}
.get_bt {
  width: 100%;
  float: left;
  margin-top: 70px;
}
.get_bt a {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #ffffff;
  background-color: #070201;
  text-align: center;
  padding: 10px 0px;
  border-radius: 5px;
  text-transform: uppercase;
}
.get_bt a:hover {
  color: #000;
  background-color: #ffffff;
}
.projects_section {
  width: 100%;
  float: left;
  padding-top: 50px;
  padding-bottom: 50px;
}
.projects_section2 {
  width: 100%;
  float: left;
  padding-top: 60px;
}

.projects_section-video {
  width: 100%;
  float: left;
  padding-top: 30px;
}

.video-thumbnail {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.video-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: url("../images/youtube-btn.png") no-repeat center;
  background-size: contain;
  opacity: 0.8;
}

.container_main1 {
  /* position: relative; */
  width: 100%;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  z-index: 99999;
}

.container_main1:hover .image {
  opacity: 0.3;
}

.container_main1:hover .middle {
  opacity: 1;
}

.text {
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
  border: 2px solid #fff;
}
.container_main2 {
  width: 100%;
  float: left;
}
.container_main1::after {
  content: "";
  position: absolute;
  top: 0;
  width: 92%;
  height: 90%;
  background-color: rgb(255, 182, 7, 0.6);
  z-index: 11;
  display: none;
}
.container_main1:hover::after {
  display: block;
}
.modern_text {
  width: 100%;
  float: left;
  font-size: 18px;
  /* text-transform: uppercase; */
  color: #000;
  position: relative;
  top: 10px;
  text-align: center;
  z-index: 22;
}
#main_slider a.carousel-control-prev {
  position: absolute;
  left: -70px;
  top: 50%;
  /* background-color: #000; */
  color: #000;
}

#main_slider a.carousel-control-next {
  position: absolute;
  right: -70px;
  top: 50%;
}
#main_slider .carousel-control-prev,
#main_slider .carousel-control-next {
  width: 65px;
  height: 65px;
  /* background: #000; */
  opacity: 1;
  font-size: 30px;
  color: #000;
}
#main_slider .carousel-control-prev:hover,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-next:focus {
  background: transparent;
  color: #333191;
}
.clients_section {
  width: 100%;
  float: left;
  padding-top: 50px;
  padding-bottom: 90px;
}
.client_text {
  width: 100%;
  float: left;
  font-size: 36px;
  color: #121111;
  text-transform: uppercase;
  text-align: center;
}
.clients_section2 {
  width: 100%;
  float: left;
  padding-top: 70px;
}
.client_1 {
  width: 60%;
  float: left;
  border: 1px solid #000;
  padding: 17px 17px 0px 17px;
}
.image_7 {
  width: 100%;
  float: left;
}
.quote_icon {
  width: 85%;
  float: left;
  text-align: center;
  position: absolute;
  bottom: 35px;
}

.loksans_text {
  width: 100%;
  float: left;
  font-size: 20px;
  color: #191919;
  text-transform: uppercase;
}
.dolor_ipsum_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #191919;
  margin-left: 0px;
  margin-top: 0px;
}
.client_2 {
  width: 60%;
  float: right;
  border: 1px solid #000;
  padding: 17px 17px 0px 17px;
  margin-top: 30px;
}
.carousel-indicators li {
  width: 13px;
  height: 13px;
  background-color: transparent;
  border-radius: 20px;
  border: 1px solid #333191;
}
.carousel-indicators .active {
  background-color: #333191;
}

.carousel-indicators {
  justify-content: center;
  margin-left: 0%;
  margin-right: 0%;
  bottom: 50px;
}

.video-indicators {
  bottom: -30px !important;
}

.video-indicators li {
  width: 13px;
  height: 13px;
  background-color: transparent;
  border-radius: 20px;
  border: 1px solid #333191;
}
.carousel-indicators .video-indicators .active {
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-radius: 20px;
  border: 1px solid #333191 !important;
}
.contact_section {
  width: 100%;
  float: left;
  background-image: url(../images/contact-bg.png);
  height: auto;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 90px;
}
.mail_sectin {
  width: 100%;
  float: left;
}
.contact_text {
  width: 100%;
  float: left;
  font-size: 36px;
  color: #ffffff;
}
.email-bt {
  color: #989696;
  width: 100%;
  height: 55px;
  font-size: 18px;
  padding: 20px;
  margin-top: 25px;
  border: 0px;
  border-radius: 5px;
}
input.email-bt::placeholder {
  color: #989696;
}
.massage-bt {
  color: #989696;
  width: 100%;
  height: 150px;
  font-size: 18px;
  padding: 50px 20px 10px 20px;
  margin-top: 25px;
  border: 0px;
  border-radius: 5px;
}
textarea#comment::placeholder {
  color: #989696;
}
.send_bt {
  width: 100%;
  float: left;
  margin-top: 50px;
}
.send_bt a {
  width: 30%;
  float: left;
  font-size: 20px;
  color: #989696;
  text-align: center;
  border: 2px solid #ffffff;
  padding: 10px 0px;
  font-weight: bold;
}
.send_bt a:hover {
  color: #989696;
  background-color: #ffffff;
}
.image_9 {
  width: 100%;
  float: left;
  padding-top: 83px;
}
.input-group {
  width: 45%;
  float: right;
}

.form-control {
  display: block;
  /* width: 100%; */
  padding: 0px 15px 10px 0px;
  font-size: 18px;
  /* line-height: 1.5; */
  color: #fff;
  background-color: transparent;
  /* background-clip: padding-box; */
  border-bottom: 1px solid #fff !important;
  border-radius: 0px;
  /* transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; */
  border: 0px;
}
.input-group-text {
  padding: 0px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: transparent;
  border: 0px;
  border-radius: 0px;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
}
.input-group-text a {
  color: #ffffff;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0px;
  background: transparent !important;
  border-bottom: 1px solid #ffff;
}
.footer_section {
  width: 100%;
  float: left;
  background-color: #192c55;
  height: auto;
  padding-top: 60px;
  padding-bottom: 20px;
}

.customer_text {
  width: 100%;
  float: left;
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
}

.footer_lorem_text {
  width: 80%;
  float: left;
  font-size: 16px;
  color: #fefefe;
  margin-left: 0px;
  margin: 0px;
}
.footer_lorem_text1,
.footer_lorem_text2 {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #fefefe;
  margin-left: 0px;
  margin: 0px;
}

.social_icon {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 30px;
}
.social_icon ul {
  margin: 0px;
  padding: 0px;
  display: inline-flex;
}
.social_icon li {
  float: left;
  padding-right: 5px;
}

.copyright_section {
  width: 100%;
  float: left;
  background-color: #192c55;
  height: auto;
}

.copyright_text {
  width: 100%;
  float: left;
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin-left: 0px;
}
.copyright_text a {
  color: #fff;
}
.copyright_text a:hover {
  /* color: #fdbe28; */
  text-decoration: underline;
}

/* Extra small devices (phones, 320px - 575px) */
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .col-sm-4 {
    width: 33%;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .col-sm-3 {
    width: 48%;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
  }
  .mt-5 {
    margin-top: 0px !important;
  }
  .mob-6 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .mf-img {
    padding: 7px;
  }
  .header_section .container-fluid {
    background: linear-gradient(to top, #f6f6f6, #fff);
  }
  .navbar-light .navbar-toggler {
    color: rgba(101, 69, 144, 0.5);
    border-color: rgba(101, 69, 144, 0.3);
  }
  .navbar {
    padding: 20px !important;
  }
  .navbar-nav {
    text-align: end;
    text-align: right;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0px;
    padding-left: 0px;
  }
  .nav-link {
    padding: 0rem;
  }
  .banner_section {
    width: 100%;
    float: left;
    top: 0px;
    padding-top: 0px !important;
  }
  .magnificant_fashion_section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .fashion_head {
    width: 100%;
    float: left;
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    line-height: 1;
  }

  .fashion_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #090808;
    text-align: center;
    margin-left: 0px;
    margin-top: 0px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .about-content-mob {
    width: 100%;
    float: left;
    background-image: url(../images/fashion-1.jpg);
    background-size: contain; /* Ensures the entire image fits within the container */
    background-position: center bottom; /* Aligns image to the bottom */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    padding-bottom: 50%; /* Optional padding for spacing */
  }

  .about-content-mob h1 {
    font-size: 32px;
    color: #6b5b9e;
    text-align: left;
    font-weight: 800;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px 0px 0px 20px;
    line-height: 0;
  }
  .about-content-mob h2 {
    font-size: 18px;
    color: #6b5b9e;
    text-align: left;
    font-weight: 800;
    text-transform: uppercase;
    padding: 0px;
    margin-left: 20px;
    line-height: 3;
  }
  .about-content-mob p {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.5);
    text-align: justify;
    margin-top: 10px;
  }
  .our_text {
    font-size: 28px;
    font-weight: 600;
  }

  .about-content-mob p span {
    color: #6b5b9e;
    font-weight: 500;
  }
  .projects_section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .projects_section-video {
    padding-top: 10px;
  }
  .award_night_text {
    font-size: 18px;
    bottom: 5px;
    right: 1%;
    background-color: rgba(0, 0, 0, 0.3);
  }

  .sponsers_section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sponsors-head-one {
    width: 100%;
    float: left;
    font-size: 28px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    position: relative;
  }
  .sponsors-head-one::before,
  .sponsors-head-one::after {
    content: "";
    position: absolute;
    top: 40%;
    width: 25%;
    height: 1px;
    background-color: black;
  }
  .sponsors-head {
    font-size: 22px;
    margin-top: 10px;
  }
  .footer_section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer-mob-img {
    max-width: 50%;
  }
  .social-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }

  .social-icon-2 i {
    font-size: 25px;
  }
  .followus {
    font-size: 16px;
    color: #fefefe;
    display: block;
    text-align: center;
  }
  .footer_lorem_text,
  .footer_lorem_text1 {
    text-align: center;
    width: 83%;
    margin-top: 5px;
  }

  .footer_lorem_text2 {
    text-align: center;
    width: 100%;
  }

  .container_main {
    width: 100%;
    max-width: 100%;
  }

  .video-thumbnail img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }

  /*
  .footer_lorem_text {
    width: 83%;
  }
  .footer_lorem_text1 {
    width: 80%;
  } */
}

/* Small devices (portrait tablets, 576px - 767px) */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* body {
    font-size: 15px;
    background-color: #56f60c;
  } */
}

/* Medium devices (landscape tablets, 768px - 991px) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /*  body {
    font-size: 16px;
    background-color: #1806dd;
  } */
}

/* Large devices (desktops, 992px - 1199px) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* body {
    font-size: 18px;
    background-color: #353535;
  } */
}

/* Extra large devices (large desktops, 1200px and above) */
@media only screen and (min-width: 1200px) {
  /* body {
    font-size: 20px;
    background-color: #e236ae;
  } */
}
