@import url('https://fonts.googleapis.com/css2?family=Anton&family=Roboto:wght@300;400;500;700;900&display=swap');
/* Generated by script */
@font-face {
    font-family: Vazirmatn;
    src: url('/fonts/Vazirmatn-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: Vazirmatn;
    src: url('/fonts/Vazirmatn-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: Vazirmatn;
    src: url('/fonts//Vazirmatn-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: Vazirmatn;
    src: url('/fonts//Vazirmatn-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: Vazirmatn;
    src: url('/fonts//Vazirmatn-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: Vazirmatn;
    src: url('/fonts//Vazirmatn-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: Vazirmatn;
    src: url('/fonts//Vazirmatn-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: Vazirmatn;
    src: url('/fonts//Vazirmatn-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: Vazirmatn;
    src: url('/fonts//Vazirmatn-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  }
  

html {
    scroll-behavior: smooth;
}
*:focus {
    outline: 0;
}
* {
    margin:0;
    font-family: 'Roboto', sans-serif;
    padding:0;
    box-sizing: border-box;
}
.rtl {
    direction: rtl;
    text-align: right;
}
button {
    border: none;
    outline:0;
}
.rtl * {
    font-family: 'Vazirmatn', sans-serif !important;
}
a {
    color: inherit;
    text-decoration: none;
}

body {
    background: #000;
    overflow-x: hidden;
    background-image:   linear-gradient(
        rgba(0, 0, 0, 0.7), 
        rgba(0, 0, 0)
      ),url('/assets/bg/flower.jpeg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}
.container {
    width:calc(100% - 200px);
    margin: auto;
}

header {
    background: linear-gradient(180deg, black, #00000048);
    height: 140px;
    padding:10px 50px;
}
#logo {
    background-image: url('/assets/logo_alt.png');
    background-size: contain;
    float: left;
    height: 120px;
    width:341px;
}
nav {
    background: linear-gradient(180deg, #00000048, #00000021);
    margin-bottom: 20px;
    color:#fff;
    box-shadow: 0 2px 2px #00000015;
    padding:0 50px;
    height: 48px;
}
.rtl #main_menu {
    float: right !important;
}
#main_menu {
    float: left;
    list-style: none;
}
#main_menu li {
    display: block;
    float: left;
    font-weight: 800;
    margin-right: 40px;
    font-size:17px;
    line-height: 46px;
    padding:0 5px;
    color:#ffffffc6;
    border-bottom:2px solid #ffffff00;
}
.rtl #main_menu li {
    float: right;
    margin-right: auto;
    margin-left: 40px;
}
#main_menu li:hover {
    transition:0.3s;
    border-color:#f09c2f ;
    color:#f09c2f;
}
#lang_change {
    float: right;
    margin-top:8px;
    background: #f8f8f817;
    line-height: 22px;
    border-radius: 6px;
    position: relative;
    padding:4px 10px;
}
#lang_change .dropdown a{
    display: block;
    margin:5px 0;
    color:#000;
    font-size: 14px;
    padding:3px 10px;
}
#lang_change .dropdown a:hover {
    transition: 0.3s;
    background: #ededed;
}
#lang_change .dropdown a img {
    float: left;
    height: 14px;
    margin-right: 6px;
    margin-top: 5px;;
}
.rtl #lang_change .dropdown a img {
    float: right;
    margin-right:0;
    margin-left: 6px;
}
#lang_change .button {
    cursor: pointer;
}
#lang_change .dropdown {
    position: absolute;
    right:0;
    z-index:10000;
    bottom:-110px;
    background: #fff;
    width: 120px;
    box-shadow: 0 0 5px #0000005c;
    border-radius: 6px;
}
.rtl #lang_change {
    float: left !important;
}
#lang_change img {
    border-radius: 3px;
    height: 20px;
}
#flag {
    height: 94px;
    z-index: 100000;
    width: 136px;
    background-image: url(/assets/flags/nl_bent.png);
    background-size: contain;
    position: absolute;
    transform: rotate(53deg);
    background-size: cover;
    right: -19px;
    top: -20px;
    background-position: center;
}
header .socials {
    float: right;
    margin-top:70px
}
header .socials i {
    color:#ffffffa0;
    margin-right: 10px;
    font-size: 22px;
}
header .socials i:hover {
    transition:0.3s;
    color:#fff;
}

#cover {
    min-height: 400px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;   
    color:#fff;
    width:100%;
}
#cover h1 {
    font-weight: 900;
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin-top:180px;
    font-size: 40px;
}
/* #cover h1 span:first-child{
    background: -webkit-linear-gradient(30deg,#e03f3f, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#cover h1 span:last-child{
    background: -webkit-linear-gradient(45deg,#fff, #326cff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} */
