/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500&family=Rubik:wght@300;400;500;600&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Nunito+Bricolage+Grotesque:opsz,wght@12..96,200;12..96,300;12..96,500&family=Poppins:ital,wght@0,400;0,500;0,600;1,300&display=swap');

*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body{    
    font-family: 'Poppins', sans-serif;
    color: black;l
}

nav {
    background-color: #000000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    
  }

  #pagePadding{
      padding: .8rem 5rem;
  }

  .Kenttimo_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Bricolage Grotesque', sans-serif;
  }

  .menu, .menu_1 {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    opacity: 1; /* Set initial opacity */
    animation: slideInOut 0.3s ease 0.3s both; /* Added animation */
    
  }
  
  .sub_menu{
      display: none;
  }

  

  .menu li, .menu_1 li {
    margin-right: 20px;
  }

  .menu a, .menu_1 a {
    text-decoration: none;
    color: #333333;
    font-weight: 500;
    font-size: 16px;
    transition: color 0.3s ease;
    color: #ffffff;
  }

  .menu a:hover, .menu_1 a:hover {
    color: #4C7F23;
  }

  .menu_1 li:nth-last-of-type(1) a{
    color: #fff;
    background-color: #8EC741;
    padding: .6rem .8rem;
    border-radius: .3rem;
}

  .Kenttimo_header_image img {
    max-width: 100px; /* Adjust the max-width as needed */
  }

  .mobile-menu {
    display: none;
    flex-direction: column;
    cursor: pointer;
  }

  .mobile-menu span {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #ffffff;
    margin: 3px 0;
    transition: background-color 0.3s ease;
  }


  /* GET SEAMLESS LAND */
    .kenttimo_seamless {
      position: relative; /* Add this line for proper positioning */   
      display: block; /* Ensure the ::before pseudo-element covers the entire image */
      height: auto;
    }


    .kenttimo_seamless::before {
      content: '';
      position: absolute; /* Position the overlay absolutely relative to the .adoj_farm_image */
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      opacity: 0.5;
      /* background-color: #8EC741; */
      background-color: #070707;
      /* background: linear-gradient(to bottom, rgba(7, 7, 7, 0.5) 100%, rgba(0, 0, 0, 0.7) 10%); Gradient colors and stops */
    }

  .kenttimo_seamless {
    background-color: #000000;
    /* padding: 1rem 0rem; */
  }

  .kenttimo_seamless_img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 7rem 8rem;
    /* height: 400px; */
    text-align: center;
    color: #fff;
  }

  

  .kenttimo_seamless_content {
    padding-bottom: 2rem;
  }

  .kenttimo_seamless_content h1 {
    /* padding-bottom: 0.5rem;
    color: #E08A1C; */
    font-size: 3rem;
    line-height: 1.3;
  }

  .kenttimo_seamless_content p:nth-last-of-type(1){
    font-size: 2.1rem;
    line-height: 1;
  }

  .kenttimo_seamless_content p:nth-last-of-type(2){
    font-size: 1.3rem;
  }

  .kenttimo_button .learn-more {
    background-color: #fff;
    color: #8EC741;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
    transition: background-color 0.3s ease, color 0.3s ease;
  }

  .kenttimo_seamless_img .kenttimo_button .learn-more:hover {
    background-color: #8EC741;
    color: #fff;
  }



  /* SIMPLIFYIN YOUR LAND
    ================================================== */

  .kenttimo_simplifying_flex, .kenttimo_landProperties_flex{
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 6rem;
  }
  
  .kenttimo_simplifyiny_content{
    padding-right: 5rem;
    z-index: 1;
  }

  .kenttimo_simplifying_img img{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    width: 80%;
    /* height: 50%; */
    border-radius: .5rem 1rem;
  }

  
  /* AVAILABLE LAND PROPERTIES
    ================================================== */
  .kenttimo_landProperties_flex{
      color: #000000;
      padding: 4rem 4rem;
  }

  .kenttimo_landProperties_details, 
  .kenttimo_landProperties_upcoming{
    display: flex;
  }

  .kenttimo_landProperties_1{
    margin-right: 1.5rem;
}

   .kenttimo_landProperties_1 p{
      color: #949494;
  }

  .under_line{
    border-right: 2px dotted #000000;
    height: 100px;
  }


  /* WHY US
    ================================================== */
  .kenttimo_whyUs{
    background-color: #000000;
    color: #fff;
  }

  .whyUs{
    padding: 3rem 6rem;
  }

  .whyUs_header{
    text-align: center;
    margin-bottom: 2rem;
  }
  
  .whyUs_header h3{
    letter-spacing: .5rem;
    line-height: 2;
  }

  .whyUs_header p{
    color: #CDAE7E;
    font-size: 1.3rem;
  }

  .whyUs_content_flex{
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
  }

  .whyUs_content_1{
    border-right: 1px solid #fff;
    padding: 0rem 1rem;
    width: 25.5%;
  } 

  .whyUs_content_1 h4{
    color: #CDAE7E;
    line-height: 2;
  }

  .whyUs_content_1 p{
    font-size: .8rem;
    text-align: justify;
  }

  
  .whyUs_content_img{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2rem;
  }

  .whyUs_content_img_1 {
    width: 90%;
    margin: 0rem 1rem;
    position: relative;
    height: auto;
    transition: transform 0.3s ease;
}

