/*============================================================ Font:*/
@font-face {
    font-family: 'TitrPlus';
    src: url('/static/Font/Digi Titr Plus Bold Line.otf') format('opentype'),
    url('/static/Font/Digi Titr Plus Bold Line.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*============================================================ GENERAL:*/
body {
    font-family: 'Vazir';
    background-color: ghostwhite;
    overflow-x: hidden;
}

.btn {
    color: black;
    background-color: ghostwhite;
    text-align: right;
}

.justified-text {
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
    letter-spacing: 0;
}

.titer_font {
    font-family: 'TitrPlus';
}

p img {
    width: 100%;
    height: auto;
}

@media (max-width: 1000px) {
    h6 {
        font-size: 35px;
    }

    p {
        font-size: 35px;
    }
}

/*============================================================ Header Desktop:*/
.header {
    position: fixed;
    top: 3%;
    right: 50%;
    transform: translateX(50%);
    z-index: 10;
}

.container {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.head {
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: center;
    width: max-content;
    background-color: ghostwhite;
    border-radius: 20px;
    font-weight: bold;
}

.head-inner {
    display: flex;
    flex-direction: row;
    margin: 0px 50px;
    align-items: center;
    width: max-content;
    background-color: ghostwhite;
    border-radius: 20px;
    font-weight: bold;
}

.site-logo img {
    align-content: center;
    margin-right: 5px;
    width: 110px;
    height: auto;
}

.menu a {
    padding: 0px 20px;
    text-align: right;
    color: black;
    text-decoration: none;
    border: ghostwhite solid 1px;
    background-color: ghostwhite;
}

.menu a:hover {
    color: black;
    border: ghostwhite solid 1px;
    background-color: ghostwhite;
}

/*============================================================ Header Phone:*/
.mobile-menu-icon {
    display: none;
}

#mobile-menu {
    display: none;
    max-height: 0;
    background-color: ghostwhite;
    position: fixed;
    top: 11%;
    width: 100%;
    left: 0;
    padding: 0 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

#mobile-menu a {
    display: block;
    padding: 5px;
    text-decoration: none;
    font-size: 35px;
    font-weight: normal;
    background-color: ghostwhite;
    color: #000;
}

#mobile-menu button {
    margin-right: -10px;
    padding-bottom: 15px;
    width: 100%;
    border: none;
    text-align: right;
    font-size: 35px;
    font-weight: normal;
    background-color: ghostwhite;
    color: #000;
}


.accordion h2 {
    text-align: right;
    background-color: ghostwhite;
    padding: 10px;
}

.accordion-body {
    background-color: ghostwhite;
}

.card {
    border: ghostwhite solid 1px;
    background-color: ghostwhite;
}

.card-header {
    background-color: ghostwhite;
}

@media (max-width: 1000px) {
    .header {
        position: fixed;
        margin: 10px 0px;
        z-index: 10;
    }

    .head {
        width: 1000px;
    }

    .menu {
        display: none;
    }

    #mobile-menu {
        display: block;
    }

    .site-logo img {
        width: 200px;
        height: auto;
    }

    .mobile-menu-icon {
        display: block;
        direction: ltr;
        font-size: 100px;
    }

    #mobile-menu-button {
        position: absolute;
        top: 3%;
        color: black;
        height: 105px;
        overflow: hidden;
    }
}

/*============================================================ Section1:*/
.section1 {
    position: relative;
}

.section1_title {
    color: white;
    position: absolute;
    right: 10%;
    top: 50%;
    z-index: 9;
}

.section1_caption {
    position: absolute;
    color: white;
    right: 10%;
    top: 60%;
    font-size: 18px;
    z-index: 9;
}

.carouselinner {
    border-radius: 0px 0px 35px 35px;
}

.carouselitem img {
    width: 100%;
    height: auto;
}

.carouselcontrolprev svg {
    position: absolute;
    top: 50%;
    left: 10%;
    z-index: 9;
    transform: rotate(180deg);
}

