@font-face {
    font-family: main;
    src: url('../vendor/JF-Flat-Regular.ttf');
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.hidden {
    display: none;
}

.fa-arrow-left {
    font-size: 13px;
}

.dropdown-item {
    position: relative;
}

.dropdown-item {
    text-align: right;
}

body {
    background-color: #F8F9FA;
    color: #000000;
    font-weight: 500;
    direction: rtl;
    text-align: right;
    width: 100%;
    overflow-x: hidden;
    font-family: main, sans-serif;
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1305px;
    }
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

a {
    text-decoration: none !important;
}

li {
    list-style: none;
}

* {
    box-sizing: border-box;
}

/* *********************************************** */
/* Start Navbar */

nav {
    background-color: white;
    font-size: 19px;
    direction: ltr;
    padding: 12px 0 !important;
}

nav ul {
    margin: auto;
}

.nav-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 2px 4px 0px #545b622e;
}

@media (max-width: 576px) {
    nav {
        font-size: 16px;
    }
}

nav .collapse {
    direction: rtl;
}

nav a {
    margin-left: 10px;
}

nav .nav-item a {
    color: #111111 !important;
}

nav .active {
    color: #000000;
    font-weight: bold;
}


nav .lang .slide-toggle {
    position: absolute;
    left: -8px;
    top: 40px;
    z-index: 9999;
    background-color: #fff;
    color: #000;
    padding: 10px 39px;
    border-radius: 4px;
    display: none;
    box-shadow: 0 2px 2px #00000029;
}


.dropdown-menu .menu_item {
    position: relative;
}

.dropdown-menu .menu {
    position: absolute;
    right: 175px;
    top: 20px;
    background-color: white;
    color: #000;
    border-radius: 4px;
    box-shadow: 0px 0 2px 0px #00000066;
    display: none;
}

.dropdown-menu .menu a {
    padding: 7px 25px;
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
        padding-right: 15px;
        padding-left: 15px;
    }
}

nav img {
    width: 75px;
}

nav .nav-about {
    margin-right: 60px;
}

nav .nav-link {
    font-size: 16px;
    transition: all .3s;
}
nav .nav-link:hover {
    color: #000 !important;
}

@media (max-width: 992px) {
    .navbar-nav {
        padding-top: 15px;
    }
    .nav-about {
        margin-right: 0 !important;
    }
    nav .lang {
        padding: 5px 10px;
        font-size: 13px;
        border-radius: 5px;
        margin-right: 0px;
        margin-top: 10px;
    }
    nav img {
        width: 55px;
    }
    nav .lang .slide-toggle {
        top: 30px;
        padding: 10px 32px;
    }

    nav .last {
        display: none;
    }

    nav .nav-link {
        font-size: 15px;
    }

}

/* End Navbar */
/* *********************************************** */
/* Start Login */

.login .link {
    color: #000;
    font-weight: 600;
    font-size: 20px;
    padding: 0 0 8px 0;
    margin-right: 5px;
    margin-bottom: 10px;
    display: inline-block;
}

.login .box .active {
    border-bottom: 2px solid #003C77;
}

@media (max-width: 576px) {
    .login .link {
        font-size: 16px;
        padding: 0 0 6px 0;
        margin-bottom: 8px;
    }
}

.input-group .intl-tel-input .form-control,
#pass,
.input-group input {
    border-top-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 4px;
    background-color: #f2f2f585  !important;
    padding: 0 40px 0 10px;
}

.login .box {
    background-color: white;
    border-radius: 40px;
    border: 1px solid #969696;
    padding: 40px 20px;
}

.login .box .title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 7px;
}

.login input {
    color: #000 !important;
    letter-spacing: 1;
}

.login .box .input-group {
    position: relative;
    width: 100%;
}

.login .box .input-group img {
    position: absolute;
    right: 12px;
    top: 10px;
    width: 20px;
    z-index: 9;
}