.whyUs_content_img_1 img:hover {
    transform: scale(1.2); /* Scale the image on hover */
}

.whyUs_content_img_1::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.2;
    background-color: #4C7F23;
    transition: opacity 0.3s ease;
}

.whyUs_content_img_1:hover::before {
    opacity: 0; /* Hide the overlay on hover */
}


.whyUs_content_img img{
  width: 100%;
}


/* BUYING LAND
    ================================================== */
    .kenttimo_land{
      padding: 4rem 4rem;
      background-color:#eeeeee;
  }
  
  .kenttimo_land_content{
    text-align: right; 
    padding-bottom: 1rem ;
  }

  .kenttimo_land_content_header h1{
    text-align: center; 
    line-height: 1;
    font-size: 1.7rem;
  }
  
  .kenttimo_land_content .kenttimo_button {
    display: inline-block; /* Make the button inline-block so text-align works */
  }
  
  .kenttimo_land_content .kenttimo_button a {
    background-color: #8EC741;
    color: #000000;
    text-align: right;
  }
  
  .kenttimo_land_img {
      display: flex;
      justify-content: space-between;
  }
  
  .kenttimo_land_img_1 {
      width: 30%; /* Adjust the width as needed */
      height: 400px; /* Add or adjust the height as needed */
      padding: 20px; /* Adjust the padding as needed */
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      position: relative;
      overflow: hidden;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: flex-end; /* Align content at the bottom */
      align-items: center; /* Center content horizontally */
      z-index: calc(3);
  }
  
  .kenttimo_land_img_1 h4 {
      color: #ffffff;
      font-size: 1.2rem;
      /* margin-bottom: 10px; */
      align-self: center; 
  }
  
  .kenttimo_land_img_1 p {
      color: #ffffff;
      font-size: 1rem;
      margin: 0;
      align-self: center; 
  }
  
  /* Hover effect */
  .kenttimo_land_img_1::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(76, 127, 35, 0.5); 
      transition: background-color 0.3s ease;
      z-index: -1;
  }
  
  .kenttimo_land_img_1:hover::before {
      background-color: rgba(76, 127, 35, 0); /* Make the overlay transparent on hover */
      z-index: -1;
  }
  
  
  /*TRENDING LAND
    =========  */
  .kenttimo_land_flex{
    display: flex;
    align-items: center;
  }

  /* Container styles */
  .kenttimo_trendingland_page {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 20px auto;
  }

  /* Content page styles */
  .kenttimo_content_page {
    width: 30%; /* Adjust the width as needed */
    border: 1px solid #ccc; /* Optional border */
    padding: 20px;
    box-sizing: border-box;
    text-align: center; /* Center the content within each page */
  }

  /* Image styles */
  .kenttimo_trendingland_content_img_1 img {
    width: 100%;
    height: auto;
  }

  .kenttimo_trendingland_content_img_1 {
    width: 100%;
    height: auto;
    border-radius: 8px; 
    position: relative;
    overflow: hidden;
}

/* Hover effect */
.kenttimo_trendingland_content_img_1::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(76, 127, 35, 0.5);
    transition: background-color 0.3s ease;
    height: 97%;
}