.carouselcontrolnext svg {
    position: absolute;
    top: 50%;
    right: 10%;
    z-index: 9;
}

.carouselcontrolprev,
.carouselcontrolnext {
    z-index: 9;
}

.carouselindicators {
    width: 50px;
    right: 35%;
    transform: translateX(50%);
    border-radius: 25%;
    z-index: 9;
}

#btncarousel {
    background-color: white;
    height: 5px;
    width: 5px;
    border-radius: 100%;
}

.shadow {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgb(79, 103, 255);
    background: linear-gradient(90deg, rgba(79, 103, 255, 1) 10%, rgba(79, 103, 255, 0.3966037098433123) 25%, rgba(79, 103, 255, 0.4190126734287465) 75%, rgba(79, 103, 255, 1) 90%);
    z-index: 9;
}

@media (max-width: 1000px) {
    .section1 {
        padding-top: 210px;
        background-color: rgb(79, 103, 255);
    }

    .shadow {
        height: 72%;
    }

    .section1_title {
        display: none;
    }

    .section1_caption {
        display: none;
    }
}

/*============================================================ Section2:*/
.section2 {
    position: relative;
    padding: 50px 0px;
    justify-content: center;
    color: ghostwhite;
    background-color: white;
    font-weight: lighter;
}

.section2 a {
    text-decoration: none;
    color: ghostwhite;
}

.section2_fullcard {
    position: relative;
    margin: 50px 50px;
    width: 100%;
    margin-right: 0px;
}

.section2_img img {
    position: absolute;
    height: 100px;
    width: 100px;
    border-radius: 100%;
    box-shadow: 1px 1px 10px black;
    right: 50%;
    top: 0%;
    transform: translate(50%, -65%);
}

.section2_card {
    background-color: orange;
    border-radius: 30px;
    padding: 20px;
    width: 100%;
    text-align: center;
}

.section2_card h4 {
    margin-top: 20px;
    font-size: 20px;
    text-align: center;
}

.section2_card p {
    padding: 0px 15px;
    padding-bottom: 10px;
    text-align: justify;
}

.section2_card h5 {
    transform: translateX(-50%);
    color: ghostwhite;
    text-decoration: underline;
    padding: 10px;
    width: 50%;
    border: ghostwhite solid 1px;
    border-radius: 10px;

}

.flower2 img {
    position: absolute;
    top: 15%;
    left: 0;
    width: 150px;
    height: 300px;
}

.flower25 img {
    position: absolute;
    transform: rotate(25deg);
    top: 40%;
    right: 2%;
    width: 150px;
    height: 300px;
    z-index: 8;

}

