﻿.spancontent1 {
    color: #001a50 !important;
}

.h1content1 {
    color: #2a4681 !important;
    text-shadow: none;
}

.pcontent1 {
    color: #1084b1 !important;
}

.pDowncontent1 {
    color: #4a4a4a !important;
}

.spancontent2 {
    color: #2a2a2a !important;
}

.h1content2 {
    color: #4d5c5e !important;
    text-shadow: none;
}

.pcontent2 {
    color: #9b9b9b !important;
}

.spancontent3 {
    color: #da8100 !important;
}

.h1content3 {
    color: #da8100 !important;
    text-shadow: none;
}

.pcontent3 {
    color: #ffb12e !important;
}

.btnModels {
    border: solid 1px #ccc;
    padding: 10px;
    border-radius: 5px;
    color: #585858;
    width: 100%;
    display: block;
    text-align: center;
    background-color: #dfdfdf;
    font-size: 13px !important;
}

    .btnModels:hover {
        border: solid 1px #ccc;
        padding: 10px;
        border-radius: 5px;
        color: white;
        width: 100%;
        display: block;
        text-align: center;
        font-weight: bold;
        background-color: #760000;
        font-size: 13px !important;
    }

.activeModel {
    font-weight: bold;
    background-color: #760000;
    background: rgba(118, 0, 0, 86%);
    color: white;
}

.bg-people {
    background-image: url(../img/peoples.jpg);
    background-repeat: repeat;
    background-size: 600px;
}

.bg-peopleCover {
    background: rgb(255 255 255 / 90%);
    /*background: linear-gradient(0deg, rgba(255, 255, 255, 0.53) 0%, rgb(226 185 71) 83%);*/
}

#home-top-video:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgb(0 97 169 / 40%);
    background-image: url(../img/bs-overlay.png);
}

.linkFooter {
    color: #004a66;
    font-size: 13px;
    text-decoration: underline;
    text-underline-offset: 2px;
    display: block;
}

.bg-old1 {
    background-image: url(../img/backFooter.jpg);
}

.btn1 {
    padding-right: 40px !important;
    padding-left: 40px !important;
    height: 45px !important;
    padding-top: 8px !important;
    border-radius: 3px !important;
}

    .btn1:hover {
        padding-right: 45px !important;
        padding-left: 45px !important;
        height: 45px !important;
        padding-top: 8px !important;
        border-radius: 3px !important;
        background-color: #323232;
        border: solid 2px #464646;
    }

.footerLink {
    color: black;
}

    .footerLink:hover {
        color: #555;
        margin-right: 10px;
    }

.textShadow {
    text-shadow: 0 0 1px #000000, 0 0 1px #000000, 0 0 1px #003c78, 0 0 1px #000000, 0 0 1px #000000;
}

    .textShadow:hover {
        text-shadow: 0 0 5px #003c78, 0 0 10px #003c78, 0 0 20px #003c78, 0 0 40px #003c78, 0 0 80px #003c78;
    }

.arrowAnimation {
    position: relative;
    margin-top: -600px;
    margin-right: 300px;
    padding-bottom: 170px;
    z-index: 1;
}

.sliderTopPosition {
    margin-top: 0px;
}

.sliderTextsPosition {
    position: relative;
    top: 450px;
    z-index: 3;
}

.extraDes {
    display: block;
}

#animation-container1 {
    width: 603px;
    height: 400px;
    position: relative; /* Container needs relative or absolute positioning for animate to work correctly */
    overflow: hidden; /* Hides the image when it moves out of the container */
}

#moving-image1 {
    position: absolute;
    bottom: 0; /* Start position at the bottom */
    left: 0;
    width: 100%;
}

#animation-container2 {
    width: 603px;
    height: 400px;
    position: relative; /* Container needs relative or absolute positioning for animate to work correctly */
    overflow: hidden; /* Hides the image when it moves out of the container */
}

#moving-image2 {
    position: absolute;
    bottom: 0; /* Start position at the bottom */
    left: 0;
    width: 100%;
}

#animation-container3 {
    width: 603px;
    height: 400px;
    position: relative; /* Container needs relative or absolute positioning for animate to work correctly */
    overflow: hidden; /* Hides the image when it moves out of the container */
}

#moving-image3 {
    position: absolute;
    bottom: 0; /* Start position at the bottom */
    left: 0;
    width: 100%;
}

#animation-container4 {
    width: 100%;
    height: 340px;
    position: relative; /* Container needs relative or absolute positioning for animate to work correctly */
    overflow: hidden; /* Hides the image when it moves out of the container */
}

