@font-face {
    font-family: "Kadwa";
    src: url("../fonts/Kadwa-Bold.woff2") format("woff2"), url("../fonts/Kadwa-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Kadwa";
    src: url("../fonts/Kadwa-Regular.woff2") format("woff2"), url("../fonts/Kadwa-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --kadwa: "Kadwa";
    --roboto: "Roboto", sans-serif;
    --white: #ffffff;
    --black: #000000;
    --orange: #271101;
    --yellow: #ffa465;
    --theme-color: #65230e;
    --font-color: #363636;
    --title: 50px;
    --heading: 40px;
    --ragular: 21px;
    --small-heading: 23px;
    --bs-button: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 105, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.inner-header{
    background-color: #ff6900;
 }

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1109px;
    }
    .inner-section-first-about .container {
        max-width: 1164px;
    }
}

body {
    font-family: var(--kadwa);
    font-style: normal;
    font-weight: 400;
    font-size: var(--ragular);
    line-height: 167.69%;
    color: var(--font-color);
    overflow-x: hidden;
}

.site-header.dark {
    position: sticky;
    top: 0;
    z-index: 11111;
    border-bottom: 10px solid var(--white);
}
.site-header{
    border-bottom: 10px solid var(--white);
}

p:last-child {
    margin-bottom: 0;
}

a {
    display: inline-block;
    text-decoration: none;
}

.site-header {
    background: var(--theme-color);
}

.site-header .navbar {
    padding: 24px 0;
}

.navbar-nav li a {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 156%;
    display: flex;
    align-items: center;
    text-align: center;
    color: var(--white);
    padding: 0 !important;
}

.navbar-nav li a.nav-link.active {
    color: var(--orange);
}
 

.dropdown-toggle::after {
    content: "";
    border: none !important;
    height: 5px;
    width: 9px;
    background: url(../images/dropdown.png) no-repeat center center;
    background-size: contain;
}

.navbar navbar-expand-lg{
    background-color: #ff6900;
}
.navbar-nav li a:focus {
    color: var(--white);
}

.navbar-nav li a:hover {
    color: var(--orange);
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        background: var(--orange);
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
        padding: 0;
        border-radius: 0;
        top: 55px;
        border: none;
    }
    .navbar-nav li:not(:last-child,
    .dropdown-menu li) {
        margin-right: 44px;
    }
    .dropdown-menu li a {
        padding: 20px !important;
    }
    .dropdown-menu li a:hover {
        background: var(--theme-color);
    }
}

.banner-image img {
    width: 100%;
}

.banner-slider-data {
    position: relative;
}

.banner-text {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
}

.banner-heading .heading-banner {
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 80px;
    color: var(--white);
    width: 80%;
}

.banner-pagination span {
    background: var(--white);
    opacity: 1;
    width: 12px;
    height: 12px;
    border: none !important;
    outline: none !important;
}

.banner-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--theme-color);
}

.data h2 {
    font-style: normal;
    font-weight: 700;
    font-size: var(--heading);
    line-height: 80px;
    color: var(--theme-color);
}

.data p {
    font-family: var(--roboto);
    font-style: normal;
    font-weight: 400;
    font-size: var(--ragular);
    line-height: 167.69%;
}

.content-data {
    margin-bottom: 42px;
}

.page-link a {
    background: var(--theme-color);
    border-radius: 50px;
    padding: 16px 58px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 167.69%;
    text-align: center;
    color: var(--white);
}

.image img {
    width: 100%;
}

.inner-second-section .image {
    width: 90%;
    margin-left: auto;
    height: 100%;
    display: flex;
    align-items: center;
}

.second-section {
    padding: 148px 0;
}

.third-section {
    background: url(../images/bg-third-section.png) no-repeat center center;
    background-size: cover;
}

.inner-third-section {
    padding: 163px 0;
    background: rgba(255, 105, 0, 0.75);
}

.inner-four-section {
    padding: 142px 0;
}

.inner-four-section .data p {
    font-family: var(--kadwa);
}

