.main{
    position: relative;
    z-index: 1000;
    color: var(--text-color);
    margin-bottom: -400px;
    font-family: 'iranSans';
    font-size:1rem;
}
.container{
    max-width:100%!important;
    margin-inline: auto;
    overflow-x: hidden;
}
.image__container{
    position: relative;
}
.image__container .shadow__image{
    margin-right: -45%;
    width: 100%;
    height: 1500px;
}
.about__social{
    display:flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap:wrap;
    margin-top:6rem;
}
.media__link {
    height: 100px;
    width: 100px;
    margin-left: 3rem;
    border-radius: 30px;
    margin-bottom:2rem;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    background: rgb(254, 156, 50);
    background: radial-gradient(circle, rgba(254, 156, 50, 1) 0%, rgba(252, 112, 41, 1) 67%);
}
.media__link img {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 1.5rem auto;
}
.container2{
    max-width:100%!important;
    margin-inline: auto;
    overflow-x: hidden;
    margin-top: -15%;
    position: relative;
    z-index:1;
}

.main-wrapper{
    width:35% ;
    position: absolute;
    top: 3%;
    left: 8%;
    font-size:1.2rem;
}

.main-title p{
    color: var(--text-color);
}

.box-aboutus{
    width: 90%;
    height: 100px;
    border-radius: 40px;
    background-color: #fff;
    box-shadow:0px 0px 15px  #a39f9b;
    margin-bottom:15%;
    margin-top: 10%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.box-aboutus a:nth-of-type(1){
    color:var(--secondry-color)
}
.aboutus-a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
    height: 60%;
    border-left: 8px solid #f7931e;
    font-size: 110%;
    font-weight:bold;
    color: #707070;
}
.aboutus-a:last-child{
    border-left:unset;
}

.main-title{
    min-height: 200px;
    height: auto;
}
.main-title p{
    text-align: justify;
}
.box-social{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    margin-right: -10%;
    margin-top: 15%;
}

.box-social img{
    width:58%;
    margin: 20%;
}


.suggestion{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 800px;
}

.suggestion .suggestion__title{
    font-size: 1.5rem;
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 2%;
}

.suggestion .suggestion__subtitle{
    font-size: 2.5rem;
    color: var(--text-color);
    font-weight: 600;
}

.main-place{
    width:85%;
    margin-right:5%;
    margin-top: 4%;
    display: grid;
    grid-template-columns:auto auto auto;
    align-items: start;
}

.place{
    width:330px;
    height:500px;
    background-color: var(--white-color);
    border-radius: 80px;
    box-shadow: 0 0 30px #00000036;
}


.place-img {
    width:90%;
    height:20rem;
    border-radius: 70px;
    margin-top: 5%;
}

.place-details{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.details-img{
    width:100%;
}
.place-details-span{
    color: var(--primary-color);
    font-size: 2rem;
    font-weight: 600;
    padding-top:1rem;
}

.place-details p{
    color: var(--text-color);
    margin-top: 2%;
}

.place-share{
    width: 50%;
    display: flex;
    flex-direction: row;
    margin-top: 3%;
    justify-content: center;
}

.place-share span{
    color: var(--primary-color);
    font-size: 1rem;
    font-weight: 600;
}

.container3{
    max-width:100%!important;
    margin-inline: auto;
    overflow-x: hidden;
    margin-top:-26rem;
    position:relative;
}

.video{
    width: 30%;
    margin-top: -82%;
    margin-right: 70%;
}
.main-container-video{
    margin-top: -3%;
    width:90%;
}

.main-container-video img{
    width: 100%;
}

.main-img{
    margin-right: 24%;
    width: 2000px;
    height: 1800px;
}

.information{
    position:absolute;
    top: 40rem;
    right: 5%;
    display: flex;
    justify-content: start;
    flex-direction: column;
}

.information-span{
    font-size: 2rem;
    font-weight: 600;
    color: var(--primary-color);
}

.information-p1{
    font-size: 3.5rem;
    font-weight: 900;
    color: var(--text-color);
    margin-top: 5%;
}

.information-p2{
    font-size: 110%;
    color: #707070;
    margin-top: 5%;
    margin-right: 7%;
    white-space: nowrap;
    min-height:450px;
    width:100%;
    text-wrap:wrap;
}

.main-items{
    width:120% ;
    margin-top: 4%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.case-items{
    width:9.5%;
}

.case-items p{
    font-size: 1rem;
    font-weight: 900;
    color: var(--text-color);
    text-align: center;
    /*margin-right: 10%;*/
    padding: 0.5rem 0;
    white-space: nowrap;
}

.items-img{
    width:100%;
}

.items-img-space{
    width:5%;
    margin-bottom: 5%;
}

.analyze{
    width:70% ;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 26%;
    margin-right:15%;
    margin-bottom:8%;
}

.analyze-span{
    font-size: 1.4rem;
    font-weight: 900;
    color: var(--secondry-color);
}

.analyze-p{
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--text-color);
   padding-top:1rem;
}

.introduction{
    display: flex;
    flex-direction: column;
    align-items: center;
    height:800px;
}

.introduction-span{
    font-size: 2rem;
    font-weight: 600;
    color: var(--secondry-color);
}

.introduction-p{
    font-size: 2.2rem;
    font-weight: 900;
    color: var(--text-color);
    margin-top: 2%;
}
.main-place2 {
    width: 95%;
    /*margin-right: 5%;*/
    /*margin-top: 4%;*/
    height:700px;
}
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 90%;
    height: 325px;
    object-fit: cover;
}
#pagination1{
    position: absolute !important;
    /*top: 83% !important;*/
    right:45% !important;
    display:inline-block!important;
    width:100% !important;
    z-index:1;
}

