@import url("https://fonts.googleapis.com/css2?family=Vazirmatn:wght@200;400;500;600;900&display=swap");

:root {
    --Primary-color: #f77e2e;
    --Secondary-color: #00afaa;
}

* {
    font-family: Vazirmatn;
    box-sizing: border-box;
}

.row {
    --bs-gutter-x: 0;
}

.container {
    padding: 0 20px;
    --bs-gutter-x: 0;
}

/* start title ____________________________________ */
.title {
    padding: 20px;
    text-align: center;
}

.title h2 {
    margin-bottom: 8px;
    color: #000;
    font-size: 32px;
    font-weight: 600;
}

.title p {
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

@media (max-width: 991px) {
    .title h2 {
        font-size: 20px;
    }

    .title p {
        font-size: 12px;
    }
}

/* end title ____________________________________ */

/* start nav ____________________________________ */
.devolum-navbar .logo {
    height: 48px;
    text-align: center;
}

.navbar-toggler {
    border-radius: 3px;
    background: #f7941d;
}

@media (min-width: 768px) and (max-width: 991px) {
    .devolum-navbar .row {
        justify-content: center !important;
    }

    .devolum-navbar ul {
        margin-top: 32px;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .devolum-navbar .row {
        justify-content: center !important;
    }

    .devolum-navbar ul {
        align-items: center;
    }
}

.devolum-navbar .link {
    color: #3e392c;
    font-size: 16px;
    font-weight: 500;
}

.devolum-navbar .link.active {
    font-weight: 600;
    color: #a71f36 !important;
}

.devolum-navbar .btn {
    padding: 10px 32px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background: var(--Primary-color, #f77e2e);
    padding: 9px 40px;
    border-radius: 3px;
    background: #f7941d;
}

/* end nav ____________________________________ */

/* start header ____________________________________ */
.devolum-header .container {
    padding: 36px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 991px) {
    .devolum-header .container {
        flex-direction: column-reverse;
        gap: 32px;
    }
}

.devolum-header .info {
    width: 495px;
    max-width: 100%;
}

.devolum-header h1 {
    margin-bottom: 16px;
    color: #2A2A2A;
    font-size: 30px;
    font-weight: 600;
}

.devolum-header p {
    margin-bottom: 40px;
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.devolum-header .info .btn {
    padding: 10px 32px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background: var(--Primary-color, #f77e2e);
    padding: 9px 40px;
    border-radius: 3px;
    background: #f7941d;
}

.devolum-header img {
    width: 446px;
    max-width: 100%;

}

/* end header ____________________________________ */

/* start footer ____________________________________ */
.devolum-info .container {
    padding: 36px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
}

@media (max-width: 991px) {
    .devolum-info .container {
        flex-direction: column-reverse;
        gap: 32px;
    }
}

.devolum-info img {
    width: 576px;
    max-width: 100%;

}

.devolum-info .info {
    max-width: 100%;
}

.devolum-info h1 {
    margin-bottom: 40px;
    color: #2B2B2B;
    font-size: 24px;
    font-weight: 600;
}

.devolum-info p {
    color: #555;
    font-size: 16px;
    font-weight: 500;
}

@media (max-width: 991px) {
    .devolum-info h1 {
        margin-bottom: 20px;
        font-size: 18px;
    }

    .devolum-info p {
        font-size: 14px;
    }
}

/* end info ____________________________________ */

/* end ques ____________________________________ */
.devolum-ques .container {
    padding: 36px 20px;
}

.devolum-ques .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

@media (max-width: 991px) {
    .devolum-ques .grid {
        grid-template-columns: 1fr;
    }
}

.devolum-ques .card {
    padding: 32px;
    border: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
    border-radius: 6px;
    background: rgba(167, 31, 54, 0.02);
}

.devolum-ques .card span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 6px;
    border: 0.1px solid rgba(167, 31, 54, 0.80);
    background: #F6EEEF;
    color: #A71F36;
    font-size: 18px;
    font-weight: 500;
}

.devolum-ques .card .info {
    flex: 1;
}

.devolum-ques .card h3 {
    color: #2B2B2B;
    font-size: 18px;
    font-weight: 600;
}

.devolum-ques .card p {
    margin-bottom: 0;
    color: #555;
    font-size: 14px;
    font-weight: 400;
}

/* end ques ____________________________________ */

/* start gallery ____________________________________ */
.devolum-gallery {
    padding: 50px 20px;
    background: #FAFAFA;
}

.devolum-gallery .btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 64px;
}

@media (max-width: 767px) {
    .devolum-gallery .btns {
        gap: 40px;
    }
}

.devolum-gallery button.nav-link p {
    margin-top: 16px;
    color: #808080;
    font-size: 16px;
    font-weight: 500;
}

.devolum-gallery button.nav-link.active {
    background: transparent;
}

.devolum-gallery button.nav-link path {
    fill: #808080;
}

.devolum-gallery button.nav-link.active path,
.devolum-gallery button.nav-link:hover path {
    fill: #A71F36;
}

.devolum-gallery button.nav-link.active p,
.devolum-gallery button.nav-link:hover p {
    color: #2B2B2B;
}

.devolum-gallery .line {
    width: 0.8px;
    height: 52px;
    background: #CCC;
}

.devolum-gallery .photos,
.devolum-gallery .videos {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 18px;
}

.devolum-gallery .video {
    position: relative;
}

.devolum-gallery .photo img,
.devolum-gallery .video img {
    width: 100%;
    height: 100%;
}

.devolum-gallery .play {
    position: absolute;
    right: 50%;
    top: 50%;
    width: 60px !important;
    height: 60px !important;
    transform: translate(50%, -50%);
}

.devolum-gallery .video::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 42.71%, rgba(0, 0, 0, 0.80) 100%);
}

.devolum-gallery .photo1,
.devolum-gallery .video1 {
    grid-area: 1 / 1/ 3 / 3;
}

.devolum-gallery .photo2,
.devolum-gallery .video2 {
    grid-area: 1 / 3 / 3 / 4;
}

.devolum-gallery .photo3,
.devolum-gallery .video3 {
    grid-area: 1 / 4 / 2 / 5;
}

.devolum-gallery .photo4,
.devolum-gallery .video4 {
    grid-area: 2 / 4 / 3 / 5;
}

.devolum-gallery .mySwiper2 .swiper-slide img,
.devolum-gallery .mySwiper4 .swiper-slide img {
    width: 100%;
}

.devolum-gallery .mySwiper .swiper-slide,
.devolum-gallery .mySwiper3 .swiper-slide {
    width: fit-content;
}

/* end gallery ____________________________________ */

/* start statistics ____________________________________ */
.devolum-statistics {
    background: rgba(167, 31, 54, 0.03);
    padding: 50px 20px;
}

.devolum-statistics .container {
    display: grid;
    align-items: center;
    justify-content: space-between;
    grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 767px) {
    .devolum-statistics .container {
        grid-template-columns: repeat(2, 1fr);
    }
}

.devolum-statistics .card {
    border: none;
    background-color: transparent;
    align-items: center;
}

.devolum-statistics .card svg {
    margin-bottom: 16px;
}

.devolum-statistics .card span {
    color: #2B2B2B;
    font-size: 30px;
    font-weight: 600;
    line-height: 50px;
}

.devolum-statistics .card p {
    color: #808080;
    font-weight: 500;
    font-size: 16px;
}

@media (max-width: 767px) {
    .devolum-statistics .card span {
        font-size: 26px;
    }

    .devolum-statistics .card p {
        font-size: 14px;
    }
}

/* end statistics ____________________________________ */

/* start lessons ____________________________________ */
.devolum-lessons {
    padding: 100px 20px;
}

.devolum-lessons .container {
    gap: 18px;
    display: flex;
}

.devolum-lessons .swiper.lessons {}

.devolum-lessons .header {
    flex: 1;
    z-index: 10;
    background: #fff;
}

.devolum-lessons .swiper-wrapper {
    flex: 1;
}

.devolum-lessons .header h2 {
    width: 280px;
    color: #000;
    font-size: 32px;
    font-weight: 600;
}

.devolum-lessons .header p {
    margin-bottom: 40px;
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.devolum-lessons .swiper-button-prev,
.devolum-lessons .swiper-button-next {
    position: relative;
    left: auto;
    border-radius: 6px;
    background: rgba(247, 148, 29, 0.10);
    height: 42px;
    width: 42px;
}

.devolum-lessons .swiper-button-prev:hover,
.devolum-lessons .swiper-button-next:hover {
    background: #F7941D;
}

.devolum-lessons .swiper-button-prev::after,
.devolum-lessons .swiper-button-next::after {
    content: none;
}

.devolum-lessons .swiper-button-prev path,
.devolum-lessons .swiper-button-next path {
    height: 12px;
    width: 12px;
    fill: #F7941D;
}

.devolum-lessons .swiper-button-prev svg,
.devolum-lessons .swiper-button-next svg {
    height: 12px;
}

.devolum-lessons .swiper-button-prev:hover path,
.devolum-lessons .swiper-button-next:hover path {
    fill: #fff;
}

.devolum-lessons .swiper-button-next {
    left: -24px;
}

.devolum-lessons .card {
    text-align: center;
    border: none;
    padding: 16px;
    width: 278px !important;
    border-radius: 6px;
    background: rgba(250, 250, 250, 0.80);
}

.devolum-lessons .card img {
    margin-bottom: 16px;
    width: 100%;
    border-radius: 6px;
}

.devolum-lessons .card h6 {
    margin-bottom: 8px;
    color: #2B2B2B;
    font-size: 16px;
    font-weight: 500;
}

.devolum-lessons .card p {
    color: #808080;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.devolum-lessons .swiper-pagination-l {
    margin: auto;
    width: fit-content;
    position: relative;
    top: 30px;
}

.devolum-lessons .swiper-pagination-bullet {
    background: rgba(247, 148, 29, 0.15);
}

.devolum-lessons .swiper-pagination-bullet-active {
    background: #F7941D;
}

@media (max-width: 767px) {
    .devolum-lessons .container {
        padding: 0;
        flex-wrap: wrap;
    }

    .devolum-lessons .header {
        text-align: center;
    }

    .devolum-lessons .header h2 {
        width: auto;
    }
}

/* end lessons ____________________________________ */

/* start customers ____________________________________ */
.devolum-customers {
    padding: 0;
}

.devolum-customers .customers {
    padding: 0 20px;
    padding-bottom: 40px;
}

.devolum-customers .swiper-wrapper {
    width: fit-content;
    margin: auto;
}

.devolum-customers .swiper-slide {
    width: 360px;
}

.devolum-customers .customer {
    text-align: center;
}

.devolum-customers .customer p {
    margin-bottom: 42px;
    position: relative;
    padding: 100px 16px 32px;
    text-align: center;
    color: #808080;
    border-radius: 6px;
    background: #FAFAFA;
    font-size: 14px;
    font-weight: 500;
}

.devolum-customers .customer p::before {
    content: '”';
    position: absolute;
    top: 70px;
    right: 50%;
    transform: translateX(50%);
    color: #F7941D;
    font-size: 80px;
    font-weight: 500;
    line-height: 40px;
}

.devolum-customers .customer p::after {
    content: '';
    position: absolute;
    bottom: -50px;
    right: 50%;
    transform: translateX(50%);
    border: 25px transparent solid;
    border-top-color: #FAFAFA;
    border-inline-width: 15px;
}

.devolum-customers .customer img {
    margin-bottom: 16px;
    width: 66px;
    height: 66px;
    border-radius: 66px;
}

.devolum-customers .customer span {
    display: block;
    color: #2B2B2B;
    font-size: 16px;
    font-weight: 500;
}

.devolum-customers .swiper-pagination {
    position: relative;
    top: 30px;
}

.devolum-customers .swiper-pagination-bullet {
    background: rgba(247, 148, 29, 0.15);
}

.devolum-customers .swiper-pagination-bullet-active {
    background: #F7941D;
}

/* end customers ____________________________________ */

/* start universities ____________________________________ */
.devolum-universities {
    padding: 100px 0;
}

.devolum-universities .universities {
    padding: 0 20px;
}

.devolum-universities .swiper-wrapper {
    width: fit-content;
    margin: auto;
}

.devolum-universities .university {
    width: 120px;
}

.devolum-universities .university img {
    margin-bottom: 24px;
    width: 100px;
}

.devolum-universities .university p {
    color: #2B2B2B;
    font-size: 16px;
    font-weight: 500;
}

.devolum-universities .university p:hover {
    color: #A71F36;
}

/* end universities ____________________________________ */

/* start date ____________________________________ */
.devolum-date {
    padding: 32px 20px;
    background: #FAFAFA;
}

.devolum-date h2 {
    margin-bottom: 40px;
    text-align: center;
    color: #2B2B2B;
    font-size: 24px;
    font-weight: 600;
}

.devolum-date .time {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
}

.devolum-date .time b {
    color: #2B2B2B;
    font-size: 32px;
    font-weight: 900;
}

.devolum-date .time p {
    margin-bottom: 0;
    color: #F7941D;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

.devolum-date .time span {
    color: #000;
    font-size: 24px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .devolum-date h2 {
        font-size: 18px;
    }

    .devolum-date .time {
        gap: 24px;
    }

    .devolum-date .time b {
        font-size: 24px;
    }

    .devolum-date .time p {
        font-size: 14px;
    }
}

/* end date ____________________________________ */

/* start contact ____________________________________ */
.devolum-contact {
    padding: 100px 20px;
    overflow: hidden;
}

.devolum-contact .container {
    position: relative;
    margin: auto;
    padding: 32px 60px;
    border-radius: 12px;
    border: 1px solid rgba(247, 148, 29, 0.15);
    background: rgba(255, 255, 255, 0.80);
    width: 600px;
    max-width: 100%;
}

.devolum-contact .container::after,
.devolum-contact .container::before {
    content: url('../images/back.png');
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.devolum-contact .container::after {
    left: -384px;
}

.devolum-contact .container::before {
    right: -384px;
}

.devolum-contact .header {
    text-align: center;
}

.devolum-contact .header h2 {
    margin-bottom: 8px;
    color: #000;
    font-size: 32px;
    font-weight: 600;
}

.devolum-contact .header p {
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.devolum-contact form {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.devolum-contact form div {
    padding: 18px;
    border-radius: 6px;
    border: 1px solid #F3F4F6;
    background: rgba(250, 250, 250, 0.50);
    display: flex;
}

.devolum-contact form input,
.devolum-contact form textarea {
    padding-inline-start: 12px;
    background: transparent;
    color: #808080;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    border: none;
    flex-grow: 1;
}

.devolum-contact form svg:not(.last) {
    align-self: center;
}

.devolum-contact form textarea {
    height: 60px;
}

.devolum-contact form input:focus,
.devolum-contact form textarea:focus {
    outline: none;
}

.devolum-contact form input[type="button"] {
    padding: 12px 0;
    border-radius: 3px;
    background: #F7941D;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .devolum-contact .container {
        padding: 32px 24px;
    }

    .devolum-contact .container::after,
    .devolum-contact .container::before {
        content: none;
    }
}

/* end contact ____________________________________ */

/* start footer ____________________________________ */
.devolum-footer {
    background: #363636;
}

.devolum-footer .container {
    padding: 55px 20px;
}

.devolum-footer .colum a {
    color: #fff;
    text-decoration: none;
}

.devolum-footer .logo img {
    margin-bottom: 22px;
    height: 66px;
}

.devolum-footer .logo p {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    width: 300px;
}

.devolum-footer .colum h4 {
    margin-bottom: 24px;
    color: #F0602C;
    font-size: 16px;
    font-weight: 600;
}

.devolum-footer .colum .link {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
}

.devolum-footer .colum .location {
    color: #FFF;
}

.devolum-footer .location div {
    font-weight: 400;
    margin-bottom: 12px;
}

.devolum-footer .map iframe {
    width: 280px;
    height: 160px;
    border-radius: 6px;
}

.devolum-footer>span {
    display: block;
    padding: 24px 0;
    text-align: center;
    color: #8b8b8b;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}

/* end footer ____________________________________ */