html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    overflow-y: hidden;
    backface-visibility: hidden;
}

@font-face {
    font-family: "MyriadPro";
    src: url(./font/myriad_pro.ttf);
}

@font-face {
    font-family: "farsi";
    src: url(font/vazir/Vazir-Light-FD.ttf);
}

/* * :not(.fa) {
    font-family: "farsi";
} */


body {
    overflow-x: hidden;
    overflow-y: hidden;
    /* background-image:url(' https://xanmia.github.io/Light-Speed-Ready/images/starb.png'); */
    /* background-image: url('./img/bg.png'); */
    /* background: linear-gradient(174deg, rgba(75, 165, 192, 1) 34%, rgba(74, 179, 168, 0.8687850140056023) 72%, rgba(73, 189, 150, 0.7651435574229692) 100%); */
    background: linear-gradient(174deg, #49bd96c3 100%, rgba(74, 179, 168, 0.8687850140056023) 72%, rgba(73, 189, 150, 0.7651435574229692) 100%);

    margin: 0px;
    height: 100vh;
    font-size: 1rem;
    background-size: cover;
    background-repeat: no-repeat;
}


/*----nav--------------------- */

.nav-item {

    padding-left: 30px;
    padding-right: 30px;
    width: max-content;
    cursor: pointer;
}

.navbar-dark .navbar-nav .nav-link.active {
    color: #0f6175;
    font-weight: bold;

}

.navbar {
    /* padding-bottom: 2rem !important; */
    direction: rtl;

}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    color: #011a20;
}

.nav-link:hover {
    color: #4AA6BD !important;
}

.bg-dark {
    background-color: #fff8f8bf !important;

    /* background: linear-gradient(180deg, rgba(75, 165, 192, 1) 34%, rgba(74, 174, 177, 0.2777485994397759) 58%, rgba(74, 179, 168, 0.022846638655462215) 72%, rgba(74, 179, 168, 0) 73%); */
}