#cover h2 {
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin-top:10px;
    font-size: 26px;
    color:#ffffffa9;
}
#cover .to_products {
    cursor: pointer;
    background: #ffffff37;
    color:#fff;
    padding:10px 20px;
    font-size: 14px;
    display: block;
    width: fit-content;
    margin:45px auto 0;
    border-radius: 20px;
}
#cover button i {
    float: left;
    margin-right: 10px;
    line-height: 18px;
}

#products {
    min-height: 300px;
    background: #000;
    overflow: hidden;
    /* margin-top:40px; */
    color:#fff;
    padding-bottom: 20px;
}
#products h3 {
    display: block;
    width:fit-content;
    margin:30px auto 40px;
    border-bottom: 3px solid #fff;
    font-size: 24px;
    padding-bottom:3px;
}
.rtl .product_box {
    float: right !important;
}

.rtl footer .copyright {
    float: right;
}
.rtl footer .copyright .mdi {
    float: right;
    margin-right: 0;
    margin-left: 5px;
}
.rtl footer .socials {
    float: left;
}


.product_box {
    width:calc(20% - 10px);
    margin:10px 5px;
    background: transparent;
    color: #000;
    border-radius: 4px;
    overflow: hidden;
    padding-bottom: 10px;
    float: left;
    position: relative;
    height: 380px;
}
.product_box .labels {
    position: absolute;
    right:10px;
    top:10px;
}
.product_box .labels .mdi {
    float: right;
    font-size: 17x;
    margin-left: 5px;
}

