.contact-section {
    padding: 130px 0;
}
.contact-section{
    background-image: url('../images/grid.png');
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-size: 25% 40%;
    background-position: left ;
    opacity: 1;
}
.contact-content {
    max-width: 604px;
}

.contact-content h2 {
    font-size: 36px;
    line-height: 46px;
}

.contact-content p {
    font-size: 20px;
    line-height: 30px;
}

.divider {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #FF5A5A 0%, #000000 100%);
    margin-top: 20px;
}

.getinTouch {
    position: relative;
    display: inline-block;
    font-size: 90px;
    padding-top: 3rem;
    color: transparent;
    -webkit-text-stroke: 1px #625f5f;
    text-transform: uppercase;
}

.getinTouch::before {
    padding-top: 3rem;
    content: "GET IN TOUCH";
    position: absolute;
    top: 0;
    left: 0;
    background: repeating-linear-gradient(45deg,
            rgba(255, 255, 255, 0.06),
            rgba(255, 255, 255, 0.06) 10px,
            transparent 10px,
            transparent 20px);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

/* .getinTouch:hover::before {
    opacity: 1;
} */


.contact-box {
    background: #1a1a1a;
    border-radius: 50px;
    padding: 30px;
    border: 1px solid #FC3131;
    position: relative;
}

.contact-form .form-control,
.contact-form .form-select {
    background: transparent;
    border: 1px solid #444;
    border-radius: 8px;
    font-size: 18px;
    color: #E0E0E0;
    padding: 10px 15px 10px 35px;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
    border: 1px solid #444;
    box-shadow: none;
}

.contact-form label {
    font-size: 18px;
    margin-bottom: 8px;
    color: #E0E0E0;
}

.btn-submit {
    background: #fff;
    color: #FC3131;
    font-weight: bold;
    padding: 14px 25px;
    border-radius: 10px;
    border: none;
    transition: 0.3s;
    font-size: 18px;
    min-width: 137px;
    box-shadow: 0 4px 10px rgba(241, 74, 74, 0.5);
}

.btn-submit:hover {
    background: #FC3131;
    color: #fff;
}

.contact-info i {
    background: #FC3131;
    color: #FFE6E6;
    padding: 12px;
    border-radius: 8px;
    font-size: 15px;
    margin-right: 18px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-info p {
    margin: 0;
    font-size: 20px;
    line-height: 28px;
}

img.form-icon {
    position: absolute;
    left: 10px;
    top: 57%;
}

select.form-select {
    padding: 10px 15px !important;
}
img.ring-join {
    position: absolute;
    right: -36px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
/* .contact-box {
    border-radius: 50px;
    padding: 30px;
    border: 2px solid;
    position: relative;
    border-image: linear-gradient(to bottom, #FC3131, #242424) 1;
} */
.rotating-circle {
    transform-origin: 50% 50%;   /* Rotate around center */
    animation: spin 6s linear infinite;
  }

  @keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
  }


@media (max-width:991px) {
img.ring-join {
    left: 50%;
    bottom: -68px;
    transform: translateX(-50%);
    right: auto;
    top: auto;
    rotate: 90deg;
}
}
@media (max-width: 767px) {
    .contact-form .form-control,
    .contact-form .form-select {
        border-radius: 6px;
        font-size: 16px;
        padding: 8px 15px 8px 35px;
    }

    .contact-info p {
        font-size: 16px;
        line-height: 24px;
    }
.contact-section {
    padding: 120px 0 50px 0px;
}

}
@media (max-width: 567px) {
.contact-img {
    width: 200px;
    margin-top: 25px;
}
.getinTouch {
    font-size: 39px;
    padding-top: 2rem;
    width: 260px;
}

}

