/* Hero Section */
body {
    background-color: #101015 !important;
    color: #fff !important;
}

p {
    margin-bottom: 0;
}

.blu {
    color: #039be5;
}

.yellow {
    color: #ff6f00;
}

.hero-section {
    background-image: url(../../images/box11.webp);
    background-size: contain;
    background-position: left center;
    min-height: 100vh;
    background-repeat: no-repeat;
    align-items: center;
    text-align: center;
    padding-top: 100px;

}

.content-hero-section {
    text-align: right;
}

.p-section {
    font-size: 25px;
    color: #ff6f00bd;
}

.h-section {
    font-size: 32px;
    font-weight: 600;
}

.m-20 {
    margin: 35px 0;
}

.p-hero-section {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.807);

    font-weight: 300;
}

.n-number-hero.whiti {
    font-size: 20px;
    color: white;
}

.n-number-hero {
    font-size: 15px;
    color: #ffffffb5;
}

.box-l img {
    width: 15px;
}

.boxing {
    gap: 10px;
}

.box-l {
    width: 44px;
    height: 44px;
    border-radius: 50px;
    background-color: #ffffff1a;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-bottom {
    background-color: #039be5;
    border-radius: 22px;
    font-size: 14px;
    color: #ffffffe0;
    padding: 0 30px;
    height: 43px;
    border: unset;
    width: max-content;
}

.imgs img {
    border-radius: 50px;
}

.box-number-hero {
    gap: 40px;
}

.img-m {
    margin-left: -20px;
}

.number-bottom .blu {
    font-size: 22px;
}

.number-bottom span {
    font-size: 14px;
    color: #ffffffb5;
}

.ply-bottom img {
    width: auto;
}

.b-content {
    font-size: 16px;
    margin-left: 10px;
    color: #ffffffe0;
}

/*background*/
.section-bavkground {
    background-image: url(../../images/box-contact.webp);
    min-height: 50vh;
    background-repeat: no-repeat;
    display: flex;
    background-position: center center;
    background-size: cover;
}

.section-bavkground h2 {
    font-size: 48px;
}

.section-bavkground p {
    font-size: 16px;
}

/*about*/
section.about {
    height: 300px;
    display: flex;
    align-items: center;
}

section.about p {
    line-height: 30px;
    font-size: 16px;
}

section.about h3 {
    text-align: center;
}

.box-social-conrent a {
    color: white;
    text-decoration: none;
}

/*contact*/
.contact-us h3 {
    background-color: #FF6F00;
    border-radius: 7px;
    width: max-content;
    font-size: 18px;
    padding: 10px 30px;
}
.looking h4 {
    font-size: 35px;
}
.box-social-conrent img {
    width: 55px;
    height: 55px;
    object-fit: contain;
    background-color: #039BE5;
    border-radius: 34px;
    padding: 15px;
    margin-right: 10px;
}

.box-rightt form {
    padding: 31px;
    background-color: #242222;
    border-radius: 10px;
    width: 100%;
}

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

.box-rightt .form-control {
    background-color: #161313;
    border: unset;
    border-radius: 10px;
    padding: 10px;
    color: #c4c4c4;
    height: 75px;
}

#w3review {
    height: auto;
}

.box-rightt input::placeholder {
    color: #c4c4c4;
}

.boxing-right {
    background-color: transparent;
    color: white;
    border: 1px solid #ffffff38;
    border-radius: 10px;
    width: 130px;
    padding-left: 10px !important;
}

.p-contact p {
    line-height: 30px;
    font-size: 18px;
    font-family: 'Lato-Light';
}

span.p-img {
    width: 34px;
    height: 33px;
    background-color: #FF6F00;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
}

.boxing-right.btn:hover {
    color: white;
}

.box-chat {
    border: 1px solid #ffffff52;
    border-radius: 10px;
    padding: 30px;
}

.box-chat img {
    margin-right: 30px;
}

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

.box-cont span a {
    color: #c4c4c4 !important;
    font-size: 13px;
    font-family: 'Lato-Light';
}

@media (max-width: 576px) {
    .box-social-conrent img {
        width: 45px;
        height: 45px;
    }
    .section-bavkground h2 {
        font-size: 23px;
    }
    .looking h4 {
        font-size: 25px;
    }
    }
