.full-image-section {
    position: relative;
}

.head-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.full-image-section .container {
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    min-height: 87vh;
}

.title-head {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 1.75rem;
}

.title-head h1 {
    text-align: center;
    max-width: 63rem;
}

.social-head {
    position: absolute;
    bottom: 3%;
    right: 3%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.social-head img {
    width: 2.5rem;
    height: 2.5rem;
}

.full-image-section:before {
    content: '';
    background-color: rgb(0 0 0 / 30%);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    z-index: 2;
    left: 0;
}

@media (max-width:1450px) {
	.social-head img {
    width: 2rem;
    height: 2rem;
}
}



@media (min-width:1200px) {
	
	.title-head button.btn.btn-primary {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
}
	
}


@media (min-width:1024px) {
	.social-head .icon-head img {
    transition: all .5s ease;
}

.social-head .icon-head img:hover {
    transform: rotate(45deg);
}
}

@media (max-width:766px) {
	.social-head {
    flex-direction: row;
    right: 50%;
    transform: translateX(50%);
}
}
