﻿.but_he {
    height: 500px;
}

.blur_but {
    width: 100%;
    height: 530px;
    padding-bottom:40px;
    border-bottom:solid 1px #2c2c2cff;
    backdrop-filter: blur(20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.Heder_p {
    font-size: 2.6rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.Btn_Header {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.btn {
    padding: 10px;
    font-size: 1.8rem;
    font-family: inherit;
    border-radius: 50px;
    border: none;
    padding: 20px;
    width: 300px;
    cursor: pointer;
    background: linear-gradient(90deg, rgba(45, 174, 224, 1) 0%, rgba(109, 87, 199, 1) 53%, rgba(206, 87, 233, 1) 98%);
    color: var(--white);
    transition: all 0.5s;
}

    .btn:hover {
        box-shadow: 2px 5px 30px rgb(75, 75, 75);
    }

.Pedarbox_Khadamat {
    width: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    font-size: 1.9rem;
}

.TitelPedarbox {
    font-size: 3.4rem;
}

.box_Khadamat {
    background-color: #33ff003a;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: solid 1px #48ff00;
    border-radius: 7px;
    gap: 30px;
    transition: all 0.5s;
}

.titelbox {
    font-size: 2.3rem;
}

.pbox {
    font-size: 1.9rem;
}

.box_Khadamat:hover {
    box-shadow: 0 0 5px #48ff00, 0 0 10px #48ff00, 0 0 15px #48ff00, 0 0 60px #48ff00, 0 0 35px #48ff00;
}

.BoxAmar {
    width: 100%;
    padding: 30px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    font-size: 1.5rem;
    background-color: #ececec;
}

.Box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    background-color: white;
    border-radius: 7px;
    transition: all 0.5s;
}

    .Box h2 {
        color: #48ff00;
        font-size: 3.4rem;
    }

    .Box:hover {
        box-shadow: 0 0 11px #194BFD, 0 0 13px #5d19fd, 0 0 28px #790097;
    }

.titleBOx {
    width: 100%;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4.5rem;
}

.projeBox {
    padding: 50px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.BOx {
    display: flex;
    flex-direction: column;
    width: 500px;
    padding: 50px;
    background-color: #dfdfdf;
    border-radius: 10px;
    gap: 20px;
    transition: all 0.5s ease;
    box-shadow: 5px 5px 40px rgba(119, 119, 119, 0.301);
}

    .BOx img {
        width: 100%;
        border-radius: 6px;
    }

    .BOx h3 {
        font-size: 1.8rem;
    }

.BtnBOx {
    font-family: inherit;
    border: none;
    padding: 10px;
    border-radius: 10px;
    background-color: #003cff;
    color: var(--white);
    cursor: pointer;
    transition: all 0.5s;
    width: 100%;
}

    .BtnBOx:hover {
        background-color: #002cbd;
    }

.BOx:hover {
    transform: scale(1.05);
}

.startproje {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    padding: 50px;
    background: linear-gradient(83deg, rgba(170, 0, 255, 1) 0%, rgba(47, 0, 255, 1) 100%);
    gap: 10px;
}

.titelstartproje {
    font-size: 3rem;
}

.Btn {
    padding: 15px;
    font-family: inherit;
    font-size: 1.8rem;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    transition: all 0.5s;
    margin-left: 10px;
}

    .Btn:hover {
        color: #cc00ff;
    }

.full {
    background-color: #ffffff00;
    border: solid 2px white;
    color: white;
}