@media (max-width: 1000px) {
    .section2 {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .section2_fullcard {
        width: 100%;
        margin: 80px 0px;
    }

    .section2_img img {
        width: 200px;
        height: 200px;
    }

    .section2_card {
        width: 100%;
    }

    .section2_card h4 {
        font-size: 40px;
        margin-top: 80px;
    }

    .section2_card h5 {
        font-size: 40px;
    }
}

/*============================================================ Section3:*/
.section3 {
    position: relative;
    background-color: ghostwhite;
    padding: 100px 0px;
}

.section3_card h6 {
    color: red;
}


.section_check {
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: center;
}

.section3_card svg {
    color: aquamarine;
    width: 20px;
    height: 20px;
}

.section3_card h5 {
    padding: 5px 5px;
}

.section3_card a {
    color: white;
    background-color: aquamarine;
    border-radius: 5px;
    padding: 5px 10px;
}

.section_img {
    position: relative;
    height: 500px;
    overflow: hidden;
}

.section3_bg1_img {
    position: absolute;
    top: 15%;
    right: 53%;
    width: 250px;
    height: 250px;
    border-radius: 100%;
    background-color: dodgerblue;
}

.section3_bg2_img {
    position: absolute;
    top: 0%;
    right: 45%;
    width: 250px;
    height: 250px;
    border-radius: 100%;
    background-color: dodgerblue;
}

.section3_bg3_img {
    position: absolute;
    top: 27%;
    right: 29%;
    width: 275px;
    height: 275px;
    border-radius: 100%;
    background-color: dodgerblue;
}

.section3_bg4_img {
    position: absolute;
    top: 12%;
    right: 14%;
    width: 250px;
    height: 250px;
    border-radius: 100%;
    background-color: dodgerblue;
}

.section3_bg5_img {
    position: absolute;
    top: 6%;
    right: 27%;
    width: 250px;
    height: 75px;
    transform: rotate(18deg);
    border-radius: 35px;
    background-color: dodgerblue;
}

.section3_bg6_img {
    position: absolute;
    top: 16%;
    right: 67%;
    width: 175px;
    height: 75px;
    transform: rotate(-57deg);
    border-radius: 35px;
    background-color: dodgerblue;
}

.section3_bg7_img {
    position: absolute;
    top: 55%;
    right: 55%;
    width: 200px;
    height: 75px;
    transform: rotate(31deg);
    border-radius: 35px;
    background-color: dodgerblue;
}

.section3_bg8_img {
    position: absolute;
    top: 52%;
    right: 16%;
    width: 200px;
    height: 75px;
    transform: rotate(135deg);
    border-radius: 35px;
    background-color: dodgerblue;
}

.section_img img {
    position: absolute;
    top: 6%;
    right: 22%;
    width: 400px;
    height: 350px;
    border-radius: 35%;
}

@media (max-width: 1000px) {
    .section_img {
        position: relative;
        height: 600px;
    }

    .section3_bg1_img {
        width: 300px;
        height: 300px;
    }

    .section3_bg2_img {
        width: 300px;
        height: 300px;
    }

    .section3_bg3_img {
        width: 325px;
        height: 325px;
    }

    .section3_bg4_img {
        right: 10%;
        width: 300px;
        height: 300px;
    }

    .section3_bg5_img {
        top: 13%;
        right: 23%;
        transform: rotate(20deg);
    }

    .section3_bg6_img {
        top: 17%;
        right: 72%;
        transform: rotate(-61deg);
    }

    .section3_bg7_img {
        top: 58%;
    }

    .section3_bg8_img {
        top: 54%;
        right: 16%;
        transform: rotate(140deg);
    }

    .section_img img {
        top: 5%;
        right: 20%;
        width: 475px;
        height: 425px;
    }

    .section3_card svg {
        color: aquamarine;
        width: 25px;
        height: 25px;
    }

    .section3_card h5 {
        font-size: 35px;
    }

    .section3_card a {
        font-size: 35px;
        color: white;
        background-color: aquamarine;
        border-radius: 5px;
        padding: 10px 15px;
    }
}

/*============================================================ Section4:*/
.section4 {
    position: relative;
    background-color: ghostwhite;
}

.section4_fullcard {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: white;
    border-radius: 25px;
    padding: 15px;
    margin: 15px 5px;
    width: 100%;
}

.section4_img img {
    width: 75px;
    height: 75px;
    border-radius: 100%;
    padding: 10px;
}

.section4_card h6 {
    padding-top: 25px;
}

.section4_card p {
    font-size: 14px;
}

@media (max-width: 1000px) {
    .section4_fullcard {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 20px;
    }

    .section4_img img {
        width: 150px;
        height: 150px;
        border-radius: 100%;
        padding: 15px;
    }

    .section4_card p {
        font-size: 30px;
        padding: 0 0 5px 15px;
    }

    .section4_card h6 {
        padding-top: 0;
        font-size: 35px;
        text-align: center;
    }
}

/*============================================================ Section5:*/
.section5 {
    position: relative;
    background-color: ghostwhite;
}

.section5_inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 50px;
    padding: 15px;
    border-radius: 25px;
    background-color: orange;
    color: white;
    width: 65vw;
    z-index: 1;
}