.product_box .auto {
    color: #fff;
    width:25px;
    height: 25px;    
    border-radius: 10px;
    text-align: center;
    line-height: 25px;
    background: rgb(1, 137, 71);
}
.product_box .fem {
    color: #fff;
    width:25px;
    height: 25px;    
    border-radius: 10px;
    text-align: center;
    line-height: 25px;
    background: rgb(203, 85, 105);
    margin:auto;
    right:10px;
    top:10px;
}
.product_box img {
    width: 100%;;
    height: 250px;
    object-fit: cover;
    object-position: top;
    position: relative;
}
.product_box .shadow {
    display: block;
    width: 100%;
    height: 60px;
    background: linear-gradient(0, black, transparent);
    position: absolute;
    left: 0;
    top: 190px;
}
.product_box h2 {
    font-size: 26px;
    margin: 2px 0;
    display: block;
    /* text-align: center; */
    font-weight: 300;
    color: #ffffff;
    font-family: anton;
}
.product_box .sex {
    position: absolute;   
    left:10px;
    top:10px;
    line-height: 12px;;
    color:#fff;
    font-size: 13px;
    padding:3px;
    border-radius: 4px;
}
.product_box .sex.pink {
    background: #c672a0;
}
.product_box .genetics {
    margin: 0;
    width: fit-content;
    color: #f29134;
    display: block;
    /* border-bottom: 2px solid; */
    padding-bottom: 5px;
    font-size: 15px;
    font-weight: 500;
    CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
    margin-bottom: 10px;
}
.product_box .more_info {
    background: linear-gradient(103deg, #ffffff59, #ffffff42);
    width: 30px;
    border-radius: 10px;
    height: 30px;
    display: block;
    overflow: hidden;   
}
.product_box .more_info:hover {
    transition:0.3s;
    background-color: #f28c07;
}
.product_details {
    position: relative;
    min-height: 400px;
    margin-bottom: 100px;
    background:#ffffff09;
    overflow: hidden;
    border-radius:4px;
    box-shadow: 0 0 20px #ffffff15;
}
.product_details .product_image {
    width:35%;
    max-width: 400px;
    padding:20px;
    float: left;
}
.rtl .product_details .product_image {
    float: right;
}
.product_details .product_image img {
    border-radius: 10px;
    max-width: 100%;
}
.product_details .product_info {
    float: left;
    width: 65%;
    padding:20px;
}

.product_details h1 {
    font-size: 32px;
    font-weight: 300;
    font-family: Anton;
    color:#ffff;
}
.rtl .product_details h1 {
    text-align: center;
}
.product_grid {
    margin-top:20px;
}
.product_grid .col {
    float: left;
    width:25%;
    border-right: 1px solid #ededed;
    height:50px;
    color: rgba(255, 255, 255, 0.753);
}
.product_details .features ul {
    list-style: none;
    display: block;
    float: left;
    width: 50%;
}
.product_details .features ul:first-child {
    padding-right: 40px;
}
.product_details .features  li {
    margin:30px 0;
    line-height: 30px;
    display: block;
    position: relative;
    overflow: hidden;
    padding-left: 40px;
}
.rtl .product_details .features li {
    padding-left: 0;
    color:#fff;
    padding-right: 40px;
}
.product_details ul li:last-child {
    border-bottom: none;
}
.product_details ul li span {
    color: #ffffffa6;
}
.product_details ul li i {
    left:0px;
    line-height: 30px;
    position: absolute;
    background-color: #ffffff31;
    font-size: 18px;
    color:#fff;
    width:30px;
    border-radius: 12px;
    text-align: center;
    font-weight: 100;
    height: 30px;
}
.rtl .product_details ul li i {
    float: right !important;
    left: auto;
    right: 0;
    margin-right: 0;
}
.product_details ul li p {
    display: inline;
    color: #ffffffa4;
}
.rtl .product_details ul li p {
    direction: ltr;
    text-align: left;
    display: block;
}

.bold {
    font-weight: bold;
}
.overflow-hidden {
    overflow: hidden;
}
.price_box{
    background: #ededed1e;
    max-width: 500px;
    width:100%;
    border-radius: 10px;
    position: relative;
    padding:10px;
    height: 50px;
    overflow: hidden;
}
.price_box .title {
    font-size: 14px;
    margin-bottom: 10px;
    color: #fff;;
    margin-right: 10px;
}
.rtl .price_box {
    margin-left: 10px;
    margin-right: 0;
}
.price_box button {
    background: #ffffff48;
    padding:4px 10px;
    /* border:1px solid #ededed; */
    font-size: 16px;
    border-radius:8px;
    display: inline;
    cursor: pointer;
    margin-right: 3px;
}

.price_box button:hover,.price_box button.active {
    transition:0.3s;
    background: linear-gradient(45deg,rgb(250, 152, 5),rgb(255, 209, 84));
    color:#fff;
}

.price_box .price {
    position: absolute;
    right:20px;
    font-size: 20px;
    line-height: 30px;   
    color: rgb(250, 152, 5);
}
.rtl .price_box .price {
    right: auto;
    left: 20px;
}
.product_details .labels {
    position: absolute;
    right:20px;
    top:20px;
}
.rtl .product_details .labels {
    right: auto !important;
    left: 20px !important;
}

.product_details .labels .label {
    display: block;
    float: right;
    margin-left: 5px;
    color:#fff;
    padding:3px 10px;
    line-height: 20px;
    border-radius: 8px;
    font-size: 14px;
}
.rtl .product_details .labels .label {
    display: block;
    float: left !important;
    margin-left: 0;
    margin-right: 5px;
}
.product_details .labels .label .mdi {
    float: left;
    font-size: 18px;
    margin-right: 6px;
}
.product_details .labels .fem {
    background: rgb(203, 85, 105);
}
.product_details .labels .auto {
    background: rgb(1, 137, 71);
}

.info_box {
    margin:10px 0 40px;
    overflow: hidden;
}
.info_box .col {
    display: block;
    float: left;
    width: 50%;
    position: relative;
}
.rtl .info_box .col {
    float: right;
}
.info_box .col .mdi {
    font-size: 50px;
    position: absolute;
    color: #ffab0f5e;
    font-weight: 100;
    right:0;
}
.rtl .info_box .col .mdi {
    left: 0;
}
.info_box .col div {
    padding-left:50px;
    min-height: 50px;
    margin-left: 10px;
}

.rtl .info_box .col div {
    padding-left:0;
    padding-right: 50px;
    margin-right: 10px;
    margin-left: 0;
}
.info_box .col div ul {
    list-style: none;
    line-height: 22px;
    margin-top:10px;
    letter-spacing:1px;
    font-size: 14px;
    color: #f1af20ad;
}
.info_box .col div ul span {
    letter-spacing: 0;
}
#about {
    background: #fff;
    min-height: 400px;
    padding:20px 0;
}
#about .title {
    text-transform: uppercase;
    font-size: 34px;
    display: block;
    text-align: center;
    margin:30px auto 20px;
    border-bottom: 2px solid;
    width: fit-content;
    font-weight: 100;
}
.rtl #about .title {
    font-weight:700;

}
.about_content {
    overflow: hidden;
    margin-top:30px;
}
.rtl #about .about_text {
    float: right;
    
}
#about .about_text {
    width: 30%;
    float: left;
    line-height: 34px;
    display: block;
    letter-spacing: 1px;
}
.contact {
    margin-left: 10px;
    padding:10px 50px;
    width: calc(60% - 10px);
    float: right;
}
.rtl .contact {
    margin-left: 0;
    margin-right: auto;
    float: left;
}
.contact input {
    display: block;
    margin:10px 0;
    width: 100%;
    line-height: 20px;
    padding:8px 10px;
    background: #f8f8f8;
    border:1px solid #ededed;
    border-radius: 6px;
}
.rtl .contact p{
    border-left: none;
    padding-left: none;
    padding-right: 5px;
    border-right: 2px solid;
}
.contact p {
    margin-bottom: 10px;
    border-left: 2px solid;
    padding-left: 5px;
    font-size: 14px;
}
.contact textarea {
    display: block;
    background: #f8f8f8;
    border:1px solid #ededed;
    border-radius: 6px;
    line-height: 20px;
    padding:8px 10px;
    width:100%;
    min-height: 180px;
}
.contact button {
    background: #232432;
    padding:10px 15px;
    margin:10px 0;
    color:#fff;
    cursor: pointer;
    border-radius: 6px;
    font-size: 14px;
}
.contact button:hover {
    transition:0.3s;
    color:#000;
    background: rgb(255, 169, 70);
}
.error_box {
    background: #f1843c;
    color:#fff;
    padding:10px;
    border-radius: 6px;
    line-height: 20px;
    font-size: 14px;
}
.error_box .mdi {
    float: left;
    line-height: 20px;
    margin-right:10px;
    font-size: 18px;
}
.success_msg {
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
    bottom:40px;
    background: #18b447;
    z-index:10000;
    color:#fff;
    border-radius: 10px;
    min-width: 30%;
    padding:10px;
}
.success_msg .mdi {
    float: left;
    line-height: 30px;
    margin-right: 10px;
    font-size: 20px;
}
.success_msg p {
    float: left;
    line-height: 30px;
}
footer {
    background: #000;
    height:80px;
    color:#fff;
}
footer .copyright {
    line-height: 80px;
    float: left;
    font-weight: 300;
    font-size: 14px;
}
footer .copyright .mdi {
    float: left;
    margin-right: 10px;
    font-size:22px;
}
footer .socials {
    float: right;
}
footer .socials a {
    display: block;
    float: left;
    margin-right: 10px;
    border:2px solid #fff;
    width:40px;
    height:40px;
    margin-top:20px;
    color:#fff;
    text-align: center;
    font-size: 24px;
    line-height: 38px;
}
footer .mdi-send-circle::before {
    transform: rotate(-45deg);
}
footer .socials a:hover {
    background: #fff;
    color:#000;
    transition:0.3s;
}




