﻿@import url('../../reset.css');
@import url('../../fonts.css');
@import url('../../../Script/OSM/leaflet.css');
@import url('../../../Script/OSM/Control.Geocoder.css');
@import url('login.css');

html {
    scroll-behavior: smooth;
}

body {
    background: #fff;
}

* {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}
a{
    text-decoration:none;
}
.master {
    margin: 0 auto;
    max-width: 1425px;
}

.Section {
    position: relative;
}

.SectionWrp {
    overflow: hidden;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.About {
    display: flex;
    align-items: center;
    background: url('images/sky.jpg') no-repeat bottom center;
    background-size: cover;
    height: 100vh;
}

.AboutCenter {
    background: url('images/d.png') no-repeat center;
    height: 80%;
    margin: 0 auto;
    background-size: contain;
    position: absolute;
    top: 10vh;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
}

.SkyH {
    background: url('images/skyh.png') no-repeat center center;
    background-size: cover;
    width: 300px;
    height: 300px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
}

.AboutRight {
    position: absolute;
    top: 15vh;
    bottom: -10vh;
    right: 0;
    width: 27%;
    background: url('images/ar.png') no-repeat center center;
    background-size: cover;
}

.ARWrp {
    display: flex;
    height: 100%;
    width: 100%;
    position: relative;
}

.ARIR {
    background: url('images/arir.png') no-repeat center center;
    position: absolute;
    width: 266px;
    height: 167px;
    bottom: 10vh;
    left: 0;
    object-fit: cover;
}

.ARIL {
    background: url('images/aril.png') no-repeat center center;
    position: absolute;
    width: 266px;
    height: 167px;
    bottom: 10vh;
    left: -266px;
    object-fit: cover;
}

.AboutData {
    font-family: "Inter", Helvetica;
    color: #ffffff;
    font-size: 64px;
    letter-spacing: 0;
    position: relative;
    padding: 8vh;
}

.text-600 {
    font-weight: 600;
}

.text-300 {
    font-weight: 300;
}

.LogoWrp {
    position: absolute;
    top: 0;
    left: 0;
    width: 399px;
    height: 158px;
    padding: 0 3% 3% 3%;
    background-color: #ffffff;
}

.Logo {
    background: url('images/logo.svg') no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 100%;
    display: flex;
}

.pLink {
    position: relative;
    width: fit-content;
    font-family: "Helvetica Neue-Medium", Helvetica;
    font-weight: 500;
    color: rgba(200, 46, 62, 1);
    font-size: 16px;
    letter-spacing: 1.60px;
    line-height: normal;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px 26px;
    flex: 0 0 auto;
    border: 2px solid;
    border-color: rgba(168, 42, 69, 1);
}

    .pLink:hover {
        background: rgba(200, 46, 62, 1);
        color: #fff;
    }

.Menu {
    position: absolute;
    font-family: "Gilroy-Light", Helvetica;
    font-weight: 300;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 3.20px;
    line-height: normal;
    white-space: nowrap;
    list-style: none;
    top: 5vh;
    right: 10vh;
    z-index: 1;
}

    .Menu li {
        color: #ffffff;
        list-style: none;
        display: inline;
        padding: 5px 20px;
    }

    .Menu a {
        color: #ffffff;
        text-decoration: none;
        font-weight: bold;
    }

        .Menu a:hover {
            text-decoration: underline;
        }

.MoveDown {
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 20px;
    height: 70px;
    background: url('images/icon.svg') no-repeat center center;
    background-size: contain;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 100% {
        transform: translateX(-50%) translateY(0);
    }

    50% {
        transform: translateX(-50%) translateY(15px);
    }
}
/****************/
.Section2 {
    background: url('images/s2b.png') no-repeat top left;
}

.s2r1 {
    font-family: "Inter", Helvetica;
    font-weight: 700;
    color: #271a1a;
    font-size: 48px;
    padding: 15vh 10vh;
    display: flex;
}

    .s2r1 > div {
        flex: 1;
    }

.s2r1r {
    align-self: stretch;
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: rgba(126, 126, 126, 1);
    font-size: 16px;
    letter-spacing: 0;
    line-height: 28px;
}

.s2r2 {
    color: #271a1a;
    font-size: 64px;
    text-align: center;
    letter-spacing: -1.28px;
    line-height: 68px;
    font-family: "Inter", Helvetica;
    font-weight: 400;
    padding: 10vh;
}
/**********************/
.Section3 {
    background: url('images/s3b.png') no-repeat center center;
    background-size: cover;
    padding: 10vh;
    min-height: 70vh;
    display: flex;
}

    .Section3 > div {
        flex: 1;
    }

.s3r1l {
    width: fit-content;
    font-family: "Inter", Helvetica;
    font-weight: 600;
    color: #e4d7da;
    font-size: 48px;
    letter-spacing: -0.96px;
    line-height: 52px;
    white-space: nowrap;
    align-items: center;
    display: flex;
}

.s3r1r {
    align-self: stretch;
    font-family: "Public Sans", Helvetica;
    font-weight: 400;
    color: #e4d7da;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 28px;
    align-items: end;
    display: flex;
}

.Section4 {
    min-height: 100vh;
    background: url('images/s4b.png') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 5vh 5vh 35vh 5vh;
}

.s4t {
    align-self: stretch;
    font-family: "Inter", Helvetica;
    font-weight: 700;
    color: #ffffff;
    font-size: 48px;
    letter-spacing: 0;
    line-height: 52px;
    padding: 5vh 0;
}

.s4Itms {
    display: flex;
    align-items: flex-start;
    gap: 28px;
    align-self: stretch;
    flex: 0 0 auto;
    flex-wrap: wrap;
}

.s4Itm {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    padding: 36px;
    position: relative;
    flex: 1;
    align-self: stretch;
    flex-grow: 1;
    background-color: rgba(168, 42, 69, 1);
    border-radius: 22px;
    overflow: hidden;
    border: 1.5px solid;
    border-color: transparent;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-family: "Inter", Helvetica;
    font-weight: 400;
    flex: 0 0 calc(33.33% - 19px);
    transition: opacity 0.5s ease-in-out;
}

.s4img {
    display: flex;
    width: 90px;
    height: 90px;
    align-items: center;
    gap: 10px;
    padding: 25px;
    position: relative;
    background-color: #7b2537;
    border-radius: 45px;
}

.s4Itm:hover {
    background: #ef325b;
}

.Fade {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.Section5 {
    background: #a82a45;
    padding: 10vh 5vh;
    min-height: 90vh;
}

.S5 {
    width: 63%;
    position: absolute;
    right: 10vh;
    top: -39%;
    transition: top 0.05s ease;
    padding-top: 10vh;
}

    .S5 img {
        width: 100%;
    }

.F5 {
    display: flex;
    position: absolute;
    bottom: 10vh;
    right: 5vh;
    left: 5vh;
}

.F5t {
    flex: 0 0 33%;
    font-family: "Inter", Helvetica;
    font-weight: 600;
    color: #ffffff;
    font-size: 48px;
    letter-spacing: -1.20px;
    line-height: normal;
}

.F5b {
    flex: 0 0 67%;
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 20px;
    letter-spacing: -0.10px;
    line-height: 24px;
    padding: 0 10vh;
    display: flex;
    flex-wrap: wrap;
}

    .F5b div {
        flex: 0 0 50%;
        padding: 5px;
    }

.Section6 {
    padding: 10vh 5vh 0vh 5vh;
    background: #2a2627;
}

.S6t {
    font-family: "Inter", Helvetica;
    font-weight: 700;
    color: #ffffff;
    font-size: 48px;
    letter-spacing: -0.96px;
    line-height: 52px;
    white-space: nowrap;
}

    .S6t span {
        font-weight: 400;
        color: #ffffff4c;
        font-size: 20px;
        letter-spacing: 0;
        line-height: 32px;
    }

.S6b {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    padding: 10vh 5vh;
}

    .S6b div {
        flex: 0 0 25%;
        padding: 2%;
        text-align: center;
        border: 1px solid transparent;
    }

    .S6b img {
        width: 50%;
        object-fit: cover;
    }

    .S6b div:hover {
        border: 1px solid #929091;
    }

.Section7 {
    display: flex;
    padding: 18vh 5vh;
}

.s7l, s7r {
    flex: 0 0 50%;
}

.s7r img {
    width: 100%;
    border-radius: 22px;
}

.s7l {
    display: flex;
    align-items: center;
    padding-right: 5%;
}

.s7lt {
    width: fit-content;
    font-family: "Inter", Helvetica;
    font-weight: 700;
    color: #271a1d;
    font-size: 48px;
    letter-spacing: -0.96px;
    line-height: 52px;
    white-space: nowrap;
    margin-bottom: 30px;
}

    .s7lt span {
        width: fit-content;
        font-family: "Pecita-Book", Helvetica;
        font-weight: 400;
        color: #271c1a80;
        font-size: 34px;
        letter-spacing: 0;
        line-height: 40px;
        white-space: nowrap;
    }

.s7lb {
    align-self: stretch;
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: #271a1d;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 28px;
}

.Section8 {
    display: flex;
    padding: 0vh 5vh 18vh 5vh;
}

    .Section8 .s7l {
        padding-right: unset;
        padding-left: 5%;
    }

.Section9 {
    background: #252525 url('images/s9b.png') no-repeat left bottom;
    min-height: 100vh;
    background-size: 450px;
    padding: 10vh 5vh;
}

.Contact {
    display: flex;
}

.cntf, .cnti {
    flex: 0 0 50%;
}

.cnti {
    padding-right: 5%;
}

.cntit {
    align-self: stretch;
    font-family: "Inter", Helvetica;
    font-weight: 500;
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 0;
    line-height: normal;
}

.cnti2 {
    align-self: stretch;
    font-family: "Gilroy-Semibold", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 48px;
    letter-spacing: 0;
    line-height: normal;
    padding: 6vh 0;
}

.cnti3 {
    align-self: stretch;
    font-family: "Helvetica Neue-Light", Helvetica;
    font-weight: 300;
    color: #ffffff80;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 27px;
}

.cnti4 {
    display: flex;
    flex-wrap: wrap;
}

.cntii {
    flex: 0 0 50%;
    margin-top: 7vh;
}

.cnit {
    align-self: stretch;
    margin-top: -1.00px;
    font-family: "Inter", Helvetica;
    font-weight: 600;
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 0;
    line-height: normal;
    padding-bottom: 20px;
}

.cnib {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1px;
    width: 100%;
    flex: 0 0 auto;
    align-self: stretch;
    font-family: "Helvetica Neue-Regular", Helvetica;
    font-weight: 400;
    color: #ffffff80;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 27px;
}

.Social {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
}

    .Social a {
        display: flex;
        width: 38px;
        height: 38px;
        align-items: center;
        gap: 10px;
        padding: 9px;
        background-color: #4a4a4a;
        border-radius: 50%;
    }

    .Social img {
        width: 20px;
        height: 20px;
    }

    .Social a:hover {
        background: rgba(168, 42, 69, 1);
    }

.cntf {
    background: #171717;
    padding: 4%;
    border-radius: 22px;
}

.cft {
    align-self: stretch;
    margin-top: -1.00px;
    font-family: "Inter", Helvetica;
    font-weight: 600;
    color: #ffffff;
    font-size: 32px;
    letter-spacing: 0;
    line-height: normal;
}

.cfc {
    align-self: stretch;
    height: 43px;
    font-family: "Helvetica Neue-Regular", Helvetica;
    font-weight: 400;
    color: #ffffff80;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    margin: 3% 0 10% 0;
}
input[type=text], textarea {
    border: none;
    background: no-repeat;
    width: 100%;
    border-bottom: 1px solid #383838;
    padding: 10px;
    margin-bottom: 30px;
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}
    textarea{
        height:100px;
    }
    input::placeholder {
        color: #fff;
        opacity: 1; 
    }

textarea::placeholder {
    color: #fff;
}
input[type=button] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px 26px;
    position: relative;
    flex: 0 0 auto;
    background-color: rgba(168, 42, 69, 1);
    border: 2px solid;
    border-color: rgba(168, 42, 69, 1);
    width: fit-content;
    font-family: "Helvetica Neue-Medium", Helvetica;
    font-weight: 500;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 1.60px;
    line-height: normal;
    cursor:pointer;
}
    input[type=button]:hover {
        background: #c82e3e;
    }
.maph img {
    width: 100%;
    margin-top: 15vh;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display:block;
}
.map {
    height: 400px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    filter: brightness(0.7); /* مقدار کمتر از 1 نقشه رو تیره‌تر می‌کنه */
}
.Service {
    display: flex;
    padding: 20vh 0 10vh 0;
}
.sl{
    flex:0 0 calc(100% - 200px)
}
.sr{
    flex:0 0 200px;
}
.srt {
    align-self: stretch;
    font-family: "Inter", Helvetica;
    font-weight: 600;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0;
    line-height: normal;
    padding-bottom:20px;
}
    .sr ul, .sr li{
        list-style:none;
        padding:0;
        margin:0;
    }
.sr a {
    align-self: stretch;
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0;
    line-height: normal;
    padding:5px 0;
    display:block;
    cursor:pointer;
}
.sr a:hover{
    color:rgba(200, 46, 62, 1);
}
.slb {
    background: linear-gradient(90deg, rgba(200, 46, 62, 1) 0%, rgba(5, 169, 55, 1) 100%);
    -webkit-background-clip: text !important;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    font-family: "Inter", Helvetica;
    font-weight: 500;
    color: transparent;
    font-size: 40px;
    letter-spacing: 0;
    line-height: normal;
    max-width: 550px;
    margin-top: 6vh;
}

.back-to-top {
    position: fixed;
    bottom: -40px;
    right: 40px;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #000;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .back-to-top:focus {
        color: #fff;
    }

    .back-to-top.show {
        bottom: 10px;
        left: 10px;
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        z-index: 100;
    }

        .back-to-top.show:hover {
            color: #fff;
            bottom: 5px;
            opacity: 1;
        }

    .back-to-top .arrow {
        background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMxOS4xIDIxN2MyMC4yIDIwLjIgMTkuOSA1My4yLS42IDczLjdzLTUzLjUgMjAuOC03My43LjZsLTE5MC0xOTBjLTIwLjEtMjAuMi0xOS44LTUzLjIuNy03My43UzEwOSA2LjggMTI5LjEgMjdsMTkwIDE5MHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzE5LjEgMjkwLjVjMjAuMi0yMC4yIDE5LjktNTMuMi0uNi03My43cy01My41LTIwLjgtNzMuNy0uNmwtMTkwIDE5MGMtMjAuMiAyMC4yLTE5LjkgNTMuMi42IDczLjdzNTMuNSAyMC44IDczLjcuNmwxOTAtMTkweiIvPjwvc3ZnPg==);
        position: absolute;
        width: 12px;
        height: 12px;
        background-size: contain;
        transform: rotate(-90deg);
        top: 30%;
        left: 40%;
    }

        .back-to-top .arrow:nth-child(2) {
            top: 42%;
        }