.section5_fullcard {
    text-align: center;
    margin: 5px 15px;
}

@media (max-width: 1000px) {
    .section5_inner {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        width: 70vw;
    }

    .iv1 {
        grid-area: 1 / 1 / 2 / 2;
    }

    .div2 {
        grid-area: 2 / 2 / 3 / 3;
    }

    .div3 {
        grid-area: 1 / 2 / 2 / 3;
    }

    .div4 {
        grid-area: 2 / 1 / 3 / 2;
    }

    .section5_fullcard {
        text-align: center;
        margin: 25px;
    }

    .section5_num h1 {
        font-size: 70px;
    }

    .section5_card h6 {
        font-size: 35px;
    }
}

/*============================================================ Section6:*/
.section6 {
    position: relative;
    background-color: #f83776;
    padding: 100px 0px 80px 0px;
    margin-top: -25px;
}

.section6_header {
    display: flex;
    flex-direction: column;
    text-align: center;
    color: white;
    margin-bottom: 50px;
}

.section6_fullcard {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: white;
    border-radius: 15px;
    padding: 15px;
}

.section6_img {
    display: flex;
    flex-direction: column;
    text-align: right;
}

.section6_img img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    padding: 15px;
}

.section6_img h6, span {
    padding-right: 20px;
    font-size: 12px;
}

.section6_card {
    padding-top: 15px;
}

.section6_card {
    font-size: 16px;
}

#btncarouselcomment {
    background-color: black;
    height: 5px;
    width: 5px;
    border-radius: 100%;
}

.attri {
}

.mrg {
    margin-bottom: -30px;
    background-color: transparent;
}

@media (max-width: 1000px) {
    .section6_fullcard {
        margin: 10px 0px;
        flex-direction: column;
    }

    .section6_img {
        flex-direction: row;
    }

    .section6_img img {
        width: 150px;
        height: 150px;
    }

    .section6_img h6 {
        display: block;
    }

    .section6_img h6, span {
        font-size: 25px;
    }

    .attri {
        padding-top: 35px;
        display: flex;
        flex-direction: column;
    }

    .section6_card {
        font-size: 35px;
        padding: 15px;
    }
}

/*============================================================ Section7:*/
.section7 {
    position: relative;
    background-color: ghostwhite;
    padding: 100px 0px 25px 0px;
}

.section7_header {
    display: flex;
    flex-direction: column;
    text-align: center;
    color: black;
    margin-bottom: 50px;
}

.section7_header h6 {
    color: red;
    padding: 5px;
}

