/*
Theme Name: heaven
Theme URI: https://webplaza.org
Author: webplaza
Author URI: https://wordpress.org/
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.3
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwenty
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@font-face {
    font-family: vazir;
    font-style: normal;
    font-weight: normal;
    src: url("font/Vazir.woff");
}
@font-face {
    font-family: vazir;
    font-style: normal;
    font-weight: bold;
    src: url("font/Vazir-Bold.woff");
}
@font-face {
    font-family: vazir;
    font-style: normal;
    font-weight: 300;
    src: url("font/Vazir-Light.woff");
}
@font-face {
    font-family: vazir;
    font-style: normal;
    font-weight: 500;
    src: url("font/Vazir-Medium.woff");
}
@font-face {
    font-family: vazir;
    font-style: normal;
    font-weight: 100;
    src: url("font/Vazir-Thin.woff");
}
* {
    padding:0;
    margin:0;
}
a {
    display: inline-block;
    text-decoration: none;
    font-family: vazir;
    font-size: 22px;
    font-weight: bold;
}
html {
    scroll-behavior: smooth;
}
body {
    direction: rtl;
    overflow-x: hidden;
}
h2 {
    font-family: vazir;
    font-size: 22px;
    font-weight: 500;
    border-bottom: 1.5px solid #282828;
    /*text-decoration: underline;*/
    display: inline-block;
    color: #282828;
    line-height: 24px;
}
.blueize {
    color: #1A4AB9;
}
.wrapper {
    max-width: 1280px;
    /*background-color: purple;*/
    margin: 0 auto;
    box-sizing: border-box;
}
.half-wrapper {
    max-width: 640px;
    /*background-color: yellow;*/
    margin: 0 auto;
}
.row::after {
    content: '';
    clear: both;
    display: block;
}
[class*="col-"] {
    float: right;
    box-sizing: border-box;
    padding-left: 8px;
    padding-right: 8px;
}
.right-half-header {
    height: 800px;
    /*background-color: green;*/
}
.left-half-header {
    background-color: #1A4AB9;
    height: 800px;
}
#nav-icon {
    background-image: url("icons/menu.svg");
    background-repeat: no-repeat;
    margin-top: 100px;
    width: 28px;
    height: 20px;
    cursor: pointer;
    transition: all 0.3s ease-out;
}
h1 {
    font-family: vazir;
    font-weight: normal;
    font-size: 48px;
    color: #282828;
}
h1 p {
    border-bottom: 2px solid #282828;
    display: inline-block;
}
header h1 {
    margin-top: 150px;
    max-width: 378px;
    line-height: 50px;
    /*background-color: cyan;*/
}
header h1 p {
    margin-top: 25px;
}
header h1 p:first-child {
    margin-top: 0;
}
#navigation_menu {
    list-style-type: none;
    background-color: #282828;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    height: 100%;
    width: 300px;
    transition: 0.3s ease-out;
    transform: translateX(300px);
}
.menu_close {
    content: '';
    display: block;
    background-image: url("icons/big_cross.svg");
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    margin-top: 100px;
    margin-right: 40px;
    cursor: pointer;
}
#navigation_menu li:first-of-type {
    margin-top: 40px;
}
#navigation_menu li a {
    color: #ffffff;
    display: block;
    padding: 20px;
    padding-right: 60px;
}
#navigation_menu li a:hover {
    background-color: #1A4AB9;
}
.button {
    padding: 15px 50px;
    color: #ffffff;
    background-color: #282828;
    border-radius: 50px;
    margin-top: 40px;
    transition: all 0.2s ease-out;
}
.button:hover {
    background-color: #1A4AB9;
}
.tell-us {
	font-family: vazir;
	font-size: 18px;
	color: #282828;
	margin-top: 30px;
	font-weight: bold;
}
.header-shape {
    /*background-color: orange;*/
    height: 1px;
    width: 324px;
    margin-top: 128px;
    border-radius: 252px 252px 252px 0;
    background-image: url('pics/headphone-bg-new.jpg');
    background-position: -214px -355px;
    background-size: 1425px 950px;
    background-repeat: no-repeat;
    z-index: 5;
    position: relative;
    animation-name: headerShapeAnimation;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    
}
@keyframes headerShapeAnimation {
  from {height: 1px;}
  to {height: 590px;}
}
.inner-black-box {
    width: 33px;
    height: 60px;
    background-color: #282828;
    position: absolute;
    top: -50px;
    right: 272px;
    z-index: 5;
    visibility: hidden;
    animation-name: innerBlackBoxAnimation;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-delay: 1s;
    animation-fill-mode: forwards;
}
@keyframes innerBlackBoxAnimation {
  from {top: -50px; visibility: hidden;}
  to {top: 26px; visibility: visible;}
}

