@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300,300i,400,400i,600,700|Muli:300,300i,400,400i,600,600i,700,700i,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300,300i,400,400i,600,700|Muli:300,300i,400,400i,600,600i,700,700i,900&display=swap");

/* Normal desktop :1200px. */
/* Normal desktop :992px. */
/* Tablet desktop :768px. */
/* small mobile :320px. */
/* Large Mobile :480px. */
/* 1. Theme default css */


body {
  font-family: "Josefin Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.img {
  max-width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a,
.button {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}


a:focus,
.button:focus, button:focus {
  text-decoration: none;
  outline: none;
}


a:focus {
  color: #fff;
  text-decoration: none;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  text-decoration: none;
  color: #1F1F1F;
}

a,
button {
  color: #1F1F1F;
  outline: medium none;
}

h1, h2, h3, h4, h5 {
  font-family: "Josefin Sans", sans-serif;
  color: #001D38;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: #727272;
  margin-bottom: 13px;
  font-family: "Muli", sans-serif;
}

label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

.overlay {
  position: relative;
  z-index: 0;
}

.section_title h3 {
  font-size: 50px;
  font-weight: 400;
  line-height: 55px;
  color: #001D38;
  position: relative;
  z-index: 0;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .section_title h3 {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section_title h3 {
    font-size: 36px;
    line-height: 42px;
  }
}

@media (max-width: 767px) {
  .section_title h3 br {
    display: none;
  }
}

.section_title p {
  font-size: 16px;
  color: #727272;
  line-height: 28px;
  margin-bottom: 0;
  font-weight: 400;
}

@media (max-width: 767px) {
  .section_title p br {
    display: none;
  }
}

@media (max-width: 767px) {
  .mobile_menu {
    position: absolute;
    right: 0px;
    width: 100%;
    z-index: 9;
  }
}

.header-area {
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  z-index: 9;
  position: absolute;
}

@media (max-width: 767px) {
  .header-area {
    padding-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-area {
    padding-top: 0;
  }
}


.header-area .main-header-area {
  padding: 18px 0;
  background: rgba(0, 29, 56, 0.694);
  background: transparent;
  padding: 30px 150px;
}

@media (max-width: 767px) {
  .header-area .main-header-area {
    padding: 10px 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-area .main-header-area {
    padding: 10px 10px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header-area .main-header-area {
    padding: 10px 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .header-area .main-header-area {
    padding: 10px 50px;
  }
}

.header-area .main-header-area .logo-img {
  text-align: center;
}

@media (max-width: 767px) {
  .header-area .main-header-area .logo-img {
    text-align: left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-area .main-header-area .logo-img {
    text-align: left;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header-area .main-header-area .logo-img {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .header-area .main-header-area .logo-img img {
    width: 70px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-area .main-header-area .logo-img img {
    width: 70px;
  }
}

.header-area .main-header-area .social_icon ul li {
  display: inline-block;
}

.header-area .main-header-area .social_icon ul li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  color: #fff;
  text-align: center;
  line-height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #41393A;
  font-size: 14px;
  margin-left: 6px;
}

.header-area .main-header-area .social_icon ul li a:hover {
  color: #ff8474;
}

.header-area .main-header-area .main-menu {
  text-align: center;
  padding: 12px 0;
}

.header-area .main-header-area .main-menu ul li {
  display: inline-block;
  position: relative;
  margin: 0 10px;
}

.header-area .main-header-area .main-menu ul li a {
  color: #fff;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 400;
  display: inline-block;
  padding: 0px 0px 0px 0px;
  font-family: "Josefin Sans", sans-serif;
  position: relative;
  text-transform: capitalize;
}

.header-area .main-header-area .side-menu ul li a {
  color: #fff;
  font-size: 10px;
  text-transform: capitalize;
  font-weight: 300;
  display: inline-block;
  padding: 0px 0px 0px 0px;
  font-family: "Josefin Sans", sans-serif;
  position: relative;
  text-transform: capitalize;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header-area .main-header-area .main-menu ul li a {
    font-size: 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .header-area .main-header-area .main-menu ul li a {
    font-size: 15px;
  }
}

.header-area .main-header-area .main-menu ul li a i {
  font-size: 9px;
}

@media (max-width: 767px) {
  .header-area .main-header-area .main-menu ul li a i {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .header-area .main-header-area .main-menu ul li a i {
    display: none !important;
  }
}

.header-area .main-header-area .main-menu ul li a:hover::before {
  opacity: 1;
  transform: scaleX(1);
}

.header-area .main-header-area .main-menu ul li a.active::before {
  opacity: 1;
  transform: scaleX(1);
}

.header-area .main-header-area .main-menu ul li a:hover {
  color: #ed710c;
}

.header-area .main-header-area.sticky {
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  z-index: 990;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.96);
  background: #001d38b1;
  padding-bottom: 0;
  padding: 20px 150px;
}

@media (max-width: 767px) {
  .header-area .main-header-area.sticky {
    padding: 10px 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-area .main-header-area.sticky {
    padding: 10px 10px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header-area .main-header-area.sticky {
    padding: 20px 50px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .header-area .main-header-area.sticky {
    padding: 10px 20px;
  }
}

.header-area .main-header-area.sticky .main-menu {
  padding: 0;
}

.header-area .main-header-area.sticky .header_bottom_border {
  border-bottom: none;
}

.header-area .main-header-area.sticky .header_bottom_border.white_border {
  border-bottom: none !important;

}


.store-header {
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  z-index: 9;
  position: absolute;
}

@media (max-width: 767px) {
  .store-header {
    padding-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .store-header {
    padding-top: 0;
  }
}

.store-header .store-header-area {
  padding: 18px 0;
  background: #001d38b1;
  /* background: transparent; */
  padding: 30px 150px;
}

@media (max-width: 767px) {
  .store-header .store-header-area {
    padding: 10px 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .store-header .store-header-area {
    padding: 10px 10px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .store-header .store-header-area {
    padding: 10px 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .store-header .store-header-area {
    padding: 10px 50px;
  }
}

.store-header .store-header-area .logo-img {
  text-align: center;
}

@media (max-width: 767px) {
  .store-header .store-header-area .logo-img {
    text-align: left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .store-header .store-header-area .logo-img {
    text-align: left;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .store-header .store-header-area .logo-img {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .store-header .store-header-area .logo-img img {
    width: 70px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .store-header .store-header-area .logo-img img {
    width: 70px;
  }
}

.store-header .store-header-area .social_icon ul li {
  display: inline-block;
}

.store-header .store-header-area .social_icon ul li a {
  display: inline-block;
  width: 25px;
  height: 25px;
  color: #fff;
  text-align: center;
  line-height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #41393A;
  font-size: 14px;
  margin-left: 6px;
}

.store-header .store-header-area .social_icon ul li a:hover {
  color: #ED1B1B;
}

.store-header .store-header-area .main-menu {
  text-align: center;
  padding: 12px 0;
}

.store-header .store-header-area .main-menu ul li {
  display: inline-block;
  position: relative;
  margin: 0 10px;
}

.store-header .store-header-area .main-menu ul li a {
  color: #fff;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 400;
  display: inline-block;
  padding: 0px 0px 0px 0px;
  font-family: "Josefin Sans", sans-serif;
  position: relative;
  text-transform: capitalize;
}

.store-header .store-header-area .side-menu ul li a {
  color: #fff;
  font-size: 10px;
  text-transform: capitalize;
  font-weight: 300;
  display: inline-block;
  padding: 0px 0px 0px 0px;
  font-family: "Josefin Sans", sans-serif;
  position: relative;
  text-transform: capitalize;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .store-header .store-header-area .main-menu ul li a {
    font-size: 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .store-header .store-header-area .main-menu ul li a {
    font-size: 15px;
  }
}

.store-header .store-header-area .main-menu ul li a i {
  font-size: 9px;
}

@media (max-width: 767px) {
  .store-header .store-header-area .main-menu ul li a i {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .store-header .store-header-area .main-menu ul li a i {
    display: none !important;
  }
}

.store-header .store-header-area .main-menu ul li a:hover::before {
  opacity: 1;
  transform: scaleX(1);
}

.store-header .store-header-area .main-menu ul li a.active::before {
  opacity: 1;
  transform: scaleX(1);
}

.store-header .store-header-area .main-menu ul li a:hover {
  color: #ed710c;
}

.store-header .store-header-area.sticky {
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  z-index: 990;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.96);
  background: #001d38b1;
  padding-bottom: 0;
  padding: 20px 150px;
}

@media (max-width: 767px) {
  .store-header .store-header-area.sticky {
    padding: 10px 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .store-header .store-header-area.sticky {
    padding: 10px 10px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .store-header .store-header-area.sticky {
    padding: 20px 50px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .store-header .store-header-area.sticky {
    padding: 10px 20px;
  }
}

.store-header .store-header-area.sticky .main-menu {
  padding: 0;
}

.store-header .store-header-area.sticky .header_bottom_border {
  border-bottom: none;
}

.store-header .store-header-area.sticky .header_bottom_border.white_border {
  border-bottom: none !important;
}

.slider_bg_1 {
  position: relative;
  overflow: hidden;
  /* background-image: url(..bellespromovid.mp4); */
}

/* .video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  
} */

.slider_bg_1 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white; /* Set text color as needed */
  z-index: 2; /* Ensure the text appears above the video */
}

.slider_bg_2 {
  /* background-image: url(../theward.jpg); */
}


.slider_area .single_slider {
  height: 900px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 767px) {
  .slider_area .single_slider {
    height: 100vh;
  }
  .single_slider .slider_text .home_logo {
    display: none;
}
}


.slider_area .single_slider .slider_text h3 {
  color: #FFF;
  font-family: "Josefin Sans", sans-serif;
  font-size: 120px;
  text-transform: uppercase;
  font-weight: 600;
}

.slider_area .single_slider .slider_text h3 span {
  font-weight: 700;
}

@media (max-width: 767px) {
  .slider_area .single_slider .slider_text h3 {
    margin-top: 45px;
  }
}

@media (max-width: 767px) {
  .slider_area .single_slider .slider_text h3 {
    font-size: 30px;
    line-height: 35px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .slider_area .single_slider .slider_text h3 {
    font-size: 70px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .slider_area .single_slider .slider_text h3 {
    font-size: 100px;
    letter-spacing: 3px;
  }
}

.slider_area .single_slider .slider_text p {
  font-size: 20px;
  font-weight: 400;
  color: #D5D5D5;
  margin-bottom: 24px;
  margin-top: 10px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .slider_area .single_slider .slider_text p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .slider_area .single_slider .slider_text p {
    font-size: 16px;
  }
}

.about_area {
  padding-top: 150px;
  padding-bottom: 120px;
}

@media (max-width: 767px) {
  /* line 1, ../../Arafath/CL/Cl November/221. Music/HTML/scss/_about.scss */
  .about_area {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1, ../../Arafath/CL/Cl November/221. Music/HTML/scss/_about.scss */
  .about_area {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

/* line 12, ../../Arafath/CL/Cl November/221. Music/HTML/scss/_about.scss */
.about_area .about_thumb {
  margin-bottom: 30px;
}

/* line 15, ../../Arafath/CL/Cl November/221. Music/HTML/scss/_about.scss */
.about_area .about_info {
  padding-left: 68px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  /* line 15, ../../Arafath/CL/Cl November/221. Music/HTML/scss/_about.scss */
  .about_area .about_info {
    padding-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 15, ../../Arafath/CL/Cl November/221. Music/HTML/scss/_about.scss */
  .about_area .about_info {
    padding-left: 0;
  }
}

/* line 23, ../../Arafath/CL/Cl November/221. Music/HTML/scss/_about.scss */
.about_area .about_info h3 {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 0;
}

/* line 28, ../../Arafath/CL/Cl November/221. Music/HTML/scss/_about.scss */
.about_area .about_info p {
  font-size: 16px;
  line-height: 28px;
  margin-top: 17px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  /* line 15, ../../Arafath/CL/Cl November/221. Music/HTML/scss/_about.scss */
  .about_area .about_info h3 {
    font-size: 30px;
    font-weight: bolder;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 15, ../../Arafath/CL/Cl November/221. Music/HTML/scss/_about.scss */
  .about_area .about_info h3 {
    font-size: 30px;
    font-weight: bolder;
    margin-bottom: 0;
  }
}
@media (min-width: 991px) {
  /* line 15, ../../Arafath/CL/Cl November/221. Music/HTML/scss/_about.scss */
  .about_area .about_info h3 {
    font-size: 50px;
    font-weight: bolder;
    margin-bottom: 0;
  }
}

.gallery_area {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  /* line 1, ../../Arafath/CL/Cl November/221. Music/HTML/scss/_gallery.scss */
  .gallery_area {
    padding-top: 50px;
    padding-bottom: 20px;
    text-align: center;
  }
  .gallery_area .container .show-image {
    margin-bottom: -200px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1, ../../Arafath/CL/Cl November/221. Music/HTML/scss/_gallery.scss */
  .gallery_area {
    padding-top: 100px;
    padding-bottom: 100px;
    justify-content: center;
    text-align: center;
    
  }

 
}

.footer {
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer .footer_top {
  padding-top: 0px;
  padding-bottom: 0px;
  /* background: #001D38; */
  background: #001d38b1;

}

@media (max-width: 767px) {
  .footer .footer_top {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .footer .footer_top .footer_widget {
    margin-bottom: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer .footer_top .footer_widget {
    margin-bottom: 0px;
  }
}

.footer .footer_top .footer_widget .footer_title {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: -50px;
}
@media (max-width: 767px) {
  .footer .footer_top .footer_widget .footer_title {
    margin-bottom: 20px;
  }
}

.footer .footer_top .footer_widget p {
  color: #C7C7C7;
}


.footer .footer_top .footer_widget .sub_text {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
  margin-top: 20px;
}

.footer .footer_top .footer_widget p.footer_text {
  font-size: 16px;
  color: #B2B2B2;
  margin-bottom: 23px;
  font-weight: 400;
  line-height: 28px;
}

.footer .footer_top .footer_widget p.footer_text a.domain {
  color: #B2B2B2;
  font-weight: 400;
}

.footer .footer_top .footer_widget p.footer_text a.domain:hover {
  color: #ED1B1B;
  border-bottom: 1px solid #ED1B1B;
}

.footer .footer_top .footer_widget p.footer_text.doanar a {
  font-weight: 500;
  color: #B2B2B2;
}

.footer .footer_top .footer_widget p.footer_text.doanar a:hover {
  color: #ED1B1B;
  border-bottom: 1px solid #ED1B1B;
}


.footer .footer_top .footer_widget p.footer_text.doanar a.first {
  margin-bottom: 10px;
}

.footer .footer_top .footer_widget ul li {
  color: #D5D5D5;
  font-size: 13px;
  line-height: 28px;
  font-weight: 400;
}

.footer .footer_top .footer_widget ul li a {
  color: #C7C7C7;
}

.footer .footer_top .footer_widget ul li a:hover {
  color: #ED1B1B;
}

/* @media (max-width: 767px) {
  .modal-des h1 {
    font-size: 12px;

  }
}
@media (max-width: 767px) {
  .modal{
    font-size: 12px;
  }
} */