#moving-image4 {
    position: absolute;
    bottom: 0; /* Start position at the bottom */
    left: 0;
    width: 310px;
}

.logosTop {
    position: relative;
    z-index: 3;
    margin-top: -180px;
}

.subModels {
    position: relative;
    margin-top: -50px;
    z-index: 2;
}

.positionAnimation4 {
    position: relative;
    margin-top: -680px;
    margin-right: 0px;
    padding-bottom: 170px;
    z-index: 1;
}

.backgroundAnim4 {
    background-image: url(/companies/persiakhodro/assets/img/back1.png);
    background-repeat: no-repeat;
    height: 488px;
    background-position: 400px;
    background-size: contain;
}

.positionMiddle {
    position: relative;
    margin-top: -12px;
    border: solid 16px #e7e7e7;
    height: 300px;
    z-index: 4;
}

.textMiddle {
    display: block;
    margin-top: 60px;
    margin-bottom: 90px;
    width: 90%;
    text-align: left;
}

.textMiddle2 {
    color: white;
    text-shadow: 2px 2px 5px #000;
    font-size: 26px !important;
}

.colorRedTitleMiddle {
    color: #760000 !important;
}

.colorGrayTextDownMiddle {
    font-size: 16px !important;
    line-height: 26px !important;
    color: #555 !important;
}

#menu h4 {
    font-size: 15px;
    color: #ff414b;
    padding: 10px 0;
    padding-top: 20px;
}

ul {
    list-style-type: none;
}

#menu .menuFinder ul li a {
    color: white !important;
}

    #menu .menuFinder ul li a:hover {
        color: #ff414b !important;
        margin-right: 10px !important;
        font-weight: 500 !important;
        line-height: 21px !important;
        margin-right: 30px !important;
    }

.nav-tabs .nav-link {
    margin-left: 10px;
    background: transparent;
    border: 1px solid #d9d9d9;
}

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        margin-left: 10px;
        color: #ffffff;
        background-color: #b11a1f;
        border-color: #b11a1f #b11a1f #b11a1f;
    }

.styleInsideDesign1 {
    height: 161px !important;
    margin-bottom: 10px !important;
}

.styleInsideDesign2 {
    height: 161px !important;
    margin: 0px;
}

.positionTextInfo {
    width: 450px;
    text-align: center;
    transform: rotate(-5deg);
    position: relative;
    margin-top: 0px;
    float: none;
    margin-left: 0px;
}

.shapTop {
    float: left;
    width: fit-content;
}

.shapDown {
    float: right;
    margin-top: -50px;
    width: fit-content;
}

.textTop1 {
    border: solid 1px #ccc;
    padding: 5px;
    text-align: center;
    white-space: nowrap;
    color: #646464;
    display: inline;
    font-size: 15px;
}

.titleTop1 {
    font-size: 40px;
    color: #4074b6;
}

.desTop1 {
    color: #4c4c4c;
    font-size: 30px;
    text-align: left;
    font-weight: bolder;
    margin-top: -20px;
    text-shadow: 1px 1px 3px #ffffff;
}

.carDisplay {
    display: block;
}