#pagination1>.swiper-pagination-bullet{
    width:45px;
    height:45px;
    text-align: center;
    line-height: 45px!important;
    font-size: 14px;
    color: var(--white-color);
    opacity: 1;
    background-color: var(--primary-color);
    border-radius:7px!important;
}
#pagination1 .swiper-pagination-bullet-active{
    width:60px!important;
    height:60px!important;
    line-height:60px!important;
    border-radius:15px!important;
}
.place1{
    width:330px;
    height:500px;
    background-color: var(--white-color);
    border-radius: 80px;
    box-shadow: 0 0 30px #00000036;
}
.place1-img {
    width: 80%;
    height: 15rem;
    border-radius: 80px;
    margin-top: 5%;
}


.place1-details{
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top:3%;
    right:10%;
}

.details1-img1{
    width: 100%;
}

.details1-img2{
    width: 80%;
    position: absolute;
    top: 20%;
}

.place1-details h1{
    color: #f7931e;
}

.place1-details p{
    color: #707070;
    margin-top: 2%;
}

.place1-share{
    width: 50%;
    display: flex;
    flex-direction: row;
    margin-top: 5%;
}

.place1-share p{
    margin-left: 10%;
    color: #f7931e;
    font-size: 120%;
}

.pagination {
    width: 85%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items:center;
    margin-inline: auto;
    margin-top:5%;
}

.pagination-a {
    width: 3%;
    text-decoration: none;
    position: relative;
    margin-right: 1%;
}

.pagination-a:hover, .pagination-a.active {
    transform: scale(1.5);
}

.pagination-a.active {
    cursor: default;
}

.pagination-a p{
    position: absolute;
    top: 5%;
    right: 35%;
    font-size: 150%;
    color: #fff;
}

.pagination-a-img1{
    width: 100%;
}


/*--------------- media query--------------  */

@media screen and (max-width:1400px) {
    .header-img {
        margin-right: -110%;
    }


}

@media screen and (max-width:1200px) {

    .header-img {
        margin-right: -140%;
    }
    .navbar-items a{
        font-size: 110%;
    }

    .place {
        width: 250px;
        height: 400px;
    }


    .place-img {
        height: 13rem;
        border-radius:80px;
    }

    .Proposal-p {
        font-size: 150%;
    }
}

@media screen and (max-width:1100px){
    .main-img {
        margin-right: 14%;
    }
    .main-container-video {
        margin-top: -54%;
    }
}

@media screen and (max-width:1000px) {
    .container2 {
        margin-top: -8%;
    }
    .container3 {
        margin-top: -29rem;
    }
    .main-container-video {
        width: 90%;
    }
    .image__container .shadow__image {
        margin-right: -78%;
        width: unset;
    }
    .information {
        align-items: center;
        /* right: 22%; */
        display: block;
        margin: auto;
        width: 100%;
        /* top: 62%; */
    }
    .information-p2 {
        margin-top: 5%;
        margin-right: 3%;
        white-space: nowrap;
        min-height: 450px;
        width: 50%;
    }
    .information-p2 {
        font-size: 150%;
    }
    .information-p2 {
        font-size: 100%;
    }
    .information-button {
        margin-right: 0;
    }
    .main-img {
        width: 100%;
        height: 700px;
        display: block;
        margin: auto;
    }
    .video {
        margin-top: -48%;
        width: 49%;
        position: absolute;
        margin-right: 25%;
        background-color: unset;
        border-radius: 40px;
    }
    .main-container-video {
        width: 100%;
    }
    .container3 {
        margin-top: -11rem;
    }
    .main-container-video {
        width: 43%;
        display: block;
        margin: auto;
    }
    .analyze {
        margin-top: 44%;
    }

    .place {
        width: 210px;
        height: 350px;
    }
    .place-img {
        height: 11rem;
        border-radius: 70px;
    }
    .place-details-span {
        font-size:130% ;
    }
    .place-details p {
        font-size: 70%;
    }

    .Proposal {
        top:250%;
    }

    .case-items p {
        font-size: 80%;
    }
    .main-place2 {
        width: 85%;
    }
    .swiper-slide img {
        width: 85%;
        height: 200px;
    }
    .information-p1 {
        width: 85%;
    }
    .information-p1 br{
        display:none;
    }
    .information-span {
        font-size: 2rem;
        text-align: center;
        display: block;
    }
}

