@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;1,400&family=PT+Serif:wght@700&family=Raleway:wght@300;500;600;700&family=Roboto+Condensed&family=Source+Sans+Pro:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Serif&display=swap');


*{
    margin: 0;
    padding: 0;
}

.container{
    display: flex;
    flex-direction: row;
    font-family: 'Open Sans', sans-serif;
    /* padding-right: 100vw; */
}

.logo{
    position: absolute;
    top: 10vh;
    left: 5vw;
}

.logo img{
    height: 45px;
}

.left-image{
    width: 33vw;
    overflow: hidden;
}

.left-image img{
    height: 100vh;
    margin-left: -4vw;
}

nav{
    display: flex;
    flex-direction: row;
    /* justify-content: space-between; */
    align-items: center;
    margin-top: 8vh;
    margin-left: 1vw;
    height: 10vh;
    /* justify-content: space-between; */
    width: 60vw;

}

.nav-line{
    height: 2px;
    width: 25vw;
    background-color: #000000;
}

.nav-list ul{
    width: 35vw;
    display: flex;
    flex-direction: row;
    list-style: none;
    justify-content: space-between;
    margin-left: 3vw;

    /* padding: 0 3vw; */
}

.list-item{
    opacity: 0.6;
}

.list-item:hover{
    cursor: pointer;
    color: #000000;
    opacity: 1;
}

.header{
    /* margin-top: 5vh; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 61vw;
}

.header-description{
    display: flex;
    flex-direction: row;
    /* justify-content: space-between; */
}

.header-left{
    width:38vw;
    font-family: 'PT Serif', sans-serif;

}

.header-left h1{
    font-size: 135px;
    line-height: 115px;
    margin-left: 1vw;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    color: #ffffff;

}

.header-left h2{
    font-size: 135px;
    line-height: 115px;
    margin-left: 12vw;
}

.header-middle{
    width: 10vw;
    margin-left: 1vw;
    font-size: 30px;
    font-family: 'PT Serif', sans-serif;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    opacity: 0.6;
}

.header-right{
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 27vh;
    margin-top: 2vh;
}

.header-right img{
    height: 20px;
}

.package-button{
    /* margin-right: 2vw; */
    /* float: right; */
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    /* align-items: center; */
}

.package-button button{
    margin-right: 5vw;
    margin-top: 4vh;
    /* float: right; */
    border: none;
    padding: 15px 55px;
    font-size: 17px;
    color: #ffffff;
    background-color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.features{
    font-family: 'Open Sans', sans-serif;
    margin-top: 4vh;
    display: flex;
    flex-direction: row;
}

.features-left{
    /* list-style-type: circle; */
    width: 12vw;
}

.feature{
    font-size: 23px;
    list-style-type:  none;
}

.features-left ul li::before {
    display:inline-block;
    vertical-align:middle;
    position: absolute;

    width:            12px;
    height:           12px;
    border-radius: 50%;
    background-color: #000000;
    margin-right:     8px;
    content:          ' ';
    opacity: 0.6;

  }

.feature{
    font-size: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 25px;

}

.feature span{
    margin-left: 30px;
    opacity: 0.6;
}

.feature:hover span{
    opacity:1;
    cursor: pointer;
}

.features-left ul li:hover::before {
    position: absolute;
    display:          inline-block; 
    vertical-align:   middle;
    
    width:            20px;
    height:           20px;
    border-radius: 50%;
    background-color: #000000;
    margin-right:     8px;
    content:          ' ';
    margin-left: -3.5px;
    opacity: 0.8;
  }


/* .feature:hover  .bottom-line {
    background-color: #24bee1;
} */

.bottom-line{
    position: absolute;
    width: 2px;
    height: 68vh;
    margin-left: 5.5px;
    margin-top: 10px;
    background-color: #000000;
    opacity: 0.6;
    z-index: -1;
}

.features-middle{
    margin-left: 4vw;
}

.features-middle h1 img{
    height: 40px;
}

.features-middle h2{
    font-size: 23px;
    margin-top: 10px;
    width: 33vw;
}

.bottom-image img{
    margin-top: 25px;
    width: 540px;
}

.arrow-image{
    margin-left: 10px;

}

.arrow-image img{
    margin-top: 14vh;
    height: 40vh;
}