.kenttimo_trendingland_content_img_1:hover::before {
    background-color: rgba(76, 127, 35, 0); /* Make the overlay transparent on hover */
    /* z-index: -1; */
}
  
  .kenttimo_content {
    margin-top: 10px;
    text-align: justify;
  }

  .kenttimo_button {
    margin-top: 20px;
  }
  
  .kenttimo_button a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #8EC741;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
  }

  .kenttimo_button a:hover {
    background-color: #6C9939;
  }



   /* FOOTER
    ================================================== */
  .footer{
    background-color: #000000;
    color: #fff;
    padding: 4rem;
   
  }
  
  .footer_flex{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 3rem;
  }

  .column_space_line{
    border-right: 2px solid #fff;
    /* width: 30%; */
  }

  .column{
    display: flex;
    justify-content: space-between;
  }

  .column_1 h2{
    font-weight: 300;
    font-size: 1.2rem;
    color: #8EC741;
  }

   .contact-info  {
    & a{
      color: #fff; /* Link color inside the FAQ section */
      text-decoration: none;
      transition: color 0.3s ease; /* Smooth transition for color change */
    }

    & p{
      line-height: 10px;
      font-size: .9rem;
    }

    & a:hover {
        color: #8EC741;
    }

  }

   .social-media {
    display: flex;
    gap: 10px;

    & a {
      color: #8EC741;
      text-decoration: none;
      display: flex;
      align-items: center;
      border: 2px solid #8EC741;
      padding: 0.5rem;
      border-radius: 1rem;
      transition: background-color 0.3s, transform 2s;
  }

  & a:hover {
    color: #FAFAFA;
    background-color: #8EC741;
    transition: background-color 0.3s, transform 0.3s;
    transform: scale(1.2); /* Added scale transformation on hover */
    border: none;
    }
 }


  .footer-bottom p{
    text-align: center;
    /* margin-top: 3rem; */
    color: #e1e1e1;
    opacity: 0.6;
  }


  /* ====== ABOUT US ======= */

  /* OUR MISSION
  ================================================== */

  .timeline {
    margin: 4em auto;
    position: relative;
    max-width: 73em;
  }

  .timeline:before {
    content: '';
    position: absolute;
    top: 0;
    left: 2em;
    width: 2px;
    height: 90%;
    background-color: black;
    margin-left: 0px;
  }

  .timeline-event {
    position: relative;
    list-style-type: none;
  }

  .timeline-event:hover .timeline-event-icon {
    transform: rotate(-45deg);
    background-color: #fff;
  }

  .timeline-event:hover .timeline-event-thumbnail {
    box-shadow: inset 40em 0 0 0 #8EC741;
  }

  .timeline-event-copy {
    padding: 2em;
    position: relative;
    top: -1.875em;
    left: 4em;
    width: 80%;
  }


  .timeline-event-copy p:not(.timeline-event-thumbnail) {
    padding-bottom: 1.2em;
  }

  .timeline-event-icon {
    transition: transform 0.2s ease-in;
    transform: rotate(45deg);
    background-color: black;
    outline: 10px solid #8EC741;
    display: block;
    margin: 0.5em 0.5em 0.5em -0.5em;
    position: absolute;
    top: 0;
    left: 2em;
    width: 1em;
    height: 1em;
  }

  .timeline-event-thumbnail {
    transition: box-shadow 0.5s ease-in 0.1s;
    color: white;
    background-color: black;
    box-shadow: inset 0 0 0 0em #8EC741;
    display: inline-block;
    margin-bottom: 1.2em;
    font-size: 2rem;
    line-height: 1;
    padding: .5rem;
    margin: 0;
  }

  .timeline-event-copy p{
    text-align: justify;
  }


  /* MEET OUR EXECUTIVES 
      ========================*/
  .kenttimo_aboutus_team {
    background-color: #000000;
    color:  #FAFAFA;
    margin-bottom: 2px;
    padding: 2rem 5% 10% 8%;
  }

  .kenttimo_aboutus_team h2 {
    text-align: center;
    /* color: #000000; */
    font-size: 50px;
    padding-bottom: 10px;
  }

  .kenttimo_aboutus_team_content {
    display: flex;
    justify-content: space-around;
  }

  .kenttimo_aboutus_team_copy img {
    width: 85%;
    border-radius: 15px;
  }


  /* PARTNERSHIP 
      =================== */
  .kenttimo_partner{
    padding: 4rem; 
    background-color: #fff;
  }

  .kenttimo_partner_img {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* margin-top: 20px;  */
}

