@font-face {
    font-family:'MyJostRegular';
    src: url('../fonts/JostRegular.woff2') format('woff2'),
    url('../fonts/JostRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
 
}

@font-face {
    font-family:'MyJostSemiBold';
    src: url('../fonts/JostSemiBold.woff2') format('woff2'),
    url('../fonts/JostSemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
 
}

.container{
    padding:0 60px;
    overflow-x: hidden;
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
}


h1{
    font-family:'MyJostSemiBold';
    font-size: 96px;
    color: #000;

}

h2{
    font-family: "MyJostRegular";
    font-size:48px;
    color: #000;


}

h3{
    font-family: "MyJostSemiBold";
    font-size:28px;
    color: #000;

}

h4{

    font-family: "MyJostRegular";
    font-size:24px;
    color: #000;


}

h5{
    font-family: "MyJostSemiBold";
    font-size:32px;
    color: #000;

}

h6{
    font-family: "MyJostRegular";
    font-size:32px;
    color: #000;

}

p{

    font-family: "MyJostRegular";
    font-size:20px;
    color: #000;


}

a {
    text-decoration: none;
}
.button:hover{
    background-color: #fff;
    color: #000;
}
}



header{

}

nav{
    display: flex;
    line-height: 54px;
    padding: 30px 0;

}

ul{

}

.navOptions{
    margin-left: auto;
    display: flex;
    gap: 30px;
}

.navText{
    font-family: "MyJostRegular";
    font-size:24px;
    color: #000;
    font-size:20px;
}
.navText:nth-of-type(4){
    margin-right: 0;
}

.heroSection{
    height:720px;
    background-color: gray;
    position: relative;
    margin-bottom:60px;
}

.heroHeading{
    position: absolute;
    color: white;
    top: 142px;
    left: 79px;
}

.heroHeaderH5{
    position: absolute;
    top: 381px;
    left: 79px;
    color: white;
}

.heroParagraph{
    color: white;
    position: absolute;
    left: 79px;
    top: 425px;
    line-height: 24px;

}

.cta{
    position: absolute;
    left: 79px;
    top: 510px;
}

.button{
    text-decoration: none;
    font-family: "MyJostRegular";
    font-size:24px;
    color: #fff;
    padding:10px 20px ;
    border: solid #fff;
}
.viewButton{
    text-decoration: none;
    font-family: "MyJostRegular";
    font-size:24px;
    color: #fff;
    padding:10px 20px ;
    border: solid #fff;
}

.ctaButton{
    margin-right: 30px;

}

.homeBox{
    margin-bottom: 60px;

}

.homeSectionBox{
    height:620px ;
    background-color: pink;
}

.homeTextSection{
    height: 138px;
    background-color:#D9D9D9 ;
    display: flex;

}
.homeCardHeader{
    width:280px;
    padding:32px 60px ;

}

.homeDescription{
    width:597px ;
    padding-top: 32px;
    line-height: 24px;
}

.homeButton{
    width: 141px;
    text-align: center;
    height: 54px;
    line-height: 54px;
    padding: 0;
    margin-top: 32px;
    color: #000;
    border: solid #000;
    margin-left: 60px;
    font-size: 24px;
    font-family: "MyJostRegular";
}

.homeButton:hover{
    background-color: black;
    border: solid black;
    color: #fff;
}

footer{
    background-color: #000;
    margin-top: 60px;
    padding-bottom:60px;
}

.p1{
    color: #fff;
    width: 470px;
    line-height: 24px;
}

.pOne{
        padding-top: 60px;
        padding-bottom: 30px;
}

.footerRight{
        padding-top: 60px;
        margin-left: auto;

}

.p30{

    margin-bottom: 30px;
    color: #fff;
}

.footerFlex{
    display: flex;
}

.line{
    background-color: #fff;
    height: 2px;
    width: 100%;
    margin-bottom: 30px;
}
.footerFlexTwo{
    display: flex;
}

.icons{
    margin-left: auto;
}

nav a {
  position: relative;
  text-decoration: none;
}

nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 0;
  height: 2px;
  background-color: #000;
  transition: width 0.3s ease;
}

nav a:hover::after {
  width: 100%;
}

.hugeHeader{
    font-family: "MyJostSemiBold";
    font-size: 96px;
    color: #000;
    padding:60px 0 30px 0;
}
.black{
    background-color: #000;
    height: 3px;
    margin-bottom: 120px;
}
img {
    max-width: 100%;
    height: auto;
}

