@font-face {
    font-family: 'Clarkson';
    src: url('fonts/Clarkson-Regular.woff2') format('woff2'),
         url('fonts/Clarkson-Regular.woff') format('woff'),
         url('fonts/Clarkson-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;}
body{
    scroll-behavior: smooth;
}
*{
    padding: 0;
    margin: 0;
    font-family: 'Clarkson', Helvetica , sans-serif;
}



/*STYLING NAV*/
.hero-page{
    width: 1518px;
    display: block;
    display: block;
  
}

nav , ul {
    display: flex;
   
}
ul li{
   margin: 0 30px; 
   
   
}
ul{
    
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 15%;
  
}

nav {
    position:fixed;
    top: 0;
    width: 100vw;
    height: 10vh;
    display: flex;
    align-items: center;
    background-color: #000;
    color: white;
    z-index: 1;
}

nav .nav-img{
    justify-content: left;
    height: 90px;
     width: 350px;
     filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(10) hue-rotate(180deg);
}
nav .nav-getstart{
  border: none;
  font-weight: bold;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  height: 60px;
  width: 180px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  left: 230px;

}
nav .nav-login{
    position: relative;
    left: 180px;
}
/*STYLING HERO*/
.hero{
    display: inline-block;
}
.hero .hero-page{
 text-decoration: none;  
}
.hero .hero-h1{
    position: absolute;
    top: 300px;
    left: 100px;
    color: white;
    font-size: 90px;
    font-family: serif;
    font-weight: 20;
}
.hero .hero-getstart{
    border: none;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    height: 60px;
    width: 180px;
    left: 100px;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    top: 450px;
    color: black;
    transition: 0.5s ease;
}
.hero .hero-getstart:hover{
    background-color: rgb(0, 0, 0);
    color: white;
}
.hero .hero-p{
    color: rgb(180, 179, 179);
    position: absolute;
    top: 450px ;
    left: 320px;
    font-size: 20px;
}

 
/* Post-Hero */

.post-hero{
    background-color: #EDEDED;
    display: flex;
    margin-top: -10px;
    
}
.post-hero h1{
   margin: 50px 80px; 
   width: 300px;
 
}
.post-hero button{
    border: none;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    height: 60px;
    width: 180px;
    font-size: 18px;
    font-weight: 500;
    background-color: black;
    transition: 0.5s ease;
    color: white;
    position: absolute;
    left :470px;
    top: 0;
}
.post-hero .post-hero-search{
    position: absolute;
    left: 800px;
    margin-top: 70px;
    
}
.post-hero .post-hero-search input{
    border: none;
    width: 400px;
    height: 50px;
    margin-top: 7px;
    font-size: 20px;
    margin-left: 10px;
}
.post-hero-search-bar i {
    margin-left: 20px;
    margin-top: 10px;
    font-size: 18px;
}

.post-hero-search-bar{
    background-color: white;
    height: 60px;
    border-radius: 3px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;

}
.post-hero .post-hero-search input:active{
    outline: none;
    
}
.post-hero a{
    color: black;
   position: relative;
    top: 30px;
    font-family: Verdana, Tahoma, sans-serif;
}
/* section-3 */
.section-3 {
display: flex;
width: 100%;
    height: 700px;
 background-color: #E8E4E4;
}
.section-3-text{
    width: 550px;
    margin-left: 150px;
    margin-top: 100px;

}
.section-3-img{
    margin-top: 100px;
}
/*SECTION 4*/
.section-4{
 padding-bottom: 100px;
}
.section-4-text-1{
    display:inline-block

}
.section-4-text-1 p {
    margin-left: 700px;
    font-size: 20px;
    color: grey;
    width: 700px;
    position: relative;
    top: -125px;

}
.section-4-text-1 h1{
    display: inline-block;
    margin-top: 100px;
    font-size: 50px;
    width: 600px;
    margin-left: 100px;
}
.section-4-text-1 button{
   background-color: white;
    color: rgb(45, 45, 45);
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    height: 60px;
    width: 300px;
    font-size: 18px;
    font-weight: 500;
    transition: 0.5s ;
    border: none;
   padding-left: 10px;
   padding-right: 10px;
   box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
   position: relative;
   top: -100px;
   left: 700px;

}
.section-4-text-1 button:hover{
    background-color: black;
    color: white;
    box-shadow: none;
}
.section-4-text-2{
    display: flex;
 
}
.section-4-text-2 ul{
 display: block;
 position: relative;
 left:-100px ;
 
}
.section-4-text-2 ul li{
    font-size: 40px;
    font-weight: 2;
    font-family:   sans-serif;
}
.section-4-text-2 ul li:hover{
    text-decoration: underline;
}
.section-4-text-2 img{
  margin-left: 100px;
}

/* SECTION 5*/
.section-5{
    background-color: #2E2827;
    color: #fff;
    padding-top: 100px;
  
  
}
.section-5 h1{
    font-size: 120px;
    margin-left: 100px;
    margin-top: 50px;
}
.section-5 h3{
    font-size: 60px;
    margin-left: 100px;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 600px;

}
.section-5 img{
  margin-left: 35px;
}


/*SECTION 5.2 */
.section-5-2{
    display: flex;
    width: 96%;
    margin-top: 30px;
}
.section-5-2 h2{
    margin-left: 35px;
}
.section-5-2 p{
    flex-wrap: wrap;
    flex-direction: column;
    margin-left: 300px;
    width: 700px;
}
.section-5-2 button{
    display: block;
    margin-top: 40px;
    background-color: #2E2827;
    color: #fff;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    height: 60px;
    width: 200px;
    font-size: 14px;
    font-weight: 500;
    transition: 0.5s ;
    border: none;
   padding-left: 10px;
   padding-right: 10px;
   box-shadow: rgba(255, 255, 255, 0.02) 0px 1px 3px 0px, rgba(159, 159, 159, 0.15) 0px 0px 0px 1px;
}
/*SECTION 5.2.2*/
.section-5-2-2 h3{
    margin-top: 200px;
    margin-bottom: 100px;
}
.section-5-2-2-footer{
    display: flex;
    width: 96%;
    margin-top: 30px;

}
.section-5-2-2-footer h2 {
     margin-left: 35px;
}
.section-5-2-2-footer p{
    flex-wrap: wrap;
    flex-direction: column;
    margin-left: 300px;
    width: 550px;
}
.section-5-2-2-footer button{
    display: block;
    margin-top: 40px;
    background-color: #2E2827;
    color: #fff;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    height: 60px;
    width: 200px;
    font-size: 14px;
    font-weight: 500;
    transition: 0.5s ;
    border: none;
   padding-left: 10px;
   padding-right: 10px;
   box-shadow: rgba(255, 255, 255, 0.02) 0px 1px 3px 0px, rgba(159, 159, 159, 0.15) 0px 0px 0px 1px;
}
/* section-5-2-3*/
.secton-5-2-3{
    display: block;
}
.section-5-2-3-left{
    width: 700px;

}
 .section-5-2-3-left h2{
    margin-top: 200px;
    margin-bottom: 20px;
    margin-left: 35px;
 }
 .section-5-2-3-left p{
    margin-left: 35px;
 }
 .section-5-2-3-left button{

    display: block;
    margin-top: 40px;
    background-color: #2E2827;
    color: #fff;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    height: 60px;
    width: 200px;
    font-size: 14px;
    font-weight: 500;
    transition: 0.5s ;
    border: none;
   padding-left: 10px;
   padding-right: 10px;
   box-shadow: rgba(255, 255, 255, 0.02) 0px 1px 3px 0px, rgba(159, 159, 159, 0.15) 0px 0px 0px 1px;
 }
 .section-5-2-3-right {
 display: flex;
 justify-content: right;
 margin-top: -230px;
 margin-right: 40px;

 }


 /* section-5-2-4 */
 .section-5-2-4{
    height: 500px;
 }
  .section-5-2-4-left{
    margin-left: 35px;
    margin-top: 100px;
  }
  .section-5-2-4-right{
    margin-top: 100px;
    width: 550px;
   position: relative;
   left: 800px;
   top: -500px;

  }
  .section-5-2-4-right h2{
    margin-bottom: 20px;
  }
.section-5-2-4-right button{

    margin-top: 40px;
    background-color: #2E2827;
    color: #fff;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    height: 60px;
    width: 250px;
    font-size: 14px;
    font-weight: 500;
    transition: 0.5s ;
    border: none;
   padding-left: 10px;
   padding-right: 10px;
   box-shadow: rgba(255, 255, 255, 0.02) 0px 1px 3px 0px, rgba(159, 159, 159, 0.15) 0px 0px 0px 1px;
   
}

/*SECTION 6 */
.section-6{
    background-color: #D0CCE0;
    padding-top: 50px;
    padding-bottom: 100px;
}
.section-6 h1{
    font-size: 150px;
   letter-spacing: 0cap;
    margin-left: 35px;
    margin-top: 100px;
    width: 800px;
    line-height: 150px;
    font-weight: 100;
}
.section-6-left{
    display: block;
    width: 550px;
   position: relative;
   top: 300px;
   margin-left: 35px;

}
.section-6-left h3{
    font-size: 20px;
    margin-bottom: 20px;

}
.section-6-left p{
    margin-bottom: 20px;
    font-weight: 100;
    font-size: 15px;
    color: #3a3a3a;

}
.section-6-left button{
    background-color: #D0CCE0;
    color: rgb(45, 45, 45);
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    height: 65px;
    width: 270px;
    font-size: 14px;
    font-weight: 500;
    transition: 0.5s ;
    border: none;
   box-shadow: rgba(0, 0, 0, 0.555) 0px 1px 3px 0px, rgba(27, 31, 35, 0.573) 0px 0px 0px 1px;
   margin-top: 40px;
}
.section-6-right{
  margin-left: 50%;
  margin-top: -150px;
}
/*SECTION 7*/
.section-7{
    padding-top: 20px;
    background-color: #E8E4E4;
    padding-bottom: 80px ;
}
.section-7 h1{
    font-size: 100px;
    width: 700px;
    margin-top: 100px;
    margin-bottom: 100px;
    margin-left: 35px;
    line-height: 100px;
 
}
.section-7 p{
    margin-left: 35px;
    font-size: 40px;
    font-weight: 100;
    font-family: sans-serif;
    width: 500px;
    margin-bottom: 50px;
}



.section-7-img-slider{
    width: 90%; /* Define the width of the container */
    height: 600px; /* Define the height of the container */
    overflow-x: auto; /* Enable horizontal scrolling */
    overflow-y: hidden; /* Disable vertical scrolling */
    white-space: nowrap; /* Prevent line breaks within the content */
    margin-left: auto;
    margin-right: auto;
    border-radius: 2px;
}
.section-7-img-slider img{
    width: 800px;
    margin-left: -10px;
    transition: transform 0.3s ease; 
    height: 600px;
    
}
.section-7-img-slider img:hover{
    transform: scale(1.1); /* Zoom in on hover */

}
.section-7-img-slider::-webkit-scrollbar {
    
    height: 20px; /* Height of horizontal scrollbar */
}

.section-7-img-slider::-webkit-scrollbar-track {
    background: #878787; /* Color of the scrollbar track */

}

.section-7-img-slider::-webkit-scrollbar-thumb {
    background: #00000070; /* Color of the scrollbar thumb */
    border-radius: 15px; /* Roundness of the scrollbar thumb */
}

.section-7-img-slider::-webkit-scrollbar-thumb:hover {
    background: #000000; /* Color of the scrollbar thumb on hover */
}
/*SECTION 7.2 */
.section-7-2{
    display: flex;
}
.section-7-2-heading{
    justify-content: left;
}
.section-7-2-heading h1{
    font-size: 50px;
    width: 650px ;
}
.section-7-2-items {
    position: relative;
    top: 100px;
    left: 200px;
}
.section-7-2-items h3 {
font-size: 30px;
margin-bottom: 30px;
margin-top: 30px;
}
.section-7-2-items hr{
    width: 550px;
}
.section-7-2-items span{
   position: relative;
   left: 500px;
   top: -65px;
   font-size: 25px;

}
/*SECTION 7-3*/
.section-7-3{
    margin-top: 200px;
    display: flex;
}
.section-7-3-left{
    margin-left: 40px;
}
.section-7-3-left img{
    width: 700px;
}
.section-7-3-right{
    background-color:#534936;
    flex-direction: column;
    flex-wrap:wrap ;
    width: 700px;
    height: 525px;
}
.section-7-3-right h3{
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin-top: 20%;
    font-weight: 100;
}
.section-7-3-right p{
    font-size: 18px;
    color: #fff;
    width: 400px;
    margin-top: 25px ;
     margin-left: 185px;

}
.section-7-3-right button{
    cursor: pointer;
    background-color: #534936;
    color: #fff;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    height: 65px;
    width: 200px;
    font-size: 14px;
    font-weight: 500;
    transition: 0.5s ;
    border: 3px solid rgba(255, 255, 255, 0.215);
    margin-left: 185px;
    margin-top: -20px;
}
.section-7-3-right button:hover{
    background-color: white;
    color: black;
}
/*FOOTER*/
footer{
    background-color: #000;
    color: white;
    padding-top: 200px;
    padding-bottom: 100px;
}
/*FOOTER-1*/
.footer-1{
    display: flex;
  
   
    
}
.footer-1-heading h2 {
  margin-left: 100px;
  margin-top: 200px;
  font-size: 40px;

}

.footer-1-items{
    flex-direction: column;
    flex-wrap: wrap;
  margin-left: 400px;
    margin-top: 200px;
}
.footer-1-items h3{
    margin: 20px 0;
}
.footer-1-items span{
    position: relative;
   left: 500px;
   top: -50px;
   font-size: 25px;
}
.footer-1-items hr{
    width: 550px;
}
/*FOOTER-2*/
.footer-2{
    margin-top: 100px;

}
.footer-2-heading h2{
    font-size: 40px;
    margin-left: 100px;
}
.footer-2-item{
 display: flex;
 margin-top: 50px;
}
.footer-2-item-1{
    border:1px solid rgba(245, 245, 245, 0.224);
    width: 700px;
    height: 350px;
   margin-left: 50px;
}
.footer-2-item-1 h3{
    margin-top: 50px;
    margin-left: 40px;
    font-size: 30px;
}
.footer-2-item-1 p{
    margin-left: 45px;
    margin-top: 20px;
    width: 250px;
}
.footer-2-item-1 span{
    position: relative;
    left: 600px;
    top: 130px;
}
.footer-2-item-2{
    border:1px solid rgba(245, 245, 245, 0.224);
    width: 700px;
    height: 350px;
    margin-left: 10px;
}
.footer-2-item-2 h3{
    margin-top: 50px;
    margin-left: 40px;
    font-size: 30px;
}
.footer-2-item-2 p{
    margin-left: 45px;
    margin-top: 20px;
    width: 250px;
}
.footer-2-item-2 span{
  position: relative;
    left: 600px;
    top: 130px;
 }
 .footer-3{
    margin-top: 300px;
    display: flex;
    flex-wrap: wrap;
    width: 900px;
    margin-left: 50px;
 }
 .footer-3 h1{
    font-size: 100px;
    line-height: 100px;
    font-weight: 100;
 }
 .footer-3 button{
    border: none;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    height: 60px;
    width: 180px;
    font-size: 14px;
    font-weight: 500;
    margin-top: 50px;
 }
 .footer-3 p{
    margin-left: 20px;
    width: 200px;
    margin-top: 60px;
    margin-left: 30px;
 }

 /*FOOTER 4*/
 .footer-4 {
    display: flex;
 }
 .footer-4 ul {
    display: block;
 }
 .footer-4-1 img{
    margin-left: 50px;
    width: 50px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(10) hue-rotate(180deg);
    margin-bottom: 50px;
 }
 .footer-4-1 button{
    margin-left: 50px;
    width: 150px;
    background-color: #222222;
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    height: 50px;
 }
 .footer-4-1{
    flex-wrap: wrap;
    flex-direction: column;
    width: 200px;
 }
 .footer-4-1 p{
    margin-left: 50px;
    margin-top: 30px;
    font-size: 12px;
 }
 .footer-4-2{
    margin-left: 50px;
    width: 300px;
 }
 .footer-4-2 h1{
  margin-left: 75px;
  margin-bottom: 10px;
  font-size: 20px;
  font-family:   monospace;
 }
 .footer-4-2 ul li{
    font-size: 12px;
 }
 .footer-4-3{
    margin-left: 10px;
    width: 300px;
 }
 .footer-4-3 h1{
    margin-bottom: 10px;
    font-size: 20px;
    font-family:   monospace;
   }
   .footer-4-3 ul li{
    font-size: 12px;
    margin-left: -45px;
 }
 .footer-4-4{
    margin-left: -50px;
    width: 300px;
 }
 .footer-4-4 h1{
    margin-bottom: 10px;
    font-size: 20px;
    font-family:   monospace;
   }
   .footer-4-4 ul li{
    font-size: 12px;
    margin-left: -45px;
 }
 .footer-4-5{
    margin-left: -50px;
    width: 300px;
 }
 .footer-4-5 h1{
    margin-bottom: 10px;
    font-size: 20px;
    font-family:   monospace;
   }
   .footer-4-5 ul li{
    font-size: 12px;
    margin-left: -45px;
 }
 .footer-4-6{
    margin-left: -50px;
    width: 300px;
 }
 .footer-4-6 h1{
    margin-bottom: 10px;
    font-size: 20px;
    font-family:   monospace;
   }
   .footer-4-6 ul li{
    font-size: 12px;
    margin-left: -45px;
 }
 