.login label {
    font-size: 12px;
    color: #797979;
    margin-right: 15px;
}

.login #pass {
    z-index: 0 !important;
}

.login .box .input-group #eye {
    display: none;
}

.login .box .input-group .eye1,
.login .box .input-group .eye {
    position: absolute;
    left: 9px;
    top: 10px;
    z-index: 9;
    font-size: 18px;
    cursor: pointer;
}

.login .box .forget {
    font-size: 20px;
    text-align: left;
    display: block;
    color: #12122F;
    margin: 20px 0;
}

.login .box .submit {
    text-align: center;
    background-color: #003C77;
    color: white;
    font-size: 18px;
    border-radius: 4px;
    width: 100%;
    border: none;
    padding: 10px 0;
}

.login .header img {
    width: 80px;
}

.login .header h3 {
    margin: 15px 0;
}

@media (max-width: 576px) {
    .login .box {
        border-radius: 20px;
    }
    .login .box .title {
        font-size: 20px;
    }
    input {
        font-size: 16px !important;
    }
    .login .box .forget {
        font-size: 17px;
        margin: 20px 0;
    }

    .login .header img {
        width: 40px;
    }

    .login .header h3 {
        margin: 10px 0;
        font-size: 19px;
    }
    .login .header p {
        font-size: 12px;
    }
}

.input-group-1 #verfication_code {
    font-family: monospace;
    padding: 1em 0.5em 1em 1em;
    font-size: 20px;
    border: none;
    outline: none;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 5ch;
    direction: ltr;
    width: 100%;
    background-color: transparent !important;
    position: relative;
    z-index: 1;
}

#verfication_code::-webkit-inner-spin-button, #verfication_code::-webkit-outer-spin-button {
    display: none;
}

.input-group-1 {
    position: relative;
    width: 42% !important;
    margin: auto;
}

.input-group-1 .box-border {
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    display: flex;
    direction: ltr;
}

.input-group-1 .border_1 {
    background-color: #dddddd30;
    border: 1px solid #000;
    width: 50px;
    height: 50px;
    border-radius: 3px;
    z-index: 0;
    margin-right: 17.5px;
}

@media (max-width: 1290px) {
    .input-group-1 {
        width: 46% !important;
    }
}
@media (max-width: 1200px) {
    .input-group-1 {
        width: 58% !important;
    }
}
@media (max-width: 992px) {
    .input-group-1 {
        width: 81% !important;
    }
}
@media (max-width: 768px) {
    .input-group-1 {
        width: 72% !important;
    }
}
@media (max-width: 576px) {
    .input-group-1 {
        width: 57% !important;
    }
    .input-group-1 .border_1 {
        width: 35px;
        height: 35px;
        margin-right: 18.7px;
    }
}

@media (max-width: 540px) {
    .input-group-1 {
        width: 320px !important;
    }
    .input-group-1 .border_1 {
        width: 45px;
        height: 35px;
        margin-right: 20px;
    }
    .input-group-1 #verfication_code {
        font-size: 20px;
        letter-spacing: 6.3ch;
    }
}

@media (max-width: 440px) {
    .input-group-1 {
        width: 290px !important;
    }
    .input-group-1 .border_1 {
        width: 45px;
        height: 35px;
        margin-right: 20px;
    }
    .input-group-1 #verfication_code {
        letter-spacing: 5.6ch;
    }
}

@media (max-width: 365px) {
    .input-group-1 {
        width: 260px !important;
    }
    .input-group-1 .border_1 {
        width: 45px;
        height: 35px;
        margin-right: 10px;
    }
    .input-group-1 #verfication_code {
        letter-spacing: 5ch;
    }
}

/* End Login */
/* *********************************************** */
/* Start Footer */

.footer {
    background-color: #003C77;
    color: white;
}

.footer .mobile img {
    max-height: 400px;
}

.footer .apps img {
    max-width: 200px;
}