.logo {
    /* position: fixed;
    top: 3px;
    left: 90px; */
    width: 35px;
}
.signIn{
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
select option {
    cursor: pointer;
}

.navbar-expand-md .navbar-collapse{
    justify-content: space-between!important;
}


/*-----------------main-------------------*/
.content {
    /* background-image: url('./img/landingBg.jpg'); */
    height: 80vh;
    width: auto;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0 0 50px 50px;
}
.overlay{
    position: absolute;
    width: 100%;
    height: 100%;
     top: 0;
     opacity: 0.3;
}

.header {
    height: 10vh;
}

.context {
    /* margin-top: 10vh; */
    padding-top: 5%;
    width: 80%;
    margin: auto;
    color: #fff;
    /* left: 50%;
    transform: translate(-50%, 0); */
}

.contact {
    padding-top: 5%;
    width: 80%;
    margin: auto;
}

.contact table {
    color: #0f6175;
}
.tableWidth{
    width: 30%;
    position: absolute;
    left: 10%;
}

table tr td {
    padding: 30px 0;
    text-align: justify;
}

.at {
    width: 19px;
}


.downloadContent {
    margin-top: 10vh;
    /* background-color: #fff; */
}

h1.lable {
    padding: 20px 0;
    /* font-size: 1.2rem; */
    color: #4AA6BD;
    font-weight: bolder;
}


.description {
    min-height: 38vh;
    width: 40vw;
    margin: 70px 0 50px 0;
    margin-left: 10%;
    text-align: justify;
    font-size: 1.2rem;
    overflow-y: auto;
    /* border-radius: 20px; */

}

.description div {
    background-color: #e8dedecc;
    border-radius: 20px;
    padding: 15px;
    width: 40vw;
}




.main {
    height: 100vh;
    width: auto;
}

.subApps {
    /* background-color: #0f6175; */
    display: flex;
    justify-content: flex-start;
    /* width: 80%; */
    width: 90%;
    margin: 6vh auto auto;
    flex-flow: row wrap;
}

.sunAppItem {
    background-color: #fff;
    position: relative;
    /*width: 10%;*/
    padding-top: 7%; /* 1:1 Aspect Ratio */
    /* width: 7%; */
    /* margin:0.2% 0.54%; */
    width: 7%;
    margin:0.6% 0.6%;
    border-radius: 20px;
    color: #4AA6BD;
    cursor: pointer;
    border: 2px solid #fff;
}
.tourismItem{
    background-color: #fff;
    position: relative;
    /*width: 10%;*/
    padding-top: 7%; /* 1:1 Aspect Ratio */
    /* width: 15.08%;
    margin:0.2% 0.54%; */
    width: 15.12%;
    margin:0.6% 0.6%;
    border-radius: 20px;
    color: #4AA6BD;
    cursor: pointer;
    border: 2px solid #fff;
}

/* div.sunAppItem {
    animation: glow 3s ease-in 1s;
    -webkit-animation: glow 3s ease-in 1s;
} */


div.sunAppItem:nth-child(1), div.sunAppItem:nth-child(12) {
    animation-delay: -0.5s;
    -webkit-animation-delay: -0.5s;
}

div.sunAppItem:nth-child(2), div.sunAppItem:nth-child(13) {
    animation-delay: -1s;
    -webkit-animation-delay: -1s;
}

div.sunAppItem:nth-child(3), div.sunAppItem:nth-child(14) {
    animation-delay: -1.5s;
    -webkit-animation-delay: -1.5s;
}

div.sunAppItem:nth-child(4), div.sunAppItem:nth-child(15) {
    animation-delay: -2s;
    -webkit-animation-delay: -2s;
}

div.sunAppItem:nth-child(5), div.sunAppItem:nth-child(16) {
    animation-delay: -2.5s;
    -webkit-animation-delay: -2.5s;
}

div.sunAppItem:nth-child(6), div.sunAppItem:nth-child(17) {
    animation-delay: -3s;
    -webkit-animation-delay: -3s;
}

div.sunAppItem:nth-child(7), div.sunAppItem:nth-child(18) {
    animation-delay: -2.5s;
    -webkit-animation-delay: -2.5s;
}

div.sunAppItem:nth-child(8), div.sunAppItem:nth-child(19) {
    animation-delay: -2s;
    -webkit-animation-delay: -2s;
}

div.sunAppItem:nth-child(9), div.sunAppItem:nth-child(20) {
    animation-delay: -1.5s;
    -webkit-animation-delay: -1.5s;
}

div.sunAppItem:nth-child(10), div.sunAppItem:nth-child(21) {
    animation-delay: -1s;
    -webkit-animation-delay: -1s;
}

div.sunAppItem:nth-child(11),div.sunAppItem:nth-child(22) {
    animation-delay: -0.5s;
    -webkit-animation-delay: -0.5s;
}




@-webkit-keyframes glow {
    /* 0%{box-shadow:0px 0px 20px #fff;} */
    /* 25%{background:#70cdae;box-shadow:0px 0px 105px ;} */
    /* 50%{background:#fff;box-shadow:0px 0px 20px #fff;}
    75%{background: #9ac7b8;box-shadow:0px 0px 20px #9ac7b8;} */
    0% {
        opacity: 0
    }
    25% {
        opacity: 0
    }
    50% {
        opacity: 0
    }
    75% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes glow {
    0% {
        opacity: 0
    }
    25% {
        opacity: 0
    }
    50% {
        opacity: 0
    }
    75% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
/*-------button disabled-----------*/
 .btn:hover{
    color:#4AA6BD;
 }
 .btn:disabled {
    opacity: .4;
 }
 /*------------------*/
.text {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    /* font-size: 0.8rem; */

}

.text img {
    width: 70%;
    margin-top: 7px;


}
.tourismText{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
}
.tourismText img{
    width: 34%;
    margin-top: 4px;
}
.tourismText p {
    font-size: 0.8rem;
    padding: 0 7px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden; 
    white-space: nowrap;
    margin: 3px 0;
}

.text img:hover , .tourismText img:hover{
     transform: rotate(360deg);
    transition: 1s;
}
/* .text p:hover {
    transform: scale(1.05); 
     font-size: large;
    transition: 1s;
} */



.text p {
    margin-top: 5px;
    font-size: 0.8rem;
    padding: 0 7px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden; 
    white-space: nowrap;
}

.btn {
    border: 1px solid #4AA6BD;
    border-radius: 5px;
    color: #4AA6BD;
    width: 100px;
    -webkit-box-shadow: 2px 2px 9px -2px rgba(60, 95, 105, 1);
    -moz-box-shadow: 2px 2px 9px -2px rgba(60, 95, 105, 1);
    box-shadow: 2px 2px 9px -2px rgba(60, 95, 105, 1);
    display: block;
    margin: 15px 0;
    width: 180px;

}


.elimedi {
    color: #4AA6BD;
    border: 1px solid #4AA6BD;
}

.box {
    margin: 9px 0;

}

.box4 {
    margin-top: 15px;
}

.box-right {
    text-align: right;
}

.box-right div {
    position: absolute;
    width: 200px;
    top: 75px;
    right: 9%;
}

.box-left {
    text-align: left;
    width: 240px;
}

.box-left div {
    position: absolute;
    top: 75px;
    width: 200px;
    left: 9%;

}
.box-left div p,.box-right div p {
text-align: center;
}

.featur{
    position: absolute;
    width: 190px;
    top: 80px;
    left: 50%;
    transform: translate(-50%, 0);
}


div.box4 {
    position: absolute;
    top: 82px;
    width: 200px;
    left: 50%;
    transform: translate(-50%, 0);
}

.about {
    /* background-image: url('./img/about.jpg'); */
    height: 80vh;
    width: auto;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0 0 40px 40px
}

.aboutContent {
    width: 30%;
    height: auto;
    position: absolute;
    left: 5%;
    top: 10%;
    background-color: #e8dedecc;
    text-align: justify;
    line-height: 1.5rem;
    font-size: 1rem;
    border-radius: 26px;
    padding: 15px;
}
.healthTourism{
    background-color: #e8dedecc;
    text-align: justify;
    line-height: 1.5rem;
    font-size: 1rem;
    border-radius: 26px;
    padding: 15px;
    margin: 10% auto;
    /* margin-left: 2%;
    margin-right: 2%;     */
    
}
.healthTourismImage{
    margin-top: 10%;
     padding:0 15px;
    text-align: center;
}
/*------------------footer------------------*/
.footer {
    height: 5vh;
    color: #fff;
    /* background-color: #dd5536; */
    border-radius: 20px 20px 0 0;
    position: fixed;
    bottom: 0;
    width: 80%;
    left: 50%;
    transform: translate(-50%, 0);
}


/*------------------------------------*/

@media screen and (min-width: 1921px) {
    .sunAppItem {
        background-color: #fff;
        position: relative;
        /*width: 10%;*/
        padding-top: 7%; /* 1:1 Aspect Ratio */
        width: 7%;
        margin:0.54% 0.54%;
        border-radius: 20px;
        color: #4AA6BD;
        cursor: pointer;
        border: 2px solid #fff;
    }
    .tourismItem{
        padding-top: 7%; /* 1:1 Aspect Ratio */
        width: 15.08%;
        margin:0.54% 0.54%;
    }
    .subApps {
        /* background-color: #0f6175; */
        display: flex;
        justify-content: flex-start;
        width: 80%;
        margin: 4vh auto auto;

        flex-flow: row wrap;
    }

    .description {
        /* min-height: 40vh;
        width: 40vw;
        margin: 20px 0; */
        min-height: 35vh;
        width: 40vw;
        margin: 20px 0 0 0;
        margin-left: 10%;
        text-align: justify;
        font-size: 1.2rem;
        overflow-y: auto;
        /* border-radius: 20px; */
    
    }

}
/* @media screen and (max-height: 657px) {
    .subApps {
        width: 95%;
        margin: auto;
        margin-top: 0vh;

    }
    .sunAppItem {
        padding-top: 7%; 
        width: 7%;
        margin: 0.9%;
    }

} */

/* @media screen and (max-width: 1633px) and (min-width: 1366 ) {
    .description{
        width: 50vw;
    margin: 70px auto;
    }
} */
/* -------------------------------- */
@media screen and (max-width: 1366px) and (min-width: 769px ) {
    .main {
        overflow: auto;
    }

    .subApps {
        width: 98%;
        margin: auto;
        margin-top: 10vh;

    }

    .sunAppItem {
        padding-top: 7%; /* 1:1 Aspect Ratio */
        width: 7%;
        margin: 0.2% 0.6%;
    }
    .tourismItem{
        padding-top: 7%; /* 1:1 Aspect Ratio */
        width: 15.08%;
        margin:0.2% 0.6%;
    }

    .context {
        padding-top: 1%;
    }

    .description {
        min-height: 30vh;
        width: 94vw;
        margin: 10px auto 0 auto;
    }

    .description div {
        width: 94vw;
    }
    .nav-item {
        padding-left: 10px;
        padding-right: 10px;
    }
    .aboutContent {
        width: 90%;

    }


}


@media screen and (max-width: 768px) {
    .bg-dark {
        z-index: 1;
        position: fixed;
        width: 100%;
        height: 5vh;

    }

    body {
        font-size: 0.8rem;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .collapse:not(.show) {
        display: block;
    }

    .logo {
        /* position: fixed;
        top: 6px;
        left: 13px; */
        width: 26px;
    }

    .menu {
        position: absolute;
        right: 0;
        top: 0
    }

    .navbar-nav {
        flex-direction: row;
        float: right;
        /* position: fixed; */
        padding-right: 0;
        top: 0;
        display: flex;
        width: 100%;
        flex-flow: row wrap;

    }

    .nav-item {
        margin-top: 0;
        padding-left: 5px;
        padding-right: 10px;
    }

    .description {
        min-height: 30vh;
        width: 94vw;
        margin: 12px auto;
    }

    .description div {
        width: 94vw;
    }

    .subApps {
        width: 95%;
        margin: auto;
        margin-top: 10vh;
        

    }

    .sunAppItem {
        padding-top: 20%; /* 1:1 Aspect Ratio */
        width: 20%;
        margin: 0.5% 2.5%;
        order:2;
    }
    .alobodo{
        order: 1;
    }
    .tourismItem {
        padding-top: 20%;
        width: 45%;
        margin: 0.5% 2.5%;
        order: 1;
    }


    .downloadContent {
        margin-top: 5vh;
        margin-bottom: 15vh;
        padding-bottom: 50px;
        /* background-color: #fff; */
    }

    .footer {
        height: 10vh;
        width: 100%;
        background: linear-gradient(174deg, rgba(75, 165, 192, 1) 34%, rgba(74, 179, 168, 0.8687850140056023) 72%, rgba(73, 189, 150, 0.7651435574229692) 100%);
    }

    .context {

        width: 100%;
        padding: 70px 0;
    }

    .box-right, .box-left {
        text-align: center;
    }

    .box-left div, .box-right div {
        left: 50%;
        transform: translate(-50%, 0);
    }

    .at {
        width: 14px !important;
    }
    

.aboutContent {
    width: 90%;

}
.tableWidth{
    width: 90%;
    left: 5%;
}
.healthTourism{
    margin-left: 1%;
    margin-right: 1%;
}
}

@media screen and (max-width: 540px) {
    .bg-dark {

        height: 12vh;
    }
    .navbar-brand {

        margin-right: 0;
    }
    .sunAppItem {
        padding-top: 30%;
        width: 30%;
        margin: 0.5% 1.6%;
    }
    .subApps {
        margin-top: 1vh;
        padding-bottom: 100px;
    }
    .alobodo{
        order: 2;
    }
    .tourismItem {
        padding-top: 30%;
        width: 95%;
        margin: 0.5% 2.5%;
        order:1;
    }
    .tourismText img {
        width: 23%;
        margin-top: 6px;
    }

}


/*---------------------- hidden scroll-------------*/

/* ::-webkit-scrollbar {
    width: 5px;
} */

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px transparent;
    border-radius: 10px;
    height: 0;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 10px;
    height: 0;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: transparent;
    height: 0;
}


/* ----------------------------------- */
.sepideh {
    /* margin-right: 16px; */
    transform: translateY(200px) rotate(15deg);
    animation: slideup 1000ms cubic-bezier(0.65, 0, 0.35, 1) 1 forwards;
    transform-origin: top center;
    /* animation: rotate-fs 1800ms cubic-bezier(0.5, 1, 0.89, 1) forwards;
    transform-origin: center; */
}

@keyframes slideup {
    0% {
        transform: translateY(200px) rotate(20deg);
    }
    100% {
        transform: translateY(0px) rotate(0deg);
    }
}

@keyframes rotate-fs {
    0% {
        transform: rotate(0deg) scale(0);
        opacity: 0;
    }
    30% {
        opacity: 1;
        transform: rotate(0deg) scale(1);
    }
    100% {
        transform: rotate(720deg);
        opacity: 1;
    }
}



  
  .dropdown {
    position: relative;
    display: inline-block;
    padding: .5rem 1rem;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    width: max-content;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 6px;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content a:hover {background-color: #ddd;}
  
  .dropdown:hover .dropdown-content {display: block;}
  
  /* .dropdown:hover .dropbtn {background-color: #3e8e41;} */