.section7_imgs {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.section7_img img {
    height: 150px;
    width: 90%;
    margin: 5px 0px;
    border-radius: 15px;
}

.center {
    justify-content: center;
}

/*============================================================ Section8:*/
.section8 {
    position: relative;
    background-color: ghostwhite;
    padding: 25px 0px 25px 0px;
}

.section8_header {
    display: flex;
    flex-direction: column;
    text-align: center;
    color: black;
    margin-bottom: 50px;
}

.section8_header h6 {
    color: red;
    padding: 5px;
}

.section8_fullcard {
    text-align: center;
}

.section8_img img {
    width: 200px;
    height: 250px;
    border-radius: 25px;
}

.section8_card {
    padding: 20px;
}

.section8_card h6 {
    color: dodgerblue;
    margin-bottom: 25px;
}

@media (max-width: 1000px) {
    .section8_img img {
        width: 500px;
        height: 600px;
        border-radius: 50px;

    }

    .section8_card h5 {
        font-size: 35px;
    }
}

/*============================================================ Desktop Footer:*/
.footer {
    position: relative;
    background-color: lightgray;
    border-radius: 35px 35px 0px 0px;
    text-align: center;
}

.footer_logo {
    position: relative;
    width: 100vw;
    height: 150px;
    background-color: ghostwhite;

}

.footer_bg_circle {
    position: absolute;
    top: 10%;
    right: 50%;
    transform: translateX(50%);
    width: 200px;
    height: 150px;
    background-color: ghostwhite;
    z-index: 0;

}

.footer_circle {
    width: 200px;
    height: 150px;
    border-radius: 100% 100% 0 0;
    background-color: lightgray;
}

.footer_cover {
    position: absolute;
    top: 58.2%;
    right: 0%;
    width: 100vw;
    height: 63px;
    border-radius: 35px 35px 0px 0px;
    background-color: lightgray;
}

.footer_bgr_circle {
    position: absolute;
    top: 15%;
    right: -90%;
    background-color: lightgray;
}

.footer_r_circle {
    width: 200px;
    height: 50px;
    border-radius: 0 0 0 100%;
    background-color: ghostwhite;
}

.footer_bgl_circle {
    position: absolute;
    top: 15%;
    right: 90%;
    background-color: lightgray;
}

.footer_l_circle {
    width: 200px;
    height: 50px;
    border-radius: 0 0 100% 0;
    background-color: ghostwhite;
}

.footer_rcover_circle {
    position: absolute;
    top: 15%;
    right: 5.2%;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    z-index: 1;
    background-color: ghostwhite;
}

.footer_lcover_circle {
    position: absolute;
    top: 15%;
    right: 89.8%;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    z-index: 1;
    background-color: ghostwhite;
}

.footer_site_logo {
    position: absolute;
    top: 45%;
    right: 50%;
    transform: translate(50%, -50%);
}

.footer_site_logo img {
    align-content: center;
    margin-right: 5px;
    width: 110px;
    height: auto;
}

.footer_site_logo_title {
    padding: 15px;
}

.footer_site_logo_title h6 {
    padding: 0 30%;
    text-align: center;
}

.soialmedia img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin: 15px;
}

.quickaccess {
    padding: 25px 0px;
}

.quickaccess a {
    margin: 10px;
    color: black;
    text-decoration: none;
}

.detail {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.underdeatail {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 15px 10px;
}

.underdeatail img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    padding: 5px;
}

.underdeatail a {
    padding-right: 5px;
    color: black;
    text-decoration: none;
}

/*============================================================ Phone Footer:*/
@media (max-width: 1000px) {
    .footer_site_logo_title h6 {
        padding: 0 20%;
        font-size: 30px;
    }

    .soialmedia img {
        width: 75px;
        height: 75px;
        margin: 25px;
    }

    .quickaccess a {
        font-size: 35px;
    }

    .detail {
        margin: 50px 0px;
    }

    .underdeatail img {
        width: 75px;
        height: 75px;
    }

    .underdeatail a {
        font-size: 35px;
    }
}

/*============================================================ Modal Img:*/
.modal-content {
    max-width: 100%;
    width: 90vw;
}

.modal-body {
    max-width: 100%;
    width: 90vw;
}

.modal-dialog-centered {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.modal-content img {
    width: 100%;
}

@media (max-width: 1000px) {
    .modal-content {
        max-width: 200%;
        width: 90vw;
    }

    .modal-body {
        max-width: 200%;
        width: 90vw;
    }
}

/*============================================================ Aboutus section1:*/
.secend_header {
    position: relative;
    height: 35vh;
    border-radius: 0 0 35px 35px;
    background-color: rgba(79, 103, 255, 1);
    align-items: end;
    margin-top: -25px;
    color: ghostwhite;
}

.secend_header2 {
    position: relative;
    height: 30vh;
    border-radius: 0 0 35px 35px;
    align-items: end;
    margin-top: 0px;
    color: ghostwhite;
}

#mrg-top {
    padding-top: 100px;
}

@media (max-width: 1000px) {
    .secend_header {
        height: 20vh;
    }

    .secend_header2 {
        height: 18vh;
    }

    .secend_header h1 {
        font-size: 50px;
    }
}

/*============================================================ contact section1:*/
.contactus_detail {
    position: relative;
    padding: 75px 0px 0px 0px;
    background-color: ghostwhite;
    text-align: right;
    justify-content: center;
}

