
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
:root {
  --clr-heading: #111135;
  --clr-body: #565656;
  --clr-bg: #f3f3f3;
  --clr-def: #ff508e;
  --clr-def-2: #d450ff;
  --clr-ftr: #070E27;
  --clr-ftr-2: #666666;
  --clr-ftr-3: #323232;
  --clr-white: #fff;
  --clr-black: #000;
  --rad-1: 4px; }

/*-------------------------------------------------------
02. Mixins Css #070E27
---------------------------------------------------------*/
/*-------------------------------------------------------
1. Typography css
---------------------------------------------------------*/
*, *:before, *:after {
  box-sizing: inherit; }

* {
  scroll-behavior: inherit !important; }

html, body {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 62.5%;
  box-sizing: border-box; }

body {
  font-family: var(--font-1);
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3rem;
  letter-spacing: 0.005em;
  color: var(--clr-body);
  position: relative; }

a {
  color: var(--clr-body); }


li {
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  color: var(--clr-heading);
  margin: 0 0 1.5rem 0;
  letter-spacing: 1px;
  font-weight: 600;
  font-family: var(--font-2);
  line-height: 1.2; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 30px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 14px; }

p {
  margin-bottom: 1.5rem; }

.img, img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: auto; }

hr {
  padding: 0px;
  border-bottom: 1px solid #eceff8;
  border-top: 0px; }

label {
  color: #000;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 400; }

*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none; }

::-moz-selection {
  background: #555;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #555;
  color: #fff;
  text-shadow: none; }

*::-moz-placeholder {
  color: #999;
  font-size: 1.4rem;
  opacity: 1; }

*::placeholder {
  color: #999;
  font-size: 1.4rem;
  opacity: 1; }

/*-------------------------------------------------------
2. Theme Default css
---------------------------------------------------------*/
.ovrflow-hidden {
  overflow: hidden; }

.text-right {
  text-align: right; }

.space-between {
  display: flex;
  justify-content: space-between;
  align-items: center; }

/*Theme button css*/
.site-title {
  margin-top: -1rem; }
  .site-title h2 {
    font-weight: 700;
    line-height: 46px;
    letter-spacing: 0.0025em; }
  .site-title .about-sub-title {
    font-weight: 500; }

.about-sub-title.def {
  color: var(--clr-def); }

.site-title.wh p,
.site-title.wh h2 {
  color: var(--clr-white); }

/*margins paddings*/
.pb-140 {
  padding-bottom: 14rem; }

.pd-50 {
  padding: 5rem 0; }

.de-padding {
  padding: 3rem 0rem 4rem;}

.de-pt {
  padding-top: 22rem;
	padding-bottom: 50px;
}

.de-pb {
  padding-bottom: 12rem; }

.pt-0 {
  padding-top: 0rem; }

.pt-10 {
  padding-top: 1rem; }

.pt-20 {
  padding-top: 2rem; }

.pt-30 {
  padding-top: 3rem; }

.pt-40 {
  padding-top: 4rem; }

.pt-50 {
  padding-top: 5rem; }

.pt-60 {
  padding-top: 6rem; }

.pt-70 {
  padding-top: 7rem; }

.pt-80 {
  padding-top: 8rem; }

.pt-90 {
  padding-top: 9rem; }

.pt-100 {
  padding-top: 10rem; }

.pb-0 {
  padding-bottom: 0rem; }

.pb-10 {
  padding-bottom: 1rem; }

.pb-20 {
  padding-bottom: 2rem; }

.pb-30 {
  padding-bottom: 3rem; }

.pb-40 {
  padding-bottom: 4rem; }

.pb-50 {
  padding-bottom: 5rem; }

.pb-60 {
  padding-bottom: 6rem; }

.pb-70 {
  padding-bottom: 7rem; }

.pb-80 {
  padding-bottom: 8rem; }

.pb-90 {
  padding-bottom: 9rem; }

.pb-100 {
  padding-bottom: 10rem; }


.pos-rel {
  position: relative;
  z-index: 1; }

/*Theme Button*/
.tm-btn-1 {
  padding: 2rem 2.5rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
  color: var(--clr-white);
  border: 1px solid var(--clr-white);
  position: relative;
  z-index: 5;
  display: inline-block;
  text-transform: capitalize;
  font-family: var(--font-2);
  border-radius: 3rem;
 }
  .tm-btn-1:hover {
    color: var(--clr-white);
    background-color: var(--clr-def);
    border: 1px solid transparent; }

