/*-------------------------------------------------------------------------reset--------------------------------------------------------------------------*/
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

@font-face {
    font-family: iransans;
    src: url('../font/IranSans.eot');
    src: url('../font/IranSans.ttf');
    src: url('../font/IranSans.woff');
}


body {
    overflow-x: hidden;
}

main {
    font-family: iransans;
    direction: rtl;
    height: 100%;
    overflow: hidden !important;
}

ul {
    list-style: none;
}

input:focus {
    outline: none;
}

button:focus {
    outline: none;
}

select:focus {
    outline: none;
}

/*-------------------------------------------------------------------------header--------------------------------------------------------------------------*/
.header {
    width: 100%;
    height: 120px;
    margin: auto;
    display: none;
    position: fixed;
    background-color: white;
    box-shadow: 0 0 10px black;
    top: 0;
    z-index: 99999999;
}

.inside-header {
    width: 100%;
    height: 120px;
    max-width: 1350px;
    margin: auto;
    display: flex;
}

.right-header {
    width: auto;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
    font-size: 11px;
    font-weight: bold;
    color: #78cdd1;
    padding: 10px;
}

.logo-head {
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0px 0 15px;
}

.logo-head>img {
    width: 100%;
    object-fit: contain;
}

.right-header>p {
    margin-bottom: 0px;
    width: auto;
    text-align: center;
    font-family: iransans;
    font-size: 14px;
    line-height: 3;
}


.left-header {
    width: 900px;
    height: 100%;
}

.top-header {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}

.top-header>select {
    border: none;
    color: #78cdd1;
}

.bot-header {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bot-header>ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bot-header>ul>li {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    position: relative;
}

.bot-header>ul>li:hover>ul {
    display: flex;
}

.bot-header>ul>li>ul {
    position: absolute;
    background-color: white;
    width: auto;
    min-width: 200px;
    top: 100%;
    right: 40px;
    height: 140px;
    display: none;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    padding: 10px;
}

.bot-header>ul>li>ul:hover {
    display: flex;
}

.bot-header>ul>li>ul>li {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.bot-header>ul>li>ul>li>a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 13px;
    color: black;
    padding-right: 10px;
}

.bot-header>ul>li>ul>li>a:hover {
    border-radius: 10px;
    background-color: #78cdd1;
    color: white;
    font-weight: 100;
}

.bot-header>ul>li>a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: black;
    font-weight: bold;
}

.bot-header>ul>li>a:hover {
    border-radius: 10px;
    background-color: #78cdd1;
    color: white;
    font-weight: 100;
}

.parent-input {
    width: 250px;
    height: 30px;
    border-radius: 10px;
    display: flex;
    border: 1px solid #031a35;
    overflow: hidden;
    margin-left: 20px;
}

.parent-input>input {
    width: 90%;
    height: 100%;
    font-family: iransans;
    border: none;
    font-size: 11px;
    font-weight: bold;
    padding-right: 10px;
}

.parent-input>button {
    width: 10%;
    height: 100%;
    border: none;
    border-right: 1px solid #031a35;
    color: #031a35;
    background-color: transparent;
}

.parent-input>button:focus {
    background-color: #0d12357e;
    color: white;
}

.parent-span {
    width: 215px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-right: 20px;
}

.parent-span>img:hover {
    box-shadow: 0 0 10px rgb(255, 0, 0);
}

.parent-span>a {
    width: 25px;
    height: 25px;
    margin-left: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.parent-span>a:hover {
    box-shadow: 0 0 10px #0d1235;
}

.parent-span>a>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.parent-language>button {
    width: 100px;
    height: 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: none;
    background-color: transparent;
}

.parent-language>button>div {
    display: flex;
}

.parent-language>button>div>span {
    padding-left: 5px;
}

.language {
    width: 63px;
    box-shadow: 0 0 2px black;
    display: none;
}

.language>ul {
    width: 100%;
    height: 100%;
}

.language>ul>li {
    width: 100%;
    height: 40px;
    background-color: white;
}

.language>ul>li>a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: black;
    font-weight: bold;
    font-size: 13px;
}

.language>ul>li>a:hover {
    background-color: rgba(0, 0, 0, 0.144);
}

.parent-language {
    width: 100px;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    top: 15px;
    right: 25px;
}




.bot-header>ul>li:hover~.mega {
    display: flex !important;
}

