

@font-face {
    font-family: Heading;
    src: url(/Static/FONTS/OpenSauceOne-ExtraBold.ttf);
}

@font-face {
    font-family: Paragraph;
    src: url(/Static/FONTS/MacsansRegular-VG2YV.otf);
}

@font-face {
    font-family: Special_Text;
    src: url(/Static/FONTS/Takota-7LRl.otf);
}


:root {
    --Dark: #000;
    --Yellow: #f9b54c;
    --Teal: #4d757f;
    --Mustard: #be7320;
    --Light: #fff;
    --Color_Para: #868484;
    --Heading: Heading;
    --Paragraph: Paragraph;
    --Special_Text: Special_Text;
}


/* FORM LAST_STARTS_HERE */
/* FORM LAST_STARTS_HERE */
/* FORM LAST_STARTS_HERE */
/* FORM LAST_STARTS_HERE */
/* FORM LAST_STARTS_HERE */
/* FORM LAST_STARTS_HERE */
/* FORM LAST_STARTS_HERE */




@media only screen and (max-width:2100px) {

    .form-inputs {
        margin-top: 20px;
    }

    .right-form {
        display: flex;
        flex-flow: column;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 50px;
        width: 50%;
        text-align: center;

    }

    .butt2-form {
        background-color: snow;
        color: white;
        font-size: 18px;
        border: 2px solid var(--Light);
        padding: 8px 30px 8px 30px;
    }

    .butt1-form {
        text-align: start;
        background-color: transparent !important;
        padding: 2.5% 5% 2.5% 5%;
        font-size: 25px;
        color: var(--Light) !important;
        width: 60%;
        border: none !important;
        font-weight: 400;
        outline: none;
        border-bottom: 2px solid var(--Light) !important;
    }

}


/* MOBILE VIEW CSS MEDIA */

@media only screen and (max-width:1540px) {

    .form-content-right {
        font-size: 15px;
        color: var(--Dark);
    }

    .input-email {
        line-height: 1.8rem;
        border: 1px solid grey;
        color: #5d5d5d;
        font-size: 18px;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: transparent;
    }

    .butt2-form {
        background-color: snow;
        color: white;
        font-size: 18px;
        border: 2px solid var(--Light);
        padding: 8px 30px 8px 30px;
    }


    .butt1-form {
        text-align: start;
        background-color: var(--Light);
        padding: 1.5% 5% 1.5% 5%;
        font-size: 20px;
        color: var(--Light);
        width: 60%;
        border: none !important;
        font-weight: 400;
        outline: none;
        border-bottom: 2px solid var(--Light) !important;
    }
}

@media only screen and (max-width:900px) {

    .form-content {
        padding-left: 10px;
        width: 90%;
    }

    .right-form {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        border-radius: 5px 5px 5px 5px
    }

}




.input-email {
    line-height: 1.8rem;
    border: 1px solid grey;
    color: #5d5d5d;
    font-size: 18px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: transparent;
}

.right-form {
    display: flex;
    flex-flow: column;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: var(--Light);

    text-align: center;
}

.forms {
    display: flex;
    flex-flow: row;
    width: 100%;
    gap: 20px;
}

.right-form,
.left-form {
    flex: 1 1 50%;
    padding: 2% 5%;
    box-sizing: border-box;
    text-align: center;

}

.right-form {
    background-color: var(--Dark);
    color: var(--Light);
    border-radius: 5px;
}

.left-form {
    background-color: var(--Light);
    color: var(--Dark);
    border-radius: 5px;
    
position: relative;
}

.left-form-inner {
align-self: center;
width: 100%;
height: 100%;
}

.form-desc {
    font-size: 2em;
    font-family: var(--Special_Text);
    margin-bottom: 1em;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.form-heading {
    font-size: 2.5em;
    font-family: var(--Heading);
    font-weight: bold;
    margin: 1em 0;
}

.form-content {
    font-size: 1.3em;
    font-family: var(--Paragraph);
    margin-bottom: 0.5em;
    line-height: 1.5;
}



/* Responsive Styles */
@media (max-width: 900px) {
    .forms {
        flex-flow: column;
    }

    .right-form,
    .left-form {
        flex: 1 1 100%;
        padding: 10%;
    }

}

@media (max-width: 540px) {
    .form-heading {
        font-size: 2em;
        /* 32px */
    }

    .form-desc {
        font-size: 1.6em;
        /* 16px */
    }

    .form-content {
        font-size: 1.1em;
        /* 14px */
    }

    .form-inputs button {
        font-size: 0.875em;
        /* 14px */
        padding: 0.5em 1em;
    }
}


























.platform-box-div-center {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    /* Adjust size as needed */
    height: 100px;
    /* Adjust size as needed */
    margin: 10px;
    border-radius: 50%;
    /* Makes the icon circular */
    background-color: var(--LightGray);
    /* Background color */
    cursor: pointer;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.platform-box-div-center img {
    width: 100%;
    /* Icon size inside the box */
    height: auto;
    /* Icon size inside the box */
    object-fit: contain;
}

.platform-box-div-center:hover {
    transform: scale(1.1);
    /* Slight zoom effect on hover */
    background-color: var(--DarkGray);
    /* Change background on hover */
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .platform-box-div-center {
        width: 50px;
        height: 50px;
    }
}

/* FORM BUTTON LAST */

.Form_Button_1 {
    outline: none;
    color: #fff;
    background: #000;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    border: 2px solid var(--Mustard);
    padding: 2% 5%;
    font-weight: 600;
    font-family: var(--Paragraph);
    letter-spacing: 2px;
}

.Form_Button_1:before {
    content: '';
    background: linear-gradient(45deg, #270cf3, var(--Mustard));
    position: absolute;
    top: -5px;
    left: -5px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    animation: glowing_1 15s linear infinite;
    opacity: 0;
    transition: opacity .5s ease-in-out;
    border-radius: 10px;
}

.Form_Button_1:active {
    color: #000;
    /* WHEN BUTTON CLICK */
}

.Form_Button_1:hover:before {
    opacity: 1;
}

.Form_Button_1:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing_1 {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}

@media only screen and (max-width:2000px) {
    .Form_Button_1 {
        font-size: 1.2em;
    }
}

@media only screen and (max-width:1500px) {
    .Form_Button_1 {
        font-size: 1.2em;
    }
}

@media only screen and (max-width:1250px) {
    .Form_Button_1 {
        font-size: 1.2em;
    }
}

@media only screen and (max-width:1024px) {
    .Form_Button_1 {
        font-size: 1.2em;
        padding: 2% 5%;
    }
}

@media only screen and (max-width:650px) {
    .Form_Button_1 {
        padding: 2% 5%;
    }
}