/********************************************************** */
/***********************  Xshapp ************************* */
/**********************************************************

    TABLE OF CONTENT
    ========================

    01. Default CSS
    02. Hero Section
    03. Page Banner
    04. Partner Section
    05. Service Section
    06. Feature Section
    07. Fun Fact Section
    08. Discover Tools Section
    09. Application Section
    10. Pricing Section
    11. Testimonial Section
    12. Team Section
    13. Video Section
    14. App Screen Section
    15. Blog Section
    16. About Page Video Section
    17. Blog Details
    18. Contact Page
    19. Main Footer


/****************************************************** */
/*******************  01. Default CSS ***************** */
/****************************************************** */
:root {
    --primary: #bdb1e9;
    --seconday: #9f9f9f;
}

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    direction: rtl;
    box-sizing: border-box;
    text-decoration: none;
}


body {
    color: #fafafd;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2rem;
    font-family: yekanbakhnum;
    background: #8e9eab; /* fallback for old browsers */
    background: -webkit-linear-gradient(
        to right,
        #eef2f3,
        #8e9eab
    ); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(
        to right,
        #eef2f3,
        #8e9eab
    ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

a {
    outline: none;
    text-decoration: none !important;
}

h1,
h2,
h3 {
    color: #f8f6fd;
    font-size: 2rem;
    line-height: 1.22;
    font-family: yekanbakhnum;
}

h4,
h5,
h6 {
    color: #f8f6fd;
    font-size: 1.5rem;
    line-height: 1.22;
    font-family: yekanbakhnum;
}

h1,
h2,
h3 {
    font-weight: 600;
}

h4,
h5,
h6 {
    font-weight: 300;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    /* max-width: 100%; */
    /*width: 110%;*/
    display: inline-block;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow-x: hidden;
}

header:after,
section:after,
footer:after {
    display: block;
    clear: both;
    content: "";
}

/************************ Button style************************************** **/
.theme-btn {
    z-index: 1;
    color: #ffffff !important;
    cursor: pointer;
    /* min-width: 150px; */
    transition: 0.7s ease-out;
    text-align: center;
    padding: 5px 40px;
    position: relative;
    border-radius: 25px;
    background: #2e4049;;
    display: inline-block;
    text-decoration: none;
    margin-top: 13px;
}

.theme-btn:hover {
    background: linear-gradient(90deg, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
    background-size: 400%;
}

.list-style-one li {
    display: flex;
    font-weight: 600;
    margin-bottom: 10px;
}

.list-style-one li:before {
    font-size: 12px;
    font-weight: 400;
    content: "\f108";
    margin-right: 15px;
    font-family: "Flaticon";
}

/*** Preloader style ***/
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/preloader.gif);
}

button:focus {
    outline: 0;
}

.overlay {
    position: relative;
}

.overlay:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #f7f6fc;
    opacity: 0.8;
}

.overlay * {
    z-index: 2;
    position: relative;
}

/* ****************************************New Button Theme********************* */

.second-btn {
    border: none;
    padding: 2px 35px;
    position: relative;
    background: transparent;
    color: #ffffff;
    text-transform: uppercase;
    border: 2px solid #fff;
    cursor: pointer;
    transition: all 0.7s;
    overflow: hidden;
    border-radius: 17px;
    margin-right: 10px;
}

.second-btn:hover {
    color: #fff;
}

.second-btn span {
    transition: all 0.7s;
    z-index: -1;
}

.second-btn .first {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    width: 25%;
    height: 100%;
    background: #2e4049;
}

.second-btn:hover .first {
    top: 0;
    right: 0;
}

.second-btn .second {
    content: "";
    position: absolute;
    left: 25%;
    top: -100%;
    height: 100%;
    width: 25%;
    background: #2e4049;
}

.second-btn:hover .second {
    top: 0;
    left: 50%;
}

.second-btn .third {
    content: "";
    position: absolute;
    left: 50%;
    height: 100%;
    top: 100%;
    width: 25%;
    background: #2e4049;
}

.second-btn:hover .third {
    top: 0;
    left: 25%;
}

.second-btn .fourth {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    width: 25%;
    background: #2e4049;
}

