
body{
    font-family: Helvetica, Arial, sans-serif;
    margin: 0;
    color: white;


}
.wrapper{
    display: flex;
    justify-content: center;
    flex-direction: row;
    max-width: 1300px;
    margin: auto;
    align-items: center;

}
.section-hero{
    height: 425px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}

@media screen and (max-width: 1300px) {
.wrapper{
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 1080px;
    margin: auto;
    align-items: center;
    height:
     fit-content;
}
.section-hero {
    height: 820px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}
}

a{
    text-decoration: none;
}
.header.title{
    height: auto;
    font-weight: bold;
    display: flex;
    align-items: center;
    font-size: 25px;
}
.header{
    background-color: rgb(37, 106, 227);
    height: 80px;
    display: flex;
    justify-content: center;
    position: sticky;
    z-index: 2;
    top: 0px;
    
}
.content{
    max-width: 1080px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;

}
.menu-item{
    background-color: white;
    color: rgb(37, 106, 227);
    padding: 10px;
    font-weight: bolder;
    border-radius: 10px;
    /* margin-right: 24px; */
    margin-left: 88px;
}
.item{
    margin: 17px 63px;
    text-decoration: none;
    color: white;
}
.item-main{
    text-decoration: none;
    color: white;
}
.menu{
    height: auto;
    display: flex;
    background-color: rgb(37, 106, 227);
    border-radius: 0px 0px 50px 50px;
}
.small-logo{
    width: 25px;
    margin-right: 10px;
}
.big-logo{
    height: 30%;
    margin: 10px;
}
.big-logo-no-margin{
    height: 100%;
    margin-bottom: 10px;
}
.big-logo-no-height{

    margin-bottom: 10px;
}
.contact{
    height: 73px;
    display: flex;
    align-items: center;
    color: rgb(37, 106, 227);
    font-size: 25;
    justify-content: center;
    background: white;
    padding: 0 350;
    font-weight: bolder;
    margin: 20;
    border-radius: 50px;
}



.section.sec{
    background-color: rgb(226, 226, 228);
    
}

.section-sml{
    padding: 40px;
    min-width: 250px;
    background-color: rgb(37, 106, 227);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    
}
.sec-title{
    font-weight: bolder;
    font-size: 30;
}

.img-frame{
    width: 500px;
    height: 560px;
    overflow: hidden;
    margin: 0 50;
    position: relative;
}
.img-frame img {
    height: 100%;
    transition: 0.5s all ease-in-out;
    filter: brightness(70%);
    transform: translate(-73px, 10px);
}

  
.img-frame:hover img {
    transform: scale(1.2);
}

.bullet-wrapper{

}
.bullet-list{
    color: #919191;
}
.footer{
    background-color: rgb(37, 106, 227);
    height: 200px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
    padding: 0%20%;
}
.footer-call{
    color: white;
}
.big-text{
    font-size: x-large;
}

#hero-image{
    background: rgb(37, 106, 227);
    background-size: cover;
    background-position: center;
}

.welcome-text{
    font-size: 50px;
    font-weight: bolder;
    width: 100%;
}
.sec-welcome-text{
    font-size: 20px;
    font-weight: normal;
    width: 100%;
    margin-bottom: 20px;

}

.col{
    display: flex;
    flex-direction: column;
    width: 50%;
    margin: 30;
}

.slide-wrap{
    display: flex;
    justify-content: center;
    height: 700px;
    align-items: center;
}


.slide{
    display: flex;
    align-items: center;
    margin: 30px;
    height: 100%;
}
.slide-sub{
    font-weight: bolder;
    font-size: 30;
    text-align: center;
    color: black;
    width: 500;
}
.section-title{
    color:black;
    font-size: 30px;
    width:80%;
    padding: 0% 10%;
    text-align: center;
}
.title-slide{
    color:black;
    font-size: 20px;
    padding: 0% 10%;
    font-weight: bold;
}
.section{
    min-height: 700px;
    
    padding: 40px;
}

form{
    color: black;
}


.action-btn{
    height: 65px;
    width: 32%;
    font-family: Helvetica, Arial, sans-serif;
    background-color: rgb(37, 106, 227);
    color: white;
    text-decoration: none;
    font-weight: bolder;
    text-align: center;
    display: flex;
    align-items: center;
    font-size: 17px;
    padding: 3px;
}

.sec-text-slide{
    color: black;
    font-weight: lighter;
    text-align: justify;
}
.slide-btn{
    background-color: rgb(37, 106, 227);
    width: 100px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20;
}
.margin-auto{
    margin: auto;
}
.just-center{
    display: flex;
    justify-content: center;
}
.flow-right{
    display: flex;
    flex-direction: row;
}
.input{
    width: 300px;
    box-sizing: content-box;
    border-radius: 0;
    height: 38px;
    margin: 5px;
    border-color: gray;
    padding: 5px 20px;
}
form{
    display: flex;
    flex-direction: column;
    align-items: center;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgb(180, 180, 180);
    font-family: Arial, Helvetica, sans-serif;
  }

  .footer-sml{
    text-align: center;
  }

  .img-showcase{
    width: 30%;
    margin: 10px;
  }

  .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 200vh;
    display: none;
}
.popup-img {
    position: fixed;
    width: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.form-wrapper{
    margin: 50px;
    width: 500;
}

.slideshow ul {
    display: flex;
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}
.slideshow-wrapper{
    width: 100%;
    overflow: hidden;
}

article {
    display: flex;
    width: 100%;
    animation: bannermove 50s linear infinite;
}

article.paused {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

@keyframes bannermove {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  li {
    width: 100%;
  }
  .img-slide{
      width: 700px;
  }