.backRightInfo {
    background-image: url('/companies/Persiakhodro/assets/img/street.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.glass {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    text-align: right;
    padding: 20px;
}

@media screen and (min-width:290px) {
    .h1content1 {
        color: white !important;
        text-shadow: 1px 1px 1px #2a4681;
    }

    .h1content2 {
        color: white !important;
        text-shadow: 1px 1px 1px #4d5c5e;
    }

    .h1content3 {
        color: white !important;
        text-shadow: 1px 1px 1px #da8100;
    }

    .colorRedTitleMiddle {
        color: white !important;
    }

    .colorGrayTextDownMiddle {
        font-size: 16px !important;
        line-height: 26px !important;
        color: white !important;
    }

    .sliderTopPosition {
        margin-top: -360px;
    }


    .sliderTextsPosition {
        position: relative;
        top: 330px;
        z-index: 3;
    }

    .extraDes {
        display: none;
    }

    #animation-container1 {
        width: 473px;
        height: 400px;
        position: relative; /* Container needs relative or absolute positioning for animate to work correctly */
        overflow: hidden; /* Hides the image when it moves out of the container */
    }

    #animation-container2 {
        width: 473px;
        height: 400px;
        position: relative; /* Container needs relative or absolute positioning for animate to work correctly */
        overflow: hidden; /* Hides the image when it moves out of the container */
    }

    #animation-container3 {
        width: 473px;
        height: 400px;
        position: relative; /* Container needs relative or absolute positioning for animate to work correctly */
        overflow: hidden; /* Hides the image when it moves out of the container */
    }

    #moving-image4 {
        position: absolute;
        bottom: 0; /* Start position at the bottom */
        left: 0;
        width: 310px;
    }

    .logosTop {
        position: relative;
        z-index: 3;
        margin-top: -360px;
    }

    .subModels {
        position: relative;
        margin-top: 0px;
        z-index: 2;
    }

    .positionAnimation4 {
        position: relative;
        margin-top: -1200px;
        margin-right: 0px;
        padding-bottom: 170px;
        z-index: 1;
    }

    .backgroundAnim4 {
        background-image: url(/companies/persiakhodro/assets/img/back1.png);
        background-repeat: no-repeat;
        height: 288px;
        background-position: 100px;
        background-size: contain;
    }

    .positionMiddle {
        position: relative;
        margin-top: -12px;
        border: solid 16px #e7e7e7;
        height: 190px;
        z-index: 4;
    }

    .textMiddle {
        display: none;
        margin-top: -180px;
        margin-bottom: 90px;
        width: 100%;
        text-align: right;
    }

    .textMiddle2 {
        color: white;
        text-shadow: 2px 2px 5px #000;
        font-size: 18px !important;
    }

    .positionTextInfo {
        width: 340px;
        text-align: center;
        transform: rotate(-5deg);
        position: relative;
        margin-top: -280px;
        float: left;
        margin-left: 5%;
    }

    .shapTop {
        float: left;
        width: 30px;
    }

    .shapDown {
        float: right;
        margin-top: -20px;
        width: 30px;
    }

    .textTop1 {
        border: solid 1px #ccc;
        padding: 5px;
        text-align: center;
        white-space: nowrap;
        color: #646464;
        display: inline;
        font-size: 12px;
    }

    .titleTop1 {
        font-size: 25px;
        color: #4074b6;
    }

    .desTop1 {
        color: #4c4c4c;
        font-size: 20px;
        text-align: left;
        font-weight: bolder;
        margin-top: -20px;
        text-shadow: 1px 1px 3px #ffffff;
    }

    .carDisplay {
        display: none;
    }

    .backRightInfo {
        background-image: none;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
}

@media screen and (min-width:410px) {
    .positionTextInfo {
        width: 350px;
        text-align: center;
        transform: rotate(-5deg);
        position: relative;
        margin-top: -300px;
        float: left;
        margin-left: 5%;
    }
}

@media screen and (min-width:481px) {
    .sliderTopPosition {
        margin-top: -380px;
    }


    .sliderTextsPosition {
        position: relative;
        top: 360px;
        z-index: 3;
    }

    .extraDes {
        display: none;
    }

    #animation-container1 {
        width: 483px;
        height: 400px;
        position: relative; /* Container needs relative or absolute positioning for animate to work correctly */
        overflow: hidden; /* Hides the image when it moves out of the container */
    }

    #animation-container2 {
        width: 483px;
        height: 400px;
        position: relative; /* Container needs relative or absolute positioning for animate to work correctly */
        overflow: hidden; /* Hides the image when it moves out of the container */
    }

    #animation-container3 {
        width: 483px;
        height: 400px;
        position: relative; /* Container needs relative or absolute positioning for animate to work correctly */
        overflow: hidden; /* Hides the image when it moves out of the container */
    }

    #moving-image4 {
        position: absolute;
        bottom: 0; /* Start position at the bottom */
        left: 0;
        width: 310px;
    }

    .logosTop {
        position: relative;
        z-index: 3;
        margin-top: -370px;
    }

    .subModels {
        position: relative;
        margin-top: 0px;
        z-index: 2;
    }

    .positionAnimation4 {
        position: relative;
        margin-top: -1200px;
        margin-right: 0px;
        padding-bottom: 170px;
        z-index: 1;
    }

    .backgroundAnim4 {
        background-image: url(/companies/persiakhodro/assets/img/back1.png);
        background-repeat: no-repeat;
        height: 388px;
        background-position: 200px;
        background-size: contain;
    }

    .positionMiddle {
        position: relative;
        margin-top: -12px;
        border: solid 16px #e7e7e7;
        height: 270px;
        z-index: 4;
    }

    .textMiddle {
        display: block;
        margin-top: -210px;
        margin-bottom: 90px;
        width: 100%;
        text-align: right;
    }

    .textMiddle2 {
        color: white;
        text-shadow: 2px 2px 5px #000;
        font-size: 26px !important;
    }

    .positionTextInfo {
        width: 450px;
        text-align: center;
        transform: rotate(-5deg);
        position: relative;
        margin-top: -325px;
        float: left;
        margin-left: 3%;
    }

    .shapTop {
        float: left;
        width: 30px;
    }

    .shapDown {
        float: right;
        margin-top: -50px;
        width: 30px;
    }

    .textTop1 {
        border: solid 1px #ccc;
        padding: 5px;
        text-align: center;
        white-space: nowrap;
        color: #646464;
        display: inline;
        font-size: 14px;
    }

    .titleTop1 {
        font-size: 25px;
        color: #4074b6;
    }

    .desTop1 {
        color: #4c4c4c;
        font-size: 20px;
        text-align: left;
        font-weight: bolder;
        margin-top: -20px;
        text-shadow: 1px 1px 3px #ffffff;
    }
}

