.img1 {
  position: relative;
  background: #004e89;
  padding: 200px 15px;
}
@media screen and (max-width: 767px) {
  .img1 {
    padding: 150px 0;
  }
}
.mynav a:hover {
  color: antiquewhite;
}

.btn1 {
  color: white;
  background: orangered;
  padding: 10px 20px;
  border-radius: 100px;
  font-size: 14px;
}

.btn1:hover,
.explore-button:hover {
  text-decoration: none;
  color: white;
  opacity: 0.9;
}
.treat {
  margin-left: auto;
  text-align: center;
  color: white;
}
.para1 {
  font-size: 12px;
  letter-spacing: 3px;
  font-weight: 600;
}
.treat h1 {
  font-size: 60px;
  font-weight: bold;
}
.para2 {
  width: 100%;
  max-width: 540px;
  font-size: 18px;
  text-align: center;
  margin: 20px auto;
}
.para2 span {
  position: relative;
}
.para2 span::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: -5px;
  left: 0;
  background: orangered;
}
.explore-button {
  color: white;
  background: orangered;
  padding: 15px 25px;
  border-radius: 50px;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1180px;
  }
}

@media screen and (min-width: 1320px) {
  .container {
    max-width: 1240px;
  }
}

@media screen and (min-width: 1500px) {
  .container {
    max-width: 1440px;
  }
}

@media screen and (max-width: 1500px) {
  .bg-img-sizing-1 {
    background-size: 55% !important;
  }
}
/*==================================
Theme Color All Codes Variable
==================================*/

:root {
  --theme-general-color: #6d7175;
  /* theme gray color */
}

:root {
  --theme-primary-color: #4967db;
  /* theme primary color */
}

:root {
  --theme-secondary-color: #202430;
  /* theme secondary color */
}

:root {
  --theme-white-color: #fff;
  /* theme white font color */
}

:root {
  --theme-light-color: #f8f9fa;
  /* theme light gray color */
}

:root {
  --theme-gray-color: #efefef;
  /* theme gray color */
}

:root {
  --theme-text-gray: #c3c3c3;
  /* theme text gray color */
}

:root {
  --theme-dark-color: #181a1d;
  /* theme dark color ok*/
}

:root {
  --theme-footer-color: #1e2124;
  /* theme dark color ok*/
}

:root {
  --theme-primary-opacity-color: rgba(14, 150, 246, 0.8);
  /* theme primary opacity color */
}

:root {
  --theme-secondary-opacity-color: rgba(37, 40, 43, 0.8);
  /* theme secondary opacity color */
}

:root {
  --theme-dark-opacity-color: rgba(24, 26, 29, 0.8);
  /* theme dark opacity color */
}

:root {
  --theme-white-opacity-color: rgba(255, 255, 255, 0.5);
  /* theme light color */
}

:root {
  --text-light-color: #a5a5a5;
  /* text light color */
}

/*==================================
Font Variable
==================================*/

:root {
  --theme-general-font: "Jost", sans-serif;
  /* Font use for normal text and general text */
}

:root {
  --theme-hiperlink-font: "Jost", sans-serif;
  /* Font use for normal text and general text */
}

:root {
  --theme-highlight-font: "Jost", sans-serif;
  /* Font used in title or special area */
}

/*==================================
Extra Css
==================================*/

.navbar-brand {
  display: block !important;
}

.mix-tab ul li,
.tab-simple ul li {
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0;
}

.purchase-btn-envato {
  position: fixed;
  left: 50px;
  bottom: 50px;
  z-index: 9;
  width: 50px;
  height: 50px;
  z-index: 100;
}

.purchase-btn-envato a {
  z-index: 100;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  font-weight: 400;
}

.sub-title,
.dropdown-item,
.navbar-expand-lg .navbar-nav .nav-link {
  font-weight: 500;
}

.list-bullate li {
  font-weight: 500;
}

.dropdown-item {
  font-size: 14px;
  font-weight: 500;
}

.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 14px;
  text-transform: uppercase;
}

.purchase .btn-buy {
  display: block;
  padding: 8px 20px 4px 10px;
  border-radius: 40px;
}

.purchase img {
  width: 40px;
  margin-right: 10px;
}

.demo-item .demo-bg {
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  background-color: #f4f4f4;
  padding-top: 100%;
  background-position: center top;
  transition: background-position 0.1s linear, box-shadow 0.3s;
}

.demo-item a:hover .demo-bg,
.demo-item a:focus .demo-bg {
  background-position: center bottom;
  transition: background-position 20s linear, box-shadow 0.9s;
}

@media screen and (max-width: 1199px) {
  .purchase .btn-buy {
    padding: 12px 25px;
  }
  .purchase img {
    display: none;
  }
}
.mix-tab ul li,
.tab-simple ul li {
  font-weight: 500;
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 4px 27px;
}

.nav-tab-line li.mixitup-control-active:after,
.nav-tab-line li.active:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: var(--theme-primary-color);
  background-color: #fff;
  transform: rotate(45deg);
  margin-left: -5px;
  border-top: transparent;
  border-left: transparent;
  bottom: -7px;
}
.mix-tab {
  margin-bottom: 40px;
}

.full-row {
  padding-top: 70px;
  padding-bottom: 70px;
}

.loader span {
  position: relative;
  top: 0;
  display: inline-block;
  text-transform: uppercase;
  opacity: 0;
  transform: rotateX(-90deg);
}

.let1 {
  animation: drop 1.5s ease-in-out infinite;
  animation-delay: 0.2s;
}

.let2 {
  animation: drop 1.5s ease-in-out infinite;
  animation-delay: 0.3s;
}

.let3 {
  animation: drop 1.5s ease-in-out infinite;
  animation-delay: 0.4s;
}

.let4 {
  animation: drop 1.5s ease-in-out infinite;
  animation-delay: 0.5s;
}

.let5 {
  animation: drop 1.5s ease-in-out infinite;
  animation-delay: 0.6s;
}

.let6 {
  animation: drop 1.5s ease-in-out infinite;
  animation-delay: 0.7s;
}

.let7 {
  animation: drop 1.5s ease-in-out infinite;
  animation-delay: 0.8s;
}

@keyframes drop {
  10% {
    opacity: 0.5;
    top: -3.78em;
  }

  20% {
    opacity: 1;
    top: 0;
    transform: rotateX(-360deg);
  }

  80% {
    opacity: 1;
    top: 0;
    transform: rotateX(-360deg);
  }

  90% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
    top: 3.78em;
  }
}

.loader {
  position: fixed;
  inset: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #fff;
  z-index: 99999;
}

.nav-tab-border-active .mixitup-control-active {
  border: 2px solid;
  border-color: var(--theme-primary-color);
  border-radius: 20px;
}