#home_body {
    background: #000;
}
.home_container {
    background-image:   linear-gradient(
        rgba(0, 0, 0, 0.1), 
        rgba(0, 0, 0, 1)
      ),url('/assets/bg/flower.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}
.verify_age {
    position: fixed;
    top:0;
    right:0;
    width:100%;
    height: 100%;
    display: none;
    background: #000;
    z-index: 10000000000000;
    color:#fff;
}
.verify_age.active {
    display: block;
}
.verify_age .title {
    font-size: 16px;
    display: block;
    /* margin:auto; */
    /* text-align: center; */
}
.verify_age .birthday {
    width:450px;
    margin:auto;
    margin-top: 300px;
}
.verify_age .input {
    display: block;
    width: 33%;
    padding:5px;
    float: left;
}
.verify_age .input span {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;;
}
.verify_age .input input {
    display: block;
    background: #ffffff62;
    border: none;
    outline: none;
    padding:10px;
    border-radius: 5px;
    width: 100%;
    color:#fff;
}
.verify_age .input select {
    display: block;
    display: block;
    background: #ffffff62;
    border: none;
    outline: none;
    padding:10px;
    border-radius: 5px;
    width: 100%;
    color:#fff;
}
.verify_age .input select option {
    color: #000;
}
.verify_age .input_group {
    overflow: hidden;
    margin-top:20px
}
.verify_age button {
    background: linear-gradient(45deg,rgb(250, 152, 5),rgb(255, 209, 84));
    max-width: 50%;
    cursor: pointer;
    color:#fff;
    line-height: 30px;
    padding: 3px 89px;
    text-align: center;
    margin:30px auto;
    border-radius: 8px;
    font-size: 16px;
    display: block;
}
.verify_age #logo {
    margin:20px auto;
    float: none !important;
}

.verify_age .error {
    font-size: 16px;
    display: block;
    margin:auto;
    text-align: center;
    margin:10px 0;
    color: #f55c20;
}
.expand_menu {
    display: none;
}
#order_now {
    background: #fff;
    padding:13px 25px;
    font-size: 15px;
    color: #f1a500;
    border-radius: 40px;
    display: block;
    width: fit-content;
    margin-top: 20px;
    line-height: 20px;
    
}
#order_form {
    overflow: hidden;
    background: #fff;
}
#order_form h1 {
    font-size: 26px;
    color:#242424;
    display: block;
    text-align: center;
    margin:40px 0;
}
#order_form .contact {
    float: none;
    max-width: 50%;
    margin:auto;
}
#order_form p {
    display: block;
    text-align: center;
    margin-bottom: 40px;
    font-size: 14px;
}
.more_info svg {
    color:#fff;
    margin:5px auto;
    display: block;
    width: 20px;
}