/* ======================= Reuseable ======================= */
/* ======================================================== */

.btn-outline{
    border: 1px solid white;
    color: white;
    background-color: transparent;
    height: 40px;
    width: 120px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 16px;
}

.btn-outline:hover{
    border: 1px solid white;
    color: #000;
    background-color: white;
}

.btn-full{
    background-color: #3b82f6;
    color: #fff;
    height: 40px;
    width: 120px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-size: 16px;
}

.btn-full:hover{
    background-color: #fff;
    color: #000;
}


/* ==================== Landing Page ==================== */
/* ===================================================== */

body,
html {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
}

body {
    background-color: black;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.head_btn{
    margin-left: 10px;
}

.head_link{
    color: white;
    font-size: large;
    margin-right: 20px;
}

.head_link:hover{
    color: #c6c4c4;
}

.head_link{
    color: white;
    font-size: large;
    margin-right: 20px;
}

.hea {
    padding-left: 850px;
    display: flex;
    justify-content: center;
    gap: 30px;
    transform: translateY(-100px);
    align-items: center;
    font-size: large;
}

header button {
    height: 40px;
    width: 120px;
    background-color: transparent;
    color: white;
    border: 1px solid white;
    border-radius: 3px;
    cursor: pointer;
    font-size: 16px;
}

.w {
    background-color: rgb(37, 90, 125);
    color: white;
    margin-right: 30px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    height: 40px;
    width: 120px;
    border: none;
}

.w:hover {
    background-color: white;
    color: black;
}

header button:hover {
    background-color: white;
    color: black;
    border: 1px solid black;
}

header h2 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: darkcyan;
    font-size: 50px;
    padding-left: 40px;
}

.o {
    color: white;
    background-color: rgb(30, 31, 38);
    width: 100%;
    height: 90px;
    /* margin-top: -50px; */
}

.o h2 {
    padding-left: 50px;
    padding-top: 20px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: darkcyan;
}

.r {
    text-decoration: none;
    color: inherit;
}

.r:hover {
    cursor: pointer;
    color: #3b82f6;
}



.pic {
    width: 900px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    border-radius: 15px;
}

.dis {
    top: 0;
    color: white;
    text-align: center;
}

button {
    display: block;
    margin: 0 auto;
    background-color: #3b82f6;
    color: white;
    font-size: medium;
    width: 110px;
    height: 40px;
    border: 0;
    border-radius: 5px;
    ;
    margin-bottom: 20px;
    justify-content: center;
    text-align: center;
}

.button:hover {
    background-color: white;
    color: black;

}

.Fc {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 40px;
    margin-bottom: 80px;
    padding-left: 20px;
}


.box1,
.box2,
.box3,
.box4 {
    background-color: #1e1f26;
    padding: 25px;
    color: white;
    border-radius: 12px;
    width: calc(25% - 22.5px);
    box-sizing: border-box;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.box1:hover,
.box2:hover,
.box3:hover,
.box4:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(59, 130, 246, 0.45);
}


@media (max-width: 768px) {
    .contacts {
        flex-direction: column;
    }

    .box1,
    .box2,
    .box3,
    .box4 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .contacts {
        flex-direction: column;
    }
}


.box1 img,
.box2 img,
.box3 img,
.box4 img {
    width: 250px;
    height: 200px;
    object-fit: cover;
    display: block;
    margin: 0 auto 15px auto;
    border-radius: 8px;
}

footer {
    background-color: rgb(30, 31, 38);
    padding: 25px;
    color: white;
}

footer .foot {
    display: flex;

    flex-wrap: wrap;
}


.social {
    padding-left: 450px;
    font-size: x-large;
    gap: 40px;
}

.social a {
    color: white;
    font-size: 28px;
    text-decoration: none;
    transition: 0.3s;
}

.social a:hover {
    color: #3b82f6;
}
