@font-face {
    font-family: 'Proxima_Nova_Soft';
    src: url('../../fonts/FontsFree-Net-Proxima-Nova-Soft-W03-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Big_Shoulders_Text';
    src: url('../../fonts/BigShouldersText-Regular.ttf') format('truetype');

}
@font-face {
    font-family: 'Nunito-Regular';
    src: url('../../fonts/Nunito-Regular.ttf') format('truetype');

}
@font-face {
    font-family: 'Nunito-SemiBold';
    src: url('../../fonts/Nunito-SemiBold.ttf') format('truetype');

}

body {
    font-family: 'Proxima_Nova_Soft';
    background-color: #BA0767;
    overflow-x: clip;
    box-sizing: border-box;
    overflow-y: scroll;
    margin: 0;
    height: 100vh;
    width: 100vw;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

body::-webkit-scrollbar {
    display: none;
    scroll-behavior: smooth;
}

section {
    position: relative;
    height: 100vh;
    width: 100vw;
    scroll-behavior: smooth;
    overflow-x: clip;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;

}

a {
    text-decoration: none;
    color: white;
}

#home {
    height: auto !important;
    background-image: url(../../images/br_point.png);
    color: white;
    background-color: #211E1F;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

#home h1 {
    font-family: 'Big_Shoulders_Text';
    font-size: calc(5vw + 4vh);
    font-weight: 400;
    letter-spacing: -1.5px;
    text-transform: uppercase;
    /* position: relative; */
    margin-bottom: 0px;
    margin-top: 29vh;
}

.div_home {
    width: 80vw;
    padding-left: 8vw;
}

#eclipse {
    position: relative;
    width: 6vw;
    top: 0vh;

}

.div_image_home {
    display: flex;
    align-items: flex-end;
    position: absolute;
    justify-content: flex-end;
    bottom: 0vh;
    height: 50vh;
    flex-wrap: wrap;
    padding-left: 90vw;
    flex-direction: row;
}

.form_contact_div {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

.form_contact {
    display: flex;
    flex-direction: column;
    width: 90vw;
    align-content: center;
    align-items: flex-start;
}

#name {
    width: 100%;
    height: 10vh;
    background-color: transparent;
    border-bottom: 2px solid #7a7373;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    font-size: 3vw;
    color: #F6F7F86E;
}

#name::placeholder {
    font-weight: 400;
    font-size: 3vw;
    color: #F6F7F86E;
    opacity: 43%;
}

input {
    margin-top: 10vh;
}

.custom-file-upload {
    margin-top: 10vh;
    display: flex;
    align-items: center;
}

.upload-icon {
    width: 1.2vw;
    margin-right: 1vw;
}

.upload-text {
    font-weight: 400;
    font-size: 1.25vw;
    color: #F6F7F8;
}

.submit {
    height: 10vh;
    width: 100%;
    border: 0px;
    border-radius: 10vw;
    background-color: #BA0767;
    color: #fff;
    font-size: 1.5vw;
    font-weight: 400;
    margin-bottom: 10vh;
}

#contact {
    color: white;
    background-color: #BA0767;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    height: 80vh !important;
}

.contact_content {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    z-index: 999;
}

.contact_text {
    display: flex;
    width: 90vw;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
    height: 75vh;
    position: relative;
    left: 8vw;
}

.contact_text p {
    line-height: 4.5vh;
    font-family: 'Proxima_Nova_Soft';
    font-size: 1.4vw;
    align-content: center;
    text-align: left;
    width: 34vw;
    font-weight: 400;
    margin-top: -2vh;
}

.contact_text h1 {
    line-height: 0vh;
    font-size: 7vw;
    font-weight: 400;
    letter-spacing: -0.05em;
}

.contact_info {
    position: absolute;
    display: flex;
    width: 90vw;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    left: 8vw;
    top: 50vh;
}