.second-btn:hover .fourth {
    top: 0;
    left: 0;
}

/* ***********************************End New Button Theme**************************** */
/****************************************************** */
/******************* 02. Hero Section  **************** */
/****************************************************** */
.hero-section {
    /* position: relative;
    display: flex;
    justify-content: center;
    align-items: center; */
    padding-top: 0;
    position: relative;
    background-position: inherit;
    background-size: cover;
    height: auto;
    margin-top: 191px;
}

.main-tilte-box {
    display: flex;
    justify-content: center;
    align-items: center;

    padding-right: 10%;
}

.hero-content {
    /* max-width: 345px; */
    /* padding-bottom: 50px; */
}

.hero-content > h2 {
    text-align: right;
    font-size: 2.5rem;
}

.three-D-pics {
    /* margin-top: 150px; */
}

.slider-container {
    margin-top: 27%;
    position: relative;
    display: flex;
    justify-content: end;
    align-items: center;
}

@keyframes slide-one {
    0% {
        opacity: 1;
    }

    2% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    51% {
        opacity: 1;
    }
}

@keyframes slide-two {
    1% {
        opacity: 0;
    }

    2% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    51% {
        opacity: 0;
    }
}

.Rocket-png {
    position: absolute;
}

.Rocket-png-2 {
    position: absolute;
}

.Rocket-png img {
    animation-name: slide-two;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-delay: 0s;
    opacity: 0;
    width: 600px;
}

.Rocket-png-2 img {
    animation-name: slide-one;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-delay: 0s;
    width: 600px;

}

@media screen and (orientation: portrait) {

}

/* **********************************Slider************************* */

/* .slider-container {
  position: relative;
  margin: auto;
} */
/* .slider-img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.slider-img img {
  position: absolute;
  width: 100%;
  height: 100%;
} */

@keyframes test01 {
    form {
        transform: translateX(-200px);
    }
    to {
        transform: translateX(0px);
    }
    form {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

#slide-two {
    animation-name: test01;
    animation-duration: 5s;
    animation-delay: 4s;
    animation-iteration-count: infinite;
}

/* **************************** */
/* ********[*******Social Media****************** */
/* .social-box {

  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 3% !important;
}
.social-style {

  display: flex;
  justify-content: center;
  align-items: center;
}
.team-member:hover {
  opacity: 1;
  bottom: -18px;
  visibility: visible;
}

.social-style > li > a {

  display: flex;
  justify-content: center;
  align-items: center;
} */
.social-container {
    place-items: center;
    color: #000;
    font-family: Helvetica;
    font-size: 18px;
    direction: ltr !important;
    display: flex !important;
    justify-content: center !important;
    width: 100%;
    margin-top: 200px;
}

.wrapper .button-social {
    display: inline-block;

    text-align: center;
    overflow: hidden;
    height: 35px;
    width: 35px;
    margin: 0 5px;
    background: #f5f0f0;
    border-radius: 35px;
    cursor: pointer;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-out;
}

.wrapper .button-social:hover {
    width: 130px;
}

.wrapper .button-social .icon {
    display: inline-block;
    height: 35px;
    width: 35px;

    border-radius: 35px;
    box-sizing: border-box;
    line-height: 35px;
}

.wrapper .button-social .icon i {
    text-align: center;
    line-height: 35px;
}

.wrapper .button-social span {
    line-height: 35px;
    margin-right: 10px;
}

.wrapper.button-social span:hover {
}

.wrapper .button-social:nth-child(1):hover .icon i {
    color: #4267b2;
    /* float: left; */
}

.wrapper .button-social:nth-child(1):hover span {
    color: #4267b2;
}

.wrapper .button-social:nth-child(2):hover .icon i {
    color: #0a63bc;
}

.wrapper .button-social:nth-child(2):hover span {
    color: #0a63bc;
}

.wrapper .button-social:nth-child(3):hover .icon i {
    color: #f60002;
}

.wrapper .button-social:nth-child(3):hover span {
    color: #f60002;
}

.wrapper .button-social:nth-child(4):hover .icon i {
    color: #e1306c;
}

.wrapper .button-social:nth-child(4):hover span {
    color: #e1306c;
    font-size: 16px;
}

/* ****************************End Social Media****************** */

.Copyright {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    direction: ltr !important;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.Copyright2 {
    position: absolute;
    bottom: 0;
    /* right: 31%; */
    text-align: center;
    display: block;
    width: 100%;
}

/* ****************** Contact-Page********************** */

.contact-main {
    background-color: #eff2f3;
    height: 200vh;
    width: 100vw;
}

/* .contact-info {

} */

.container-contact {
    margin: 0;
    padding: 0;
    max-width: 100%;
    /* position: relative; */
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
    font: 400 12px/16px yekanbakhnum;
}

#contact {
    padding: 25px;
    margin: 100px 0;
}

#header-contact {
    padding: 0 25px;
    margin-top: 50px;
}

