@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,500,600,700,800|Poppins:400,500,600,700|Yellowtail&display=swap");

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

.slider-area .hero_caption span {
    font-family: "Yellowtail", cursive;
    color: #2577fd;
    font-size: 40px;
    display: inline-block;
}

.slider-area .hero_caption h1 {
    color: #1f2022;
    font-family: "Playfair Display", serif;
    font-size: 100px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: capitalize;
    margin-bottom: 13px;
}
.slider-area {
    margin-top: -1px;
}
.slider-area .hero_caption p {
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 300;
    color: #313639;
    margin-bottom: 50px;
    text-transform: capitalize;
}
.hero-btn {
    padding: 25px 29px;
}

.btn {
    background: #2577fd;
    -moz-user-select: none;
    text-transform: capitalize;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 0;
    padding: 27px 44px;
    border-radius: 25px;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
    margin: 0;
}

.btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00b1ff;
    z-index: 1;
    border-radius: 5px;
    transition: transform 0.5s;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleX(0);
}
.btn:hover::before {
    transform: scaleX(1);
    color: #fff !important;
    z-index: -1;
}

.category-area {
    padding-left: 45px;
    padding-right: 45px;
}

.section-padding30 {
    padding-top: 200px;
    padding-bottom: 170px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .section-padding30 {
        padding-top: 200px;
        padding-bottom: 170px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .section-padding30 {
        padding-top: 200px;
        padding-bottom: 170px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .category-area {
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-padding30 {
        padding-top: 150px;
        padding-bottom: 120px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding30 {
        padding-top: 100px;
        padding-bottom: 70px;
    }
}

.section-tittle h2 {
    color: rgb(0, 0, 0);
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-tittle h2 {
        font-size: 37px;
    }
}

@media (max-width: 767px) {
    .section-tittle h2 {
        font-size: 33px;
    }
}

.mb-85 {
    margin-bottom: 85px;
}
.mb-30 {
    margin-bottom: 30px;
}
.category-area .single-category .category-img {
    position: relative;
}
.category-area .single-category .category-img img {
    width: 100%;
    border-radius: 6px;
}

.category-area .single-category .category-img .category-caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 52px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .category-area .single-category .category-img .category-caption {
        right: 13px;
    }
}

@media (max-width: 767px) {
    .category-area .single-category .category-img .category-caption {
        right: 13px;
    }
}

.category-area .single-category .category-img .category-caption h2 {
    color: #1f1f1f;
    text-transform: capitalize;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 13px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .category-area .single-category .category-img .category-caption h2 {
        font-size: 26px;
    }
}
@media (max-width: 767px) {
    .category-area .single-category .category-img .category-caption h2 {
        font-size: 22px;
        margin-bottom: 0px;
    }
}

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

.category-area .single-category .category-img .category-caption .best a {
    color: #000000;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
    background: #ffce25;
    padding: 13px 24px;
    border-radius: 30px;
    display: inline-block;
}
.category-area .single-category .category-img .category-caption .collection {
    display: block;
    color: #fff;
    text-transform: capitalize;
    font-size: 30px;
    line-height: 1.1;
    font-family: "Yellowtail", cursive;
    font-weight: 600;
    text-shadow: 2px 2px 0 #000,
     -2px -2px 0 #000,  
      2px -2px 0 #000,
      -2px 2px 0 #000,
       2px 1px 0 #000;
    margin-top: 5px;
}

.category-area .single-category .category-img .category-caption .best{
        font-size: 21px;
    font-weight: 700;
    /* margin-bottom: -24px; */
    background: #ffffff94;
    padding: 3px;
    border-radius: 5px;
}
.zoom{
  display:inline-block;
  overflow:hidden;           /* Taşmaları kırp */
  border-radius:12px;        /* İsteğe bağlı */
}

.zoom img{
  display:block;             /* Boşlukları kaldırır */
  transform: scale(1);
  transform-origin: center;
  transition: transform .4s ease; /* Yumuşak zoom */
  will-change: transform;
  backface-visibility: hidden;
}

.zoom:hover img,
.zoom:focus-visible img{     /* Klavye erişilebilirliği */
  transform: scale(1.3);    /* Zoom miktarı */
}

/* Hareket hassasiyeti olan kullanıcılar için */
@media (prefers-reduced-motion: reduce){
  .zoom img{ transition: none; }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .category-area .single-category .category-img .category-caption .collection {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .category-area .single-category .category-img .category-caption .collection {
        font-size: 20px;
    }
}
.category-area .single-category .category-img .category-caption p {
    color: #000000;
}
.padding-bottom {
    padding-bottom: 250px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .padding-bottom {
        padding-bottom: 250px;
    }
}
.latest-product-area .product-btn {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 80px;
    padding: 0 11px;
}
@media (max-width: 767px) {
    .latest-product-area .product-btn {
        border-bottom: none;
        margin-bottom: 24px;
        padding: 0 11px;
    }
}
.f-right {
    float: right;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .latest-product-area .properties__button {
        float: left;
    }
}
.latest-product-area .nav-tabs {
    margin-bottom: 15px;
    padding-bottom: 0px;
    position: relative;
    border: 0;
    display: flex;
    justify-content: center;
}
.latest-product-area .nav-tabs .nav-link {
    border: 0;
    border-bottom: 2px solid transparent;
}
.latest-product-area .nav-tabs .nav-item {
    padding-bottom: 10px;
    display: block;
    color: #8f8f96;
    text-transform: capitalize;
    font-size: 16px;
}
.latest-product-area .nav-tabs .nav-item.show .nav-link, .latest-product-area .nav-tabs .nav-link.active {
    color: #ff003c;
}
.mb-60 {
    margin-bottom: 60px;
}
.single-product {
    text-align: center;
    margin-bottom: 50px;
}
.latest-product-area .single-product .product-img {
    margin-bottom: 30px;
    position: relative;
}
.latest-product-area .single-product .product-img img {
    width: 100%;
}
.latest-product-area .single-product .product-img .new-product {
    position: absolute;
    top: 25px;
    left: 23px;
}
.latest-product-area .single-product .product-img .new-product span {
    background: #ff003c;
    padding: 3px 16px;
    border-radius: 30px;
    color: #fff;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Playfair Display", serif;
    color: #0b1c39;
    margin-top: 0px;
    font-style: normal;
    font-weight: 500;
}
.latest-product-area .single-product h4 a {
    margin-bottom: 16px;
    font-size: 16px;
    color: #383838;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.latest-product-area .single-product .product-caption .price ul li {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    padding-right: 13px;
}
.latest-product-area .single-product .product-caption .price ul li.discount {
    color: #ff003c;
    text-decoration: line-through;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .latest-product-area .properties__button {
        float: left;
    }
}

@media (max-width: 767px) {
    .latest-product-area .properties__button {
        float: left;
    }
}
.lf-padding {
    padding-left: 60px;
    padding-right: 60px;
}
.best-product-area {
    position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.lf-padding {
    padding-left: 30px;
    padding-right: 30px;
}
}
@media (max-width: 767px) {
    .lf-padding {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.best-product-area .bg-height {
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
}

.best-product-area .product-man {
    left: 9%;
    bottom: 0;
    z-index: 1;
    width: auto;
}
.best-product-area .vertical-text span {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    font-size: 117px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #e6dfc6;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 0;
}
.best-product-area .best-product-caption {
    padding-top: 150px;
    padding-bottom: 130px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .best-product-area .best-product-caption {
        padding-top: 80px;
        padding-bottom: 75px;
    }
}
@media (max-width: 767px) {
    .best-product-area .best-product-caption {
        padding-top: 80px;
        padding-bottom: 75px;
    }
}
.best-product-area .best-product-caption h2 {
    color: #000;
    font-size: 55px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 19px;
}
@media (max-width: 767px) {
    .best-product-area .best-product-caption h2 {
        font-size: 21px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .best-product-area .best-product-caption h2 {
        font-size: 45px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .best-product-area .best-product-caption h2 {
        font-size: 45px;
    }
}
.best-product-area .best-product-caption p {
    color: #373b41;
    font-size: 20px;
    margin-bottom: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .best-product-area .best-product-caption p {
        font-size: 17px;
    }
}
@media (max-width: 767px) {
    .best-product-area .best-product-caption p {
        font-size: 17px;
    }
}
p {
    font-family: "Poppins", sans-serif;
    color: #506172;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: normal;
}
.black-btn {
    background: #000;
    box-shadow: 0px 20px 50px 0px rgba(22, 22, 22, 0.2);
    transform: translateY(0px);
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 0;
    margin-bottom: 0;
    padding: 27px 44px;
    border-radius: 25px;
}
.black-btn:hover {
    box-shadow: 0px 20px 50px 0px rgba(12, 9, 9, 0.2);
    transform: translateY(-3px);
}
a {
    color: #635c5c;
}

a:hover {
    color: #fff;
}
a:focus,
a:hover {
    text-decoration: none;
}
a,
button {
    color: #fff;
    outline: medium none;
    text-decoration: none;
}
a, .button {
    -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;
}
.latest-product-area .single-product h4 a:hover {
    color: #ff003c;
}
.section-padding2 {
    padding-top: 200px;
    padding-bottom: 200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .section-padding2 {
        padding-top: 200px;
        padding-bottom: 200px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-padding2 {
        padding-top: 200px;
        padding-bottom: 200px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding2 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media (max-width: 767px) {
    .section-padding2 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 3640px) {
    .container {
        max-width: 1170px;
    }
}
.best-collection-area .best-left-cap h2 {
    color: #000;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 19px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .best-collection-area .best-left-cap h2 {
        font-size: 33px;
    }
}
@media (max-width: 767px) {
    .best-collection-area .best-left-cap h2 {
        font-size: 33px;
    }
}
.best-collection-area .best-left-cap p {
    color: #373b41;
    font-size: 20px;
    margin-bottom: 55px;
}
.shop1-btn {
    box-shadow: 0px 20px 50px 0px rgba(37, 119, 253, 0.2);
}
.btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00b1ff;
    z-index: 1;
    border-radius: 5px;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleX(0);
}
.best-collection-area .best-left-img {
    padding-top: 130px;
}
@media (max-width: 767px) {
    .best-collection-area .best-left-img {
        padding-top: 30px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .best-collection-area .best-left-img {
        padding-top: 30px;
    }
}
.best-collection-area .best-right-cap {
    float: right;
}

.best-collection-area .best-right-cap .best-single {
    display: flex;
    align-items: end;
}
.best-collection-area .best-right-cap .best-single .single-cap {
    text-align: right;
}
.best-collection-area .best-right-cap .best-single .single-cap h4 {
    color: #000000;
    font-size: 18px;
    line-height: 1.6;
    font-family: "Poppins", sans-serif;
}
.best-collection-area .best-right-cap .best-single .single-img {
    padding-left: 25px;
}
.best-collection-area .best-right-cap .best-single .single-cap.active {
    background: #2577fd;
    padding: 10px 30px;
    border-radius: 10px;
}
.best-collection-area .best-right-cap .best-single .single-cap.active h4 {
    color: #fff;
    font-family: "Poppins", sans-serif;
}
.latest-height {
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
}
latest-wrapper .latest-area {
    position: relative;
}
.latest-wrapper .latest-area .latest-caption {
    position: relative;
    z-index: 1;
}
.latest-wrapper .latest-area .latest-caption h2 {
    color: #000;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 19px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .latest-wrapper .latest-area .latest-caption h2 {
        font-size: 29px;
    }
}
@media (max-width: 767px) {
    .latest-wrapper .latest-area .latest-caption h2 {
        font-size: 27px;
    }
}
.latest-wrapper .latest-area .latest-caption p {
    color: #373b41;
    font-size: 20px;
    margin-bottom: 55px;
}
.latest-wrapper .latest-area .latest-subscribe form {
    position: relative;
}
.latest-wrapper .latest-area .latest-subscribe form input {
    height: 60px;
    width: 100%;
    padding: 10px 32px;
    border: 1px solid #fff;
    border-radius: 30px;
}
@media (max-width: 767px) {
    .latest-wrapper .latest-area .latest-subscribe form input {
        padding: 10px 17px;
    }
}
.latest-wrapper .latest-area .latest-subscribe form button {
    padding: 20px 47px;
    background: #2577fd;
    font-size: 14px;
    font-weight: 300;
    position: absolute;
    right: 0;
    border: 0;
    cursor: pointer;
    top: 0;
    color: #fff;
    border-radius: 30px;
}
@media (max-width: 767px) {
    .latest-wrapper .latest-area .latest-subscribe form button {
        padding: 20px 14px;
    }
}
.mb-40 {
    margin-bottom: 40px;
}
.shop-method-area .single-method i {
    font-size: 40px;
    color: #282828;
    margin-bottom: 25px;
    display: block;
}
.shop-method-area .single-method h6 {
    color: #282828;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 12px;
    font-family: "Poppins", sans-serif;
}
.shop-method-area .single-method p {
    font-size: 16px;
}
.gallery-wrapper .gallery-area .gallery-items {
    display: flex;
    width: 20%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gallery-wrapper .gallery-area .gallery-items {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .gallery-wrapper .gallery-area .gallery-items {
        width: 50%;
    }
}
.lf-padding {
    padding-left: 60px;
    padding-right: 60px;
}
.footer-padding {
    padding-top: 150px;
    padding-bottom: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .footer-padding {
        padding-top: 150px;
        padding-bottom: 120px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-padding {
        padding-top: 100px;
        padding-bottom: 70px;
    }
}
@media (max-width: 767px) {
    .footer-padding {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.mb-50 {
    margin-bottom: 50px;
}
.footer-area .footer-logo {
    margin-bottom: 40px;
}
.footer-area .footer-pera p {
    color: #868c98;
    font-size: 16px;
    margin-bottom: 50px;
    line-height: 1.8;
}
.footer-area .footer-tittle h4 {
    color: #000;
    font-size: 20px;
    margin-bottom: 29px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
}
.footer-area .footer-tittle ul li {
    color: #012f5f;
    margin-bottom: 15px;
}
.footer-copy-right {
    padding-top: 50px;
}
.footer-copy-right p {
    color: #888888;
    font-weight: 300;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 20px;
}
.footer-area .footer-tittle ul li a {
    color: #868c98;
    font-weight: 300;
}
.footer-area .footer-tittle ul li a:hover {
    color: #2577fd;
    padding-left: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .header-bottom {
        padding: 0px 10px;
    }
}
.header-area .header-bottom {
    padding: 0px 170px;
}
@media (max-width: 767px) {
    .header-area .header-bottom {
        padding: 22px 25px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area .header-bottom {
        padding: 22px 25px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .header-area .header-top {
        padding: 13px 10px;
    }
}
.top-bg {
    background: #000000;
}
.header-area .header-top {
    padding: 13px 170px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .header-area .header-top {
        padding: 13px 10px;
    }
}
.header-area .header-top .header-info-left .contact-now {
    padding-left: 30px;
    padding-top: 10px;
}
.header-area .header-top .header-info-left .contact-now li {
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
}
.header-area .header-top .header-info-right ul li {
    display: inline-block;
}
.header-area .header-top .header-info-right ul li a {
    padding-left: 36px;
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
}
.header-area .header-bottom {
    padding: 0px 170px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .header-area .header-bottom {
        padding: 0px 10px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .header-bottom {
        padding: 12px 25px;
    }
}
@media (max-width: 767px) {
    .header-area .header-bottom {
        padding: 22px 25px;
    }
}
.header-bottom .main-menu ul li {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.header-sticky ul li a {
    padding: 10px 19px;
}
.sticky-bar {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    z-index: 9999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    background: #fff;
}
.header-bottom .main-menu ul li a {
    color: #000000;
    display: inline-block;
    text-transform: capitalize;
    padding: 39px 18px;
    display: block;
    font-size: 18px;
    -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;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-bottom .main-menu ul li a {
        padding: 39px 15px;
    }
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .header-bottom .main-menu ul li a {
        padding: 39px 13px;
    }
}
.header-bottom .main-menu ul li.hot {
    position: relative;
}
.header-bottom .main-menu ul li.hot::before {
    position: absolute;
    content: "HOT";
    background: #ff003c;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    font-size: 10px;
    top: 19px;
    right: -13px;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    padding: 3px 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}
.header-bottom .main-menu ul ul.submenu {
    position: absolute;
    width: 170px;
    background: #fff;
    left: 0;
    top: 90%;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    padding: 17px 0;
    border-top: 5px solid #ff003c;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.header-bottom .main-menu ul ul.submenu > li {
    margin-left: 7px;
    display: block;
}
.header-bottom .main-menu ul ul.submenu > li > a {
    padding: 6px 10px !important;
    font-size: 14px;
    color: #0b1c39;
    text-transform: capitalize;
}
.header-bottom .header-right {
    display: flex !important
;
}
.header-bottom .header-right li {
    padding-left: 20px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .header-bottom .header-right li {
        padding-left: 14px;
    }
}
.header-bottom .header-right .form-box {
    position: relative;
    width: 85%;
}
.header-bottom .header-right .form-box input {
    border: 1px solid #eeeeee;
    border-radius: 30px;
    padding: 10px 20px;
    width: 100%;
}
.header-bottom .header-right .form-box .search-icon {
    position: absolute;
    top: 12px;
    right: 17px;
}
.header-bottom .header-right .form-box .search-icon i {
    color: #6c6a6a;
    cursor: pointer;
}
.mobile_menu {
    position: absolute;
    right: 0px;
    width: 100%;
    z-index: 99;
}
.header-bottom .main-menu ul ul.submenu > li > a:hover {
    color: #ff003c;
    background: none;
}
.main-header ul > li:hover > ul.submenu {
    visibility: visible;
    opacity: 1;
    top: 100%;
}
.header-btn {
    padding: 25px 28px !important;
}
#scrollUp {
    background: #2577fd;
    height: 50px;
    width: 50px;
    right: 31px;
    bottom: 18px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 48px;
    border: 2px solid transparent;
}
.slider-area .hero-cap h2 {
    color: #000;
    font-size: 50px;
    font-weight: 700;
    text-transform: capitalize;
}
.latest-padding {
    padding-top: 190px;
    padding-bottom: 135px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .latest-padding {
        padding-top: 190px;
        padding-bottom: 135px;
    }
}
@media (max-width: 767px) {
    .latest-padding {
        padding-top: 60px;
        padding-bottom: 5px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .latest-padding {
        padding-top: 60px;
        padding-bottom: 5px;
    }
}
.latest-product-area .featured {
    padding-top: 7px;
    padding-left: 7px;
}
.latest-product-area .nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    border-radius: 0;
    border: none;
    color: #333333;
}
.latest-product-area .nice-select .list {
    background-color: #fff;
}
.latest-product-area .nice-select .option:hover, .latest-product-area .nice-select .option.focus, .latest-product-area .nice-select .option.selected.focus {
    background-color: #00b1ff;
}
.latest-product-area .nice-select::after {
    border-bottom: 1px solid #333333;
    border-right: 1px solid #333333;
    height: 7px;
    width: 7px;
    margin-top: -7px;
}
.slider-height2 {
    min-height: 300px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.product_image_area {
    margin-top: 150px;
}
@media (max-width: 991px) {
    .product_image_area {
        margin-top: -150px !important;
    }
}
.product_image_area .single_product_text {
    margin: 100px 0 200px;
}
@media (max-width: 991px) {
    .product_image_area .single_product_text {
        margin: 40px 0 70px;
    }
}
@media (max-width: 991px) {
    .product_image_area .single_product_text {
        margin: 40px 0 70px;
    }
}
.product_image_area .single_product_text h3 {
    font-size: 40px;
}
.product_image_area .single_product_text h3 {
    font-size: 40px;
}
.product_image_area .single_product_text h3 {
    font-size: 40px;
}
@media (max-width: 991px) {
    .product_image_area .single_product_text p {
        margin-top: 20px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .product_image_area .single_product_text p {
        margin-top: 20px;
    }
}

element.style {
}
.product_image_area .owl-nav button.owl-prev, .product_image_area .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #E4D3DF;
    color: #fff;
    background-color: #E4D3DF;
    position: absolute;
    left: 30px;
    top: 54%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.product_image_area .owl-nav button.owl-next {
    text-indent: 2px;
    left: auto;
    right: 30px;
}
.section_padding {
    padding: 200px 0px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .section_padding {
        padding: 70px 0px;
    }
}
@media (max-width: 576px) {
    .section_padding {
        padding: 70px 0px;
    }
}
.login_part .login_part_text {
    background-image: -moz-linear-gradient(90deg, #B08EAD 0%, #4B3049 64%, #B08EAD 100%);
    background-image: -webkit-linear-gradient(90deg, #B08EAD 0%, #4B3049 64%, #B08EAD 100%);
    background-image: linear-gradient(90deg, #B08EAD 0%, #4B3049 64%, #B08EAD 100%);
    background-size: 200% auto;
}
@media (max-width: 991px) {
    .login_part .login_part_text, .login_part .login_part_form {
        padding: 30px;
        height: 400px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .login_part .login_part_text, .login_part .login_part_form {
        padding: 20px;
        height: 400px;
    }
}
.login_part .login_part_text, .login_part .login_part_form {
    padding: 80px 70px;
    height: 600px;
    display: table;
}
.login_part .login_part_text .login_part_text_iner, .login_part .login_part_text .login_part_form_iner, .login_part .login_part_form .login_part_text_iner, .login_part .login_part_form .login_part_form_iner {
    display: table-cell;
    vertical-align: middle;
}
.login_part .login_part_text h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
    color: #fff;
    margin-bottom: 17px;
}
.login_part .login_part_text p {
    color: #fff;
    line-height: 25px;
}
.login_part .login_part_text .btn_3 {
    border: 1px solid #fff;
    background-color: transparent;
    font-size: 14px;
    margin-top: 28px;
    color: #fff !important;
}
.btn_3:hover {
    background-color: #2577fd;
    color: #fff;
}
.login_part .login_part_text .btn_3 {
    border: 1px solid #fff;
    background-color: transparent;
    font-size: 14px;
    margin-top: 28px;
    color: #fff !important;
}
.login_part .login_part_text .btn_3:hover {
    background-color: #fff;
    color: #2577fd !important;
}
.btn_3 {
    display: inline-block;
    padding: 18px 36px;
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid #2577fd;
    font-size: 15px;
    font-weight: 700;
    color: #2577fd;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.login_part .login_part_form h3 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 80px;
}
.p_star {
    display: inline-block;
    position: relative;
}
.p_star input {
    background: #fff;
}
.login_part .login_part_form .form-control {
    border: 0px solid transparent;
    border-bottom: 1px solid #dddddd;
    border-radius: 0;
}
.login_part .creat_account {
    margin-top: 11px;
}
.login_part .creat_account label {
    color: #777777;
    font-size: 14px;
    margin-bottom: 0;
    margin-left: 10px;
}
.login_part .form-group .btn_3 {
    display: block;
    width: 100%;
    margin: 30px 0 17px;
}
.btn_3:hover {
    background-color: #2577fd;
    color: #fff;
}
.login_part .lost_pass {
    color: #777777;
    text-align: right;
    float: right;
    text-transform: capitalize;
}
.padding_top {
    padding-top: 200px;
}
@media (max-width: 576px) {
    .padding_top {
        padding-top: 70px;
    }
}
.about_us .about_us_content h5 {
    font-size: 20px;
    color: #2577fd;
    font-weight: 400;
}
.about_us .about_us_content h3 {
    font-size: 24px;
    line-height: 1.5;
    color: #191d34;
    margin: 5px 0 60px;
    font-weight: 400;
}
.about_us .about_us_video {
    position: relative;
}
.feature_part .feature_part_tittle h3 {
    font-size: 40px;
    line-height: 1.5;
    font-weight: 500;
}
@media (max-width: 991px) {
    .feature_part .feature_part_tittle h3 {
        font-size: 25px;
    }
}
.feature_part .feature_part_content p {
    color: #707070;
}
.contact-section {
    padding: 130px 0 100px;
}
.contact-title {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px;
}
.form-contact .form-control {
    border: 1px solid #e5e6e9;
    border-radius: 0px;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: transparent;
}
.form-contact textarea {
    border-radius: 0px;
    height: 100% !important;
}
.button-contactForm {
    color: #fff;
    border-color: #fdcb9e;
    padding: 12px 25px;
}
.boxed-btn {
    background: #fff;
    color: #fff !important;
    display: inline-block;
    padding: 18px 44px;
    font-family: "Playfair Display", serif;
    font-size: 14px;
    font-weight: 400;
    border: 0;
    border: 1px solid #ff003c;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}
.boxed-btn:hover {
    background: #ff003c;
    color: #000 !important;
    border: 1px solid #ff003c;
}

.boxed-btn:focus {
    outline: none;
}
.contact-info {
    margin-bottom: 25px;
}
.contact-info__icon {
    margin-right: 20px;
}
.contact-info__icon i, .contact-info__icon span {
    color: #8f9195;
    font-size: 27px;
}
.contact-info .media-body h3 {
    font-size: 16px;
    margin-bottom: 0;
    font-size: 16px;
    color: #2a2a2a;
}
.contact-info .media-body p {
    color: #8a8a8a;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}
.form-contact .form-group {
    margin-bottom: 30px;
}
.button-contactForm {
    color: #fff;
    border-color: #fdcb9e;
    padding: 12px 25px;
}
.button {
    display: inline-block;
    border: 1px solid transparent;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 54px;
    border-radius: 4px;
    color: #fff;
    border: 1px solid #fdcb9e;
    text-transform: uppercase;
    background-color: #2577fd;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