.kenttimo_partner_img_1 {
    margin: 0 10px; /* Adjust the margin between the two partner sections */
}

.kenttimo_partner_img_1 img {
    width: 50%;
    height: auto;
}











  /* MODAL NEWSLETTER
          ======================== */
  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.7);
  }

  .modal-content {
    display: none;
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 400px;
    text-align: center;
    animation: fadeIn 0.8s; 
  }

  .modal-content #alert_1 i{
      background-color: #000000;
      color: #fefefe;
      padding: 2.5rem;
      border-radius: 50%;
  }

  .modal-content #alert i{
      background-color: #4CAF50;
      color: #fefefe;
      padding: 2.5rem;
      border-radius: 50%;
      /* animation: bounce 1s ease infinite;  */
  }

  /* @keyframes bounce {
      0%, 20%, 50%, 80%, 100% {
          transform: translateY(0);
      }
      40% {
          transform: translateY(-30px);
      }
      60% {
          transform: translateY(-15px);
      }
  } */

  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }

  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

  input {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    box-sizing: border-box;
  }

  button {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }

  button:hover {
    background-color: #45a049;
  }

  #successMessage {
    color: green;
    text-align: center;
    margin-top: 20px;
  }

  /* FontAwesome styles */
  .fa {
    margin-right: 5px;
  }

  #subscribeHeader {
    margin-bottom: 10px;
  }

  .alert {
    font-size: 18px;
    color: #356d1e;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  
  /* TERMS AND CONDITIONS
    ========================*/
  .term_condition {
      /* max-width: 800px; */
      /* margin: 20px auto; */
      /* padding: 0 20px; */
      text-align: justify;
  }

  .term_condition p, b {
      font-size: 18px;
      margin-right: 10px;
  }

  .term_condition p {
      font-size: 16px;
      line-height: 1.5;    
  }

  .term_condition ul,
  ol {
      margin-top: 10px;
      margin-bottom: 10px;
      padding-left: 20px;
  }

  .term_condition li {
      margin-top: 5px;
      line-height: 1.7;
  }



/* LEGAL
    ========================*/
    .kenttimo_seamless_background {
      overflow: hidden;
      position: relative;
      
  }

  .kenttimo_seamless_img_background {
      height: 300px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      position: relative;
      animation: zoomInOut 10s infinite;
  }


   /* Hover effect */
  .kenttimo_seamless_img_background::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(76, 127, 35, 0.5); 
      transition: background-color 0.3s ease;
      z-index: -1;
  }
  
  /* .kenttimo_seamless_img_background:hover::before {
      background-color: rgba(76, 127, 35, 0);
      z-index: -1;
  } */

  /* TAB COMPONENT
      ======================== */
  .kenttimo_column_tab {
      flex: 1;
      padding: 5px;
      border: 1px solid #ccc;
      box-sizing: border-box;
  }

  .kenttimo_column_flex{
      padding: 3rem 0rem;
  }

  .kenttimo_column_flex .tabs {
      display: flex;
      justify-content: space-between;
      margin-bottom: 10px;
  }

  .kenttimo_column_flex .tab {
      cursor: pointer;
      padding: 5px;
      margin-top: 40px;
      /* border: 1px solid #ccc;
      background-color: #f0f0f0; */
      flex: 1;
      text-align: center;
      font-weight: 500;
  }

  .content_tab {
      display: none;
      background-color: #F4F7FD;
      padding: 2rem 4rem;
  }

  .actives {
      display: block;
  }

  .active-tab {
      background-color: #EBEBEB;
  }

  
 .kenttimo_column_flex ol {
      list-style-type: decimal;
      padding-left: 20px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      text-align: justify;
  }

  .kenttimo_column_flex ol li {
      width: 100%;
      margin-bottom: 10px;
  }

  .kenttimo_column_flex ol ul {
      list-style-type: disc;
      margin-bottom: 10px;
      padding-left: 20px;
  }