/*#contact h3 {*/
/*  display: block;*/
/*  font-size: 30px;*/
/*  font-weight: 300;*/
/*  margin-bottom: 10px;*/
/*}*/

/*#contact h4 {*/
/*  margin: 5px 0 15px;*/
/*  display: block;*/
/*  font-size: 13px;*/
/*  font-weight: 400;*/
/*}*/

.container-contact h3 {
    display: block;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 10px;
    color: #282d32;
}

.container-contact h4 {
    margin: 5px 0 15px;
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #282d32;
}

fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
    width: 80%;
    border: 1px solid #ccc;
    background: #fff;
    /*margin: 0 0 5px;*/
    padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #aaa;
}

#contact textarea {
    height: 100px;
    max-width: 100%;
    resize: none;
}

/*#contact button[type="submit"] {*/
/*  cursor: pointer;*/
/*  width: 100%;*/
/*  border: none;*/
/*  background: #4caf50;*/
/*  color: #fff;*/
/*  margin: 0 0 5px;*/
/*  padding: 10px;*/
/*  font-size: 15px;*/
/*}*/

/*#contact button[type="submit"]:hover {*/
/*  background-color: rgba(157,78,221,.3);*/
/*  -webkit-transition: background 0.3s ease-in-out;*/
/*  -moz-transition: background 0.3s ease-in-out;*/
/*  transition: background-color 0.3s ease-in-out;*/
/*}*/

#contact button[type="submit"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
    text-align: center;
}

#contact input:focus,
#contact textarea:focus {
    outline: 0;
    border: 1px solid #aaa;
}

::-webkit-input-placeholder {
    color: #888;
}

:-moz-placeholder {
    color: #888;
}

::-moz-placeholder {
    color: #888;
}

:-ms-input-placeholder {
    color: #888;
}

/* *******************Contact ******************* */

/**************************End Contact******************/

/*********************Services***********************/

/***********************QuestionMark************************/
.question {
    font-size: 18px;
    cursor: pointer;
    color: #938eae;
}

#question {
    margin-right: 6px;
}

/*********************** End QuestionMark************************/

/***********************Render & share Section************************/
.container_input {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.last_container_input {
    margin-top: 30px;
}

.last_container_input span {
    background: none;
}

.input-group-text {
    appearance: none;
    background: #fff;
    border: none;
}

#option_input {
    appearance: none;
    flex: 0.2 0.2 auto;
    box-shadow: 0 2px 4px #ccc;
    border-radius: 4px;
    cursor: pointer;
}

#option_input:focus {
    appearance: none;
    outline: none;
}

/***********************End render & share Section************************/

/***********************Date reserve Section************************/

.reserve_title {
    border-bottom: 1px solid #333;
    width: 99px;
    padding-bottom: 4px;
}

.date_section_text {
    color: #000;
    margin-bottom: 0 !important;
}

.date_section_celander {
    color: #444;
    font-size: 30px;
}

.date_text_container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.container_date {
    width: 80%;
}

/***********************End Date reserve Section************************/

/* ************************Upload File ******************** */
.file_upload_container {
    width: 100%;
    padding: 30px;
    background-color: #bee1e6;
    border-radius: 20px;
    border: 2px dashed #9d4edd;
    /* margin: 50px; */
    margin: 1px 0 50px 0;
}

.file_upload_section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.file-upload {
    display: none;
}