.inner-four-section .col-xl-6 {
    display: flex;
    align-items: center;
}

.inner-four-section .image img {
    border: 2px solid #ff6900;
    border-radius: 15px;
}

.image-slider {
    background: #65230e;
    border: 4px solid #ffa465;
    border-radius: 100%;
    height: 224px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 46px;
}

.image-slider img {
    width: 100%;
}

.inner-five-section {
    padding: 110px 0;
    background: rgba(255, 105, 0, 0.87);
}

.heading-section-five .data {
    margin-bottom: 78px;
}

.slider-data h3 {
    font-style: normal;
    font-weight: 400;
    font-size: var(--small-heading);
    line-height: 167.69%;
    /* identical to box height, or 39px */
    margin-top: 23px;
    margin-bottom: 0;
    text-align: center;
    color: var(--white);
}

.slider-section-five .banner-pagination {
    bottom: 0;
}

.slider-section-five div#fifthSlider {
    padding-bottom: 109px;
}

.five-section {
    background: url(../images/bg-fifth-section.png) no-repeat center center;
    background-size: cover;
}

.inner-six-section {
    padding: 142px 0;
}

.data-six-section.data p {
    width: 85%;
    margin: 0 auto 69px auto;
}

.data-six-section ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* grid-gap: 86px; */
    grid-row-gap: 46px;
}

.data-six-section ul li {
    text-align: left;
    padding-left: 57px;
    background: url(../images/arrow.png) no-repeat top 5px left;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    font-family: var(--kadwa);
    letter-spacing: 0.03em;
    color: var(--font-color);
}

.kadwa-font p {
    font-family: var(--kadwa);
}

.seven-section {
    background: url(../images/bg-seven-section.png) no-repeat center center;
    background-size: cover;
}

.inner-seven-section {
    background: rgba(255, 105, 0, 0.87);
    padding: 142px 0;
}

.seven-section .data p {
    color: var(--white);
}

.eight-section-list ul {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 69px;
}

.eight-section-list ul li .icon-plus-text {
    display: flex;
    align-items: center;
}

.eight-section-list ul li .icon-plus-text .icon {
    background: var(--theme-color);
    border-radius: 100%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 11px;
}

.eight-section-list ul li .icon-plus-text .text {
    width: calc(100% - 100px);
}

.inner-eight-section {
    padding: 142px 0;
}

.heading-section-five p {
    color: var(--white);
}

.nine-section {
    background: url(../images/bg-nine-section.png) no-repeat center center;
    background-size: contain;
}

.inner-nine-section {
    padding: 150px 0;
    background: #ff6900e6;
}

.inner-nine-section .container {
    max-width: 1162px;
}

.image-user img {
    width: 100%;
  /*  border: 2px solid #ffa465; */
}

.user-data h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    letter-spacing: 0.03em;
    color: #231f20;
    font-family: var(--kadwa);
}

.user-data {
    margin-top: 20px;
}

.user-data p {
    font-family: var(--kadwa);
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.03em;
    color: var(--white);
}

.section-nine-slider .swiper {
    padding-bottom: 80px;
}

.section-nine-slider .banner-pagination {
    bottom: 0;
}

.inner-nine-section .data h2 {
    line-height: 100%;
    margin-bottom: 60px;
}

.top-footer {
    padding: 96px 0;
    background: var(--theme-color);
}

.footer-heading h2 {
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: var(--heading);
    line-height: 80px;
    text-align: center;
    color:#ff6900e6;
    margin-bottom: 57px;
}

.top-footer h3,
.top-footer p {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0.03em;
    color:#ff6900e6;
}

.top-footer p,
.top-footer a {
    color: var(--white);
}

.mail-footer {
    margin-bottom: 30px;
}

.address,
.mail-footer,
.phone-footer {
    position: relative;
    padding-left: 27px;
}

.address::after,
.mail-footer::after,
.phone-footer::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 5px;
}