@media screen and (min-width:570px) {
    .textMiddle {
        margin-top: -240px;
        margin-bottom: 90px;
        width: 100%;
        text-align: right;
    }
}

@media screen and (min-width:600px) {
    .textMiddle {
        margin-top: -270px;
        margin-bottom: 90px;
        width: 100%;
        text-align: right;
    }

    .positionTextInfo {
        width: 450px;
        text-align: center;
        transform: rotate(-5deg);
        position: relative;
        margin-top: -350px;
        float: left;
        margin-left: 8%;
    }
}

@media screen and (min-width:700px) {
    .textMiddle {
        margin-top: -320px;
        margin-bottom: 90px;
        width: 100%;
        text-align: right;
    }
}

@media screen and (min-width:768px) {
    .sliderTopPosition {
        margin-top: -380px;
    }


    .sliderTextsPosition {
        position: relative;
        top: 360px;
        z-index: 3;
    }

    .extraDes {
        display: none;
    }

    #animation-container1 {
        width: 693px;
        height: 400px;
        position: relative; /* Container needs relative or absolute positioning for animate to work correctly */
        overflow: hidden; /* Hides the image when it moves out of the container */
    }

    #animation-container2 {
        width: 693px;
        height: 400px;
        position: relative; /* Container needs relative or absolute positioning for animate to work correctly */
        overflow: hidden; /* Hides the image when it moves out of the container */
    }

    #animation-container3 {
        width: 693px;
        height: 400px;
        position: relative; /* Container needs relative or absolute positioning for animate to work correctly */
        overflow: hidden; /* Hides the image when it moves out of the container */
    }

    #moving-image4 {
        position: absolute;
        bottom: 0; /* Start position at the bottom */
        left: 0;
        width: 310px;
    }

    .logosTop {
        position: relative;
        z-index: 3;
        margin-top: -290px;
    }

    .subModels {
        position: relative;
        margin-top: 0px;
        z-index: 2;
    }

    .positionAnimation4 {
        position: relative;
        margin-top: -950px;
        margin-right: 0px;
        padding-bottom: 170px;
        z-index: 1;
    }

    .backgroundAnim4 {
        background-image: url(/companies/persiakhodro/assets/img/back1.png);
        background-repeat: no-repeat;
        height: 488px;
        background-position: 400px;
        background-size: contain;
    }

    .positionMiddle {
        position: relative;
        margin-top: -12px;
        border: solid 16px #e7e7e7;
        height: 300px;
        z-index: 4;
    }

    .textMiddle {
        margin-top: -390px;
        margin-bottom: 90px;
        width: 100%;
        text-align: right;
    }

    .textMiddle2 {
        color: white;
        text-shadow: 2px 2px 5px #000;
        font-size: 26px !important;
    }

    .positionTextInfo {
        width: 450px;
        text-align: center;
        transform: rotate(-5deg);
        position: relative;
        margin-top: -410px;
        float: left;
        margin-left: 8%;
    }
}

@media screen and (min-width:850px) {
    .textMiddle {
        margin-top: -460px;
        margin-bottom: 90px;
        width: 100%;
        text-align: right;
    }

    .positionTextInfo {
        width: 450px;
        text-align: center;
        transform: rotate(-5deg);
        position: relative;
        margin-top: -450px;
        float: left;
        margin-left: 8%;
    }
}

@media screen and (min-width:890px) {
    .textMiddle {
        margin-top: -430px;
        margin-bottom: 90px;
        width: 100%;
        text-align: right;
    }

    .positionTextInfo {
        width: 450px;
        text-align: center;
        transform: rotate(-5deg);
        position: relative;
        margin-top: -450px;
        float: left;
        margin-left: 8%;
    }
}