.tm-btn-2 {
  background: linear-gradient(285deg, #3f2d7d, #2baae2);
    font-size: 16px;
    line-height: 1.2 !important;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    border-radius: 0.3em;
    padding: 0.8em 1.8em;
  outline: none;
  display: inline-block;
  color: #fff;
  text-decoration: none;	
}
  .tm-btn-2:hover {
box-shadow: 0 0em 0em rgba(0, 0, 0, 0.2);
    background: #3F2D7D;
    border-color: transparent;
    color: #ffffff !important;
}



.input-style-1 {
  height: 5rem;
  border: none;
  padding: 2rem;
  outline: none;
  border-radius: 2px;
  font-size: 1.4rem;
  color: var(--clr-heading); }
  .input-style-1::placeholder {
    color: #747070;
    opacity: 1; }

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1185px; } }
/*-------------------------------------------------------
23. Grids css 
---------------------------------------------------------*/
.grid-2 {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(2, 1fr); }

.grid-3 {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(3, 1fr); }

.grid-4 {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(4, 1fr); }

.grid-5 {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(5, 1fr); }

.grid-6 {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(6, 1fr); }

.grid-px-2 {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr)); }

.gap-0 {
  grid-gap: 0; }

.gap-1 {
  grid-gap: 1rem; }

.gap-2 {
  grid-gap: 2rem; }

/*-------------------------------------------------------
12. Scroll top css 
---------------------------------------------------------*/
#scrtop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
background: rgba(0, 0, 0, 0.3);
  color: var(--clr-white);
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  line-height: 1;
    text-decoration: none;	
}
  #scrtop:hover {
    background-color: #000;
}

/*-------------------------------------------------------
03.Bootstrap Menu css
---------------------------------------------------------*/
.hero-section {
  margin-top:0rem; }

@media all and (min-width: 992px) {
  .navbar .nav-item .nav-link {
    margin-right: 3rem;
    height: 90px;
    line-height: 90px;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0em;
    color: #404041;
    }

  .single-page .navbar .nav-item .nav-link {
    color: var(--clr-heading); }

  .navbar.fixed-top .nav-item .nav-link {
    color: #000; }

  .navbar .nav-item:last-child .nav-link {
    margin-right: 0; }

  .navbar .dropdown-menu-end {
    right: 0;
    left: auto; }

  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
    padding: 1.5rem 2.5rem 2.5rem 2.5rem;
    border: none;
    border-radius: 0; }

  .navbar .nav-item .dropdown-menu li {
    margin-bottom: 1rem; }

  .navbar .nav-item .dropdown-menu li:last-child {
    margin-bottom: 0; }

  .navbar .nav-item:hover .nav-link {
    color: #000; }

  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%; }

  .navbar .dropdown-menu.fade-up {
    top: 180%; }

  .navbar .nav-item{
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: capitalize; }

  .navbar .nav-item:hover{
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg); }


  .dropdown-menu[data-bs-popper] {
    margin-top: 0;
    left: -550px; } }
/*Bootstrap menu*/
.navbar {
  padding-top: 0;
  padding-bottom: 0;
  z-index: 999; 
 background: #fff;	
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);	
}

.navbar.fixed-top {
  background-color: var(--clr-white); }

.navbar .navbar-brand .logo-display {
  display: block; }

.navbar .navbar-brand .logo-scrolled {
  display: none; }

.navbar.fixed-top .navbar-brand .logo-display {
  display: none; }

.navbar.fixed-top .navbar-brand .logo-scrolled {
  display: block; }

button.navbar-toggler {
  font-size: 3.5rem;
  padding: 0;
  margin: 0; }

button.navbar-toggler:focus {
  outline: none;
  box-shadow: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: inherit;
  height: inherit; }

.navbar-brand {
    padding-top: 1rem;
    font-size: 1.25rem;
}

.navbar.fixed-top .header-cart-btn .sup {
  color: var(--clr-heading); }

.navbar .nav-item .dropdown-menu .menu-drop-list li {
  margin-bottom: 3rem; }

  .navbar li a {
    font-size: 16px !important;
}

.menu-me {
  width: 100%;
  text-align: center; }

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: 0;
  font-family: 'Font Awesome\ 5 Free';
  content: "\f078";
  font-weight: 900;
  border: none; }

.fixed-top .menu-tab div {
  background-color: var(--clr-black); }



.hero-single {
  z-index: 1;
  display:flex;
  position:relative;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  align-items: center;
  justify-content: center;
  }
  
  .hero-single::before {
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    background-color: var(--clr-black);
    opacity: .6;
    top: 0;
    left: 0;
    content: ''; }
.hero-single .hero-content {
    text-align: center;
    padding-top: 270px;
    padding-bottom: 200px;
}
    .hero-single .hero-content .hero-title {
      color: var(--clr-white);
      margin-bottom: 4rem; }
      .hero-single .hero-content .hero-title span.wodryRX {
        font-size: 1.8rem;
        font-weight: 600;
        line-height: 3rem;
        color: var(--clr-def); 
	}
    .hero-single .hero-content .hero-sub-title {
      margin-bottom: 2rem;
      color: var(--clr-white);
      margin-bottom: 4rem; }
    .hero-single .hero-content p {
      color: var(--clr-white);
      font-size: 1.8rem;
      line-height: 30px;
      font-weight: 400;
      margin-bottom: 4rem;
      padding: 0 14rem; }