.address::after {
    background: url(../images/location.svg) no-repeat center center;
    background-size: contain;
}

.mail-footer::after {
    background: url(../images/sms.svg) no-repeat center center;
    background-size: contain;
}

.phone-footer::after {
    background: url(../images/call.svg) no-repeat center center;
    background-size: contain;
}

.inner-bottom-footer p {
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 167.69%;
    color: var(--white);
}

.bottom-footer {
    background: var(--orange);
    padding: 15px 0;
}

.logo-footer {
    width: 80%;
}

.logo-footer img {
    width: 100%;
    border: 1px solid #ce5c38;
}

.top-footer .container {
    max-width: 1170px;
}

.inner-data-section-three .data p {
    color: var(--white);
    font-family: var(--kadwa);
}

.navbar-toggler {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    color: #000000;
}

.navbar-toggler-icon {
    background-image: var(--bs-button);
    background-color: #000000;
}

/* About Page */

.inner-page-banner img {
    width: 100%;
}

.inner-section-first-about img {
    border: 1px solid #ff6900;
    width: 100%;
    margin: 40px auto 60px auto;
}

.inner-section-first-about {
    padding: 125px 0 137px 0;
}

.inner-page-data h1 {
    font-style: normal;
    font-weight: 700;
    font-size: var(--heading);
    line-height: 80px;
    color: var(--theme-color);
    margin-bottom: 57px;
}

.inner-page-data h2 {
    font-size: 30px;
    line-height: 167.69%;
    color: var(--orange);
    font-family: var(--roboto);
}

.inner-page-data {
    font-family: var(--roboto);
}

.inner-section-first-about {
    background: url(../images/bg-inner-pages.png) no-repeat center top 352px;
    background-size: auto;
}

.eight-section-list {
    margin-top: 80px;
}

.page-link a,
.page-link a:hover {
    transition: 0.8s all;
}

.page-link a:hover {
    background: var(--orange);
}

.phone-footer a:hover,
.mail-footer a:hover {
    color: var(--orange);
}

.mobileimg {
    display: none;
}

.main-box {
    display: flex;
    grid-gap: 44px;
}

.innerbox img {
    margin: 0;
}

.detailboxes img {
    margin: 0;
}

.detailboxes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 44px;
}

#img-box {
    display: grid;
    gap: 50px 50px;
    grid-template-columns: auto auto auto auto;
}

.detailpic {
    background: #eeeeee;
    text-align: center;
    padding: 40px 0;
}

.detailpic h2 {
    margin-bottom: 30px;
}

.gelery .inner-section-first-about {
    background: none;
}

@media only screen and (max-width: 1599px) {
    .inner-page-banner img {
        height: 550px;
        object-fit: cover;
    }
}

@media only screen and (max-width: 1199px) {
    .navbar-brand img {
        width: 200px;
    }
    .mail-footer {
        margin-top: 30px;
    }
    .inner-second-section .image {
        width: 100%;
    }
    .inner-four-section {
        padding: 82px 0;
    }
    .second-section {
        padding: 57px 0 82px 0;
    }
    .inner-second-section *,
    .inner-four-section .data * {
        text-align: center;
    }
    .inner-second-section .data {
        margin-bottom: 59px;
    }
    .inner-four-section .data {
        margin-bottom: 45px;
    }
    .inner-four-section .col-xl-6 {
        justify-content: center;
    }
    .inner-five-section,
    .inner-seven-section {
        padding: 72px 0;
    }
    .slider-section-five div#fifthSlider {
        padding-bottom: 69px;
    }
    .image-slider img {
        width: 100%;
        height: 100%;
        object-fit: scale-down;
    }
    .image-slider {
        height: 244px;
    }
    .inner-six-section,
    .inner-eight-section {
        padding: 82px 0;
    }
    .data-six-section ul,
    .eight-section-list ul {
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 36px;
    }
    .eight-section-list ul li .icon-plus-text .icon {
        width: 72px;
        height: 72px;
        padding: 15px;
    }
    .eight-section-list ul li .icon-plus-text .icon img {
        width: 100%;
        height: 100%;
        object-fit: scale-down;
    }
    .eight-section-list ul li .icon-plus-text .text {
        width: calc(100% - 72px);
    }
    .inner-nine-section {
        padding: 85px 0;
    }
    .top-footer {
        padding: 60px 0;
    }
    .logo-footer {
        width: 100%;
        margin: 0 auto;
        max-width: 60%;
        margin-bottom: 43px;
    }
    .eight-section-list {
        margin-top: 31px;
    }
    .banner-heading .heading-banner {
        font-size: 42px;
        line-height: 150%;
        width: 50%;
    }
    .inner-page-data h1 {
        line-height: 50px;
        margin-bottom: 27px;
    }
    .inner-page-data h2 {
        font-size: 20px;
    }
    .inner-section-first-about {
        padding: 57px 0;
    }
}