/* LEGAL TAB COMPONENT
    ========================*/
          .kenttimo_seamless_background {
            overflow: hidden;
            position: relative;
            
        }

        .kenttimo_seamless_img_background {
            height: 300px;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            position: relative;
            animation: zoomInOut 10s infinite;
            position: relative;
        }


         /* Hover effect */
        .kenttimo_seamless_img_background::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(76, 127, 35, 0.5); 
            transition: background-color 0.3s ease;
            z-index: -1;
        }
        
        .kenttimo_seamless_img_background:hover::before {
            background-color: rgba(76, 127, 35, 0); /* Make the overlay transparent on hover */
            z-index: -1;
        }

        /* TAB COMPONENT
            ======================== */
        .kenttimo_column_tab {
            flex: 1;
            padding: 5px;
            border: 1px solid #ccc;
            box-sizing: border-box;
        }

        .kenttimo_column_flex{
            padding: 3rem 0rem;
        }

        .kenttimo_column_flex .tabs {
            display: flex;
            justify-content: space-between;
            margin-bottom: 10px;
        }

        .kenttimo_column_flex .tab {
            cursor: pointer;
            padding: 5px;
            margin-top: 40px;
            /* border: 1px solid #ccc;
            background-color: #f0f0f0; */
            flex: 1;
            text-align: center;
            font-weight: 500;
        }

        .content_tab {
            display: none;
            background-color: #F4F7FD;
            padding: 2rem 4rem;
        }

        .active_component {
            display: block;
        }

        .active-tab {
            background-color: #EBEBEB;
        }

        
       .kenttimo_column_flex ol {
            list-style-type: decimal;
            padding-left: 20px;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            text-align: justify;
        }

        .kenttimo_column_flex ol li {
            width: 100%;
            margin-bottom: 10px;
        }

        .kenttimo_column_flex ol ul {
            list-style-type: disc;
            margin-bottom: 10px;
            padding-left: 20px;
        }





  