@media (max-width: 992px) {
    .footer .mobile img {
        max-height: 250px;
    }
    .footer .apps img {
        max-width: 120px;
    }
}

@media (max-width: 576px) {
    .footer .mobile img {
        max-height: 150px;
    }
    .footer .apps img {
        max-width: 90px;
    }
}

.footer li,
.contact li {
    line-height: 2;
    font-size: 21px;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

@media (max-width: 576px) {
    .footer li,
    .contact li {
        font-size: 16px;
    }
    .footer h4 {
        font-size: 20px;
    }
}

.footer li svg,
.contact li svg {
    margin-left: 5px;
}

.footer hr,
.contact hr {
    width: 40%;
    height: 2px;
    background-color: #EDC624;
    margin-bottom: 14px;
}

.footer .center img,
.contact .info img {
    width: 32px;
    margin-left: 5px;
}

.footer .copy {
    background-color: #001840;
    color: white;
    padding: 5px 0;
}

/* End Footer */
/* *********************************************** */
/* Start Slider */

.slider {
    position: relative;
    height: 600px;
}

.custom_slider {
    position: relative;
    height: 400px;
}

.custom_slider  .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.34;
    z-index: 1;
}

.custom_slider h1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    color: white;
    font-size: 45px;
}

@media (max-width: 992px) {
    .custom_slider h1 {
        font-size: 35px;
    }
}
@media (max-width: 576px) {
    .custom_slider h1 {
        font-size: 30px;
    }
}

.owl-carousel {
    direction: ltr;
}
.owl-carousel .item {
    position: relative;
}

.slider .cover {
    height: 100%;
}

.slider .search {
    position: absolute;
    left: 0;
    bottom: 25%;
    width: 100%;
    z-index: 11;
}

.slider .search .box {
    border-radius: 75px;
    background: rgba(255, 255, 255, 0.3);
    padding: 20px;
}

.slider .search .box .inner_box {
    border-radius: 59px;
    background: #d0d2d2;
    padding: 15px;
}

.slider .search .box input,
.slider .search .box select,
.slider .search .box button {
    border-radius: 8px;
    background: #ffffff;
    border: none;
    padding: 7px 10px;
    font-size: 16px;
    outline: none;
    width: 100%;
}

.slider .search .box input,
.slider .search .box button {
    padding: 10px;
}

.slider .search .box button {
    font-weight: bold;
    background: #006edb;
    color: white;
}

/* End Slider */
/* *********************************************** */
/* Start Offers */

.title {
    font-size: 40px;
    color: #707070;
    text-align: center;
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .about .info{
        font-size: 20px;
    }
}

.item {
    border-radius: 25px;
    background: #f4f8fc;
    margin-bottom: 20px;
}

.item .info {
    padding: 15px;
}

.item .info .name {
    font-size: 23px;
    color: #000;
    font-weight: 400;
    transition: all .4s;
}

.item .info .name:hover {
    color: #003C77;
}

.item .info .address {
    color: #707070;
    font-size: 16px;
    font-weight: normal;
}

.item .love {
    color: #000;
}

.item .views i {
    color: #000;
}

.item .info .address svg {
    color: #000;
}

.item .img_box {
    position: relative;
    height: 280px;
}

.item .img_box img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.item .img_box .numbers {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 11;
    display: flex;
    align-items: center;
    font-size: 19px;
    color: #707070;
    font-weight: 500;
}

.item .img_box .medal {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    z-index: 11;
}

.item .img_box .numbers svg {
    color: #000;
}

/* End Offers */
/* *********************************************** */
/* Start Orders */

.orders .box {
    border: 1px solid #B1D6F6;
    border-radius: 9px;
    background-color: white;
    padding: 24px 16px;
}

.orders .box .timer {
    color: RGBA(168,210,245,0.9 );
    font-size: 14px;
}

.orders .box p {
    font-size: 18px;
}