@media screen and (min-width:990px) {
    .positionTextInfo {
        width: 450px;
        text-align: center;
        transform: rotate(-5deg);
        position: relative;
        margin-top: -480px;
        float: left;
        margin-left: 8%;
    }

    .carDisplay {
        display: block;
    }

    .backRightInfo {
        background-image: url('/companies/Persiakhodro/assets/img/street.jpg');
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
}


@media screen and (min-width:961px) {
    .sliderTopPosition {
        margin-top: -380px;
    }


    .sliderTextsPosition {
        position: relative;
        top: 360px;
        z-index: 3;
    }

    .extraDes {
        display: none;
    }

    #animation-container1 {
        width: 703px;
        height: 400px;
        position: relative; /* Container needs relative or absolute positioning for animate to work correctly */
        overflow: hidden; /* Hides the image when it moves out of the container */
    }

    #animation-container2 {
        width: 703px;
        height: 400px;
        position: relative; /* Container needs relative or absolute positioning for animate to work correctly */
        overflow: hidden; /* Hides the image when it moves out of the container */
    }

    #animation-container3 {
        width: 703px;
        height: 400px;
        position: relative; /* Container needs relative or absolute positioning for animate to work correctly */
        overflow: hidden; /* Hides the image when it moves out of the container */
    }

    #moving-image4 {
        position: absolute;
        bottom: 0; /* Start position at the bottom */
        left: 0;
        width: 310px;
    }

    .logosTop {
        position: relative;
        z-index: 3;
        margin-top: -290px;
    }

    .subModels {
        position: relative;
        margin-top: 0px;
        z-index: 2;
    }

    .positionAnimation4 {
        position: relative;
        margin-top: -950px;
        margin-right: 0px;
        padding-bottom: 170px;
        z-index: 1;
    }

    .backgroundAnim4 {
        background-image: url(/companies/persiakhodro/assets/img/back1.png);
        background-repeat: no-repeat;
        height: 488px;
        background-position: 400px;
        background-size: contain;
    }

    .positionMiddle {
        position: relative;
        margin-top: -12px;
        border: solid 16px #e7e7e7;
        height: 300px;
        z-index: 4;
    }

    .textMiddle {
        margin-top: -490px;
        margin-bottom: 90px;
        width: 100%;
        text-align: right;
    }

    .textMiddle2 {
        color: white;
        text-shadow: 2px 2px 5px #000;
        font-size: 26px !important;
    }

    .positionTextInfo {
        width: 450px;
        text-align: center;
        transform: rotate(-5deg);
        position: relative;
        margin-top: -480px;
        float: left;
        margin-left: 8%;
    }
}

@media screen and (min-width:992px) {
    .colorRedTitleMiddle {
        color: white !important;
    }

    .colorGrayTextDownMiddle {
        font-size: 16px !important;
        line-height: 26px !important;
        color: white !important;
    }

    .sliderTopPosition {
        margin-top: -130px;
    }


    .sliderTextsPosition {
        position: relative;
        top: 0px;
        z-index: 3;
    }

    .extraDes {
        display: block;
    }

    #animation-container1 {
        width: 423px;
        height: 400px;
        position: relative; /* Container needs relative or absolute positioning for animate to work correctly */
        overflow: hidden; /* Hides the image when it moves out of the container */
    }

    #animation-container2 {
        width: 423px;
        height: 400px;
        position: relative; /* Container needs relative or absolute positioning for animate to work correctly */
        overflow: hidden; /* Hides the image when it moves out of the container */
    }

    #animation-container3 {
        width: 423px;
        height: 400px;
        position: relative; /* Container needs relative or absolute positioning for animate to work correctly */
        overflow: hidden; /* Hides the image when it moves out of the container */
    }

    #moving-image4 {
        position: absolute;
        bottom: 0; /* Start position at the bottom */
        left: 0;
        width: 310px;
    }

    .logosTop {
        position: relative;
        z-index: 3;
        margin-top: -350px;
    }

    .subModels {
        position: relative;
        margin-top: 0px;
        z-index: 2;
    }

    .positionAnimation4 {
        position: relative;
        margin-top: -950px;
        margin-right: 0px;
        padding-bottom: 170px;
        z-index: 1;
    }

    .backgroundAnim4 {
        background-image: url(/companies/persiakhodro/assets/img/back1.png);
        background-repeat: no-repeat;
        height: 488px;
        background-position: 400px;
        background-size: contain;
    }

    .positionMiddle {
        position: relative;
        margin-top: -12px;
        border: solid 16px #e7e7e7;
        height: 300px;
        z-index: 4;
    }

    .textMiddle {
        margin-top: -500px;
        margin-bottom: 90px;
        width: 100%;
        text-align: right;
    }

    .textMiddle2 {
        color: white;
        text-shadow: 2px 2px 5px #000;
        font-size: 26px !important;
    }

    .positionTextInfo {
        width: 400px;
        text-align: center;
        transform: rotate(-5deg);
        position: relative;
        margin-top: -100px;
        float: none;
        margin-left: 0;
    }

    .shapTop {
        float: left;
        width: 50px;
    }

    .shapDown {
        float: right;
        margin-top: -40px;
        width: 50px;
    }

    .textTop1 {
        border: solid 1px #ccc;
        padding: 5px;
        text-align: center;
        white-space: nowrap;
        color: #646464;
        display: inline;
        font-size: 13px;
    }

    .titleTop1 {
        font-size: 35px;
        color: #4074b6;
    }

    .desTop1 {
        color: #4c4c4c;
        font-size: 30px;
        text-align: left;
        font-weight: bolder;
        margin-top: -20px;
        text-shadow: none;
    }
}