@media only screen and (max-width: 991px) {
    :root {
        --title: 35px;
        --heading: 25px;
        --ragular: 16px;
        --small-heading: 16px;
    }
    .navbar-nav li a {
        padding: 10px !important;
    }
    .navbar-nav .dropdown-menu {
        background: transparent;
        padding: 0;
        border: none;
    }
    .navbar-nav .dropdown-menu .dropdown-item {
        padding: 10px 30px !important;
    }
    .image-slider {
        height: 194px;
    }
    .navbar-nav li a {
        font-size: 16px;
    }
    .banner-heading .heading-banner {
        font-size: var(--title);
    }
    .data-six-section ul li {
        font-size: var(--ragular);
    }
    .user-data h3 {
        font-size: 20px;
    }
    .user-data p {
        font-size: var(--ragular);
    }
}

@media only screen and (max-width: 767px) {
    .banner-text {
        padding: 90px 0 0 0;
        align-items: flex-start;
    }
    .main-box {
        flex-direction: column;
    }
    .detailboxes {
        grid-template-columns: 1fr;
    }
    #img-box {
        grid-template-columns: 1fr;
    }
    .banner-heading .heading-banner {
        width: 100%;
    }
    .image-slider {
        height: auto;
    }
    .logo-footer {
        max-width: 100%;
    }
    .inner-bottom-footer p {
        font-size: 13px;
    }
}

@media only screen and (max-width: 575px) {
    .inner-section-first-about img {
        margin: 35px auto;
    }
    .inner-section-first-about .innerbox img {
        margin: 0px auto;
    }
    .inner-section-first-about .detailboxes img {
        margin: 0px auto;
    }
    .inner-page-data-image {
        margin: 0 calc(var(--bs-gutter-x) * -0.5);
    }
}

@media only screen and (max-width: 480px) {
    .image-slider {
        height: 284px;
        width: 284px;
        margin: 0 auto;
    }
    .deskimg {
        display: none;
    }
    .mobileimg {
        display: block;
    }
}

/*form code*/


        .form-container {
            background-color: #fff;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            width: 100%;

/*            max-width: 600px;*/
        }
        h2 {
            margin-top: 0;
            color: #333;
        }
        .form-group {
            margin-bottom: 15px;
        }
        .form-group label {
            display: block;
            margin-bottom: 5px;
            font-weight: bold;
        }
        .form-group input, .form-group select, .form-group textarea {
            width: 100%;
            padding: 8px;
            border: 1px solid #ddd;
            border-radius: 4px;
            box-sizing: border-box;
        }
        .form-group textarea {
            resize: vertical;
        }
        .form-group .radio-group {
            display: flex;
            gap: 10px;
        }
        .form-group .radio-group label {
            display: flex;
            align-items: center;
        }
        .form-group button {
            background-color: #000;
            color: white;
            border: none;
            padding: 10px 35px;
            border-radius: 4px;
            cursor: pointer;
            font-size: 16px;
        }
        .form-group button:hover {
            background-color: #218838;
        }
       /* button a:hover{
            color: #fff;
        }*/