/* FREQUENTLY ASKED QUESTIONS
    ========================*/

    .side_tab{
      padding: 4rem 3rem;
  }

  .side_tab_header{
      text-align: center;
      /* padding: 2rem 0rem; */
  }

  .sidebar {
  padding-top: 20px;
  }

  .sidebar a {
  padding: 5px 20px;
  width: 420px;
  text-decoration: none;
  font-size: 18px;
  color: #818181;
  display: block;
  cursor: pointer;
  font-size: .9rem;
  }

  .sidebar a:hover {
  color: #f1f1f1;
  }

  .content {
  padding: 16px;
  }

  .select-dropdown {
  display: none;
  }

  .side_tab_component{
      display: flex;
      /* align-items: center; */
  }

  /* CONTENT_LIST */
  .content {
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  /* background-color: #f8f8f8; */
  text-align: justify;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  }

  .content h2 {
  color: #333;
  }

  .content p {
  color: #555;
  line-height: 1.6;
  font-size: 1rem;
  }

  .content ol {
  list-style-type: decimal;
  margin-left: 20px;
  padding-left: 0; /* Remove default padding */
  }

  .content ol li {
  margin-right: 4px;
  font-size: .9rem;
  margin-bottom: .6rem;
  
  }

  .content h2, p, ol li{
      margin-bottom: .8rem;
  }






  
  @media only screen and (max-width: 1100px) {
      #pagePadding{
      padding: .5rem 2rem;
     }

      .menu{
          text-align: center;
      }

      .menu_1, .menu {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        height: 50%;
        background-color: #ffffff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        display: none;
        line-height: 2rem;
        z-index: 1;
    }

    .menu a, .menu_1 a {
      color: black;
    }

    .menu_1 li {
      margin-right: 0;
      margin-bottom: 10px;
    }

    .sub_menu{
      display: block;
   }

   .sub_menu li:nth-last-of-type(1) a{
    color: #fff;
    background-color: #8EC741;
    padding: .6rem .8rem;
    border-radius: .3rem;
   }

    .mobile-menu {
      display: flex;
    }

    .menu-toggle {
      display: block;
    }

    .kenttimo_simplifying_flex, .kenttimo_landProperties_flex{
      padding: 2rem 3rem;
    }

    .kenttimo_seamless_img {
        padding: 6rem 4rem;
      }

    .kenttimo_landProperties_1{
        margin-right: 1rem;
    }

    .kenttimo_landProperties_flex{
      padding: 2rem 0rem;
  }

  .kenttimo_seamless_content h1{
    font-size: 2.5rem;
    line-height: 1.5;
  }

  .kenttimo_seamless_content p:nth-last-of-type(1){
    font-size: 1rem;
    line-height: 1;
  }

  .kenttimo_seamless_content p:nth-last-of-type(2){
    font-size: 1rem;
  }
  
  /* Why Us */
  .whyUs{
    padding: 3rem 2rem;
  }

  .whyUs_header p{font-size: 1rem}

  .whyUs_content_1{
    border-right: 1px solid #fff;
    padding: 0rem 1rem;
    width: 25.5%;
  } 

  .whyUs_content_1 h4{
    color: #CDAE7E;
    line-height: 2;
  }

  .whyUs_content_1 h4{font-size: .7rem}

  .whyUs_content_1 p{
    font-size: .6rem;
  }


  /* BUying Land */
  .kenttimo_land_img_1 {
    height: 300px; 
    justify-content:center; 
    padding: 10px;
  }

  .kenttimo_land_img_1 h4 {
    font-size: 1.2rem;
  }

  .kenttimo_land_img_1 p {
      font-size: .6rem;
  }
    
  /* Footer */
  .footer{
    padding: 2rem ;
    text-align: center;
  }
    
  .column_space_line{
    display: none;
  }

  .column_images img{
    width: 50%;
  }


  .timeline {
    margin: 4em auto;
    position: relative;
    max-width: 58em;
  }

  /* SIDE NAVBAR */
  .sidebar a {
    padding: 5px 20px;
    width: 320px;
    }


  .side_tab{
    padding: 2rem 1rem;
  }

}

  
  @media only screen and (max-width: 600px) {
    .menu_1, .menu {
      height: 30%;
    }

    .kenttimo_seamless_img {
        padding: 1rem 1rem;
      }

    .kenttimo_seamless_content {
      padding-bottom: 1rem;
    }

    .kenttimo_button a{
      font-size: .8rem;
    }

    .kenttimo_seamless_content h1 {
      font-size: 1.3rem;
      line-height: 1.3;
    }

    .kenttimo_seamless_content p:nth-last-of-type(1){
      font-size: 1rem;
      line-height: 1;
    }

    .kenttimo_seamless_content p:nth-last-of-type(2){
      font-size: .8rem;
    }

    .kenttimo_simplifying_flex{
      padding: 1rem 0rem;
    }
    
    .kenttimo_simplifyiny_content{
      padding-right: 0rem;
      /* z-index: 1; */
    }

    .kenttimo_simplifying_img img{
      width: 120px;
    }

    .kenttimo_simplifyiny_content p{
      font-size: .6rem;
    }

    .kenttimo_landProperties_flex{
      display: block;
      padding: 2rem 0rem;
    }

    .kenttimo_landProperties_details{
      align-items: center;
    }

    .under_line{
      border-bottom: 2px solid #000000;
      height: 0px;
      width: 100%;
      margin: 1rem 0rem;
      }        
    
    .kenttimo_landProperties_1 h1, p{
        font-size: 1.2rem;
    }

    /* WHY US
    =========================== */
  .whyUs{
    padding: 3rem 2rem;
  }

  .whyUs_header p{
    color: #CDAE7E;
    font-size: 1.1rem;
    line-height: 1;
  }

  .whyUs_content_flex{
    display: block;
  }

  .whyUs_content_1{
    border-right: 0px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 1rem 0rem;
    width: 100%;
  } 

  
  .whyUs_header{margin-bottom: .5rem}

  .whyUs_content_1 h4{font-size: 1rem}

  .whyUs_content_1 p{font-size: .8rem}

  .whyUs_content_img_1{display: none}


  /* BUYING LAND 
  ===========================*/
  .kenttimo_land_img {
  display: flex;
  position: relative;
  overflow: hidden;
  align-items: center; 
}

.kenttimo_land_img_1 {
  width: 100%;
  min-width: 100%;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  display: none;
  transition: opacity 1s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center; 
}

.kenttimo_land_img_1.active {
  display: flex;
}

.dots-container {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: calc(3);
}

.dot {
  height: 10px;
  width: 10px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.dot.active {
  background-color: #555; 
}

.kenttimo_land_img {
  position: relative;
  height: 300px;
}

.kenttimo_land_img_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}

.kenttimo_land_img_1.active {
  opacity: 1;
}  

  
/* Trending Land 
    ===========================*/

.kenttimo_land{padding: 1rem }
.kenttimo_land_flex{
  display: block;
  text-align: center;
}
.kenttimo_land_content_header h1{
  font-size: 1rem;
}

/* Container styles */
.kenttimo_trendingland_page {
  display: block;
}


.kenttimo_content p{
  font-size: 1rem;
  font-weight: 500;
}

/* Content page styles */
.kenttimo_content_page {
  width: 100%; 
  margin-bottom: 1rem;
}

/* Footer */

.footer_flex{
  display: block;
}

.column_1{
  padding: .8rem 0rem;
}

.social-media {
    display: flex;
    justify-content: center;
}

.footer-bottom p{
  font-size: 1rem;
}

/* MEET OUR EXECUTIVES
    ================== */

.kenttimo_aboutus_team_content {
  display: inline;
  text-align: center;
  justify-content: space-around;
}

.kenttimo_aboutus_team h2 {
  font-size: 30px;
  padding-left: 0px;
}

.kenttimo_aboutus_team {
  margin-bottom: 2px;
  padding: 1rem ;
}

.kenttimo_aboutus_team_copy{
  margin-bottom: 3rem;
}

/* OUR MISSION AND VISSION 
    ======================== */
.timeline-event-copy p{
  text-align: justify;
  font-size: 1rem;
}

/* MODAL NEWSLETTER
        ======================== */
.modal-content h2{
  font-size: 1rem;
}

.modal-content #alert{
  padding: 1rem 0rem;
}