@media screen and (min-width:1024px) {
    .h1content1 {
        color: #2a4681 !important;
        text-shadow: none;
    }

    .colorRedTitleMiddle {
        color: #760000 !important;
    }

    .colorGrayTextDownMiddle {
        font-size: 16px !important;
        line-height: 26px !important;
        color: white !important;
    }

    .sliderTopPosition {
        margin-top: -130px;
    }


    .sliderTextsPosition {
        position: relative;
        top: 0px;
        z-index: 3;
    }

    .extraDes {
        display: block;
    }

    #animation-container1 {
        width: 433px;
        height: 400px;
        position: relative; /* Container needs relative or absolute positioning for animate to work correctly */
        overflow: hidden; /* Hides the image when it moves out of the container */
    }

    #animation-container2 {
        width: 433px;
        height: 400px;
        position: relative; /* Container needs relative or absolute positioning for animate to work correctly */
        overflow: hidden; /* Hides the image when it moves out of the container */
    }

    #animation-container3 {
        width: 433px;
        height: 400px;
        position: relative; /* Container needs relative or absolute positioning for animate to work correctly */
        overflow: hidden; /* Hides the image when it moves out of the container */
    }

    #moving-image4 {
        position: absolute;
        bottom: 0; /* Start position at the bottom */
        left: 0;
        width: 310px;
    }

    .logosTop {
        position: relative;
        z-index: 3;
        margin-top: -350px;
    }

    .subModels {
        position: relative;
        margin-top: 0px;
        z-index: 2;
    }

    .positionAnimation4 {
        position: relative;
        margin-top: -1000px;
        margin-right: 0px;
        padding-bottom: 170px;
        z-index: 1;
    }

    .backgroundAnim4 {
        background-image: url(/companies/persiakhodro/assets/img/back1.png);
        background-repeat: no-repeat;
        height: 488px;
        background-position: 550px;
        background-size: contain;
    }

    .positionMiddle {
        position: relative;
        margin-top: -12px;
        border: solid 16px #e7e7e7;
        height: 300px;
        z-index: 4;
    }

    .textMiddle {
        margin-top: -500px;
        margin-bottom: 90px;
        width: 100%;
        text-align: right;
    }

    .textMiddle2 {
        color: white;
        text-shadow: 2px 2px 5px #000;
        font-size: 26px !important;
    }
}

@media screen and (min-width:1100px) {
    .textMiddle {
        margin-top: -530px;
        margin-bottom: 90px;
        width: 100%;
        text-align: right;
    }
}

