@import url(fontiran.css); /* لینک فایلی که وظیفه بارگذاری فونت ها را برعهده دارد */
body {
    font-family: iranyekan, serif !important ;
	direction: rtl;
	background-color: #cdcdcd;
	margin: 0;
}
h1, h2, h3, h4, h5, h6,input, textarea {
    font-family: iranyekan, serif !important;
}
body{
    /* background: #002039; */
    direction: rtl;
    background-image: url('../image/background.jpg');
    background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
}

/*---------------------------------| Header |---------------------------------*/
.header {
	display: table;
	width: 80%;
	margin: 30px auto;
	background: url('../image/header-left-new.png');
    background-size: contain;
	height: 100px;
	background-repeat: no-repeat;
	border-radius: 1pc;
    text-align: right;
}

.header > .logo {
    margin: 5px 22px;
}

/*---------------------------------| Body |---------------------------------*/
.contentBody{
    display: flex;
	width: 80%;
    margin: 30px auto;
    height: 350px;
    justify-content: space-between;
}
.box-shadow {
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 3px 10px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 3px 10px rgba(0,0,0,0.15);
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 3px 10px rgba(0,0,0,0.15);
}

.contentBody > .rightSide,
.contentBody > .leftSide {
    display: inline-table;
    border-radius: 1pc;
}

.contentBody > .rightSide.mobileView {
    display: none !important;
}

.contentBody > .rightSide {
    background: #e3f1fe;
    display: flex;
    flex: 0 0 55%;
    align-items: center;
}

.contentBody > .rightSide > .link-content  {
    width: 100%;
}

.contentBody > .leftSide {
    flex: 0 0 41%;
    position: relative;
}

.contentBody > .rightSide > .link-content > .btn {
	display: flex;
	width: 80%;
	border-radius: 1pc;
	margin: 35px auto;
	height: 36.5px;
	line-height: 35px;
	padding: 5px 10px;
    text-decoration: none;
    justify-content: space-between;
    font-family: iranyekan;
    font-size: 14px;
}
.contentBody > .rightSide > .link-content > .btn:nth-of-type(1) { background: #3f8de2;}
.contentBody > .rightSide > .link-content > .btn:nth-of-type(2) { background: #4b9be2;}
.contentBody > .rightSide > .link-content > .btn:nth-of-type(3) { background: #7cb2e2;}
.contentBody > .rightSide > .link-content > .btn:nth-of-type(4) { background: #08758C;}
.contentBody > .rightSide > .link-content > .btn:nth-of-type(5) { background: #007387;}
.contentBody > .rightSide > .link-content > .btn:nth-of-type(6) { background: #00869F;}

.contentBody > .rightSide > .link-content > .btn  > span {
    color: #fff;
}

.contentBody > .leftSide .mySlides {
    display:none;
    width: 100%;
    height: 100%;
}

.contentBody > .leftSide .mySlides > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.contentBody > .leftSide .w3-left, 
.contentBody > .leftSide .w3-right, 
.contentBody > .leftSide .w3-badge {
    cursor:pointer;
    transform: rotate(180deg);
    user-select: none;
}
.contentBody > .leftSide .w3-badge {height:13px;width:13px;padding:0}

.contentBody > .leftSide .w3-left{
    position: absolute;
    top: 50%;
    left: 14px;
    color: #fff;
    font-size: 26px;
}

.contentBody > .leftSide .badgesHolder {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 35px;
    text-align: center;
    user-select: none;
}

.contentBody > .leftSide .badgesHolder > .w3-badge {
    height: 8px;
    width: 8px;
    padding: 0;
    display: inline-table;
    border: solid 2px white;
    border-radius: 50%;
    direction: rtl;
}

.contentBody > .leftSide .w3-right {
    position: absolute;
    top: 50%;
    right: 14px;
    color: #fff;
    font-size: 26px;
}

/*---------------------------------| Footer |---------------------------------*/
.footer{
    background: #e3f1fe;
    width: 80%;
    margin: 0px auto 30px auto;
    height: 170px;
    border-radius: 1pc;
    justify-content: space-between;

}

.footer > h2 {
    color: #06131e;
    padding: 10px 30px;
    margin: 0px;
    font-family: iranyekan;
    font-size: 1.5em;
    letter-spacing: -2px;
}

.footer > .footer-sections {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.footer > .footer-sections > .item {
    flex: 0 0 33%;
}

.footer > .footer-sections > .item > .f-title {
    font-weight: bold;
    letter-spacing: -1px;
    padding: 0 20px;
}

.footer > .footer-sections > .item > .f-details {
    padding: 10px 20px;
}

.footer > .footer-sections > .item > .f-details > .the-row {
    display: flex;
    align-items: center;
    font-size: .9em;
    font-weight: 700;
    margin-bottom: 12px;
}

.footer > .footer-sections > .item > .f-details > .the-row > img {
    margin-left: 10px;
}


@media only screen and (max-width: 1120px) {

    .contentBody{
        display: table;
    }
    .contentBody > .rightSide {
        padding-top: 5px;
        width: 100%;
        margin-left: 0px;
        margin-bottom: 30px;
        display: block;
    }

    .contentBody > .leftSide {
        width: 100%;
        display: block;
    }

    .footer > .rightSide {
        width: 100%;
    }

}

.w3-display-container {
    height: 350px;
    width: 100%;
    direction: ltr;
    border-radius: 30px;
}

@media only screen and (max-width: 910px) {
    .footer {
        height: auto;
    }
    .footer > h2 {
        font-size: 1.2em;
        text-align: center;
    }
    .footer > .footer-sections{
        display: block;
    }

    .footer > .footer-sections > .item{
        border-bottom: 1px solid #c7c7c7;
        margin-bottom: 10px;
    }

    .footer > .footer-sections > .item:last-child{
        border-bottom: none;
    }
}

@media only screen and (max-width: 600px) {
    .footer > .leftSide,
    .footer > .rightSide{
        display: table;
        width: 100%;
    }
}


@media only screen and (max-width: 585px) {
/*    .contentBody > .rightSide > .btn > span:nth-last-of-type(1){
        display: none;
    }}*/
    .contentBody {
        width: 97%;
    }
    .contentBody > .rightSide > .link-content >.btn {
        height: 80px;
    }
    .header {
        background-size: 100% 100%;
        width: 97%;
    }
    .footer {
        width: 97%;
    }
}

@media only screen and (max-width: 585px) {
    .contentBody > .rightSide.mobileView {
        display: inline-block !important;
    }

    .contentBody > .rightSide.mobileView > .link-content > .btn {
        display: flex;
        justify-content: space-between;
        font-size: .7em;
        height: 35px;
        width: 90%;
    }

    .contentBody > .rightSide.mobileView > .link-content > .btn span:first-child {
        display: flex;
        justify-content: flex-start;
    }

    .contentBody > .rightSide.mobileView > .link-content > .btn span:last-child {
        display: flex;
        justify-content: flex-end;
    }

    .contentBody > .rightSide.desktopView {
        display: none;
    }
}



@media only screen and (max-width: 568px) {
.contentBody > .rightSide.mobileView > .link-content > .btn {
display: flex;
justify-content: space-between;
font-size: .6em;
height: 35px;
width: 90%;
}
}