/*mobile view */
html,body {
    padding:0;
    margin:0;
    background-color: #13322B;
}

.main-wrapper {
    background-color: #13322B;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    color: #FFF;
    
    
} 

.logo-wrapper {
    margin: 60px auto 0; 
    
}

.logo-wrapper img {
    width: 250px;
    max-width: 100%;
}

.content-wrapper {
   padding-top: 30px;
   padding-bottom: 40px;
    
}
.paragraph-wrapper {
    color: #FFF;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 29px; 
    letter-spacing: 2.6px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 30px;
    
  }
 .contact-info{
    padding-top: 15px;
    padding-bottom: 20px;
    border-top: 1px solid  rgba(255, 255, 255, 0.10);;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);;
 }
 
.contact-url a {
    font-size: 24px;
    font-weight: 800;
    line-height: normal;
    text-decoration: none;
    text-decoration-line: underline;
    color: #FFF;

}

.link-button {
    /* padding-top: 30px;
    padding-bottom: 30px; */
    /* padding-left: 20px; */
    /* padding-right: 20px; */
}


.link-button {
    padding: 30px 20px;
    /* padding: 20px 30px; */
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 1.34px;
    text-transform: uppercase;
    
}
/* .link-button a img{
    transition: 0.3s ease-in-out;
    width:20px;
} */

.inves-section{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.inves-link{
    font-size: 24px;
    font-weight: 800;
    line-height: normal;
    text-decoration: none;
    text-decoration-line: underline;
    color: #FFF;
}




@media (min-width: 768px) {
   
    .logo-wrapper {
        margin: 60px auto 0;
      }

    .logo-wrapper img {
        width: 300px;
        max-width: 100%;
    }
    .content-wrapper {
        padding-bottom: 30px;
        
    }

    .contact-info {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .paragraph-wrapper {
        padding: 40px 70px;
        font-size: 20px;
    }
    .link-button {
        /* padding-bottom: 50px; */
    }
}

@media (min-width: 992px) {
    
    .content-wrapper {
        position: relative;
        text-align: center;
      
    }
    
    
}

@media (min-width: 1200px) {

    .main-wrapper {
        font-size: 1.0416666667vw;
        display: flex;
        align-items: center;
    }
    
    .logo-wrapper {
        margin: 3.6458333333vw auto 0;
      }

    .logo-wrapper img {
        width: 18.0208333333vw;
        max-width: 100%;
    }

    .content-wrapper {
        position: relative;
        text-align: center;
        padding-top: 1.0416666667vw;
        padding-bottom: 1.5625vw;
        
    }
    .paragraph-wrapper {
        padding: 2.6458333333vw 21.875vw;
        font-size: 1.0416666667vw;
        line-height: 1.5104166667vw;
        letter-spacing: 0.1354166667vw;
    }

    .contact-info {
        padding-top: 1.5625vw;
        padding-bottom: 1.5625vw;
    }

    .contact-url  {
       display: flex;
       gap: 3.6458333333vw;
       align-items: center;
       justify-content:center;
    } 

    .contact-url a {
        font-size: 1.25vw;
    }

    .link-button {
        padding-top: 2vw;
        padding-bottom: 2vw;
        /* padding-left: 1.0416666667vw; */
        /* padding-right: 1.0416666667vw; */
    }
    .link-button {
        /* width: 15.625vw;
        padding: 1.0416666667vw 1.5625vw;
        gap: 0.5208333333vw;
        border-radius: 0.2604166667vw; */
        font-size: 1.3vw;
        letter-spacing: 0.121875vw;
        
    }
    
    /* .link-button a img{
        width: 1.0416666667vw;
    }
  
   .link-button a:hover{
        background: #A8D508;
        gap: 1.0416666667vw;

}
    .link-button a:hover img{
        transform: rotate(45deg);    

} */
    .inves-section{
        flex-direction: unset;
        gap: unset;
        margin: 0 auto;
        width: fit-content;
        /* display: flex; */
        justify-content: center;
        /* gap: 4vw; */

    }
    .inves-link{
        font-size: 1.25vw;
        margin-right: 4vw;
        
    }
    .inves-link:last-child{
        margin-right: 0;
    }

}