body, html{
    margin:0;
    padding:0;
    font-size:16px;
    font-family: Arial, Helvetica, sans-serif;
}

a{
    outline: none;
    text-decoration: none;
}
/* mobile version */
.logo{
    height: 100px;
    width: 600px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 50px;
    padding: 6px;
    border: 2px solid black;
    color: black;
    text-align: center;
    margin-top: 80px;
    transition: transform .2s;

}
.dash {
    display: inline-block;
    height: 3px;
    width: 10px;
    background-color: black;
    animation: blink .5s infinite linear;
    
}

.logo:hover{
    transform: scale(1.1);
}

.section-1{
    display: flex;
    justify-content: center;
    background-color: rgb(241, 241, 241);
}

.text{
    width: 600px;
    text-align: center;
}

.expand{
    margin-bottom: 10px;

}

.expand-content{
    display: none;
}

.section-2{
    display:flex;
    height: 420px;
    margin-top: 10px;
    /*
    background: rgb(77,77,77);
    background: linear-gradient(90deg, rgba(77,77,77,1) 0%, rgba(55,55,55,1) 50%, rgba(77,77,77,1) 100%);
    */
    background-image: radial-gradient( circle farthest-corner at 10% 20%,  rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% );
    justify-content: center;
    overflow: auto;
}

.section-3{
    margin-top: 20px;
    padding: 0 0 20px 20px;
    background-color: rgb(241, 241, 241);
    width: 100%;
    height: 570px;
    display: flex;
    position: relative;
}

.section-4{
    display: flex;
    height: 550px;
    width: 48%;
    float: left;
    position: relative;
    background-color: white;
    
}

.section-4-1{
    height: 550px;
    width: 48%;
    background-color: white;
    float:left;
    position: relative;
    display: flex;
}

.section-4-image{
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;

}

.section-5{
    display:flex;
    height: 350px;
    color: white;
    background-image: linear-gradient( 135.8deg,  rgba(26,26,29,1) 27.1%, rgba(111,34,50,1) 77.5% );
    padding: 20px;
    justify-content: center;
}

.footer{
    background-color: #373737;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
}

p{ 
    padding: 10px;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif; 
    font-size: 20px; 
    font-style: normal; 
    font-variant: normal; 
    font-weight: 400; 
    line-height: 30px; 
}

p::first-letter { 
    font-size: 150%;
    font-family: Arial, Helvetica, sans-serif;
}

h1{
    margin: 0;
    padding: 5px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}

.float_right{
    float:right;
}

.circle{
    position: relative;
    padding: 10px;
    border-radius: 50%;
    width: 180px;
    height: 180px; 
    background-color: white;
    margin: 40px 30px 20px 50px;
    text-align: center;
    transition: transform .2s;
    display: block;

}

.circle:hover{
    transform: scale(1.1);
}

.bold{
    font-weight: bold;
}

.stuck {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
}

.button_1{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
    font-size: 20px;
    text-align: center;
    height: 50px;
    width: 180px;
    border-radius: 20px;
    outline: none;
    border: none;
    transition: width 0.6s; 
    -webkit-transition:width 0.6s; 
    margin-bottom: 10px;
    background-color: #6b88d6;
}

.button_1:hover{
    cursor: pointer;
    width: 250px;
    border: 1px solid white;
}

.title{
    position: absolute;
    z-index: 10;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 1.5px;
    text-shadow: 1px 1px #373737;
}

.section-5-font{
    height: 100px;
    width: 100%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 50px;
    padding: 6px;
    color: white;
    text-align: center;
    transition: transform .2s;

}

.section-5-price{
    height: 100px;
    width: 100%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 50px;
    padding: 6px;
    border-bottom: 2px solid white;
    color: white;
    text-align: center;
    margin-top: 20px;
    transition: transform .2s;
}

.footer-logo{
    height: 80px;
    width: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 40px;
    border: 1px solid #fff;
    color: #fff;
    transition: transform .2s;
    margin-bottom: 8px;
}

.footer-contact{
    width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}

.section-5-font-2{
    margin-top: 5px;
}

/* title styles */
.home-title span{
    position: relative;
    overflow: hidden;
    display: block;
    line-height: 1.2;
}

.home-title span::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: white;
    animation: a-ltr-after 2s cubic-bezier(.77,0,.18,1) forwards;
    transform: translateX(-101%);
}

.home-title span::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--bg-color);
    animation: a-ltr-before 2s cubic-bezier(.77,0,.18,1) forwards;
    transform: translateX(0);
}

.home-title span:nth-of-type(1)::before,
.home-title span:nth-of-type(1)::after{
    animation-delay: 1.3s;
}

.home-title span:nth-of-type(2)::before,
.home-title span:nth-of-type(2)::after{
    animation-delay: 1.6s;
}

.home-title span:nth-of-type(3)::before,
.home-title span:nth-of-type(3)::after{
    animation-delay: 1.9s;
}

.home-title span:nth-of-type(4)::before,
.home-title span:nth-of-type(4)::after{
    animation-delay: 2.1s;
}

.home-title span:nth-of-type(5)::before,
.home-title span:nth-of-type(5)::after{
    animation-delay: 2.4s;
}
@keyframes a-ltr-after{
    0% {transform: translateX(-100%)}
    100% {transform: translateX(101%)}
}

@keyframes a-ltr-before{
    0% {transform: translateX(0)}
    100% {transform: translateX(200%)}
}

@keyframes blink {
    0% {
      opacity: 1;
    }
    99% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

 