.hero-title {
  font-size: 7rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.005em; }

.hero-sub-title {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase; }

.hero-slider.owl-theme .owl-nav {
  margin-top: 0px; }

.hero-slider.owl-theme .owl-nav [class*=owl-] {
  color: var(--clr-def);
  font-size: 5rem;
  margin: 0;
  padding: 0;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 0; }

.hero-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
  color: var(--clr-def);
  text-decoration: none; }

.hero-slider.owl-theme .owl-nav .owl-prev {
  left: 5rem; }

.hero-slider.owl-theme .owl-nav .owl-next {
  right: 5rem; }

.hero-slider.owl-theme .owl-nav .owl-prev,
.hero-slider.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%); }

.hero-single-2 {
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding-top: 58rem; 
  }
.hero-single-2 .hero-content-2 {
    padding-top: 7rem;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 4;
}
    .hero-single-2 .hero-content-2 .hero-sub-title {
      color: var(--clr-white);
      margin-bottom: 3rem; }
    .hero-single-2 .hero-content-2 .hero-title {
      color: var(--clr-white);
      font-weight: 700;
      margin-bottom: 3rem; }
    .hero-single-2 .hero-content-2 p {
      color: var(--clr-white);
      font-family: var(--font-2);
      font-size: 1.8rem;
      margin-bottom: 3rem;
      padding-right: 10rem; }

.hero-2-img {
  position: relative;
  z-index: 1;
  text-align: right; }
  .hero-2-img::before {
    position: absolute;
    border-radius: 50%;
    width: 440px;
    height: 440px;
    content: '';
    background-image: -moz-linear-gradient(11deg, #291342 0%, #c60242 100%);
    background-image: -webkit-linear-gradient(11deg, #291342 0%, #c60242 100%);
    background-image: -ms-linear-gradient(11deg, #291342 0%, #c60242 100%);
    z-index: -1;
    transition: all .5s ease-in-out;
    animation: ups-down 5s infinite ease-out;
    pointer-events: none; }
  .hero-2-img::after {
    position: absolute;
    border-radius: 50%;
    width: 440px;
    height: 440px;
    content: '';
    background-color: #c40342;
    z-index: -2;
    top: -30px;
    right: -15px; }

/*-------------------------------------------------------
60. About css
---------------------------------------------------------*/
.about-left .about-pic img {
  padding: 2rem;
  border-radius: 10px;
  background-color: white;
 }

.about-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%; }
  .about-right .about-title {
    margin-bottom: 3rem; }
    .about-right .about-title span {
      color: var(--clr-def); }
  .about-right .about-title-3 {
    margin-bottom: 3rem; }

.about-sub-title {
  border-bottom: 4px solid var(--clr-bg);
  display: inline-block;
  margin-bottom: 3.5rem; }

.about-sub-title,
.about-title-3 {
  text-transform: uppercase;
  font-weight: 500; }

.about-btns {
  align-items: center;
  gap: 3rem;
	    margin-top: 115px;
}

.about-sub-title.wh {
  border-bottom: 4px solid var(--clr-white); }

/*-------------------------------------------------------
21. Footer css 
---------------------------------------------------------*/
footer {
  background: linear-gradient(285deg,#3f2d7d,#2baae2);
  padding: 3rem 0; }

.copyright p {
  color: #e8e8e8;
  text-transform: uppercase;
  margin-bottom: 0; 
	text-align: center;
}

/*
* ----------------------------------------------------------------------------------------
* 13.CONTACT CSS STYLE
* ----------------------------------------------------------------------------------------
*/
.contact-area {
    padding-top: 100px;
    padding-bottom: 100px;
}

.contact-form-area .form-group {
    margin-bottom: 10px;
}

.contact-form-area .form-group .for-icon {
    right: 26px;
    font-size: 16px;
    margin-bottom: 0;
    position: absolute;
    margin-top: -45px;
    color: #000;
}

.contact-form-area .form-group .form-control {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    line-height: 1.3;
    padding: 12px 20px 11px 20px;
      border-radius: 0rem;
    background: #f5f5f5;
    border-color: #e8e8e8;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.08) inset;
}

.contact-form-area .form-group .form-control:focus {
    box-shadow: none;
    border-color: #000;
}


.contact-form-area .form-group label {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin-bottom: 5px;
}

.section-title h2 {
    margin-bottom: 15px;
    font-size: 26px;
    letter-spacing: 0px;
    color: #000;
}

.contact-form .contact-sub-btn button {
    font-family: var(--font-2);
    font-size: 1.6rem;
    border: none;
    font-weight: 500;
    color: #fff;
}
	
	