.orders .box .buttons {
    text-align: left;
    margin-top: 30px;
}

.box .buttons a {
    border-radius: 25px;
    color: white;
    padding: 10px 13px;
}

.buttons .phone {
    background: #1da1f2;
}

.buttons a img {
    width: 28px;
    margin-left: 5px;
}

.buttons .whats {
    background-color: #64B161;
    margin-right: 8px;
}

@media (max-width: 768px) {
    .orders .box .timer {
        font-size: 12px;
    }
    .orders .box p {
        font-size: 14px;
    }
    .box .buttons a {
        padding: 6px 11px;
        font-size: 13px;
    }
    .buttons a img {
        width: 20px;
    }
}

/* End Orders */
/* *********************************************** */
/* Start marketers */

.marketers .box {
    border-radius: 20px;
    background: #ffffff;
    padding: 50px 10px;
}

.marketers .box .person {
    width: 130px;
    height: 120px;
    margin-bottom: 15px;
}

.marketers .box h3 {
    color: #707070;
    font-size: 18px;
}

.marketers .box h5 {
    color: #707070;
    font-size: 16px;
}

@media (max-width: 576px) {
    .marketers .box {
        padding: 30px 10px;
    }
    .marketers .box .person {
        width: 100px;
        height: 90px;
        margin-bottom: 12px;
    }
    .marketers .box h3 {
        font-size: 15px;
    }

    .marketers .box h5 {
        font-size: 13px;
    }
    .box .buttons a {
        padding: 6px 11px;
        font-size: 13px;
    }
}


/* End marketers */
/* *********************************************** */
/* Start about */

.about .info {
    font-family: "awanzaman";
    font-size: 28px;
    font-weight: 400;
    line-height: 48px;
    font-style: normal;
    text-align: right;
    color: #013668;
}

@media (max-width: 992px) {
    .about .info{
        font-size: 20px;
    }
}
@media (max-width: 576px) {
    .about .info{
        font-size: 16px;
    }
}

/* End about */
/* *********************************************** */
/* Start Contact */

.contact .info ul {
    margin-bottom: 40px;
}

.contact .info li {
    font-size: 22px;
    color: #000;
}

.contact .info hr {
    margin-bottom: 20px;
}

.contact form input,
.contact form textarea {
    background-color: #FFFFFF !important;
    border: 1px solid #94CCEF;
    padding: 5px 10px !important;
}

.contact form #num {
    direction: rtl;
}

.contact form label {
    color: #C4C4C4;
    font-size: 13px;
    font-weight: 600;
}

.contact form .submit {
    background-color: #1DA1F2;
    padding: 6px 30px;
    border-radius: 25px;
    color: white;
    font-size: 18px;
    outline: none;
    border: none;
    margin-right: auto;
    display: block;
}

.contact iframe {
    height: 600px;
}

@media (max-width: 576px) {
    .contact .info li {
        font-size: 18px;
    }
    .contact .info h4 {
        font-size: 20px;
    }
    .contact .info hr {
        width: 32%;
    }
    .contact .info img {
        width: 27px;
    }
    .contact form input,
    .contact form textarea {
        font-size: 15px;
    }
    .contact iframe {
        height: 400px;
    }
}

/* End Contact */
/* ********************************************************* */
/* Start auction */

.auction img {
    max-height: 600px;
}

.auction .details,
.auction .date {
    background-color: #A7CBEF;
    padding: 17px 25px;
    border-radius: 29px;
}

.auction .details {
    font-size: 33px;
}

.auction .details span {
    font-weight: bold;
    margin: 0 5px;
    font-size: 35px;
}

.auction .details a {
    color: white;
    background-color: #003C77;
    border-radius: 51px;
    padding: 15px 49px;
    display: inline-block;
    font-size: 25px;
}

.auction .date .title {
    font-size: 27px;
    font-weight: 400;
    font-style: normal;
    color: #567696;
    margin-bottom: 0;
}