.outer-black-box {
    width: 116px;
    height: 208px;
    background-color: #282828;
    position: absolute;
    top: 500px;
    visibility: hidden;
    right: -86px;
    z-index: 2;
    animation-name: outerBlackBoxAnimation;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-delay: 1s;
    animation-fill-mode: forwards;
}
@keyframes outerBlackBoxAnimation {
  from {top: 500px; visibility: hidden;}
  to {top: 382px; visibility: visible;}
}
.header-left-content {
    /*background-color: red;*/
    position: relative;
}
.header-screen {
    width: 322px;
    height: 173px;
    border: 2px solid #ffffff;
    visibility: hidden;
    background-color: transparent;
    position: absolute;
    top: 50px;
    z-index: 5;
    right: -90px;
    animation-name: headerScreenAnimation;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-delay: 2s;
    animation-fill-mode: forwards;
}
@keyframes headerScreenAnimation {
  from {top: 0px; visibility: hidden}
  to {top: 104px; visibility: visible;}
}
.circles-of-screen-container {
    position: absolute;
    top: -20px;
}
.cirles-of-screen {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #ffffff;
    float: right;
    margin-left: 10px; 
}
.headphone-selection {
    width: 208px;
    height: 225px;
    border: 2px solid #ffffff;
    background-color: transparent;
    position: absolute;
    top: 307px;
    left: -100px;
    visibility: hidden;
    z-index: 5;
    animation-name: headPhoneSelectionAnimation;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-delay: 2s;
    animation-fill-mode: forwards;
}
@keyframes headPhoneSelectionAnimation {
  from {left: -100px; visibility: hidden;}
  to {left: 39px; visibility: visible;}
}
.header-blur-block {
    width: 44px;
    height: 60px;
    background-color: rgba(255,255,255,0.3);
    backdrop-filter: brightness(100%);
    backdrop-filter: blur(7px);
    -moz-backdrop-filter: brightness(100%);
    -moz-backdrop-filter: blur(7px);
    -webkit-backdrop-filter: brightness(100%);
    -webkit-backdrop-filter: blur(7px);
    position: absolute;
    top: 379px;
    left: 17px;
    z-index: 5;
    border-radius: 20px;
    animation-name: headerBlurBlockAnimation;
    visibility: hidden;
    animation-duration: 0.5s;
    animation-timing-function: ease-out;
    animation-delay: 3s;
    animation-fill-mode: forwards;
}
@keyframes headerBlurBlockAnimation {
  from {height: 44px; width: 60px; visibility: hidden;}
  to {height: 88px; width: 136px; visibility: visible;}
}
.header-blur-block div {
    width: 40px; 
    height: 22px;
    border-radius: 11px;
    background-color: #ffffff;
}
.header-blur-block > div:first-child {
    margin:20px auto 0 auto; 
}
.header-blur-block > div:nth-child(2) {
    margin: 4px auto;
}
.header-blur-block div div {
    width: 18px;
    height: 18px;
    border-radius: 9px;
}
.header-blur-block > div:first-child > div {
    float: left;
    background-color: #C7C7CC;
    margin: 2px 0 0 2px;
}
.header-blur-block > div:nth-child(2) > div {
    float: right;
    background-color: #282828;
    margin: 2px 2px 0 0;
}
.screen-notification {
    width: 117px;
    height: 62px;
    border: 2px solid #ffffff;
    background-color: transparent;
    position: absolute;
    top: 371px;
    z-index: 5;
    right: 0px;
    visibility: hidden;
    animation-name: screenNotificationAnimation;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-delay: 2s;
    animation-fill-mode: forwards;
}
@keyframes screenNotificationAnimation {
  from {right: -160px; visibility: hidden;}
  to {right: -65px; visibility: visible;}
}
.screen-notification::after {
    content: '';
    width: 6px;
    height: 6px;
    background-image: url('icons/cross.svg');
    position: absolute;
    top: -16px;
    background-repeat: no-repeat;
}
.button-simulation {
    width: 92px;
    height: 30px;
    background-color: #ffffff;
    position: absolute;
    top: 472px;
    left: 187px;
    z-index: 5;
    border-radius: 15px;
    opacity: 0;
    animation-name: buttonSimulationAnimation;
    animation-duration: 0.5s;
    animation-timing-function: ease-out;
    animation-delay: 3s;
    animation-fill-mode: forwards;
}
@keyframes buttonSimulationAnimation {
  0%   {opacity: 0;}
  100% {opacity: 1;}
}
.button-simulation::after {
    content: '';
    width: 36px;
    height: 4px;
    background-color: #C7C7CC;
    border-radius: 2px;
    position: absolute;
    top: 13px;
    left: 28px;
}
.why-us-text {
    margin: 200px auto 200px;
    /*background-color: yellow;*/
}
.why-us-text::after {
    content:'';
    clear: both;
    display: block;
}
#why-us h1 {
    float: right;
}
#why-us h1 p {
    display: block;
}
.why-us-text > p {
    margin:35px 50px;
    padding-right: 20px;
    border-right: 3px solid #c7c7cc;
    float: right;
    font-family: vazir;
    font-weight: 100;
    line-height: 34px;
    width: 220px;
}
#features .wrapper {
    /*background-color: yellow;*/
    position: relative;
}
#features .wrapper > div:first-child {
    background-color: #F9FAFC;
    /*background-color: green;*/
    position: relative;
}
#features .wrapper > div:first-child > div:first-child {
    position: absolute;
    width: 138px;
    right: -138px;
    top: 0;
    height: 100%;
    background-color: #F9FAFC;
}
/*#features .wrapper > div:first-child > div:nth-child(2) {
    position: absolute;
    width: 138px;
    right: -138px;
    top: 0;
    height: 237px;
    background-color: #282828;
}*/
#features .wrapper > div:nth-child(2) {
    background-color: #282828;
    height: 237px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}
