body {
    background-color: var(--white);
    margin: 0;
    padding: 0;
}
.Bot--style{
    color: var(--blue);
}
/* ************************************** section1 *******************************************/
.background--style{
    background-image: url("../image/peykrobot/background-one.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 90vh;
    position: relative;
}
.btn-start-style {
    background-color: var(--darkblue);
    border: 2px solid  var(--darkblue);
}
.btn-start-style:hover, .btn-start-style:focus, .btn-start-style:active {
    background-color: var(--darkblue);
    border: 2px solid  var(--darkblue);
    box-shadow: none;
    outline: none;
}
.scroll--style{
    text-decoration: none;
    all: unset !important;
}
.scroll--style:hover,.scroll--style:focus{
    cursor: pointer;
}
.div--scroll__circle:hover{
    cursor: pointer;
}
.title__section--one{
    font-size: 70px;
    font-family: BariolBold;
    color:  var(--darkblue);
}
.section__one--text{
    color:  var(--darkblue);
    font-size: 22px;
}
.slider-carousel__circle{
    height:80px;
    width: 80px;
    border-radius: 50%;
    background-color: #fff;
    padding-top: 7px;
    text-align: center;
}
.div--scroll__circle{
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: end;
}
.arrow_down::after{
    content: "\21E3";
    font-size: 20px;
    margin-top: 20px;
    position: absolute;
    color: var(--blue);
    height: 10px;
    width: 10px;
    animation: move 4s linear infinite;
    animation-duration: 4s;
}
.slider-carousel__circle p{
    font-family: Bariol;
    font-size: 16px;
    color:var(--blue);
}
@keyframes move {
    0% {
        opacity: 1;
    }
    25% {
        transform: translateY(10px);
        opacity: 1;
    }
    50%{
        transform:translateY(-5px);
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* ************************************** section1 *******************************************/
/* ************************************** section2 *******************************************/
.section__rotate{
    color: var(--darkblue);
    font-size: 2rem;
    font-weight: bold;
}
.img360 {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 0;
}
.img-container {
    width: 100%;
    max-width:640px;
    margin: 0 auto;
    padding:0;
    cursor: ew-resize;
}
#preload-imgs {
    display:none;
}
/* ************************************** section2 *******************************************/
/* ************************************** section3 *******************************************/
.slide--style{
    width: 300px;
    height: 500px;
}
.row--style{
    margin-top: 5px;
    background-color:#29455B
}
.bg--section__three{
    background-image: url("../image/peykrobot/card-image-one.jpg");
    background-repeat: no-repeat;
    height: 50vh;
    background-size: cover;
    background-position: center;
    /*width: 100%;*/
}
.bg2--section__three{
    background-image: url("../image/peykrobot/card-image-two.jpg");
    background-repeat: no-repeat;
    height: 50vh;
    background-size: cover;
    background-position: center;
}
.bg3--section__three{
    background-image: url("../image/peykrobot/card-image-three.jpg");
    background-repeat: no-repeat;
    height: 50vh;
    background-size: cover;
    background-position: center;
}
.section-three h4{
    font-size: 3rem;
    font-family: BariolBold;
}
.section-three p{
    font-family: Bariol;
    font-size: 19px;
}

/* ************************************** section3 *******************************************/
/* ************************************** section4 *******************************************/
.btn--image__section4{
    width: 18px;
}
.section__four--title{
    color:var(--darkblue);
    font-family: BariolBold;
    font-size: 3rem;
}
.div--swiper__button{
    text-align: center;
    color:var(--darkblue);
    font-family: BariolBold;
    font-size: 3rem;
}
.section__four--text{
    color:var(--darkblue);
    font-size: 1.5rem;
}
.btn--section__four{
    justify-content: space-around;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: white;
    background: var(--blue);
    border-radius: 30px;
    padding: 20px 30px;
}
.btn--section__four span{
    margin-right: 10px;
}
.section--four h2{
    font-family: BariolBold;
    color:var(--darkblue);
    font-size: 3rem;
    text-align: center;
}
.section--four p{
    font-family: Bariol;
    color:var(--darkblue);
    font-size: 18px;
    text-align: center;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: '' !important;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: '' !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    right: auto !important;
    left: 40% !important;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    left: auto;
    right: 40%;
}
/* ************************************** section4 *******************************************/
/* ************************************** section5 *******************************************/
.div--section5__style{
    background-image: url("../image/peykrobot/robot-section-five.jpg");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    height: auto;
}
.col-collaboration{
    background:var(--blue) ;

}
.section__five__title{
    color: white;
    font-size: 3rem;
    font-weight: bold;
}
.section__five--text{
    font-size: 20px;
}
.section__five--next, .section__five--next:hover{
    outline: none;
    box-shadow: none;
    background: var(--darkblue);
    color: white;
    border: none;
}
.form__check--style:checked{
    background-color: var(--darkblue);
    border-color: var(--darkblue);
    outline: none;
    box-shadow: none;
}
.form-two{
    background: var(--blue);
    height: 80vh;
}
.section__form--style{
    display: flex;
    align-items: center;
}
.title-section-five{
    font-size: 2rem;
    color: white;
}
.close__style--robot{
    cursor: pointer;
}
.textarea-robot{
    margin-top: 0.5rem ;
    border-radius: 14px;
    width: 100%;
    border: none;
    outline: none;
    padding: 15px;
}
.next__robot {
    margin: 0.8rem auto;
    background: var(--darkblue);
    color: white;
    width: 100%;
    outline: none;
    border: none;
    padding: 10px;
    display: table;
    border-radius: 10px;

}
.input-robot{
    outline: none;
    border: none;
    width: 100%;
    padding: 1.5rem 15px;
    border-radius: 14px;
}
/* ************************************** section5 *******************************************/
/* ************************************** section6 *******************************************/
.section-six{
    background-image: url("../image/peykrobot/background-section-six.png");
    background-position: center;
    background-size: cover;
    height: 700px;
}
.title--section6{
    font-size: 3rem;
    font-family: "BariolBold";
}
.desc--section6{
    font-size: 20px;
    font-family: "Bariol";
}
.btn--readmore{
    background: var(--blue) ;
    padding: 15px 40px;
    border-radius: 20px;
    text-decoration: none;
}
.btn--readmore:hover{
    cursor: pointer;
    text-decoration: none !important;
}

/* ************************************** section6 *******************************************/
/* ************************************** news *******************************************/
.section-why-peyk {
    background-color: var(--lightblue);
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: -5px;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--darkblue);
    width: 40px;
    height: 10px !important;
    border-radius: 10px;
}
.card-sectin-peyk {
    border: 2px solid #c8c8c829;
    border-radius: 18px;
    height: 500px;
}
.card-sectin-peyk:hover{
    cursor: pointer;
}
.bg--news{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
    border-radius: 18px 18px 0px 0px !important;
}
.bg--news__card{
    background-image: url("../image/peykrobot/background-section-one.jpg");
}
.bg--news__card2{
    background-image: url("../image/peykrobot/news/image-card2.jpg");
}
.bg--news__card3{
    background-image: url("../image/peykrobot/news/image-card3.jpg");
}
.bg--news__card4{
    background-image: url("../image/peykrobot/news/image-card4.jpg");
}
.bg--news__card5{
    background-image: url("../image/peykrobot/news/card-image-AlKhalij.jpg");
}
.bg--news__card6{
    background-image: url("../image/peykrobot/news/MKcitizen.png");
}
.bg--news__card7{
    background-image: url("../image/peykrobot/news/mkfm.png");
}
.bg--news__card8{
    background-image: url("../image/peykrobot/news/ukt.png");
}
.bg--news__card9{
    background-image: url("../image/peykrobot/news/otto.png");
}
.card--news{
    display : flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}
.card-sectin-peyk .card-body{
    padding: 1rem 0.5rem !important;
}
.card--link{
    all: unset !important;
}
.card-text-sectin-peyk {
    color: var(--darkblue);
    font-family: Bariol;
    font-size: 16px;
}
.card-text-date{
    color: var(--darkblue);
    font-family: BariolBold;
    font-size: 20px;
}
.swiper-container.swiper-two {
    padding-bottom: 70px;
}
/* ************************************** news *******************************************/
/* ************************************** section7 *******************************************/
.sectionseven__span{
    color: var(--blue) !important;
}
.section__title{
    color: var(--darkblue);
    font-size:3rem;
    font-weight: bold;
}
.accordion-button:not(.collapsed) {
    color: var(--darkblue);
    background-color: #e7f1ff00;
    box-shadow: unset;
    font-family: BariolBold;
}

.accordion-button {
    color:  var(--darkblue);
    font-family: BariolBold;
}

.accordion-button:focus {
    z-index: 3;
    border-color: unset;
    outline: 0;
    box-shadow: unset;
}

.accordion-item {
    background-color: #fff0;
    border: 2px solid #70707017 !important;
    margin-bottom: 27px;
    border-radius: 20px !important;
}

.accordion-button {
    border-radius: 20px;
    background-color: #fff0;
    font-size: 20px;
}

.accordion-button::after {
    background-image: url("../image/becompeyker/circlefaq.png") !important;
    transition: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../image/becompeyker/faqline.png") !important;
}

.accordion-body strong {
    color: var(--darkgray);
    font-size: 20px;
}

.faq_title {
    color: var(--darkblue);
    font-size: 50px;
    font-family: BariolBold;
    margin-bottom: 2rem;
}

/* ************************************** section7 *******************************************/
/* ************************************** responsive *******************************************/
@media only screen and (min-width: 320px) and (max-width: 567px){
    .div--scroll__circle{
        /*bottom: 70px;*/
        /*display: none;*/
    }
    .title--section6{
        font-size: 2.5rem;
    }
    .desc--section6{
        font-size: 18px;
    }
    .swiper-container.swiper-two {
        padding-bottom: 40px;
    }
    .bg--news{
        height: 250px !important;
    }
    .card-sectin-peyk{
        margin: 1rem;
        height: 440px !important;
    }
    .col--style__section6{
        margin-top: 1rem;
    }
    .section-six{
        background-image: url("../image/peykrobot/response-section-six.png") !important;
        background-size: cover;
        background-position: center;
        height: 650px;
        align-items: end !important;
    }
    .padding--style{
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .section__rotate{
        font-size: 1rem;
    }
    .background--style{
        background-image: url("../image/peykrobot/background-one-mobile.png");
        background-size: cover;
        background-position: right;
        background-repeat: no-repeat;
        height: 80vh;
        padding-top: 20%;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        right: auto !important;
        left: 10% !important;
    }

    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        left: auto !important;
        right: 10% !important;
    }
    .slider-carousel__circle{
        bottom: 14%;
    }
    .section__one--text{
        font-size: 18px;
    }
    .bg--section__three,.bg2--section__three,.bg3--section__three{
        height: 30vh;
    }
    .section-three h4{
        font-size: 1.5rem;
    }
    .section-three p{
        font-size: 16px;
    }
    .section__title{
        font-size: 2.5rem;
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .title__section--one{
        font-size: 2.5rem;
    }
    .form-two {
        height: auto !important;
        padding: 1rem 0px;
    }
    .title-section-five {
        font-size: 1.5rem;
    }
    .section__five__title {
        font-size: 1.5rem;
    }
    .section__five--text {
        font-size: 14px;
    }
    .col-collaboration {
        padding: 1rem 0px;
    }
    .input-robot{
        width: auto !important;
        display: table;
        margin:0.5rem auto;
    }
    .textarea-robot{
        width: auto !important;
        display: table;
        margin:auto;
    }
}
@media  screen and (min-width: 576px) and (max-width: 767px) {
    .section-six{
        background-position: center !important;
    }
    .bg--section__three,.bg2--section__three,.bg3--section__three{
        height: 30vh;
    }
    .rowone__img{
        width: 30%;
    }
    .rowtwo__img{
        width: 35%;
    }
    .rowone__p{
        text-align: center;
        margin-left: 50%;
    }
    .rowtwo__p{
        text-align: center;
        margin-right: 25%;
    }
    .form-two {
        height: auto !important;
        padding: 1rem 0px;
    }
    .title-section-five {
        font-size: 1.5rem;
    }
    .section__five__title {
        font-size: 1.5rem;
    }
    .section__five--text {
        font-size: 14px;
    }
    .col-collaboration {
        padding: 1rem 0px;
    }
    .input-robot{
        width: auto !important;
        display: table;
        margin:1rem auto;
    }
    /*.textarea-robot{*/
    /*    width: auto !important;*/
    /*    display: table;*/
    /*    margin:auto;*/
    /*}*/
}
@media only screen and (min-width: 800px) and (max-width: 1024px){
    .bg--section__three,.bg2--section__three,.bg3--section__three{
        height: 30vh;
    }
    .row__style--two{
        height: 37%;
    }
    .row__robot--style {
        height: 33%;
    }
    .ml__style {
        margin-left: 4rem;
    }
}
@media only screen and (min-width: 768px) and (max-width: 799px){
    .bg--section__three,.bg2--section__three,.bg3--section__three{
        height: 30vh;
    }
    .row__style--two{
        height: 42%;
    }
    .row__robot--style {
        height: 37%;
    }
    .ml__style {
        margin-left: 4rem;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
    .section__title{
        font-size: 2.5rem;
    }
    .section-six{
        height: 500px;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        right: auto !important;
        left: 40% !important;
    }

    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        left: auto !important;
        right: 40% !important;
    }
    .section-three h4{
        font-size: 1.5rem;
    }
    .section-three p{
        font-size: 18px;
    }
    .bg--section__three,.bg2--section__three,.bg3--section__three{
        height: 30vh;
    }
    .section__one--background{
        height: 50vh;
    }
    .title__section--one {
        font-size: 34px;
    }
    .form-two {
        height: auto !important;
        padding: 1rem 0px;
    }
    .title-section-five {
        font-size: 1.5rem;
    }
    .section__five__title {
        font-size: 1.5rem;
    }
    .section__five--text {
        font-size: 14px;
    }
    .col-collaboration {
        padding: 1rem 0px;
    }
    .input-robot{
        /*width: auto !important;*/
        display: table;
        margin:1rem auto;
    }
    /*.textarea-robot{*/
    /*    width: auto !important;*/
    /*    display: table;*/
    /*    margin:auto;*/
    /*}*/
}
@media only screen and (min-width: 2560px) {
    .div--section5__style {
        background-position: bottom;
    }
}