@media screen and (min-width:1200px) {
    .colorGrayTextDownMiddle {
        font-size: 16px !important;
        line-height: 26px !important;
        color: #555 !important;
    }

    .sliderTopPosition {
        margin-top: 0px;
    }


    .sliderTextsPosition {
        position: relative;
        top: 0px;
        z-index: 3;
    }

    .extraDes {
        display: block;
    }

    #animation-container1 {
        width: 503px;
        height: 400px;
        position: relative; /* Container needs relative or absolute positioning for animate to work correctly */
        overflow: hidden; /* Hides the image when it moves out of the container */
    }

    #animation-container2 {
        width: 503px;
        height: 400px;
        position: relative; /* Container needs relative or absolute positioning for animate to work correctly */
        overflow: hidden; /* Hides the image when it moves out of the container */
    }

    #animation-container3 {
        width: 503px;
        height: 400px;
        position: relative; /* Container needs relative or absolute positioning for animate to work correctly */
        overflow: hidden; /* Hides the image when it moves out of the container */
    }

    #moving-image4 {
        position: absolute;
        bottom: 0; /* Start position at the bottom */
        left: 0;
        width: 310px;
    }

    .logosTop {
        position: relative;
        z-index: 3;
        margin-top: -160px;
    }

    .subModels {
        position: relative;
        margin-top: -50px;
        z-index: 2;
    }

    .positionAnimation4 {
        position: relative;
        margin-top: -600px;
        margin-right: 0px;
        padding-bottom: 170px;
        z-index: 1;
    }

    .backgroundAnim4 {
        background-image: url(/companies/persiakhodro/assets/img/back1.png);
        background-repeat: no-repeat;
        height: 488px;
        background-position: 200px;
        background-size: contain;
    }

    .positionMiddle {
        position: relative;
        margin-top: -12px;
        border: solid 16px #e7e7e7;
        height: 290px;
        z-index: 4;
    }

    .textMiddle {
        margin-top: 60px;
        margin-bottom: 90px;
        width: 90%;
        text-align: left;
    }

    .textMiddle2 {
        color: white;
        text-shadow: 2px 2px 5px #000;
        font-size: 26px !important;
    }

    .positionTextInfo {
        width: 420px;
        text-align: center;
        transform: rotate(-5deg);
        position: relative;
        margin-top: -60px;
        float: none;
        margin-left: 0;
    }

    .shapTop {
        float: left;
        width: 50px;
    }

    .shapDown {
        float: right;
        margin-top: -40px;
        width: 50px;
    }

    .textTop1 {
        border: solid 1px #ccc;
        padding: 5px;
        text-align: center;
        white-space: nowrap;
        color: #646464;
        display: inline;
        font-size: 13px;
    }

    .titleTop1 {
        font-size: 35px;
        color: #4074b6;
    }

    .desTop1 {
        color: #4c4c4c;
        font-size: 30px;
        text-align: left;
        font-weight: bolder;
        margin-top: -20px;
        text-shadow: none;
    }
}

@media screen and (min-width:1381px) {
    .sliderTopPosition {
        margin-top: 0px;
    }


    .sliderTextsPosition {
        position: relative;
        top: 0px;
        z-index: 3;
    }

    .extraDes {
        display: block;
    }

    #animation-container1 {
        width: 523px;
        height: 400px;
        position: relative; /* Container needs relative or absolute positioning for animate to work correctly */
        overflow: hidden; /* Hides the image when it moves out of the container */
    }

    #animation-container2 {
        width: 523px;
        height: 400px;
        position: relative; /* Container needs relative or absolute positioning for animate to work correctly */
        overflow: hidden; /* Hides the image when it moves out of the container */
    }

    #animation-container3 {
        width: 523px;
        height: 400px;
        position: relative; /* Container needs relative or absolute positioning for animate to work correctly */
        overflow: hidden; /* Hides the image when it moves out of the container */
    }

    #moving-image4 {
        position: absolute;
        bottom: 0; /* Start position at the bottom */
        left: 0;
        width: 310px;
    }

    .logosTop {
        position: relative;
        z-index: 3;
        margin-top: -160px;
    }

    .subModels {
        position: relative;
        margin-top: -50px;
        z-index: 2;
    }

    .positionAnimation4 {
        position: relative;
        margin-top: -680px;
        margin-right: 0px;
        padding-bottom: 170px;
        z-index: 1;
    }

    .backgroundAnim4 {
        background-image: url(/companies/persiakhodro/assets/img/back1.png);
        background-repeat: no-repeat;
        height: 488px;
        background-position: 400px;
        background-size: contain;
    }

    .positionMiddle {
        position: relative;
        margin-top: -12px;
        border: solid 16px #e7e7e7;
        height: 300px;
        z-index: 4;
    }

    .textMiddle {
        margin-top: 60px;
        margin-bottom: 90px;
        width: 90%;
        text-align: left;
    }

    .textMiddle2 {
        color: white;
        text-shadow: 2px 2px 5px #000;
        font-size: 26px !important;
    }
}