.contactus_site_logo img {
    width: 125px;
    height: 110px;
    padding: 15px 0px;
}

.lowerspace {
    margin: 0px 15px;
}

.right {
    justify-content: right;
}

.contactus_form {
    position: relative;
    padding: 75px 0px;
    background-color: ghostwhite;
}

.contactform {
    padding: 35px;
    border-radius: 15px;
    border: rgba(79, 103, 255, 1) solid 1px;
    background-color: white;
}

.contactform textarea {
    border: rgba(79, 103, 255, 1) solid 1px;
    background-color: ghostwhite;
    margin: 5px 0px;
}

.contactform input {
    border: rgba(79, 103, 255, 1) solid 1px;
    background-color: ghostwhite;
    margin: 5px 0px;
}

.contactform button {
    border: rgba(79, 103, 255, 1) solid 1px;
    border-radius: 10px;
    background-color: rgba(79, 103, 255, 1);
    color: ghostwhite;
    margin: 35px 0px 0px 0px;
    padding: 10px;
}

.contactform button:hover {
    background-color: green;
    border: green solid 1px;
    box-shadow: 1px 1px 10px green;
    scale: 1.1;
    transition: 0.5s;
}

.contactform textarea:hover {
    border: green solid 1px;
    box-shadow: 1px 1px 10px green;
}

.contactform input:hover {
    border: green solid 1px;
    box-shadow: 1px 1px 10px green;
}

@media (max-width: 1000px) {
    .contactform {

    }

    .contactform label {
        font-size: 25px;
    }

    .contactform textarea {
        font-size: 35px;
    }

    .contactform input {
        font-size: 35px;
    }

    .contactform button {
        font-size: 35px;
        padding: 15px;
    }
}

/*============================================================ News & Blog:*/
.news {
    padding: 50px;
}

.news_fullcard {
    display: flex;
    border-radius: 25px;
    margin: 25px;
    background-color: orange;
}

.news_img img {
    width: 475px;
    height: 500px;
    margin-right: -15px;
    border-radius: 0 25px 25px 0;
}

.news_card {
    padding: 50px;
    color: whitesmoke;
}

.news_card h1 {
    padding: 5px;
}

.news_card p {
    padding: 5px;
}

.news_card a {
    padding: 5px 10px;
    color: whitesmoke;
    border: whitesmoke solid 2px;
    border-radius: 5px;
    text-decoration: none;
}

.pagination li a {
    padding: 15px;
    border-radius: 10%;
    color: ghostwhite;
    text-decoration: none;
}

@media (max-width: 1000px) {
    .news_fullcard {
        display: flex;
        margin: 50px 0px;
        flex-direction: column;
        text-align: center;
    }

    .news_img img {
        width: 100%;
        height: 700px;
        margin-right: 0px;
        border-radius: 25px 25px 0 0;
    }

    .news_card h1 {
        padding-bottom: 25px;
    }

    .news_card a {
        padding: 10px 10px;
        color: whitesmoke;
        border: whitesmoke solid 2px;
        border-radius: 5px;
        font-size: 35px;
        text-decoration: none;
    }

    .pagination li a {
        font-size: 35px;
    }
}

/*============================================================ News & Blog Detail:*/
.newsdetail_fullcard {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 100px 0px;
}

.newsdetail_img img {
    width: 100%;
    height: 500px;
    border-radius: 20px;
}

.newsdetail_card {
    padding: 35px;
}

.newsdetail_card h1 {
    margin-top: -35px;
}

.newsdetail_card p {
    padding: 5px;
    line-height: 30px;
}

@media (max-width: 1000px) {
    .newsdetail_fullcard {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 100px 0px;
    }

    .newsdetail_card {
        padding: 35px 0px;
    }

    .newsdetail_card h1 {
        margin-top: 0px;
    }

    .newsdetail_card p {
        line-height: 50px;
    }

}