@keyframes bounceAlpha {
    0% {
        opacity: 1;
        transform: rotate(-90deg) translateX(0px) scale(1);
    }

    25% {
        opacity: 0;
        transform: rotate(-90deg) translateX(10px) scale(0.9);
    }

    26% {
        opacity: 0;
        transform: rotate(-90deg) translateX(-10px) scale(0.9);
    }

    55% {
        opacity: 1;
        transform: rotate(-90deg) translateX(0px) scale(1);
    }
}

.back-to-top:hover .arrow {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

    .back-to-top:hover .arrow:nth-child(2) {
        animation-name: bounceAlpha;
        animation-duration: 1.4s;
        animation-delay: 0.2s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }

@media only screen and (max-width: 575px) {
    .back-to-top {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

        .back-to-top.show {
            bottom: 10px;
            right: 10px;
        }

            .back-to-top.show:hover {
                bottom: 10px;
            }

        .back-to-top .arrow {
            top: 27%;
            left: 37%;
        }
}

@media only screen and (max-width: 999px) {
    .ARIR, .ARIL {
        width: 133px;
        height: 83.5px;
    }
    .ARIL
    {
        left:-133px;
    }
    .Menu
    {
        display:none;
    }
    .S5 {
        top: -25%;
    }
    .F5
    {
        display:block;
    }
    .F5t
    {
        padding-bottom:20px;
    }
    .F5b
    {
        padding:0;
    }
    .S6t {
        display: flex;
        flex-direction: column;
    }
    .S6b div {
        flex:0 0 50%
    }
    .S6b {
        width: 100%;
        padding:5vh;
    }
    .Section7
    {
        flex-direction:column-reverse;
    }
    .s7l
    {
        padding-right:0;
        padding-top:5%;
    }
    .Section8{
        flex-direction:column;
    }
    .Contact {
        flex-direction: column;
    }
    .cntii
    {
        flex: 0 0 100%;
    }
    .cntf
    {
        margin-top:50px;
    }
    .Service
    {
        flex-direction:column;
    }
    .sr {
        margin-top: 50px;
    }
    .s2r1 {
        display: block;
    }

    .s2r1l {
        padding: 7vh 0;
    }

    .Section2 {
        background-position: center 16vh;
        background-size: 63%;
    }

    .s2r2 {
        font-size: 42px;
        text-align: left;
        line-height: 58px;
        padding: 0 10vh 10vh 10vh;
    }

    .Section3 {
        display: block;
    }

    .s3r1l {
        padding-bottom: 20px;
    }

    .s4Itm {
        flex: 0 0 calc(50% - 19px);
        font-size: 16px;
    }
}
@media only screen and (max-width: 640px) {
    .MoveDown, .pLink {
        display: none !important;
    }
    .AboutRight
    {
        bottom:-13vh;
        left:0;
        top:100vh;
        width:100%;
    }
    .ARIR {
        width: 40%;
        height: 13vh;
        right: 0;
        left: unset;
        bottom: 13vh;
    }
    .ARIL {
        left: unset;
        right: 40%;
        top: 0;
        width: 40%;
        height: 13vh;
    }
    .s7lt
     {
        display: flex;
        flex-direction: column;
    }
    .LogoWrp {
        width: 200px;
        height: 79px;
    }
    .AboutData {
        font-size: 50px;
        padding: 10vh 5vh;
    }
    .s4Itm {
        flex: 0 0 100%;
        font-size: 16px;
    }
}