.mega {
    width: 100%;
    max-width: 1366px;
    height: 550px;
    background-color: white;
    position: absolute;
    top: 100%;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0 0 2px black;
    display: none;
    left: 0;
    right: 0;
    padding: 20px;
    margin: auto;
    border-radius: 8px;
    flex-direction: column;
}

.mega:hover {
    transition: all 0.5s linear;
    display: flex !important;
}

.right-mega {
    width: auto;
    height: 65px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background: #F8F8F8;
    padding: 5px;
    border-radius: 10px;

}

.right-mega>a {
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 11px;
    padding-right: 10px;
    font-weight: bold;
    justify-content: center;
    color: black;
    transition: all 0.5s linear;
}

.right-mega>a:hover {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 15px;
    transition: all 0.5s linear;
    box-shadow: rgb(0 0 0 / 6%) 0 3px 6px;
    color: #78cdd1;
}

.left-mega {
    width: 100%;
    height: 100%;
    position: relative;
}

.item {
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
}

.item:hover {
    display: flex !important;
}

.right-item {
    width: 70%;
    height: 100%;
    padding-right: 10px;
}

.right-item>ul {
    width: 250px;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.right-item>ul>li>a {
    display: flex;
    align-items: center;
    color: black;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin: 6px 0;
}

.right-item>ul>li>a:hover {
    color: red;
}

.right-item>ul>li>a>span {
    font-weight: bold;
}

.right-item>ul>li>ul>li>a {
    display: flex;
    align-items: center;
    color: rgb(0 0 0 / 0.65);
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
}

.right-item>ul>li>ul>li>a:hover {
    color: red;
}

.left-item {
    width: 30%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.parent-pic-head>p {
    font-size: 12px;
    margin-top: 60px;
    padding-bottom: 15px;
    font-weight: bold;
}

.parent-pic-head {
    width: 95%;
    height: 95%;
    border-radius: 10px;
}

.top-pic-head {
    width: 100%;
    height: 55%;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    border: 1px solid #e0e0e2;
    cursor: pointer;
}

.top-pic-head>img {
    width: 100%;
    height: 100%;
}

.bot-pic-head {
    width: 100%;
    height: 25%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.small-pic {
    width: 31%;
    height: 85%;
    border: 1px solid #e0e0e2;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.small-pic>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#item1 {
    display: flex;
}

/*-------------------------------------------------------------------------sec1--------------------------------------------------------------------------*/
.sec1 {
    width: 100%;
    margin: auto;
    height: 1300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to bottom right, #368acf, #0a3457, #0b132a, #0b132a, #0b132a);
    position: relative;
}

.inside-sec1 {
    width: 100%;
    max-width: 1366px;
    height: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.sec1>img:nth-child(1) {
    position: absolute;
    top: -151px;
    transform: scale(.3);
    animation-name: example;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes example {

    from {
        left: -50%;
        transform: scale(.3);
    }

    to {
        left: 100%;
        transform: scale(1);
    }
}

.sec1>img:nth-child(2) {
    position: absolute;
    top: -21px;
    transform: scale(0);
    animation-name: examplee;
    animation-duration: 60s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes examplee {

    from {
        left: -100%;
        transform: scale(0);
    }

    to {
        left: 100%;
        transform: scale(1);
    }
}


.sec1>img:nth-child(3) {
    position: absolute;
    top: -141px;
    transform: scale(.5);
    animation-name: exampleee;
    animation-duration: 40s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes exampleee {

    from {
        left: -100%;
    }

    to {
        left: 100%;
    }
}


.sec1>img:nth-child(4) {
    position: absolute;
    top: -31px;
    transform: scale(0);
    animation-name: exampleeee;
    animation-duration: 60s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 30s;
}

@keyframes exampleeee {

    from {
        left: -100%;
        transform: scale(0);
    }

    to {
        left: 100%;
        transform: scale(1);
    }
}

.right-sec1 {
    width: 50%;
    height: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    position: relative;
}

.right-sec1>a {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #68ca7c;
    color: white;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 9999999999;
    display: none;
    box-shadow: 0 0 5px black;
}

.imgg {
    border-radius: 50%;
    position: absolute;
    left: -65px;
    bottom: 57px;
    background-color: rgba(0, 0, 0, 0.205);
    animation: animationFrames1 ease-out 1.3s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    -webkit-animation: animationFrames1 ease-out 1.3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: animationFrames1 ease-out 1.3s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 50%;
    -o-animation: animationFrames1 ease-out 1.3s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 50%;
    -ms-animation: animationFrames1 ease-out 1.3s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 50%;
}

@keyframes animationFrames1 {

    0%,
    100% {
        transform: translate(0, 0)
    }

    50% {
        transform: translate(0, -30px)
    }
}

.left-sec1 {
    width: 50%;
    height: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.left-sec1>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.txt-sec1 {
    width: 400px;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.txt-sec1>p {
    color: #78cdd1;
    font-size: 18px;
    font-weight: bold;
}

.txt-sec1>span {
    color: white;
    margin-top: 20px;
}

.txt-sec1>h1 {
    color: white;
    margin-top: 20px;
    font-size: 15px;
}

.txt-sec1>a {
    width: 150px;
    height: 40px;
    border-radius: 10px;
    background-color: #78cdd1;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.txt-sec1>a:hover {
    background-color: #2d5b5e;
    box-shadow: 0 0 5px white;
}

.bot-sec1 {
    width: 100%;
    height: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}

.card-sec1 {
    width: 330px;
    height: 430px;
    border: 1px solid rgba(0, 0, 0, 0.37);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    position: relative;
    background-color: white;
    padding: 20px;
    z-index: 99;
}

.card-sec1>img {
    position: absolute;
    top: -100px;
}

.card-sec1>p {
    margin-top: 100px;
}

.card-sec1>span {
    font-size: 13px;
    text-align: justify;
}

.card-sec1>a {
    width: 140px;
    height: 35px;
    border-radius: 10px;
    background-color: #78cdd1;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.card-sec1>a:hover {
    background-color: #2d5b5e;
    box-shadow: 0 0 5px white;
}

.card-sec1:nth-child(1) {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.card-sec1:nth-child(3) {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

/*-------------------------------------------------------------------------sec2--------------------------------------------------------------------------*/
.sec2 {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('/Content/images/img/1234.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: relative;
}

.inside-sec2 {
    width: 100%;
    max-width: 1366px;
    height: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-top: 100px;
}

.inside-sec2>img {
    position: absolute;
    bottom: -10%;
    left: 0;
    right: 0;
    margin: auto;
}

.img1 {
    position: absolute;
    width: 130%;
    top: 800px;
    z-index: 99999;
    animation-name: scale;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.img2 {
    position: absolute;
    width: 120%;
    height: 17%;
    top: 1115px;
    z-index: 99999;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes scale {

    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes left1 {

    0% {
        left: -5%;
    }

    50% {
        left: 0%;
    }

    100% {
        left: -5%;
    }
}

.top-sec2 {
    width: 100%;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: bold;
    color: #78cdd1;
}

.bot-sec2 {
    width: 100%;
    height: 995px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}

.swip {
    width: 800px;
    border-radius: 10px;
}

.pic1 {
    position: absolute;
    top: 230px;
    left: 15px;
    width: 200px;
    height: 200px;
    object-fit: contain;
    animation-name: anim;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    transition: all 0.7s;
}

.pic1:hover {
    transform: scale(1.5);
    transition: all 0.7s;
}

@keyframes anim {

    0% {
        left: 15px;
        top: 230px;
    }

    25% {
        left: 20px;
        top: 240px;
    }

    50% {
        left: 10px;
        top: 220px;
    }

    75% {
        left: 20px;
        top: 240px;
    }

    100% {
        left: 15px;
        top: 230px;
    }
}

.pic2 {
    position: absolute;
    top: -130px;
    left: 29px;
    width: 200px;
    height: 200px;
    object-fit: contain;
    animation-name: anim2;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    transition: all 0.7s;
}

.pic2:hover {
    transform: scale(1.5);
    transition: all 0.7s;
}

@keyframes anim2 {

    0% {
        top: -130px;
        left: 29px;
    }

    25% {
        top: -140px;
        left: 39px;
    }

    50% {
        top: -120px;
        left: 19px;
    }

    75% {
        top: -140px;
        left: 39px;
    }

    100% {
        top: -130px;
        left: 29px;
    }
}

.pic3 {
    position: absolute;
    top: -125px;
    right: 45px;
    width: 200px;
    height: 200px;
    object-fit: contain;
    animation-name: anim3;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    transition: all 0.7s;
}

.pic3:hover {
    transform: scale(1.5);
    transition: all 0.7s;
}

@keyframes anim3 {

    0% {
        top: -125px;
        right: 45px;
    }

    25% {
        top: -135px;
        right: 25px;
    }

    50% {
        top: -115px;
        right: 35px;
    }

    75% {
        top: -135px;
        right: 25px;
    }

    100% {
        top: -125px;
        right: 45px;
    }
}

.pic4 {
    position: absolute;
    top: 422px;
    right: 780px;
    width: 200px;
    height: 200px;
    object-fit: contain;
    animation-name: anim4;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    z-index: 99;
    transition: all 0.7s;
}

.pic4:hover {
    transform: scale(1.5);
    transition: all 0.7s;
}

@keyframes anim4 {

    0% {
        top: 422px;
        right: 780px;
    }

    25% {
        top: 432px;
        right: 770px;
    }

    50% {
        top: 412px;
        right: 760px;
    }

    75% {
        top: 432px;
        right: 770px;
    }

    100% {
        top: 422px;
        right: 780px;
    }
}

.pic5 {
    width: 200px;
    height: 200px;
    object-fit: contain;
    position: absolute;
    top: 233px;
    right: 0px;
    animation-name: anim6;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    transition: all 0.7s;
}

.pic5:hover {
    transition: all 0.7s;
    transform: scale(1.5);
}

@keyframes anim6 {

    0% {
        top: 233px;
        right: 0px;
    }

    25% {
        top: 243px;
        right: 10px;
    }

    50% {
        top: 223px;
        right: -10px;
    }

    75% {
        top: 243px;
        right: 10px;
    }

    100% {
        top: 233px;
        right: 0px;
    }
}


.pic6 {
    width: 200px;
    height: 200px;
    object-fit: contain;
    position: absolute;
    top: 420px;
    right: 248px;
    animation-name: anim7;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    transition: all 0.7s;
    animation-timing-function: linear;
}

.pic6:hover {
    transition: all 0.7s;
    transform: scale(1.5);
}

@keyframes anim7 {

    0% {
        top: 420px;
        right: 248px;
    }

    25% {
        top: 410px;
        right: 238px;
    }

    50% {
        top: 430px;
        right: 228px;
    }

    75% {
        top: 410px;
        right: 238px;
    }

    100% {
        top: 420px;
        right: 248px;
    }
}


.pic7 {
    position: absolute;
    top: 425px;
    right: 915px;
    width: 200px;
    height: 200px;
    object-fit: contain;
    animation-name: anim9;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    transition: all 0.7s;
    animation-timing-function: linear;
    z-index: 99;
}

.pic7:hover {
    transition: all 0.7s;
    transform: scale(1.5);
}

@keyframes anim9 {

    0% {
        top: 425px;
        right: 915px;
    }

    25% {
        top: 415px;
        right: 925px;
    }

    50% {
        top: 435px;
        right: 935px;
    }

    75% {
        top: 415px;
        right: 925px;
    }

    100% {
        top: 425px;
        right: 915px;
    }
}

.swiper-container {
    width: 100%;
    height: 100%;
    position: inherit;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: rgba(11, 11, 20, 0.527);
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 10px;
}

.parent-swip {
    width: 100%;
    height: 300px;
    display: flex;
}

.right-swip {
    width: 65%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-right: 20px;
}

.right-swip>p {
    color: white;
    font-weight: bold;
}

.right-swip>div {
    font-size: 14px;
    margin-top: 20px;
    text-align: justify;
    line-height: 2;
    color: white;
}

.right-swip>a {
    width: 140px;
    height: 35px;
    border-radius: 10px;
    background-color: #78cdd1;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-right: 300px;
}

.right-swip>a:hover {
    background-color: #2d5b5e;
    box-shadow: 0 0 5px white;
}

.left-swip {
    width: 35%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.left-swip>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*-------------------------------------------------------------------------sec3-------------------------------------------------------------------------*/
.sec3 {
    width: 100%;
    margin: auto;
    height: 1200px;
    display: flex;
    justify-content: center;
    position: relative;
    background-image: linear-gradient(to right bottom, #021020, #021020, #307dbc, #307dbc, #307dbc);
}

.sec3>img {
    width: 100%;
    height: 96%;
    position: absolute;
    bottom: -200px;
    z-index: 1;
}

.inside-sec3 {
    width: 100%;
    max-width: 1366px;
    height: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-top: 100px;
}

.box-sec3 {
    width: 500px;
    height: 400px;
    position: absolute;
    left: 100px;
    top: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.box-sec3>p {
    font-size: 18px;
    color: white;
    font-weight: bold;
}

.box-sec3>div {
    font-size: 14px;
    margin-top: 20px;
    text-align: right;
    line-height: 2;
    color: white;
}

.box-sec3 *>a {
    width: 140px;
    height: 35px;
    border-radius: 10px;
    background-color: #78cdd1;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-right: 300px;
}

.box-sec3>a:hover {
    background-color: #2d5b5e;
    box-shadow: 0 0 5px white;
}

/*-------------------------------------------------------------------------sec4-------------------------------------------------------------------------*/
.sec4 {
    width: 100%;
    margin: auto;
    height: 800px;
    display: flex;
    justify-content: center;
    position: relative;
    background-image: linear-gradient(to bottom, #307dbc, #307dbc, #06680e);
}

.pic11 {
    width: 100%;
    height: 100%;
    position: relative;
    top: 5px;
    left: 0;
}

.pic22 {
    width: 70%;
    height: 31%;
    position: absolute;
    /* bottom: -91px; */
    left: -150px;
    top: 81%;
    z-index: 99;
}

.pic33 {
    width: 70%;
    height: 31%;
    position: absolute;
    /* bottom: -91px; */
    right: -150px;
    top: 81%;
    z-index: 99;
}

.box-sec4 {
    width: 500px;
    height: 400px;
    position: absolute;
    right: 100px;
    top: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.box-sec4>p {
    font-size: 18px;
    color: white;
    font-weight: bold;
}

.box-sec4>div {
    font-size: 14px;
    margin-top: 20px;
    text-align: right;
    line-height: 2;
    color: white;
}

.box-sec4>a {
    width: 140px;
    height: 35px;
    border-radius: 10px;
    background-color: #78cdd1;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-right: 300px;
}

.box-sec4>a:hover {
    background-color: #2d5b5e;
    box-shadow: 0 0 5px white;
}

/*-------------------------------------------------------------------------sec5-------------------------------------------------------------------------*/
.sec5 {
    width: 100%;
    margin: auto;
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background-image: url('/Content/images/img/zamin.png');
    background-size: cover;
}

.box-sec5 {
    width: 100%;
    height: auto;
    /* display: flex;
    flex-direction: column;
    justify-content: space-evenly;*/
    align-items: center;
    margin-top: 50px;
    text-align: center;
}

.box-sec5>p {
    font-size: 30px;
    font-weight: bold;
    color: white;
    text-align: center
}

.box-sec5>a {
    width: 140px;
    height: 35px;
    border-radius: 10px;
    background-color: #78cdd1;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.box-sec5>a:hover {
    background-color: #2d5b5e;
    box-shadow: 0 0 5px white;
}

.picc {
    width: 100%;
    left: 0;
}

/*-------------------------------------------------------------------------sec6-------------------------------------------------------------------------*/
.sec6 {
    width: 100%;
    margin: auto;
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: black;
}

.sec6>img {
    width: 100%;
    height: 530px;
    position: absolute;
    bottom: -10px;
}

.box-sec6 {
    width: 300px;
    height: 200px;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 50px;
    z-index: 99;
    right: 100px;
}

.box-sec6>p {
    font-size: 30px;
    font-weight: bold;
    color: white;
}

.box-sec6>a {
    width: 140px;
    height: 35px;
    border-radius: 10px;
    background-color: #78cdd1;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-sec6>a:hover {
    background-color: #2d5b5e;
    box-shadow: 0 0 5px white;
}

/*-------------------------------------------------------------------------sec18--------------------------------------------------------------------------*/
.sec18 {
    width: 100%;
    height: 180px;
    margin: auto;
    display: flex;
    background-color: #78cdd1;
}

.inside-sec18 {
    width: 100%;
    height: 100%;
    max-width: 1115px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background-color: #78cdd1;
    flex-direction: column;
}

.inside-sec18>div {
    width: 400px;
    height: 130px;
    display: flex;
    align-items: flex-end;
    justify-content: space-evenly;
    flex-direction: column;
}

.inside-sec18>div>p {
    font-weight: bold;
    margin-left: 269px;
    font-size: 13px;
}

.inside-sec18>div>input {
    font-family: iransans;
    width: 380px;
    height: 35px;
    border-radius: 5px;
    border: none;
    font-size: 12px;
    padding-right: 10px;
}

.inside-sec18>div>input:focus {
    outline: none;
    box-shadow: 0 0 5px #1f5c74;
    border: none;
}

.inside-sec18>div>button {
    width: 100px;
    height: 30px;
    background-color: #0b0d30;
    font-family: iransans;
    color: white;
    border: none;
    border-radius: 8px;
    margin-top: 10px;
}

.inside-sec18>div>button:focus {
    outline: none;
    box-shadow: 0 0 5px #1f5c74;
    border: none;
}

/*-------------------------------------------------------------------------video--------------------------------------------------------------------------*/
.video {
    width: 100%;
    height: 700px;
    margin: auto;
    display: flex;
    background-color: #ffffff;
}

.inside-video {
    width: 100%;
    height: 100%;
    max-width: 1115px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

.top-video {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}

.center-video {
    width: 100%;
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

.center-video>p {
    margin-top: 20px;
    font-weight: bold;
}

.center-video>video {
    width: 65%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
    overflow: hidden;
}

.center-video>video:focus {
    outline: none;
}

.bot-video {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bot-video>a {
    width: 140px;
    height: 35px;
    border-radius: 10px;
    background-color: #78cdd1;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bot-video>a:hover {
    background-color: #2d5b5e;
    box-shadow: 0 0 5px white;
}

/*-------------------------------------------------------------------------footer--------------------------------------------------------------------------*/
.footer {
    width: 100%;
    height: 600px;
    margin: auto;
    display: flex;
    background-color: #0b0d30;
}

.inside-footer {
    width: 100%;
    height: 100%;
    max-width: 1115px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

.top-footer {
    width: 90%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.top-footer>p {
    color: #78cdd1;
    font-weight: bold;
    font-size: 17px;
}

.center-footer {
    width: 100%;
    height: 260px;
    display: flex;
    margin-top: 50px;
    border-bottom: 1px solid #0d1235;
}

.center-footer-right1 {
    width: 10%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.center-footer-right1>ul>li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 15px 0;
}

.center-footer-right1>ul>li>a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    color: white;
    font-size: 14px;
}

.center-footer-right1>ul>li>a:hover {
    margin-right: 2px;
    font-weight: bold;
    text-shadow: 0 0 10px #3291b6;
}

.center-footer-right2 {
    width: 10%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.center-footer-right2>ul>li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 15px 0;
}

.center-footer-right2>ul>li>a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    color: white;
    font-size: 14px;
}

.center-footer-right2>ul>li>a:hover {
    margin-right: 2px;
    font-weight: bold;
    text-shadow: 0 0 10px #3291b6;
}

.center-footer-right3 {
    width: 10%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.center-footer-right3>ul>li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 15px 0;
}

.center-footer-right3>ul>li>a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    color: white;
    font-size: 14px;
}

.center-footer-right3>ul>li>a:hover {
    margin-right: 2px;
    font-weight: bold;
    text-shadow: 0 0 10px #3291b6;
}

.center-footer-right4 {
    width: 65%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

.center-footer-right4>div {
    color: white;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px;
}

.center-footer-right4>div>span {
    font-size: 14px;
    color: #78cdd1;
}

.center-footer-right4>div>p {
    padding-right: 10px;
    font-size: 12px;
}

.center-footer-right4>div>a {
    font-size: 13px;
    color: white;
    padding-right: 40px;
}

.left-footer {
    width: 5%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

.left-footer>div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

.left-footer>div>img {
    width: 43px;
    padding: 6px;
}

.left-footer>div>a>img:hover {
    box-shadow: 0 0 10px rgb(85, 110, 255);
    border-radius: 20px;
}

.bot-footer {
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.right-bot-footer {
    width: 60px;
    height: 60px;
}

.right-bot-footer>a {
    background-color: #78cdd1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-size: 50px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
}

.right-bot-footer>a:hover {
    box-shadow: 0 0 13px white;
}

.left-bot-footer {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
}

.left-bot-footer>p>a {
    color: #78cdd1;
    font-size: 12px;
}

.left-bot-footer>p {
    font-size: 12px;
    padding: 5px;
}

.center-footer-right1>ul {
    width: 100%;
}

.center-footer-right2>ul {
    width: 100%;
}

.center-footer-right3>ul {
    width: 100%;
}


.box-project {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.box-project a {
    background-color: #fff;

    border-radius: 30px;
    margin: 5px;
}


.box-project a figure img {
    object-fit: cover;
}



.mySwiperProject {
    width: 100% !important;
    position: relative;
    overflow: hidden;
}

.mySwiperProject .swiper-slide a figure {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 30px;
}

.mySwiperProject .swiper-slide a figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 30px;
    padding: 5px;
}

.btn-more {
    width: 140px;
    height: 35px;
    border-radius: 10px;
    background-color: #78cdd1;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-right: 300px;
}

.mySwiperProject .swiper-slide {
    background: transparent !important;
}