@media screen and (min-width:1399px) {
    .sliderTopPosition {
        margin-top: 0px;
    }


    .sliderTextsPosition {
        position: relative;
        top: 0px;
        z-index: 3;
    }

    .extraDes {
        display: block;
    }

    #animation-container1 {
        width: 523px;
        height: 400px;
        position: relative; /* Container needs relative or absolute positioning for animate to work correctly */
        overflow: hidden; /* Hides the image when it moves out of the container */
    }

    #animation-container2 {
        width: 523px;
        height: 400px;
        position: relative; /* Container needs relative or absolute positioning for animate to work correctly */
        overflow: hidden; /* Hides the image when it moves out of the container */
    }

    #animation-container3 {
        width: 523px;
        height: 400px;
        position: relative; /* Container needs relative or absolute positioning for animate to work correctly */
        overflow: hidden; /* Hides the image when it moves out of the container */
    }

    #moving-image4 {
        position: absolute;
        bottom: 0; /* Start position at the bottom */
        left: 0;
        width: 310px;
    }

    .logosTop {
        position: relative;
        z-index: 3;
        margin-top: -180px;
    }

    .subModels {
        position: relative;
        margin-top: -50px;
        z-index: 2;
    }

    .positionAnimation4 {
        position: relative;
        margin-top: -610px;
        margin-right: 0px;
        padding-bottom: 170px;
        z-index: 1;
    }

    .backgroundAnim4 {
        background-image: url(/companies/persiakhodro/assets/img/back1.png);
        background-repeat: no-repeat;
        height: 488px;
        background-position: 400px;
        background-size: contain;
    }

    .positionMiddle {
        position: relative;
        margin-top: -12px;
        border: solid 16px #e7e7e7;
        height: 300px;
        z-index: 4;
    }

    .textMiddle {
        margin-top: 60px;
        margin-bottom: 90px;
        width: 90%;
        text-align: left;
    }

    .textMiddle2 {
        color: white;
        text-shadow: 2px 2px 5px #000;
        font-size: 26px !important;
    }
}

@media screen and (min-width:1475px) {
    .sliderTopPosition {
        margin-top: 0px;
    }


    .sliderTextsPosition {
        position: relative;
        top: 0px;
        z-index: 3;
    }

    .extraDes {
        display: block;
    }

    #animation-container1 {
        width: 603px;
        height: 400px;
        position: relative; /* Container needs relative or absolute positioning for animate to work correctly */
        overflow: hidden; /* Hides the image when it moves out of the container */
    }

    #animation-container2 {
        width: 603px;
        height: 400px;
        position: relative; /* Container needs relative or absolute positioning for animate to work correctly */
        overflow: hidden; /* Hides the image when it moves out of the container */
    }

    #animation-container3 {
        width: 603px;
        height: 400px;
        position: relative; /* Container needs relative or absolute positioning for animate to work correctly */
        overflow: hidden; /* Hides the image when it moves out of the container */
    }

    #moving-image4 {
        position: absolute;
        bottom: 0; /* Start position at the bottom */
        left: 0;
        width: 310px;
    }

    .logosTop {
        position: relative;
        z-index: 3;
        margin-top: -180px;
    }

    .subModels {
        position: relative;
        margin-top: -50px;
        z-index: 2;
    }

    .positionAnimation4 {
        position: relative;
        margin-top: -640px;
        margin-right: 0px;
        padding-bottom: 170px;
        z-index: 1;
    }

    .backgroundAnim4 {
        background-image: url(/companies/persiakhodro/assets/img/back1.png);
        background-repeat: no-repeat;
        height: 488px;
        background-position: 400px;
        background-size: contain;
    }

    .positionMiddle {
        position: relative;
        margin-top: -12px;
        border: solid 16px #e7e7e7;
        height: 300px;
        z-index: 4;
    }

    .textMiddle {
        margin-top: 60px;
        margin-bottom: 90px;
        width: 90%;
        text-align: left;
    }

    .textMiddle2 {
        color: white;
        text-shadow: 2px 2px 5px #000;
        font-size: 26px !important;
    }

    .positionTextInfo {
        width: 450px;
        text-align: center;
        transform: rotate(-5deg);
        position: relative;
        margin-top: -40px;
        float: none;
        margin-left: 0;
    }

    .shapTop {
        float: left;
        width: fit-content;
    }

    .shapDown {
        float: right;
        margin-top: -50px;
        width: fit-content;
    }

    .textTop1 {
        border: solid 1px #ccc;
        padding: 5px;
        text-align: center;
        white-space: nowrap;
        color: #646464;
        display: inline;
        font-size: 15px;
    }

    .titleTop1 {
        font-size: 40px;
        color: #4074b6;
    }

    .desTop1 {
        color: #4c4c4c;
        font-size: 30px;
        text-align: left;
        font-weight: bolder;
        margin-top: -20px;
        text-shadow: none;
    }

    .backRightInfo {
        background-image: url('/companies/Persiakhodro/assets/img/street.jpg');
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
}