.auction .date .number {
    font-family: "arial";
    font-size: 24px;
    font-weight: 400;
}

.auction .date .relative {
    position: relative;
}

.auction .date .relative:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    background-color: #003C77;
    height: 100%;
}

@media (max-width: 992px) {
    .auction .details {
        font-size: 25px;
    }
    .auction .details span {
        font-size: 27px;
    }
    .auction .details a {
        padding: 12px 30px;
        font-size: 20px;
    }
}
@media (max-width: 768px) {
    .auction .details {
        font-size: 21px;
        text-align: center;
    }
    .auction .details span {
        font-size: 23px;
    }
    .auction .details a {
        padding: 12px 20px;
        font-size: 17px;
        margin-bottom: 7px;
    }
    .auction .date .title {
        font-size: 19px;
    }
    .auction .date .number {
        font-size: 18px;
    }
    .auction .date .relative:after {
        display: none;
    }
}

.auction .box {
    background-color: #F3F3F3;
    padding: 17px 25px;
    border-radius: 29px;
    border: 1px solid #707070;
}

.auction .box .user {
    color: #C1C1C1;
    font-size: 19px;
}

.auction .box .name {
    color: #000;
    font-size: 25px;
    font-weight: 600;
}

.auction .box .price {
    text-align: left;
    font-size: 29px;
}

@media (max-width: 768px) {
    .auction .box .user {
        font-size: 14px;
    }
    .auction .box .name {
        font-size: 16px;
    }

    .auction .box .price {
        font-size: 17px;
    }
}

.auction .box .price span {
    font-weight: bold;
}

.auction form input {
    color: #000 !important;
}

.auction form input,
.auction form button {
    padding: 14px 30px;
    border-radius: 29px;
    font-size: 24px;
}

.auction form input {
    color: #6E6E6E;
    border: 3px solid #707070;
    width: 75%;
}

.auction form button {
    margin-right: 2%;
    width: 22%;
    color: white;
    background-color: #003C77;
    border: 3px solid #003C77;
}

@media (max-width: 768px) {
    .auction form input,
    .auction form button {
        padding: 9px 15px;
        font-size: 15px;
    }
    .auction form input {
        border: 2px solid #707070;
        width: 66%;
    }
    .auction form button {
        margin-right: 1%;
        width: 32%;
        border: 2px solid #003C77;
    }
}

/* End auction */
/* ********************************************************* */
/* Start adverts */

.adverts a:first-child .box {
    margin-top: 0 !important;
}

.adverts .box {
    background-color: #F3F3F3;
    border: 1px solid #707070;
    border-radius: 24px;
    padding: 25px;
}

.adverts .box .header {
    color: #567696;
    font-size: 22px;
}

.adverts .box .name {
    color: #000;
    font-size: 31px;
    font-weight: bold;
}

.adverts .box div:last-child {
    text-align: right;
}

.adverts .box .price {
    color: #000;
    font-size: 34px;
}

.adverts .box .price span {
    font-weight: bold;
}

@media (max-width: 992px) {
    .adverts .box .header {
        font-size: 16px;
    }
    .adverts .box .name {
        font-size: 21px;
    }
    .adverts .box .price {
        font-size: 19px;
    }
}

@media (max-width: 576px) {
    .adverts .box {
        border-radius: 24px;
        padding: 20px;
    }
    .adverts .box .header {
        font-size: 13px;
    }
    .adverts .box .name {
        font-size: 15px;
    }
    .adverts .box .price {
        font-size: 13px;
    }
}


/* End adverts */
/* ********************************************************* */
/* Start single_item */

.single_item .skitter {
    border-radius: 25px;
    background: none;
}

.skitter img {
    height: 630px !important;
}

@media (max-width: 576px) {
    .skitter img {
        height: 350px !important;
    }
}

.single_item .price div {
    color: white;
    margin-right: 12px;
    background-color: #1DA1F2;
    border-radius: 5px;
    padding: 5px 12px;
    font-size: 15px;
}

