@font-face {
  font-family: "Roundkey Soft";
  src: url("../fonts/RoundkeySoft-Medium.woff2") format("woff2"),
    url("../fonts/RoundkeySoft-Medium.woff") format("woff"),
    url("../fonts/RoundkeySoft-Medium.ttf") format("truetype"),
    url("../fonts/RoundkeySoft-Medium.svg#RoundkeySoft-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roundkey";
  src: url("../fonts/Roundkey-Light.woff2") format("woff2"),
    url("../fonts/Roundkey-Light.woff") format("woff"),
    url("../fonts/Roundkey-Light.ttf") format("truetype"),
    url("../fonts/Roundkey-Light.svg#Roundkey-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roundkey";
  src: url("../fonts/Roundkey-BoldOblique.woff2") format("woff2"),
    url("../fonts/Roundkey-BoldOblique.woff") format("woff"),
    url("../fonts/Roundkey-BoldOblique.ttf") format("truetype"),
    url("../fonts/Roundkey-BoldOblique.svg#Roundkey-BoldOblique") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roundkey";
  src: url("../fonts/Roundkey-Medium.woff2") format("woff2"),
    url("../fonts/Roundkey-Medium.woff") format("woff"),
    url("../fonts/Roundkey-Medium.ttf") format("truetype"),
    url("../fonts/Roundkey-Medium.svg#Roundkey-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roundkey";
  src: url("../fonts/Roundkey-Bold.woff2") format("woff2"),
    url("../fonts/Roundkey-Bold.woff") format("woff"),
    url("../fonts/Roundkey-Bold.ttf") format("truetype"),
    url("../fonts/Roundkey-Bold.svg#Roundkey-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roundkey Soft";
  src: url("../fonts/RoundkeySoft-MediumOblique.woff2") format("woff2"),
    url("../fonts/RoundkeySoft-MediumOblique.woff") format("woff"),
    url("../fonts/RoundkeySoft-MediumOblique.ttf") format("truetype"),
    url("../fonts/RoundkeySoft-MediumOblique.svg#RoundkeySoft-MediumOblique")
      format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Richardson Script DEMO";
  src: url("../fonts/RichardsonScriptDEMO.eot");
  src: url("../fonts/RichardsonScriptDEMO.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/RichardsonScriptDEMO.woff2") format("woff2"),
    url("../fonts/RichardsonScriptDEMO.woff") format("woff"),
    url("../fonts/RichardsonScriptDEMO.ttf") format("truetype"),
    url("../fonts/RichardsonScriptDEMO.svg#RichardsonScriptDEMO") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

header {
  margin: auto;
  z-index: 11;
  position: relative;
  padding-bottom: 0;
  width: 100%;
}

.navbar-nav {
  align-items: center;
  width: 100%;
  justify-content: end;
}

.navbar-nav .nav-item .nav-link:hover {
  color: #b262f9;
}

.headerinfo {
  background-color: #ce63ce;
}

.headerinfo p {
  color: #fff;
  margin: 10px 0;
}

.logo-sec .media {
  align-items: center;
  margin-right: 30px;
}

.logo-sec .media a {
  color: var(--primary-color);
  display: flex;
  align-items: center;
  margin-right: 15px;
  margin-bottom: 0;
}

.logo-sec {
  padding: 0;
  background-color: #fff;
  border-top: 2px solid #b262f9;
}

.logo-sec .media .media-body h5.mt-0 {
  font-size: 1.5rem;
  font-weight: 500;
}

.navbar-expand-lg .navbar-nav .nav-link i {
  color: #ce63ce;
}

.navigation a.themeBtn {
  margin-left: 70px;
  padding: 18px 42px;
}

.logo-sec .media a i {
  font-size: 20px;
  color: #000;
}

.logo-sec .media .media-body a {
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}

.logo-sec .media .media-body small {
  font-size: 13px;
  font-weight: 600;
}

.navbar-nav .nav-item .nav-link:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #b262f9;
  transition: width 0.3s;
}

.navbar-nav .nav-item .nav-link:hover:after {
  width: 100%;
}

.mainSlider {
  position: relative;
  z-index: 1;
  padding: 0px 0px 50px 0;
  min-height: 847px;
  display: flex;
  align-items: center;
}

.slider-content h5 {
  color: #fff;
  font-weight: 500;
  font-size: 4.234rem;
  text-transform: uppercase;
}

.slider-content h2 {
}

.slider-content h2 span {
  color: #ce63ce;
  display: inherit;
}

.headingOne {
  font-size: 1.25rem;
  color: var(--theme-color);
  font-weight: bold;
  /* margin: 0; */
  letter-spacing: 0;
}

.headingTwo {
  font-size: 5.625rem;
  color: var(--white);
  font-weight: 400;
  text-transform: capitalize;
  line-height: 0.95;
}

.headingThre {
  font-size: 2.8125rem;
  font-weight: 500;
  color: var(--white);
}

.slideContent .headingThre {
  margin: 0 0 3rem;
}

.top-links ul li {
  display: inline-block;
  padding-right: 75px;
}

.top-links ul {
  text-align: center;
}

.top-links ul li a {
  color: #fff;
  text-shadow: 2px 2px 4px #000;
}

.slider-content p {
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
}

a.whitebtn {
  background: #137fb7;
  font-size: 15px;
  color: var(--white);
  font-weight: 500;
  padding: 13px 32px;
  line-height: 15px;
  border-radius: 10px;
  transition: all 0.5s ease;
  border: 1px solid #137fb7;
  margin-left: 0;
  text-transform: uppercase;
  border-radius: 30px;
  display: inline-block;
}

a.whitebtn:hover {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.navigation ul li a i {
  padding-left: 10px;
}

.custom-nav .navbar-default .navbar-nav > li > a {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  padding-right: 34px;
}

.logo-sec {
  padding: 20px 0;
}

.custom-nav .navbar-nav > li a i {
  margin-left: 125px;
  font-size: 19px;
}

.band-right img {
  padding-right: 24px;
}

.navigation ul li {
  display: inline-block;
  padding: 0 25px;
}

.navigation ul li a {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

.main-navigate h1 {
  font-weight: 600;
  text-align: center;
  color: #e92229;
  font-style: italic;
  font-size: 50px;
}

.main-navigate h5 {
  text-align: center;
  color: #000000;
  font-size: 22px;
}

.main-navigate {
  margin: 0;
  padding: 25px 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.navigation {
  display: flex;
  align-items: center;
  justify-content: center;
}

.navigation ul li a:hover {
  color: #333;
}

.navigation ul li a:before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #333;
  transition: width 0.3s;
}

.navigation ul li a:hover:before {
  width: 100%;
}

/*custom-nav*/

/* custom-slider */

.mainSlider {
  position: relative;
  z-index: 1;
  padding: 0px 0px 50px 0;
  min-height: 847px;
  display: flex;
  align-items: center;
}

.sliderItem {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 0;
  text-align: left;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-content h5 {
  color: #fff;
  font-weight: 500;
  font-size: 4.234rem;
  text-transform: uppercase;
}

.custom-slider {
  position: relative;
}

.slider-content h2 {
  color: #fff;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 133.21px;
  line-height: 160px;
  margin-bottom: 25px;
  font-family: "Richardson Script DEMO";
  transform: skew(359deg, 347deg);
  text-align: center;
  text-shadow: 2px 2px 4px #000;
}

.slider-content h2 span {
  color: #ce63ce;
  display: inherit;
}

.slideContent .headingThre {
  margin: 0 0 3rem;
}

.bottom-line {
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
}

.themeBtn {
  font-size: 16px;
  color: var(--white);
  text-transform: capitalize;
  font-weight: 500;
  padding: 10px 33px;
  line-height: 15px;
  border-radius: 20px;
  transition: all 0.5s ease;
  border: 2px solid #6c35bc;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  border-radius: 30px;
  transition: all 0.5s ease;
  background-color: #6c35bc;
  text-transform: uppercase;
}

.themeBtn:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #090909;
  background-color: #fff;
}

.themeBtn:hover {
  color: #1d528b;
  border: 2px solid #1d528b;
}

.blueBtn {
  font-size: 16px;
  color: var(--white);
  text-transform: capitalize;
  font-weight: 500;
  padding: 14px 40px;
  line-height: 15px;
  border-radius: 20px;
  transition: all 0.5s ease;
  border: 2px solid #10667d;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  border-radius: 30px;
  transition: all 0.5s ease;
  background-color: #10667d;
  text-transform: uppercase;
}

.blueBtn:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #090909;
  background-color: #fff;
}

.blueBtn:hover {
  color: #1d528b;
  border: 2px solid #1d528b;
}

.slider-content p {
  color: #000;
  font-size: 19px;
  text-transform: capitalize;
}

.whitebtn {
  background: transparent;
  font-size: 15px;
  color: var(--white);
  font-weight: 500;
  padding: 13px 32px;
  line-height: 15px;
  border-radius: 10px;
  transition: all 0.5s ease;
  border: 1px solid #fff;
  margin-left: 0;
  text-transform: uppercase;
}
.whitebtn:hover {
  background: #fff;
  color: #000;
}

.carousel-indicators-numbers li {
  text-indent: 0;
  margin: 0 2px;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 100%;
  line-height: 30px;
  color: #fff;
  background-color: #999;
  transition: all 0.25s ease;
}
.carousel-indicators-numbers li.active,
.carousel-indicators-numbers li:hover {
  margin: 0 2px;
  width: 30px;
  height: 30px;
  background-color: #337ab7;
}

.custom-slider .carousel-indicators li {
  text-indent: inherit;
  position: relative;
  /* background-color: transparent; */
  margin: 0;
  opacity: 1;
  color: #000;
  font-weight: 600;
  font-size: 25px;
  display: flex;
  align-items: center;
  transition: 0.5s all ease-in-out;
  margin-right: 20px;
  width: 10px;
  height: 10px;
  justify-content: space-around;
  border-radius: 100%;
  transition: 0.5s all ease-in-out;
  opacity: 0.5;
}

.custom-slider .carousel-indicators {
  position: absolute;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  list-style: none;
  width: 10%;
  align-items: center;
  top: -85px;
  left: auto;
  flex-direction: column;
  right: -225px;
}

.custom-slider .carousel-indicators li span {
  display: inline-block;
  position: absolute;
  /* left: -45px; */
  font-size: 17px;
  color: #000;
  font-weight: 500;
  /* top: -20px; */
  opacity: 1;
  transition: 0.5s all ease-in-out;
}
.slider-content a.themeBtn {
  display: inline-block;
  padding: 15px 25px;
}

.custom-slider .carousel-indicators li.active {
  color: #2a9d8f;
  font-size: 60px;
  font-weight: 700;
  opacity: 1;
  width: 30px;
  height: 30px;
  transition: 0.5s all ease-in-out;
  background-color: #2a9d8f;
  margin-bottom: 0;
}

.custom-slider .carousel-indicators li.active span {
  color: #1a7087;
}

.custom-slider .carousel-indicators li span {
  opacity: 0;
}

.custom-slider .carousel-indicators li.active span {
  opacity: 1;
}

.slider-content h3 {
  font-size: 261.43px;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 220px;
  transform: skew(359deg, 347deg);
}

.sliderItem h4 {
  font-size: 89.14px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 70px;
  margin-bottom: 0;
  font-family: "Roundkey";
  text-shadow: 2px 2px 4px #000;
  transform: skew(359deg, 347deg);
  position: relative;
  top: 35px;
  left: 75px;
}

.custom-slider img {
  width: 100%;
}

.custom-slider .banner-border {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.custom-slider .banner-border img {
  width: 100%;
}

/* custom-slider */

.text-body .text-holder {
  position: relative;
}

.text-body .text-holder:before {
  content: "";
  background: #090909;
  position: absolute;
  top: 0;
  left: 0;
  width: 574px;
  height: 160px;
  animation: appear 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  transform: skew(359deg, 347deg);
}

.text-body .text-holder h3 {
  opacity: 0;
  animation: text-appear 1.2s linear forwards;
  animation-delay: 0.7s;
  text-shadow: 2px 2px 4px #000;
  font-family: "Roundkey";
}

.text-body .text-holder-2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: appear2 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  animation-delay: 0.6s;
}

.text-body .text-holder-2 h3 {
  animation: text-appear 1.8s linear forwards;
  animation-delay: 0.7s;
}

@keyframes text-appear {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes appear {
  0% {
    left: 0%;
    width: 0%;
  }

  50% {
    left: 0%;
    width: 100%;
  }

  100% {
    left: 100%;
    width: 0%;
  }
}

@keyframes appear2 {
  0% {
    left: 0%;
    width: 0%;
    background: #0c5088;
  }

  50% {
    left: 0%;
    width: 100%;
    background: #0c5088;
  }

  100% {
    left: 100%;
    width: 0%;
    background: #0c5088;
  }
}

.header-cta .media .media-body {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}

.header-cta .media .media-body small {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-weight: 600;
}

.header-cta .media .media-body a {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.header-cta figure img {
  width: 100%;
}

.header-cta {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  margin-bottom: 50px;
}

a.phone-icon {
  background-color: #0c5088;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 100%;
  color: #fff;
}

.header-cta .d-flex {
  align-items: center;
}

.header-cta .d-flex span a.themeBtn {
  margin-top: 0;
  margin-left: 30px;
  padding: 16px 40px;
  border-radius: 100px;
  text-transform: uppercase;
}

.sliderItem p {
  color: #fff;
  font-size: 18px;
}

.sliderItem .d-flex a.Bluebtn {
  margin-left: 20px;
}

.sliderItem .d-flex a.BlueBtn {
  margin-left: 20px;
}

.cart-links ul li {
  display: inline-block;
  padding-right: 20px;
}

.cart-links ul li a {
  font-size: 20px;
  color: var(--black);
}

.top-links {
  margin-bottom: 35px;
}

.main-navigate .d-flex {
  padding: 15px 20px;
  background-color: #000;
  margin-top: 10px;
  align-items: center;
  justify-content: space-around;
}

.logo {
  width: 80%;
  padding: 0;
}

.header-search form {
  display: flex;
  width: 100%;
  position: relative;
}

.header-search span {
  display: inline-block;
  width: 20%;
}

.header-search ul li {
  display: inline-block;
  padding-right: 25px;
}

.header-search ul li a {
  color: #000;
}

.header-search form button {
  border: none;
  width: 35px;
  height: 35px;
  font-size: 18px;
  border-radius: 100px;
  background-color: #000000;
  color: #fff;
  position: absolute;
  right: 8px;
  top: 6px;
}

.header-search form input.form-control {
  min-height: 45px;
  border-radius: 100px;
  padding-right: 55px;
}

.header-search {
  display: flex;
  align-items: center;
  justify-content: inherit;
  margin-bottom: 30px;
}

.header-search span:first-child {
  width: 51%;
}

.header-search ul li a:hover {
  color: #000;
}

.header-detail p {
  color: #fff;
  padding: 10px 0;
  margin: 0;
}

.header-detail {
  text-align: center;
  background-color: #000;
}

.cart-links ul li a span {
  font-size: 17px;
  color: #000;
}

.cart-links ul li:last-child {
  padding-right: 0;
}

.cart-links {
  display: flex;
  justify-content: end;
  margin-bottom: 25px;
}

.cart-links ul {
  display: flex;
  align-items: end;
  justify-content: end;
}

.slider-content {
  margin-top: 0;
}

.slider-content a.themeBtn {
  margin-top: 20px;
}

.custom-slider:before {
  content: "";
  background: url(../images/shape01.png) no-repeat;
  width: 320px;
  height: 100px;
  position: absolute;
  top: 0;
  z-index: 1;
  left: 11rem;
}

.main-navigate .d-flex a.themeBtn {
  background-color: #fff;
  color: #000;
}

.main-navigate .row {
  align-items: center;
}

.main-navigate nav {
  padding: 10px 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #000;
  font-weight: 500;
  font-size: 14px;
}

.main-navigate nav img {
  width: 70%;
}

.main-navigate nav ul li {
  padding-right: 21px;
  position: relative;
}

.main-navigate nav ul li a {
  text-transform: uppercase;
  font-weight: 600;
}

.main-navigate nav ul li:before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #000;
  position: absolute;
  border-radius: 100%;
  left: -10px;
  top: 18px;
}

.main-navigate nav ul li:first-child:before {
  content: "";
  display: none;
}

.custom-slider .carousel-indicators li.active span {
  color: #fff;
}

.sliderItem img.plane {
  width: 35%;
  position: absolute;
  bottom: 10rem;
  left: 33rem;
}

.bottom-line img {
  width: 100%;
}

.dropdown .bg-black {
  background-color: #6c35bc;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown .bg-black a {
  color: var(--white);
  padding-block: 1rem;
}

.dropdown .bg-black a:hover {
  background-color: #000;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  top: 40px;
  padding: 0;
}