.file_upload_input_btn {
    padding: 2px 45px;
    background-color: #9d4edd;
    border-radius: 30px;
    color: #eee;
    cursor: pointer;
}

.file_upload_icon {
    color: #9d4edd;
    font-size: 50px;
}

.file_upload_text {
    color: #000;
}

/* ************************End Upload File ******************** */

/* ************************Price & Code******************** */

/* ************************End Price & Code******************** */

/* ************************Radio******************** */

.radio {
    /* width: 200px; */
    display: flex;
    align-items: center;

    margin: 10px 0px;
    padding: 0%;
}

.radio-input {
    margin: 5px;
}

.radio-label .label_radio_purple {
    color: #9d4edd;
}

/* ************************End Radio******************** */

/* ************************Media Query******************** */

@media screen and (max-width: 490px) {
    .container_date {
        width: 80%;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 230px;
        justify-content: space-around;
    }

    .file_upload_container {
        width: 100%;
    }

    .price_label {
        margin-right: 11px;
        font-size: 12px;
    }
}

@media screen and (min-width: 491px) and (max-width: 768px) {
    .container_date {
        width: 100%;
    }
}

/* ************************End Media Query******************** */

/* *****************************Modal Box******************* */
.modal-body {
    display: flex;
    justify-content: center;
    margin-top: 0%;

    /* background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"%3E%3Cg fill-rule="evenodd"%3E%3Cg fill="%239C92AC" fill-opacity="0.4"%3E%3Cpath opacity=".5" d="M96 95h4v1h-4v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9zm-1 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9z"/%3E%3Cpath d="M6 5V0H5v5H0v1h5v94h1V6h94V5H6z"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E'); */
}

.modal {
    overflow-y: hidden;
}

.sec-content img {
    max-width: 100%;
}

.modal-body {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-radius: 4rem;
    color: rgb(219, 218, 218);
}

.modal-content {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 4rem;
    width: 150%;
    height: auto;
    -webkit-box-shadow: -1px -2px 42px -19px rgba(0, 0, 0, 0.74);
    -moz-box-shadow: -1px -2px 42px -19px rgba(0, 0, 0, 0.74);
    box-shadow: -1px -2px 42px -19px rgba(0, 0, 0, 0.74);
    background: #2e4049;
}

.modal-content h1,
.modal-content h2,
.modal-content h3 {
    text-align: right;
    color: rgb(219, 218, 218);
}

.modal-content h2 {
    font-size: 2em;
}

.modal-content-01 {
    margin-top: 10%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 10%;
}

.modal-content-01 h1 {
    font-size: 3rem;
}

.modal-content-01 a {
    margin-top: 10px;
    font-size: 0.75rem;
}

.form-group {
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; */
}

.form-group-modal input {
    border-radius: 1rem;
    /* width: 150%; */
    height: 2.5rem;
    font-size: 1rem;
    text-align: left !important;
    padding-left: 40px;
    font-family: Helvetica;
    direction: ltr !important;
    color: white;
}

.form-group-modal input {
    background: #182227;
    /* box-shadow: inset 7px 7px 10px #383838, inset -7px -7px 10px #787878;
}

.form-group-modal input::placeholder {
    text-align: left;
    /* padding-left: 20px; */
    font-family: Helvetica;
}

.eye-icon {
    /* position: absolute; */
    cursor: pointer;

    color: white;
    margin-right: 2% !important;
    margin-bottom: 7px;
    right: 5px;

    width: 5px;
}

.modal-second-btn {
    padding: 10px 30px;
    border-radius: 10px;
    background: #585858;
    box-shadow: inset 7px 7px 15px #464646, inset -7px -7px 15px #787878;
}