.single_item .price div:first-child {
    margin-right: 0;
}

.single_item .price div span {
    font-weight: bold;
    margin: 0 2px;
    font-size: 17px;
}

.single_item .name,
.single_item .address {
    color: #013668;
    font-size: 30px;
    font-weight: 500;
}

.single_item ul {
    width: 50%;
}

.single_item ul li {
    padding: 10px 0;
    border-bottom: 1px solid #CECACA;
    font-size: 18px;
}

.single_item ul li:last-child {
    border-bottom: none;
}


.single_item .sub_title {
    color: #000;
    font-weight: bold;
    font-size: 30px;
    padding-bottom: 8px;
    border-bottom: 4px solid #013668;
    display: inline-block;
    border-radius: 4px;
}

.single_item p {
    color: #013668;
    font-size: 20px;
}

.single_item .box {
    border-radius: 20px;
    background: #ffffff;
    padding: 50px 10px;
}

.single_item .box .person {
    width: 130px;
    height: 120px;
    margin-bottom: 15px;
}

.single_item .box h3 {
    color: #707070;
    font-size: 18px;
}

.single_item .box h5 {
    color: #707070;
    font-size: 16px;
}

@media (max-width: 768px) {
    .single_item .name,
    .single_item .address {
        font-size: 18px;
    }
    .single_item .price div {
        margin-right: 6px;
        padding: 5px 10px;
        font-size: 12px;
    }
    .single_item .price div span {
        font-size: 14px;
    }
    .single_item ul {
        width: 100%;
    }
    .single_item ul li {
        padding: 8px 0;
        font-size: 14px;
    }
    .single_item .sub_title {
        font-size: 21px;
        border-bottom: 3px solid #013668;
    }
    .single_item p {
        font-size: 14px;
    }
    .single_item .box {
        padding: 30px 10px;
    }
    .single_item .box .person {
        width: 100px;
        height: 90px;
        margin-bottom: 10px;
    }
    .single_item .box h3 {
        font-size: 15px;
    }
    .single_item .box h5 {
        font-size: 13px;
    }
    .single_item form textarea {
        font-size: 14px !important;
    }
}

.single_item form .sub_title {
    border-bottom: none;
}

.rating > input {
    display: none;
}

.rating > label:before {
    margin: 5px;
    font-size: 1.50em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rating > .half:before {
    content: "\f089";
    position: absolute;
}

.rating > label {
    color: #ddd;
    float: right;
    cursor: pointer;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label {
    color: #ffd700;
}
/* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label {
    color: #ffed85;
}

.stars i {
    color: #ddd;
    font-size: 20px;
}

.stars .active,
.stars .star_active {
    color: #ffd700;
    display: inline !important;
}

.single_item form textarea {
    border-radius: 8px;
    border: 1px solid #707070;
    font-size: 19px;
    padding: 15px 20px;
    color: #000;
}

.single_item form textarea::placeholder {
    color: #BFBFBF;
}

/* ctrl */

/* End single_item */
/* ********************************************************* */
/* ********************************************************************************** */

.heading{
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 20px;
    color:#000;
    text-shadow: 0 5px 10px rgba(0,0,0,.2);
    font-size: 50px;
}

.box-container.requests{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));
    gap: 40px;
    margin-bottom: 3rem;
}

.box-container.marketer{
    display: grid;
    margin: 3rem auto;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 20px;
}

.box-container.details-price{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));
    gap: 40px;
    margin: 3rem auto;
}

.box-container.address{
    width: 100%;
    display: grid;
    margin: 0 auto 3rem;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 45px;
}

.box-container .box-address{
    display: flex;
}

.box-container .col-address{
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 3rem;
}
.box-container .col-address.right{
    width: 50%;
}
.box-container .col-address.all{
    width: 100%;
}
.box-container .col-address.left{
    width: 50%;
    margin-right: 3rem;
}

 .box-container .box{
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    border-radius: 5px;
    background: #fff;
    text-align: start;
    padding:30px 20px;
}

