html {
    scroll-behavior: smooth;
  }
*{
    margin: 0;
    padding: 0;
    font-family: Roboto Slab;
    
}
.content button:focus{
    outline: none;
}

nav {
    display: flex;
    background-color: #e8e8e8;
    transition: top 0.3s;
    
    
}

.navbar button:focus {
    outline: none;
}
.navbar-nav {
   
    
    width: 100%;
    left: 0;
    display: flex;
    justify-content: center;
    
    
}
.nav-item a{
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #5B5B5B;


}
.nav-link:hover {
    color: rgb(0, 0, 0);
}
.icon {
    position: absolute;
    right: 1%;
}
.page1 {
    /* border: 2px solid black; */
    height: 75%;
}
.page1row {
    /* position: relative; */
    height: 100%;
    /* border: 2px solid red; */
}
.page1col {
    /* border: 2px solid red; */
    
    
    top: 25%;
    height: fit-content;
    
}
.content {
    padding: 0 0 0 50px;
}

 .heading {
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 116.88%;
    /* or 37px */
    
    
    color: #64524B;
 }   
 .text {
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    
    color: #686868;
 }
 .cta {
    border: 1.5px solid #00917C;
    box-sizing: border-box;
    border-radius: 40px;
    padding: 8px 40px 8px 40px;
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #00917C;
    background-color: #e8e8e8;
 }

 .slideshow {
     position: relative;
     top: 15%;
     left: 10%;
     /* border: 2px solid yellow; */
     max-width: 90%;
     /* height: 80%;  */
 }
 .image {
     position: absolute;
     filter: drop-shadow(0px 100px 80px rgba(0, 0, 0, 0.07)) drop-shadow(0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198)) drop-shadow(0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275)) drop-shadow(0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035)) drop-shadow(0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725)) drop-shadow(0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802));
 }
 .image1 {
     left: 50%;
     
 }
 .image2 {
     left: 25%;
 }
 .watermark {
     position: absolute;
     z-index: -1;
 }
 .watermark span {
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: bold;
    font-size: 8vw;
    line-height: 198px;
    color: #DBDBDB;
    
 }

 .page2row {
     padding: 100px;
 }
 .page2col1 img {
    width: 100%; height: auto;
 }
 .heading2 {
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 116.88%;
    /* or 58px */
    
    
    color: #FAF3E0;
 }
 .text2 {
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 212.38%;
    margin-top: 5px;
    /* or 38px */
    
    
    color: #FFFFFF;
 }
 .page3row {
    padding: 200px 150px 200px 200px;
    /* border: 2px solid black; */
 }

 .page3col span{
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 116.88%;
    /* identical to box height, or 28px */


color: #202020;

 }
 .page3col p {
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 116.88%;
    /* identical to box height, or 18px */
    
    
    color: #343434;
 }
 .page3col img {
     width: 100%;
     height: auto;
     filter: drop-shadow(0px 100px 80px rgba(0, 0, 0, 0.07)) drop-shadow(0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198)) drop-shadow(0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275)) drop-shadow(0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035)) drop-shadow(0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725)) drop-shadow(0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802));
 }
 .page4 {
     display: flex;
     justify-content: center;
     padding: 100px 0 100px 0;
 }
 .page4row {
    background: #FAF3E0;
    width: 95%;
    padding: 50px 0 100px 0;
    filter: drop-shadow(0px 100px 80px rgba(0, 0, 0, 0.07)) drop-shadow(0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198)) drop-shadow(0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275)) drop-shadow(0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035)) drop-shadow(0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725)) drop-shadow(0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802));
    
 }
 .page4col1 {
     display: flex;
     justify-content: center;
     padding: 0 0 100px 0;
 }
 .heading4 {
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 116.88%;
    color: #202020;
     
 }
 .categories {
     padding: 0 0 20px 0;
 }
 .categoryImage {
     display: flex;
     align-items: center;
 }
 .categoryText {
    display: flex;
    align-items: center;
 }
 .categories span {
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    /* identical to box height */
    padding: 0 0 0 10px;


color: #646464;

 }
 .page5 {
    display: flex;
     justify-content: center;
     padding: 0 0 100px 0;
 }
 .page5row {
    background: #64524B;
    width: 95%;
    padding: 50px 0 100px 0;
    filter: drop-shadow(0px 100px 80px rgba(0, 0, 0, 0.07)) drop-shadow(0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198)) drop-shadow(0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275)) drop-shadow(0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035)) drop-shadow(0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725)) drop-shadow(0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802));
    display: flex;
    justify-content: center;
    
}
.page5col1 {
    display: flex;
    justify-content: center;
}
.page5col2 {
    display: flex;
    justify-content: center;
    padding: 0 0 80px 0;
}
.page5col3 {
    padding: 0 0 80px 0;
}

 .heading5_1 {
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 116.88%;
    /* identical to box height, or 49px */
    
    
    color: #FAF3E0;
 }
 .heading5_2 {
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    
    color: #FFFFFF;
 }
 .contactus {
     background-color: white;
     border-radius: 12px;
     padding: 20px;

 }
 .contactus span {
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 116.88%;
    /* identical to box height, or 26px */
    
    
    /* Heading Colour */
    
    color: #202020;
    

 }
 .addressStyle {
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    /* identical to box height */
    
    text-align: center;
    
    color: #ffdf91;
 }
 .contactus form {
     padding: 30px 0 10px 0;
 }
 .form-group label {
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 116.88%;
    /* or 16px */
    
    
    color: #444444;
    
 }
 .form-group input {
    border: 1px solid rgba(0, 0, 0, 0.13);
    box-sizing: border-box;
    border-radius: 7px;
    padding: 25px 10px 25px 10px;
 }
 .form-group input::placeholder {
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 116.88%;
    /* identical to box height, or 14px */
    
    
    color: #BCBCBC;
 }
 .form-group textarea::placeholder {
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 116.88%;
    padding: 0 10px 25px 0;
    /* identical to box height, or 14px */
    
    
    color: #BCBCBC;
 }
 .cta2 {
    background: #202020;
    border-radius: 40px;
    padding: 10px 50px 10px 50px;
    color: white;
    border: none;
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;

    color: #FFFFFF;

 }
 .footer {
     background-color: white;
     
 }
 .footer>.row {
     /* border: 2px solid black; */
     padding: 50px;
 }
 .footer>.row>.col-2 {
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    
    color: #838383;
 }
 @media (max-width: 1200px) and (min-width: 992px) {
     .logo {
         width: 290px;
     }
 }

 @media (max-width: 991.98px) {
     .page1col {
         top: 0;
     }
     
     .page1row {
        /* position: relative; */
        height: fit-content
        /* border: 2px solid red; */
    }
    .watermark {
        display: none;
    }
    .footer>.row>.col-12 {
        padding-bottom: 30px;
       
    }
    .page5col3>.row>.col-lg-4 {
  
        padding-bottom: 50px;
      }
     .logo {
         width: 300px;
     } 
 }
 @media (max-width: 575.98px) {
 
    .heading {
        
        font-size: 22px;
        
}
.text {
    
    font-size: 14px;
    
 }
 .content {
    padding: 0 0 0 20px;
}
.image3 img{
    width: 100%;
}
.image1 img{
    display: none;
}
.image2 img{
    display: none;
}
.slideshow {
    padding-top: 15px;
    left: 0;
    
    max-width: 100%;
}
.page2col1 img {
    width: 95% ;
    height: auto;
 }
 .page2row {
    padding: 50 0 50 20px;
}
.heading2 {
    
    font-size: 40px;
    
 }
 .text2 {
     font-size: 14px;
 }
 .page2col2 {
     padding-top: 20px;
 }
 .icon {
     display: none;
 }
 .page3row {
    padding: 100px 0 100 0px;
    /* border: 2px solid black; */
 }
 .page3col {
     padding: 0 0 50px 0;
     
 }
 .heading4 {
     font-size: 26px;
 }
 .page4col1 {
    padding: 0 0 50px 0;
}
.page4col2>.row,.page4col3>.row,.page4col4>.row {
    padding-left: 10px;
    
}
.categoryText span {
    font-size: 16px;
}
.page4row {
   
    padding: 50px 0 50px 0;
    
    
 }
 .heading5_1 {
    
    font-size: 28px;
    
 }
 .heading5_2 {
    
    font-size: 12px;
    
 }
 .page5col3>.row {
     display: flex;
     justify-content: center;
 }
.page4row {
    width: 110%; 
}
.page5row {
   
    width: 110%;
    
    
}
.page5col3 {
    padding: 0 0 0px 0;
}
.footer>.row>.col-12 {
    padding-bottom: 30px;
   
}
.page1 {
    /* border: 2px solid black; */
    height: 90%;
}

.logo {
    width: 220px;
}
 }
@media (max-width: 380px) {
    .image3 img{
        width: 100%;
    }
    .page1 {
        /* border: 2px solid black; */
        height: 90%;
    }
    .page2col1 img {
        width: 95% ;
        height: auto;
     }
     .logo {
        width: 160px;
     }
     .social {
         width: 20px;
     }
}