.modal-theme-btn {
    margin-left: 20px;
    padding: 5px 43px;
    font-size: 16px;
    border-radius: 16px;
    background: linear-gradient(
        88deg
        , #ffffff, #ffffff);
    /* box-shadow: 8px 8px 20px #383838, -8px -8px 20px #787878; */
    color: rgb(46 64 73);
    transition: all ease 0.3s;
}

.modal-theme-btn:hover {
    background: #2e4049;
    color: white;
    border: 0px solid white;
    box-shadow: 0px 5px 8px 0px #ffffff00, inset -8px -8px 20px #ffffff;
}

.sec-content h2 {
    display: flex;
    justify-content: center;
    text-align: center;
    line-height: 57px;
}

.input-icon {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 20px;
    width: 320px;
}

.input-icon i {
    position: absolute;
    opacity: 0.5;
    left: 0;
    margin-left: 10px;
    /* margin-right: 47%; */
}

.input-icon input {
    width: 100%;
}

.forgot-password {
    color: white;
}

@media only screen and (max-width: 991px) {
    .modal-content-02 {
        display: none;
    }

    .modal-content {
        border-radius: 1rem;
        width: 90%;
        height: auto;

        -webkit-box-shadow: -1px -2px 42px -19px rgba(0, 0, 0, 0.74);
        -moz-box-shadow: -1px -2px 42px -19px rgba(0, 0, 0, 0.74);
        box-shadow: -1px -2px 42px -19px rgba(0, 0, 0, 0.74);
    }

    .form-group-modal input,
    .form-group-modal p {
        width: 80%;
        border-radius: 0.5rem;
    }

    .eye-icon {
        /* margin-left: 70%; */
    }

    .form-group-modal input,
    .form-group-modal p {
        font-size: 0.75rem;
        width: 75%;
    }

    .input-icon i {
        /* margin-right: 80%; */
        left: 26%;
    }
    .login-btn{
        justify-content: center;
        display: flex;
        margin-left: 102px;
    }
}

/* *************************End Modal************************ */

/* ************************* Sign Up Form ****************************** */

input[type="submit"] {
    outline: none;
}

input[type="submit"]:hover {
    opacity: 0.9;
}

input[type="email"],
input[type="password"] {
    text-align: right;
}

.register {
    margin-top: 15%;
    padding: 125px;
}

.register-right {
    text-align: center;
    color: #fff;
    margin-top: 4%;
}

.register-right input {
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    width: 80%;
    background: #f8f9fa;
    font-weight: bold;
    color: #383d41;
    margin-top: 30%;
    margin-bottom: 3%;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .register-right input {
        margin-top: 0;
    }
}

.register-left {
    background: #f8f9fa;
    border-top-right-radius: 10% 50%;
    border-bottom-right-radius: 10% 50%;
}

@media screen and (max-width: 767px) {
    .register-left {
        border-radius: 10px;
    }
}

.register-right img {
    margin-top: 15%;
    margin-bottom: 5%;
    width: 25%;
    -webkit-animation: mover 2s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}

.register-right p {
    font-weight: lighter;
    padding: 12%;
    margin-top: -9%;
}

.register .register-form {
    width: 100%;
    padding: 10%;
    margin-top: 10%;
}

.btnRegister {
    float: left;
    margin-top: 10%;
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    background: #8a76e4;
    color: #fff;
    font-weight: 600;
    width: 40%;
    cursor: pointer;
}

.register .nav-tabs {
    margin-top: 3%;
    border: none;
    background: #0062cc;
    border-radius: 1.5rem;
    width: 28%;
    float: left;
}

.register .nav-tabs .nav-link {
    padding: 2%;
    height: 34px;
    font-weight: 600;
    color: #fff;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}

.register .nav-tabs .nav-link:hover {
    border: none;
}

.register .nav-tabs .nav-link.active {
    width: 100px;
    color: #0062cc;
    border: 2px solid #0062cc;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}

.register-heading {
    text-align: center;
    margin-top: 8%;
    margin-bottom: -15%;
    color: #495057;
}

/* ************************Shape Divider******************* */

/* ***************************footer*************************** */
.flex-fill {
    max-width: 100%;
}

.footer {
    width: 100vw;
    height: 20vh;
    background-color: #383d41;
}

.footer-dark {
    padding: 50px 0 0 0;
    color: #f0f9ff;
    background-color: #2e4049;;
    margin-top: 18rem;
}

.footer-dark.rendering {
    margin-top: 0;
}

.footer-dark.user {
    margin-top: 3rem;
}

.footer-dark.contact,
.footer-dark.gallery,
.footer-dark.singlePost {
    margin-top: 0;
}

.footer-dark.profile-footer {
    margin-top: 3rem;
}

.footer-dark h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 20px;
}

.footer-dark ul {
    padding: 0;
    list-style: none;
    line-height: 1.6;
    font-size: 16px;
    margin-bottom: 0;
}

.footer-dark .links ul a {
    color: #fff;
    text-decoration: none;
    /*opacity:0.6;*/
}

.footer-dark .social-container ul a {
    color: #000;
}

.footer-dark ul a:hover {
    opacity: 0.8;
}

.e-namad ul li {
    margin-bottom: 1rem;
}

.enamad-img {
    width: 50%;
}

/*.social-container {*/
/*  display: grid;*/
/*  place-items: flex-end;*/
/*  color: #000;*/
/*  font-family: Helvetica;*/
/*  font-size: 18px;*/
/*position: absolute;*/
/*bottom: 5%;*/
/*margin-top:3rem;*/
/*  direction: ltr !important;*/
/*}*/
/* *********************Copyight***************************** */
/*.Copyright {*/
/*  font-family: Helvetica;*/
/*  font-size: 15px;*/
/*  color: #fff;*/
/*  margin-top:.5rem;*/
/*  font-weight: 400;*/
/*  direction: ltr !important;*/
/*position: absolute;*/
/*bottom: 0%;*/
/*display: flex;*/
/*justify-content: center;*/
/*align-items: center;*/
/*  text-align: center;*/
/*}*/
.copyright-para {
    direction: ltr !important;
    /*font-size: 16px;*/
}

/* *************************************************** */
/* **************************End Footer****************************** */

/* ****************************Forget-password*********************** */

.forget-pass-container {
    display: flex;
    align-items: center;
    justify-content: center;

    height: 100vh;
    width: 100vw;
    background-image: url("../images/siunup/Data_security_28\ [Converted].png");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100vh;
}

.input-forget-email {
    top: 50vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.email-forget-inp {
    width: 30%;
    box-shadow: 1px 5px 10px 5px rgba(0, 0, 0, 0.2);
    border-radius: 25px;
    text-align: left !important;
    padding-left: 15px;
    padding-right: 15px;
    margin: 20px;
    margin-bottom: 30px;
    height: 2.4rem;
}

.email-forget-inp::placeholder {
    text-align: right;
}

.input-forget-email p {
    color: #000;
    padding: auto;
    margin: 20px;
}

@media screen and (max-width: 991px) {
    .forget-pass-container {
        background-size: 100vw;
    }

    .email-forget-inp {
        width: 60%;
    }
    .render-box{
        padding-top: 100px!important;
    }
}
.h1-style{
    font-weight: 900;
    font-size: 96px;
    /*text-shadow: -2px 1px 3px #00000057;*/
}
.render-box{
     padding-top: 200px;
 }
.user_box{
    margin-top: 150px;
}
.gallery_box{
    margin-top: 80px;
}
.container-style {
    border-radius: 25px;
    /*border: 3px solid #342f471a;*/
    padding-top: 20px;
    padding-bottom: 20px;
}

.bg-white-two {
    background-color: #01010142;
}
.service-text-stlye{
    border-radius: 16px;
    text-align: center;
    padding: 10px 16px;
    font-size: 18px;
    color: white;
    background-color: #2e4049;
    border: none;
    border: 1px solid #ffffff8f;
    box-shadow: 0 3px 0px 1px #2e40492e;
}
.error-style{
    background: white;
    margin-top: 20px;
    padding: 5px 10px;
    font-size: 16px;
    text-align: center;
    color: black !important;
    border-radius: 15px!important;
    font-weight: 600;
    font-size: 13px;
}
.input-style{
    background: #182227!important;
    font-family: Helvetica!important;
    border: none!important;
    font-family: 'yekanbakhnum'!important;
    box-shadow: none !important;
}
.error-style2 {
    background: white;
    margin-top: 20px;
    padding: 11px 10px;
    font-size: 16px;
    text-align: center;
    color: black !important;
    border-radius: 9px!important;
    font-weight: 600;
    font-size: 13px;
    width: 38%;
    margin: 0 auto;
}