.box-container .row{
    margin: 1.5rem auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px 20px 80px;
    border-radius: 10px;
    height: 100px;
}

.box-container .row.date .col-right{
    width: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    border-left: 2px solid #003C77;
}

.box-container .row.date .col-left{
    width: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
}

.box-container .row.date small{
    color: #969696;
    font-weight: 600;
    font-size: 16px;
}

.box-container .row.date span{
    color: #000;
    font-weight: 600;
    font-size: 20px;
}


.box-container .row.big-price{
    background: #94CCEF;
}

.box-container .row.date{
    background: #94CCEF;
}

.box-container .row.username{
    background: #F3F3F3;
    border: 1px solid #ddd;
}

.box-container .row.username small{
    color: #BFBFBF;
    font-size: 14px;
    font-weight: 600 ;
}

.box-container .row h3{
   font-weight: 600;
}

.box-container.marketer .box{
    text-align: center;
}

.box-container .box .img{
    margin: 0 auto;
    padding-bottom: 15px;
    height: 100px;
    width: 120px;
}

 .box-container .box img{
    height: 100%;
    width: 100%;
}

 .box-container .box small{
    color:#444;
}

.box-container .box p{
    white-space: nowrap;
    color:#000;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.8;
}
.box-container  .wrapper-btn{
    text-align: end;
}
 .box-container .box .btn{
    display: flex;
    margin-top: 10px;
    display: inline-block;
    color:#fff;
    font-size: 17px;
    border-radius: 25px;
    padding: 8px 14px;
}

.box-container .box .btn.call{
    background:#1DA1F2;
    margin-left: 10px;
}

.box-container .box .btn.watts{
    background:#64B161;
}

.box-container .box .btn.details-more{
    margin-top: 0;
    background: #003C77;
}

.row-adderss-btn{
    display: flex;
  }

.box-container .row-adderss-btn .btn.price-right,
.box-container .row-adderss-btn .btn.price-left{
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 1.5rem;
    background: #1DA1F2;
    border-radius: 5px;
}

.box-container .btn.price-right{
    margin-left: 10px;
}

.container .box-container .box .btn:hover{
    letter-spacing: 1px;
}

 /* .box-container .box:hover{
    box-shadow: 0 10px 15px rgba(0,0,0,.3);
    transform: scale(1.03);
} */