#features h1 {
    position: relative;
    z-index: 5;
    /*background-color: cyan;*/
    margin: 50px 20px;
    line-height: 50px;
}
#features h1 p {
    margin-block-start: 0;
    margin-block-end: 0;
}
#features h1 > p:first-child {
    color: #ffffff;
    border-bottom-color: #ffffff; 
}
#features h1 > p:nth-child(2) {
    color: #ffffff;
    margin-right: -2px;
    border-bottom-color: #ffffff;
}
.feature-container {
    background-color: #ffffff;
    z-index: 6;
    border-radius: 20px;
    /*position: absolute;*/
}
.feature-item {
    /*background-color: gray;*/
    padding-right: 40px;
    /*height: 300px;*/
}
.feature-item p {
    font-family: vazir;
    font-size: 14px;
    font-weight: 100;
    margin-top: 30px;
    line-height: 28px;
}
#features .wrapper div:nth-child(3) div:first-child::before {
    background-image: url("icons/focus.svg");
    content: '';
    width: 32px;
    height: 30px;
    margin: 100px 0 32px auto;
    display: block;
    background-repeat: no-repeat;
}
#features .wrapper div:nth-child(3) div:nth-child(2)::before {
    background-image: url("icons/macro_focus.svg");
    content: '';
    width: 35px;
    height: 35px;
    margin: 100px 0 32px auto;
    display: block;
    background-repeat: no-repeat;
}
#features .wrapper div:nth-child(3) div:nth-child(3)::before {
    background-image: url("icons/google_results.svg");
    content: '';
    width: 32px;
    height: 30px;
    margin: 100px 0 32px auto;
    display: block;
    background-repeat: no-repeat;
}
#site-management {
    margin: 200px auto 200px auto;
}
#site-management .wrapper {
    /*background-color: purple;*/
}
#site-management .wrapper > div:first-child h1 p {
    display: inline-block;
    line-height: 50px;
}
#site-management .wrapper > div:first-child h1 p:nth-of-type(2) {
    margin-top: 25px;
}
#site-management .wrapper > div:first-child > p {
    font-family: vazir;
    font-size: 16px;
    font-weight: normal;
    margin-top: 40px;
    line-height: 34px;
}
#site-management .wrapper > div:nth-child(2) {
    /*background-color: yellow;*/
    padding: 0;
}
.site-management-canvas {
    width: 239px;
    height: 467px;
    background-color: #F9FAFC;
    float: left;
    position: relative;
    border-radius: 150px 150px 150px 0px;
}
.site-management-black-shape {
    height: 100px;
    width: 100px;
    background-color: #282828;
    position: absolute;
    top: 113px;
    left: 54px;
    z-index: 6;
}
.site-management-img {
    width: 239px;
    height: 174px;
    background-image: url("pics/site-management-pic-new.jpg");
    -webkit-filter: grayscale(100%);  /*Safari 6.0 - 9.0*/ 
    filter: grayscale(100%);
    background-size: 239px 239px;
    background-position: center center; 
    background-repeat: no-repeat;
    position: absolute;
    top: 164px;
    left: 85px;
    z-index: 6;
}
.color-circles {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    position: absolute;
    top: 204px;
    left: 354px;
    z-index: 6;
}
.site-management-canvas .color-circles:nth-child(3) {
    background-color: #282828;
}
.site-management-canvas .color-circles:nth-child(4) {
    background-color: #1A4AB9;
    top: 234px;
}
.site-management-canvas .color-circles:nth-child(5) {
    background-color: #C7C7CC;
    top: 264px;
}
.site-management-editor {
    background-image: url("pics/editor.svg");
    width: 186px;
    height: 54px;
    position: absolute;
    top: 366px;
    right: -72px;
    z-index: 6;
}
.site-management-border {
    width: 266px;
    height: 305px;
    border: 2px solid #282828;
    position: absolute;
    top: 85px;
    right: -197px;
    z-index: 4
}
.site-management-border::before {
    content: '';
    width: 10px;
    height: 10px;
    background-image: url('icons/black-cross.svg');
    position: absolute;
    top: -20px;
    background-repeat: no-repeat;
}
#exclusive-design {
    margin: 200px auto 200px auto;
}
#exclusive-design .wrapper > div:first-child {
    /*background-color: yellow;*/
    padding: 0;
}
.exclusive-design-canvas {
    width: 324px;
    height: 359px;
    background-color: #F9FAFC;
    position: relative;
    border-radius: 150px 150px 0px 150px;
}
.exclusive-design-blue-rectangle {
    width: 125px;
    height: 132px;
    background-color: #1A4AB9;
    position: absolute;
    top: 139px;
    right: 120px;
}
.exclusive-design-circle {
    width: 85px;
    height: 85px;
    background-color: #282828;
    border-radius: 50px;
    position: absolute;
    top: 164px;
    right: 222px;
}
.exclusive-design-screen {
    width: 324px;
    height: 217px;
    border: 2px solid #282828;
    position: absolute;
    top: 91px;
    left: -85px;
}
.exclusive-design-screen-disks {
    position: absolute;
    top: 73px;
    right: 85px;
}
.exclusive-design-disk-circle {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #282828;
    float: right;
    margin-left: 10px;
}
#exclusive-design .wrapper > div:nth-child(2) h1 p {
    line-height: 50px;
}
#exclusive-design .wrapper > div:nth-child(2) h1 p:nth-of-type(2) {
    margin-top: 25px;
}
#exclusive-design .wrapper > div:nth-child(2) > p {
    font-family: vazir;
    font-size: 16px;
    font-weight: normal;
    margin-top: 40px;
    line-height: 34px;
}
#exclusive-design .wrapper > div:nth-child(3) {
    display: none;
} 
#portfolio {
    margin-bottom: 200px;
}
#portfolio h1 {
    margin: 0 auto 50px auto;
    text-align: center;
}
#portfolio h1 p {
    /*text-align: center;*/
    line-height: 50px;
}
#portfolio .wrapper > div:first-of-type {
    position: relative;
}
#portfolio .wrapper > div:nth-of-type(2) {
    position: relative;
}
#portfolio .wrapper > div:first-of-type .portfolio-item {
    width: 469.3px;
    height: 386.65px;
    background-image: url("pics/portfolio-item-1-edited.jpg");
    /*background-position: center center; */
    background-size: 494px 407px;
    border-radius: 20px;
    transition: all 0.3s ease-out;
    margin: 0 auto;
}
#portfolio .wrapper > div:first-of-type .portfolio-item:hover {
    filter: blur(8px);
    -webkit-filter: blur(8px);
}
#portfolio .wrapper > div:nth-of-type(2) .portfolio-item {
    width: 469.3px;
    height: 386.65px;
    background-image: url("pics/portfolio-item-2.jpg");
    /*background-position: center center; */
    background-size: 494px 407px;
    border-radius: 20px;
    transition: all 0.3s ease-out;
    margin: 0 auto;
}
#portfolio .wrapper > div:nth-of-type(2) .portfolio-item:hover {
    filter: blur(8px);
    -webkit-filter: blur(8px);
}
#portfolio .button {
    position: absolute;
    margin-top: 0;
    bottom: 30px;
    right: 133px;
}
#brand-section .wrapper > div:first-child {
    background-color: #1A4AB9;
    height: 614px;
}
#brand-section h1 {
    margin-top: 186px;
}
#brand-section h1 p {
    color: #ffffff;
    border-bottom: 2px solid #F9FAFC;
    line-height: 60px;
}
#brand-section h1 p:nth-child(2){
    margin-top: 20px;
}
#brand-section .wrapper > div:first-child > p {
    font-family: vazir;
    color: #ffffff;
    font-size: 18px;
    font-weight: 100;
    margin-top: 40px;
    max-width: 494px;
    margin-left: 40px;
	line-height: 34px;
}
#brand-section .wrapper > div:nth-child(2) {
    background-image: url("pics/brand-section-img-edited.jpg");
    height: 614px;
    background-position: center center;
    background-size: 919.2448px 614px;
    background-repeat: no-repeat;
    padding: 0;
}
#faq {
    margin: 200px 0 230px 0;
    height: auto;
}
#faq .wrapper h1 {
    text-align: center;
    margin: 0 auto 100px 0;
}
#faq .wrapper h1 p {
    line-height: 50px;
}
#faq .wrapper ul {
    list-style-type: none;
}
#faq .wrapper ul li {
    border-bottom: 1px dashed #C7C7CC;
    /*background-image: linear-gradient(to right, black 33%, rgba(255,255,255,0) 0%);
    background-position: bottom;
    background-size: 2px 6px;
    background-repeat: repeat-x;*/
}
#faq .wrapper ul li {
    padding-top: 40px;
    display: block;
}
#faq .wrapper ul > li:first-child {
    padding-top: 0;
}
#faq .wrapper ul li:hover {
    cursor: pointer;
}
#faq .wrapper ul li:hover h2 {
     color: #1A4AB9;
}
#faq .wrapper ul li h2 {
    margin-bottom: 40px;
    display: block;
    border-bottom: none;
    /*text-decoration: underline;*/
    line-height: 38px;
    position: relative;
    transition: all 0.3s ease-out;
}
#faq .wrapper ul li h2::after {
    content: '';
    display: inline-block;
    background-image: url("icons/faq_arrow.svg");
    width: 14.13px;
    height: 8.1px;
    position: absolute;
    left: 0;
    top: 14px;
}
#faq .wrapper ul li p {
    margin-bottom: 30px;
    font-family: vazir;
    font-size: 18px;
    font-weight: 100;
    line-height: 30px;
    /*height: 0;*/
    /*display: none;*/
}
footer .wrapper > div:first-of-type {
    /*background-color: orange;*/
    height: 825px;
    position: relative;
    padding: 0;
    /*background-image: url("pics/footer-img-fine-edited-new.jpg"); */
    background-color: #1A4AB9;
    background-size: 1237.42px 825px;
    background-position: center center;
}
.darkize {
    content: '';
    width: 100%;
    height: 825px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(40,40,40,0.7);
}
.footer-title {
    width: 100%;
    height: 204px;
    background-color: #282828;
    position: absolute;
/*     top: -30px; */
}
.footer-title h1 {
    margin: 70px 138px 60px auto;
}
.footer-title h1 p {
    color: #ffffff;
    border-bottom-color: #ffffff;
    line-height: 50px;
}
footer {
    font-family: vazir;
}
footer .wrapper > div:first-of-type > p:first-of-type {
    margin-top: 160px; 
    color: #ffffff;
    font-family: vazir;
}
footer .wrapper > div:first-of-type > p:nth-of-type(2) {
    margin-top: 20px; 
    color: #ffffff;
    font-family: vazir;
    max-width: 415px;
    line-height: 34px;
}
footer .wrapper > div:first-of-type > p:nth-of-type(3) {
    margin-top: 299px; 
    color: #ffffff;
    font-family: vazir;
    max-width: 415px;
    line-height: 34px;
}
footer .wrapper > div:first-of-type > p:nth-of-type(3)::before {
    content: '';
    display: inline-block;
    background-image: url("icons/location.svg");
    width: 17.5px;
    height: 24.5px;
    /*float: right;*/
    margin-left: 29px;
    background-repeat: no-repeat;
}
footer .wrapper > div:first-of-type > p:nth-of-type(4) {
    margin-top: 20px; 
    color: #ffffff;
    font-family: vazir;
    max-width: 415px;
    line-height: 34px;
}
footer .wrapper > div:first-of-type > p:nth-of-type(4)::before {
    content: '';
    background-image: url("icons/fill.svg");
    height: 18.59px;
    width: 18.59px;
    display: inline-block;
    margin-left: 29px;
}
footer .wrapper > div:first-of-type > p:nth-of-type(5) {
    margin-top: 20px; 
    color: #ffffff;
    font-family: vazir;
    max-width: 415px;
    line-height: 34px;
}
footer .wrapper .form-container {
    height: 825px;
}
footer form {
    margin: -10px auto 0 auto;
    text-align: center;
    display: block;
}
footer .wrapper .form-container p {
    padding-right: 20px;
    font-size: 16px;
}
footer ul {
    list-style-type: none;
    margin-bottom: 20px !important;
    padding-right: 20px;
    font-size: 16px;
}
.wpcf7-response-output {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 30px !important;
}
.wpcf7-not-valid-tip {
    color: red;
}
footer form::after {
    content: '';
    display: block;
    clear: both;
}
input {
    display: block;
    outline: none;
    height: 65px;
    border-radius: 5px;
    box-sizing: border-box;
    font-family: vazir;
    font-size: 16px;
    font-weight: normal;
    color: #282828;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
}
input::placeholder {
    color: #C7C7CC;
}
input[type="text"] , input[type="email"] , input[type="tel"] {
    padding-right: 30px;
    border: 1px dashed #C7C7CC;
    direction: rtl !important;
}
input[type="submit"] {
    font-family: vazir;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    background-color: #282828;
    border: none;
    transition: all 0.3s ease-out;
    cursor: pointer;
}
input[type="submit"]:hover {
    background-color: #1A4AB9;
}
footer textarea {
    width: 409px;
    height: 277px;
    resize: none;
    margin-top: 20px;
    outline: none;
    border-radius: 5px;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-top: 20px;
    font-family: vazir;
    font-size: 16px;
    font-weight: normal;
    color: #282828;
    border: 1px dashed #C7C7CC;
    display:block;
	direction: rtl;
}
footer textarea::placeholder {
    color: #C7C7CC;
}
.screen-reader-response {
    display: none;
}
footer input[name="captcha-170"] {
    width: 20%;
}
footer input[name="your-phone"] {
    direction: ltr !important;
	padding-left: 30px;
}
footer input[name="your-phone"]::placeholder {
    /* Force placeholder text to be RTL */
    direction: rtl !important;
	text-align: right;
    unicode-bidi: embed;
}
input[name="your-phone"]:focus,
input[name="your-phone"]:not(:placeholder-shown) {
    /* Switch to LTR when user starts typing OR field has a value */
    direction: ltr !important;
}
footer .botshield-captcha {
	margin: 0 !important;
	padding: 0 !important;
	padding-right: 0px !important;
}
footer .botshield-captcha-container {
	display: flex;
	justify-content: center;
	margin-top: 20px !important;
}
footer .botshield-captcha-helper {
	display: none;
}
footer .botshield-captcha-challenge {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex: 1 1 auto; /* or just remove the flex property entirely */
	flex-wrap: wrap; /* Allows items to stack on mobile */
    min-width: 0; /* Prevents flex overflow */
	gap: 20px;
}
footer .botshield-captcha-arithmetic .botshield-captcha-question {
	font-size: 20px !important;
	margin-bottom: 0px !important;
	margin-left: -10px;
}
footer .botshield-captcha-input {
	max-width: 200px !important;
	border: 1px dashed #C7C7CC !important;
	height: 65px !important;
}
.botshield-captcha-arithmetic .botshield-captcha-input, footer .botshield-captcha-arithmetic .botshield-captcha-input {
	max-width: 200px !important;
}
@media screen and (min-width: 200px) and (max-width: 419px) {
	html, body {
		margin: 0 !important;
		padding: 0 !important;
		overflow-x: hidden !important;
		overflow-y: auto !important; 
		width: 100% !important;
		max-width: 100% !important;
	}

	body {
		position: relative !important;
	}

	body::after {
		content: '';
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		pointer-events: none;
		z-index: 999999;
	}
	h1 {
        font-size: 28px;
        text-align: center;
        /*font-weight: bold;*/
    }
    header h1 {
        text-align: center;
        max-width: 240px;
        margin: 70px auto 30px auto;
    }
    .button {
        padding: 15px 30px;
        margin: auto;
        text-align: center;
    }
    .half-wrapper-right {
        text-align: center;   
    }
    .tell-us {
        font-size: 14px;
    }
    .right-half-header {
        height: 600px;
    }
    .left-half-header {
        height: 380px;
    }
    #nav-icon {
        margin-right: 40px;
    }
    #navigation_menu {
        z-index: 10;
    }
    #navigation_menu li a {
        padding-right: 60px;
        text-align: right;
    }
    .header-shape {
        height: 1px;
        width: 243px;
        margin: 64px auto 0px auto;
        border-radius: 100px 100px 100px 0px;
        /*background-position: -107px -177.5px;*/
        background-position: inherit;
        background-size: cover;
        animation-name: headerShapeAnimation_mobile;
        animation-duration: 1.5s;
        animation-timing-function: ease-out;
        animation-fill-mode: forwards;
    }
    @keyframes headerShapeAnimation_mobile {
        from {height: 1px;}
        to {height: 241.25px;}
    }
    .outer-black-box {
        top: 312px;
        height: 84px;
        right: 25px;
        animation-name: outerBlackBoxAnimation_mobile;
        animation-duration: 1s;
        animation-timing-function: ease-out;
        animation-delay: 1s;
        animation-fill-mode: forwards;
    }
    @keyframes outerBlackBoxAnimation_mobile {
      from {top: 300px; visibility: hidden;}
      to {top: 162px; visibility: visible;}
    }
    .inner-black-box {
        right: 253px;
    }
    .header-left-content {
        margin: 0px auto;
    }
    .header-screen {
        right: 27px;
        width: 170px;
        height: 92px;
        top: -10px;
        animation-name: headerScreenAnimation_mobile;
        animation-duration: 1s;
        animation-timing-function: ease-out;
        animation-delay: 2s;
        animation-fill-mode: forwards;
    }
    @keyframes headerScreenAnimation_mobile {
      from {top: -10px; visibility: hidden}
      to {top: 5px; visibility: visible;}
    } 
    .headphone-selection {
        width: 97px;
        height: 84.375px;
        top: 111px;
        left: 10px;
        animation-name: headPhoneSelectionAnimation_mobile;
        animation-duration: 1s;
        animation-timing-function: ease-out;
        animation-delay: 2s;
        animation-fill-mode: forwards;
    }
    @keyframes headPhoneSelectionAnimation_mobile {
      from {left: 10px; visibility: hidden;}
      to {left: 39px; visibility: visible;}
    }
    .header-blur-block {
        width: 10px;
        height: 10px;
        top: 181px;
        left: 110px;
        border-radius: 15px;
        animation-name: headerBlurBlockAnimation_mobile;
        visibility: hidden;
        animation-duration: 0.5s;
        animation-timing-function: ease-out;
        animation-delay: 3s;
        animation-fill-mode: forwards;
    }
    @keyframes headerBlurBlockAnimation_mobile {
      from {height: 44px; width: 60px; visibility: hidden;}
      to {height: 82px; width: 85.68px; visibility: visible;}
    }
    .header-blur-block div:first-child {
        margin-top: 16px;
    }
    .screen-notification {
        display: none;
    }
    .button-simulation {
        width: 69px;
        height: 22.5px;
        top: 125px;
        left: 101px;
    }
    .button-simulation::after {
        content: '';
        width: 27px;
        height: 3px;
        background-color: #C7C7CC;
        border-radius: 2px;
        position: absolute;
        top: 10.5px;
        left: 21.5px;
    }
    .why-us-text {
        margin: 64px auto 64px auto;
    }
    #why-us h1 {
        margin-right: 50px;
    }
    #features .wrapper {
        padding: 0;
    }
    .feature-container {
        top: 237px;
    }
    .feature-item p {
        max-width: 300px;
    }
    #site-management {
        margin: 100px auto 64px auto;
    }
    #site-management .wrapper {
        /*background-color: purple;*/
        padding: 0 30px;
    }
    .site-management-canvas {
        margin-top: 50px;
        width: 100%;
        height: 250px;
    }
    .site-management-img {
        left: 28px;
        top: 95px;
        width: 179.25px;
        height: 130.5px;
    }
    .site-management-black-shape {
        left: 130px; 
        top: 30px;
    }
    .color-circles {
        left: 254px;
    }
    .site-management-canvas .color-circles:nth-child(3) {
        top: 80px;
    }
    .site-management-canvas .color-circles:nth-child(4) {
        top: 110px;
    }
    .site-management-canvas .color-circles:nth-child(5) {
        top: 140px;
    }
    .site-management-editor {
        top: 210px;
        right: 20px;
    }
    .site-management-border {
        right: -40px;
        display: none;
    }
    #exclusive-design {
        margin: 64px auto 64px auto;
    }
    #exclusive-design .wrapper {
        padding: 0 30px;
    }
    /*#exclusive-design .wrapper > div:nth-child(2) {*/
    /*    margin-top: 50px;*/
    /*}*/
    #exclusive-design .wrapper div:nth-child(2) h1 {
        margin-top: 50px;
    }
    #exclusive-design .wrapper > div:nth-child(1) {
        display: none;
    }  
    #exclusive-design .wrapper > div:nth-child(3) {
        display: block;
        margin: 64px auto 0px auto;
    }
    .exclusive-design-blue-rectangle {
        right: 80px;
        top: 108px;
    }
    .exclusive-design-screen {
        left: 51px;
        width: 200px;
        height: 162.75px;
        top: 66px;
        display: none;
    }
    .exclusive-design-screen-disks {
        right: 45px;
        top: 47px;
        display: none;
    }
    .exclusive-design-canvas {
        width: 100%;
        height: 250px;
    }
    .exclusive-design-circle {
        /*height: 63.75px;*/
        /*width: 63.75px;*/
        height: 80px;
        width: 80px;
        right: 160px;
        top: 88px;
    }
    .exclusive-design-blue-rectangle {
        width: 120px;
        height: 120px;
        /*height: 93.75px;*/
        top: 69px;
        right: 76px;
    }
    #portfolio .wrapper > div:first-of-type .portfolio-item {
        width: 296.4px;
        height: 244.2px;
        margin: 0 auto;
        background-position: center center;
    }
    #portfolio .wrapper > div:nth-of-type(2) .portfolio-item {
        width: 296.4px;
        height: 244.2px;
        margin: 20px auto 0 auto;
        background-position: center center;
    }
    #portfolio .button {
        right: 70px;
    }
    #brand-section {
        height: 459px;
    }
    #brand-section h1 {
        margin-top: 64px;
    }
    #brand-section .wrapper > div:first-child {
        padding-right: 20px;
        height: 459px;
    }
    #brand-section .wrapper div:first-child p {
        margin-right: auto; 
        margin-left: auto;
    }
    #brand-section .wrapper > div:first-child > p {
        padding: 0px 15px 0px 15px;
    }
    #faq {
        margin: 64px 0px 64px 0px;
    }
    #faq .wrapper {
        padding: 0 10px;
    }
    #faq .wrapper h1 {
        margin-bottom: 64px;
    }
    /*#faq .wrapper ul li {*/
    /*    padding: 10px 20px 10px 20px;*/
    /*}*/
    #faq .wrapper ul li h2 {
        padding: 0px 30px 0px 60px;
    }
    #faq .wrapper ul li h2::after {
        left: 20px;
    }
    #faq p {
        padding: 0px 30px 0px 30px;
    }
    .footer-title h1 {
        margin-right: 40px;
    }
    footer .wrapper > div:first-of-type > p:first-of-type {
        margin-top: 64px;
    }
    footer .wrapper > div:first-of-type > p {
        padding: 0 30px 0px 30px;
    }
    footer .wrapper > div:first-of-type > p:nth-of-type(3) {
        margin-top: 84px;
    }
    footer .wrapper > div:first-of-type {
        height: 550px;
    }
    input {
        width: 95%;
        margin: 20px auto 20px auto;
    }
    footer .wrapper .form-container p {
        padding-right: 0;
    }
    footer textarea {
        width: 95%;
    }
    footer .wrapper > div:first-of-type > p:first-of-type , 
    footer .wrapper > div:first-of-type > p:nth-of-type(2), 
    footer .wrapper > div:first-of-type > p:nth-of-type(3),
    footer .wrapper > div:first-of-type > p:nth-of-type(4),
    footer .wrapper > div:first-of-type > p:nth-of-type(5){
        margin-right: 10px;
    }
    .col-xxs-12 {
        width: 100%;
    }
    .col-xxs-11 {
        width: 91.66666667%;
    }
    .col-xxs-10 {
        width: 83.33333333%;
    }
    .col-xxs-9 {
        width: 75%;
    }
    .col-xxs-8 {
        width: 66.66666667%;
    }
    .col-xxs-7 {
        width: 58.33333333%;
    }
    .col-xxs-6 {
        width: 50%;
    }
    .col-xxs-5 {
        width: 41.66666667%;
    }
    .col-xxs-4 {
        width: 33.33333333%;
    }
    .col-xxs-3 {
        width: 25%;
    }
    .col-xxs-2 {
        width: 16.66666667%;
    }
    .col-xxs-1 {
        width: 8.33333333%;
    }
}
@media screen and (min-width: 420px) and (max-width : 719px) {
    html, body {
		margin: 0 !important;
		padding: 0 !important;
		overflow-x: hidden !important;
		overflow-y: auto !important;
		width: 100% !important;
		max-width: 100% !important;
	}

/* Create a hard-clipping wrapper */
	body {
		position: relative !important;
	}

	body::after {
		content: '';
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		pointer-events: none;
		z-index: 999999;
	}
	h1 {
        font-size: 48px;
    }
    .header-left-content {
        margin-right: 100px;
    }
    .outer-black-box {
        right: -25px;
        top: 432px;
    }
    .header-screen {
        right: -44px;
        width: 292px;
    }
    .headphone-selection {
        left: 150px;
    }
    .header-blur-block {
        left: 90px;
    }
    .button-simulation {
        left: 287px;
    }
    #why-us h1 {
        margin-right: 50px;
    }
    .why-us-text > p {
        margin-top: 15px;
    }
    #features .wrapper {
        padding: 0;
    }
    .feature-container {
        top: 277px;
    }
    .feature-item {
        padding: 0 70px;
    }
    #site-management .wrapper {
        /*background-color: purple;*/
        padding: 0 50px;
    }
    .site-management-canvas {
        margin-top: 50px;
    }
    .site-management-border {
        display: none;
    }
    #exclusive-design .wrapper {
        padding: 0 50px;
    }
    #exclusive-design .wrapper div:nth-child(2) h1 {
        margin-top: 50px;
    }
    .exclusive-design-screen {
        width: 300px;
        left: -61px;
    }
    #portfolio .wrapper > div:first-of-type .portfolio-item {
        width: 395.2px;
        height: 325.6px;
        margin: 0 auto;
    }
    #portfolio .wrapper > div:nth-of-type(2) .portfolio-item {
        width: 395.2px;
        height: 325.6px;
        margin: 20px auto 0 auto;
    }
    #brand-section .wrapper > div:first-child {
        padding-right: 40px;
    }
    #faq .wrapper {
        padding: 0 60px;
    }
    .footer-title h1 {
        margin-right: 40px;
    }
    input {
        width: 95%;
    }
    footer textarea {
        width: 95%;
    }
    footer .wrapper > div:first-of-type > p:first-of-type , 
    footer .wrapper > div:first-of-type > p:nth-of-type(2), 
    footer .wrapper > div:first-of-type > p:nth-of-type(3),
    footer .wrapper > div:first-of-type > p:nth-of-type(4),
    footer .wrapper > div:first-of-type > p:nth-of-type(5){
        margin-right: 40px;
    }
    .col-xs-12 {
        width: 100%;
    }
    .col-xs-11 {
        width: 91.66666667%;
    }
    .col-xs-10 {
        width: 83.33333333%;
    }
    .col-xs-9 {
        width: 75%;
    }
    .col-xs-8 {
        width: 66.66666667%;
    }
    .col-xs-7 {
        width: 58.33333333%;
    }
    .col-xs-6 {
        width: 50%;
    }
    .col-xs-5 {
        width: 41.66666667%;
    }
    .col-xs-4 {
        width: 33.33333333%;
    }
    .col-xs-3 {
        width: 25%;
    }
    .col-xs-2 {
        width: 16.66666667%;
    }
    .col-xs-1 {
        width: 8.33333333%;
    }
}
@media screen and (min-width: 720px) and (max-width: 959px ){
    html, body {
		margin: 0 !important;
		padding: 0 !important;
		overflow-x: hidden !important;
		overflow-y: auto !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	/* Create a hard-clipping wrapper */
	body {
		position: relative !important;
	}

	body::after {
		content: '';
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		pointer-events: none;
		z-index: 999999;
	}
	.button-simulation {
        left: 350px;
    }
    .header-left-content {
        margin-right: 170px;
    }
    .headphone-selection {
        left: 180px;
    }
    .header-blur-block {
        top: 400px;
        left: 160px;
    }
    .why-us-text {
        margin: 220px 120px 220px auto; 
    }
    /*#why-us h1 {
        margin-right: 50px;
    }*/
    .why-us-text > p {
        width: 400px;
    }
    #features h1 {
        margin-right: 60px;
    }
    .feature-container {
        top: 220px;
    }
    .feature-item {
        /*padding: 0 150px;*/
        margin: auto auto;
    }
    #features .wrapper div:nth-child(3) div:first-child {
        margin-top: 100px;
    }
    #site-management .wrapper {
        /*background-color: purple;*/
        padding: 0 138px;
    }
    .site-management-canvas {
        margin-top: 80px;
    }
    #exclusive-design .wrapper div:nth-child(2) h1 {
        margin-top: 50px;
    }
    #exclusive-design .wrapper {
        padding: 0 138px;
    }
    #portfolio .wrapper > div:nth-of-type(1) .portfolio-item {
        margin: 20px auto 0 auto;
    }
    #portfolio .wrapper > div:nth-of-type(2) .portfolio-item {
        margin: 20px auto 0 auto;
    }
    #portfolio .button {
        right: 150px;
    }
    #brand-section .wrapper > div:first-child {
        padding-right: 138px;
    }
    #faq .wrapper {
        padding: 0 138px;
    }
    input {
        width: 409px;
    }
    footer .wrapper > div:first-of-type > p:first-of-type , 
    footer .wrapper > div:first-of-type > p:nth-of-type(2), 
    footer .wrapper > div:first-of-type > p:nth-of-type(3),
    footer .wrapper > div:first-of-type > p:nth-of-type(4),
    footer .wrapper > div:first-of-type > p:nth-of-type(5){
        margin-right: 138px;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
}
@media screen and (min-width: 960px) and (max-width: 1139px) {   
    .header-left-content {
        margin-right: 210px;
    }
    .why-us-text > p {
        width: 501px;
    }
    .header-blur-block {
        left: 120px;
    }
    .headphone-selection {
        left: 140px;
    }
    .button-simulation {
        left: 287px;
    }
    .why-us-text {
        margin: 200px 170px 200px auto; 
    }
    #features .wrapper {
        padding: 0 138px;
    }
    #features .wrapper > div:first-child {
        height: 639px;
    }
    .feature-container {
        position: absolute;
        top: 220px;
        height: 381px;
    }
    .feature-item {
        padding-right: 20px;
    }
    #site-management .wrapper {
        padding: 0 80px;
    }
    #site-management .wrapper > div:first-child h1 {
        margin-top: 100px;
    }
    #exclusive-design .wrapper div:nth-child(2) h1 {
        margin-top: 10px;
    }
    .exclusive-design-screen {
        left: -40px;
    }
    .exclusive-design-screen-disks {
        right: 40px;
    }
    #exclusive-design .wrapper {
        padding: 0 138px;
    }
    #brand-section .wrapper > div:first-child {
        padding-right: 138px;
    }
    #faq .wrapper {
        padding: 0 138px;
    }
    .footer-title {
        width: 462px;
    }
    input {
        width: 409px;
    }
    footer .wrapper > div:first-of-type > p:first-of-type , 
    footer .wrapper > div:first-of-type > p:nth-of-type(2), 
    footer .wrapper > div:first-of-type > p:nth-of-type(3),
    footer .wrapper > div:first-of-type > p:nth-of-type(4),
    footer .wrapper > div:first-of-type > p:nth-of-type(5){
        margin-right: 138px;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
}
@media screen and (min-width: 1140px) {
    /*.right-half-header{
        height: 100%;
    }
    .left-half-header {
        height: 100%;
    }*/
    .half-wrapper-left {
        float: right;
        margin-right: 170px;
    }
    .half-wrapper-right {
        float: left;
        margin-left: 132px;
    }
    .why-us-text {
        margin: 200px 308px 200px auto; 
    }
    .why-us-text > p {
        width: 501px;
    }
    /*header h1 {
        margin-top: 40%;
    }
    .header-shape {
        margin-top: 35%;
    }*/
    #features .wrapper {
        padding: 0 138px;
    }
    #features h1 {
        margin-right: 0;
    }
    #features .wrapper > div:first-child {
        height: 579px;
    }
    #features .wrapper > div:nth-child(2) {
        width: 469px;
    }
    #features h1 > p:nth-child(2) {
        color: #282828;
        border-bottom-color: #282828;
    }
    .feature-container {
        top: 152px;
        height: 381px;
        position: absolute;
    }
    .feature-item {
        padding-right: 86px;
    }
    #site-management .wrapper {
        padding: 0 138px;
    }
    #site-management .wrapper > div:first-child h1 {
        margin-top: 100px;
    }
    #exclusive-design .wrapper div:nth-child(2) h1 {
        margin-top: 50px;
    }
    #exclusive-design .wrapper {
        padding: 0 138px;
    }
    #portfolio .wrapper {
        padding: 0 138px;
    }
    #brand-section .wrapper > div:first-child {
        padding-right: 138px;
    }
    #faq .wrapper {
        padding: 0 308px;
    }
    .footer-title {
        width: 462px;
    }
    footer .wrapper > div:first-of-type > p:first-of-type , 
    footer .wrapper > div:first-of-type > p:nth-of-type(2), 
    footer .wrapper > div:first-of-type > p:nth-of-type(3),
    footer .wrapper > div:first-of-type > p:nth-of-type(4),
    footer .wrapper > div:first-of-type > p:nth-of-type(5){
        margin-right: 98px;
    }
    input {
        width: 409px;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
}