@media screen and (max-width:900px) {
    .container3 {
        margin-top: -26rem;
    }
    .image__container .shadow__image {
        margin-right: -91%;
    }
    .media__link {
        height: 90px;
        width: 90px;
    }
    .video {
        margin-top: -56%;
    }
    .main-place2 {
        width: 90%;
    }
    .place1 {
        width: 300px;
        height: 400px;
    }

}

@media screen and (max-width:800px) {
    .image__container .shadow__image {
        margin-right: -109%;
    }
    .box-aboutus {
        width: 100%;
    }
    .aboutus-a {
        font-size: 1.3rem;
    }
    .main-place {
        width: 90%;
    }
    .information-p1 {
        font-size: 3rem;
    }
    .introduction {
        height: 600px;
    }
    .media__link {
        height: 75px;
        width: 75px;
    }
    .media__link img {
        margin: 1rem auto;
    }
}

@media screen and (max-width:700px) {
    .main-wrapper {
        width: 40%;
    }
    .image__container .shadow__image {
        margin-right: -140%;
    }
    .aboutus-a {
        font-size: 1.2rem;
    }
    .main-title p {
        font-size: 1.1rem;
    }
    .media__link {
        height: 75px;
        width: 75px;
    }
    .media__link img {
        margin: 1rem auto;
    }
    .main-place {
        width: 100%;
        margin-right:3%;
    }
    .video {
        margin-top: -62%;
    }
    .analyze {
        width: 80%;
        margin-right: 9%;
    }
    .main-place2 {
        width: 95%;
    }
    .place-details-span {
        font-size: 1.5rem;
    }
    .introduction {
        margin-bottom: 10rem;
    }
}

@media screen and (max-width:600px) {
    .image__container .shadow__image {
        display: none;
    }
    .container2 {
        margin-top: -8%;
        height: 860px;
    }
   .container {
        height: auto;
       overflow-y:hidden;
    }
    .container3 {
        margin-top: -4rem;
    }
    .main-wrapper {
        width: 90%;
    }
    .main-wrapper {
        width: 90%;
        margin: 3rem auto;
        position:unset;
    }
    .box-aboutus {
        margin-top: unset;
        margin-bottom: 9%;
    }
    .about__social {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 80%;
        margin: 3rem auto;
    }
    .suggestion .suggestion__subtitle {
        font-size: 2rem;
    }
    .main-place {
        width: 95%;
        margin-right: 5%;
        margin-bottom: 1rem;
        margin-top: 4%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap:2rem;
    }
    .container2 {
        margin-top: -8%;
        height: 860px;
    }
    .main-img {
        height: 100%;
    }
    .video {
        margin-top: -65%;
    }
    .main-container-video {
        width: 53%;
    }
    .information-p1 {
        width: 95%;
        font-size:2rem;
        padding-right: 3rem;
    }
    .information {
        top: 30rem;
        right:unset;
    }
    .analyze {
        width: 95%;
        margin: 25rem auto;
    }
    .container:last-child {
        margin-top: -20rem;
    }
}

@media screen and (max-width:500px) {
    .suggestion .suggestion__subtitle {
        font-size: 1.5rem;
    }
    .main-place {
        grid-template-columns: repeat(1, 1fr);
        margin-right:unset;
    }
    .container2 {
        margin-top: -8%;
        height: 1400px;
    }
    .place {
        width: 300px;
        height: 400px;
        margin:auto;
    }
    .place-img {
        height: 14rem;
    }
    .place-details p {
        font-size: 1rem;
    }
    .video {
        margin-top: -71%;
    }
    .main-container-video {
        width: 81%;
    }
    .information {
        width: 95%;
    }
    .information-p1 {
        width: 95%;
        font-size: 1.7rem;
        padding-right: 3rem;
    }
    .information-p2 {
        width:100%;
        text-wrap: wrap;
    }
    .analyze {
        margin: 29rem auto;
    }
    .analyze-p {
        font-size: 2rem;
    }
    .case-items p {
        font-size: 80%;
        text-wrap: wrap;
        height: 80px;
    }
    .items-img-space {
        width: 5%;
        margin-bottom: 23%;
    }
    .container:last-child {
        margin-top: -27rem;
    }
}

@media screen and (max-width: 400px){
    .about__social {
        width: 90%;
    }
    .video {
        margin-top: -70%;
    }
    .main-container-video {
        width: 75%;
    }
    .suggestion .suggestion__subtitle {
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 350px){
    .video {
        margin-top: -73%;
    }
    .main-container-video {
        width: 100%;
    }
    .analyze {
        margin: 34rem auto;
    }
    .analyze-p {
        font-size: 1.7rem;
    }
    .container:last-child {
        margin-top: -31rem;
    }
}