.box-container .input{
    margin-top: 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box-container .input input{
  width: 75%;
  border-radius: 25px;
  padding: 14px 25px;
  outline: none;
  border: 1px solid #ddd;
  background: #fff;
}

.box-container .input .btn{
    margin-top: 0;
    width: 20%;
    background: #003C77;
}

.box-container .img-bg{
    width: 100%;
    height: 600px;
}

.box-container .col-address .img-bg img{
    width: 400px;
    height: 400px;
}

.box-container .row-address h4{
    font-weight: 600;
}

table, th, td {
    font-size: 14px;
    font-weight: 600;
    padding: 5px 40px;
    border-bottom: 1px solid #ddd;
    border-collapse: collapse;
  }
  table:last-child{
    border-bottom: none;
  }
  .last{
    border-bottom: none;
  }

  .col-address.left{
    padding: 20px 10px;
    text-align: center;
    background: #fff;
    border-radius: 15px;
  }

  .col-address.left .btn{
    display: flex;
    margin-top: 10px;
    display: inline-block;
    color:#fff;
    font-size: 14px;
    border-radius: 25px;
    padding: 6px 14px;
  }

  .col-address.left .btn.call{
    background: #1DA1F2;
    margin-left: 10px;
  }

  .col-address.left .btn.watts{
    background:#64B161;
  }
  .col-address.left h3{
    padding-top: 10px;
    font-size: 18px;
    color: #000;
  }

  .col-address.right h3{
    color: #000;
  }
  .col-address.right p{
    color: #003C77;
  }

  .row-space-between{
    padding: 10 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .box-address textarea{
    height: 200px;
    width: 100%;
    padding: 10px 20px;
    border-radius: 15px;
    outline: none;
  }

  .google_maps{
    width: 100%;
    margin-top: 3rem;
    padding: 0 20px;
  }
  .google_maps iframe{
    border-radius: 15px;
  }

  .text-start{
    text-align: start !important;
  }

@media (max-width:768px){
    .box-container.requests{
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .box-container .box .btn{
        display: flex;
        margin-top: 10px;
        display: inline-block;
        color:#fff;
        font-size: 14px;
        border-radius: 25px;
        padding: 8px 20px;
    }

    .box-container .box .btn.call{
        background:#1DA1F2;
        margin-left: 10px;
    }
    .box-container .box p{
        white-space: normal;
        font-size: 16px;
    }
    .box-container.marketer{
        grid-template-columns: 1fr;
    }
}



/**************************** start slider home top ****************************/
.slide-container {
    /* max-width: 1120px; */
    width: 50vw;
    padding: 0;
  }

  .slide-content-one,
  .slide-content-two {
    /* margin: 0 40px; */
    overflow: hidden;
    border-radius: 25px;
  }

  .card {
    background-color: var(--color-bg);
    border-radius: 25px;
  }

  .image-content,
  .card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
  }

  .image-content {
    position: relative;
    padding: 0;
    border-radius: 25px;
  }

  /* .overlay{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #4070F4;
    border-radius: 25px 25px 0 25px;
  }
  .overlay::before,
  .overlay::after{
    content: '';
    position: absolute;
    right: 0;
    bottom: -40px;
    height: 40px;
    width: 40px;
    background-color: #4070F4;
  }
  .overlay::after{
    border-radius: 0 25px 0 0;
    background-color: #FFF;
  } */
  .card-image {
    position: relative;
    height: 600px;
    width: 100%;
    background: var(--color-bg);
    border-radius: 25px;
  }

  .card-image .card-img {
    height: 100%;
    width: 100%;
    border-radius: 25px;
  }

  .name {
    font-size: 18px;
    font-weight: 500;
    color: var(--color-text);
  }

  .description {
    font-size: 14px;
    color: var(--color-gray);
    text-align: center;
  }

  .button {
    border: none;
    font-size: 16px;
    color: var(--color-white);
    padding: 8px 16px;
    background-color: var(--primary-color);
    border-radius: 6px;
    margin: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .button:hover {
    background: var(--secondary-color);
  }

  .swiper-navBtn {
    color: var(--primary-color);
    transition: color 0.3s ease;
  }

  .swiper-navBtn:hover {
    color: var(--secondary-color);
  }

  .swiper-navBtn::before,
  .swiper-navBtn::after {
    font-size: 35px;
  }

  .swiper-button-next {
    right: 0;
  }

  .swiper-button-prev {
    left: 0;
  }

  .swiper-pagination-bullet {
    background-color: var(--primary-color);
    opacity: 1;
  }

  .swiper-pagination-bullet-active {
    background-color: var(--secondary-color);
  }

  @media screen and (max-width: 768px) {
    .slide-content {
      margin: 0 10px;
    }

    .swiper-navBtn {
      display: none;
    }
  }

  /**************************** end slider home top ****************************/

  /******************** about page ********************************/

  .col-address.right.about{
    width: 45vw;
    padding: 20px;
  }

  .col-address.right.about p{
        font-size: 18px;
  }

  .col-address.left.about{
    width: 30vw;
    padding: 0;
  }

  .img-about{
    width: 30vw;
    height: 400px;
  }

  .img-about img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
  }

  /***************************** login page  ************************************/
  .box-address.login{
    align-items: center;
    justify-content: center;
  }