.contact_info p {
    display: flex;
    font-size: 1.5vw;
    letter-spacing: 0.5px;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.contact_info img {
    width: 1.3vw;
    padding-right: 1vw;
}

.bg_circle_contact {
    display: flex;
    position: absolute;
    /* bottom: 0vh; */
    width: 100vw;
    height: 100vh;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    z-index:-1;
}

.circle1_contact {

    display: flex;
    width: calc(35vw + 35vh);
    height: calc(35vw + 35vh);
    border: 0.1px solid #F6F7F84D;
    border-radius: 50%;
    position: relative;
    bottom: 53vh;
    left: -9vw;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.circle2_contact {
    display: flex;
    width: calc(10vw + 10vh);
    height: calc(10vw + 10vh);
    border: 0.1px solid #F6F7F84D;
    border-radius: 50%;
    position: relative;
    top: 19vh;
    left: 28vw;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.social_media {
    display: flex;
    position: absolute;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
    width: 90vw;
    top: 65vh;
    left: 8vw;
    z-index:999;
}

.social_media img {
    width: 3.5vw;
    padding-right: 2vw;
}

.social_media a:first-child {
    padding-left: 2vw;
}

hr{
    background-color: black;
    /* height: 0.5px; */
    width: 25vw;
    opacity: 25%;
    
}

.bottom {
    display: flex;
    position: absolute;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    z-index :   999;
}

.menu {
   display: flex;
    position: absolute;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: nowrap;
    width: 45vw;
    left: 8vw;
    top: 33vh;
}

.menu a {
    font-size: 1.1vw;
}

.copyright {
    display: flex;
    position: absolute;
    width: 50vw;
    top: 31vh;
    left: 67vw;
}

.copyright p {
    font-size: 1.1vw;
}
#logo_contact{
    display: none;
}
@media (max-width : 1024px){
    #home h1 {
  
  margin-top: 20vh;
}
#name::placeholder {
   
    font-size: 4vw;
   
}
#name {
    
    font-size: 4vw;
}
#eclipse {
 
  width: 8vw;
}
.upload-text {
  
  font-size: 3.25vw;
}
.upload-icon {
  width: 2.2vw;
  margin-right: 3vw;
}

.submit {
  height: 5.5vh;
 
  font-size: 4.5vw;
 
}
 .circle1_contact {
   
    bottom: 20vw;
    }
    .circle2_contact {
   
    top: 22vw;
    }
    .contact_text p {
   
    font-size: 3vw;
    width: 71vw;
    margin-top: 1vh;
    
    }
  .contact_info {
  
    top: 30vh;
  
}
.contact_info p {
   
    font-size: 3vw;
    
}
.contact_info img {
  width: 2.5vw;
  
}
.social_media {
    top: 50vh;
}
.social_media img {
   width: 5.5vw;
}
.menu {
    top: 33vw;
    left: 1vw;
}
.menu a {
    font-size: 1.9vw;
}
.copyright {
    display: flex;
    position: absolute;
    width: 50vw;
    top: 32vw;
    left: 50vw;
}
.copyright p {
    font-size: 2vw;
}
.bottom {
   
    top: 53vh;
}
}
@media (max-width : 768px) {
    #home h1 {
        letter-spacing: -2.5px;
        line-height: 18vw;
        width: 95vw;
        font-size: calc(6vw + 5vh);
        margin-top: 30vw;
    }
    #eclipse {
        width: 15vw;
    }
    .circle1_contact {
        display: flex
;
        width: 100vw;
        height: 100vw;
        border: 0.1px solid #F6F7F84D;
        border-radius: 50%;
        position: relative;
        bottom: 22vh;
        left: 1vw;
        justify-content: flex-start;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .circle2_contact {
        top: 22vw;
    }
    .circle2_contact {
        display: flex
        ;
                width: calc(10vw + 10vh);
                height: calc(10vw + 10vh);
                border: 0.1px solid #F6F7F84D;
                border-radius: 50%;
                position: relative;
                top: 9vh;
                left: 50vw;
                justify-content: flex-end;
                align-content: center;
                align-items: center;
                flex-wrap: wrap;
    }
    .contact_text {
        display: flex
    ;
        width: 90vw;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        align-content: center;
        height: 75vh;
        position: relative;
        left: 8vw;
        top: 27vw;
        z-index: 999;
    }
    .contact_text h1 {
        line-height: 0vh;
        font-size: 11vw;
        font-weight: 400;
        letter-spacing: 0.1em;
    }
    .contact_text p {
        font-size: 4.5vw;
        width: 90vw;
        margin-top: 1vh;
        text-align: center;
    }
    .contact_info {
        position: absolute;
        display: flex;
        width: 90vw;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        left: 8vw;
        top: 35vh;
        z-index: 999;
    }
    .contact_info img {
        width: 3.5vw;
    }
    .contact_info {
        top: 34vh;
    }
    .contact_info p {
        font-size: 5vw;
    }
    .social_media img {
        width: 8vw;
    }
    hr {
        width: 18vw;
        opacity: 25%;
    }
    .social_media {
        top: 56vh;
    }
    .menu a {
       
        font-size: 4vw;
       
    }
    .menu {
        display: flex
    ;
        position: absolute;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
        width: 83vw;
        left: 8vw;
        top: 24vw;
        z-index: 999;
    }
    .copyright {
        display: flex;
        position: absolute;
        width: 83vw;
        top: 36vw;
        left: 10vw;
    }
    .copyright p {
        font-size: 3vw;
    }
    #logo_contact{
   
        width: 32vw;
        position: relative;
        top: 19vw;
        left: 37vw;
        display: block;
}
#contact #logo{
    display: none;
}
#name::placeholder {
   
    font-size: 8vw;
   
}
#name {
    
    font-size: 8vw;
}
.upload-text {
    font-size: 6vw;
    font-family: 'Nunito-Regular';
}
.submit {
    height: 8.5vh;
    font-size: 4.5vw;
    text-transform: uppercase;
}
}