.modal-content #alert_1 i{
    padding: 2rem;
    border-radius: 50%;
}


.popup {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: opacity 0.5s ease;
}

.hidden {
    display: none;
}

/* LEGAL
    ======================== */
    .kenttimo_column_flex .tabs {
      flex-direction: column;
      }

    .kenttimo_column_flex .tab {
      flex: none;
      margin-bottom: 5px;
      }
      
      .kenttimo_column_flex .tab {
      margin-top: 0px;
     }

      .kenttimo_column_content h1{font-size: 1.5rem}
      .kenttimo_column_content p{font-size: 1rem; text-align: justify; margin-bottom: 1rem;}
      ol li {line-height: 1.2}

      .content_tab {padding: 2rem 1rem}    
      .content_tab, ul li {font-size: 1rem;}
      .content_tab h4{font-size: .9rem;}

  /* FREQUENTLY ASKED QUESTIONS
    ======================== */
    .side_tab{
      padding: 2rem 1rem;
    }

    .side_tab_header h1{
        font-size: 1.3rem;
    }

    .side_tab_header p{
        font-size: .9rem;
        margin-bottom: 1rem;
    }

    .side_tab_component{
    display: block;
    /* align-items: center; */
    }

    .sidebar {
        width: 100%;
        position: static;
        display: none;
        flex-direction: row;
        overflow-x: auto;
        white-space: nowrap;
        padding-top: 0;
    }

    .content h2{
      font-size: .9rem;
    }

    .sidebar a {
        display: inline-block;
        margin-right: 10px;
    }

    .content {
        margin-left: 0;
    }

    .sidebar.show-on-change {
        display: block;
    }

    
    .select-dropdown {
        max-width: 100%;
        overflow-x: auto;
        display: block;
    }

    .select-dropdown label {
        display: block;
        margin-bottom: 8px;
    }

    .select-dropdown select {
        width: 100%;
        padding: 12px;
        font-size: 16px;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
        font-size: .8rem;
    }

    .tabSelect{
        width: 100px;
        position: absolute;
    }

     /* PARTNERSHIP 
      =================== */
  .kenttimo_partner{padding: 2rem}

  .kenttimo_partner_img {display: block}

  .kenttimo_partner_img_1 {margin:  40px 0}

}


  
 /* TAB COMPONENT
            ======================== */
    @keyframes zoomInOut {
      0%, 100% {
          transform: scale(1);
      }
      50% {
          transform: scale(1.2);
      }
  }

/* LEGAL
    ======================== */
    @keyframes zoomInOut {
      0%, 100% {
          transform: scale(1);
      }
      50% {
          transform: scale(1.2);
      }
    }
  

/* ADDED ANIMATION KEYFRAMES  
    ======================== */
    @keyframes slideInOut {
    from {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(0);
    }
  }


  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  @keyframes fadeOut {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
