body{
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  background-color:#3CAE08;
}
.header{
  min-height: 100vh;
  width: 100%;
  background-image: linear-gradient(rgba(19, 18, 12, 0.7),rgba(66, 38, 18, 0.7)),url(images/tfr2.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
}
nav{
display: flex;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
height: 75px;
z-index: 999999999;
transition: background-color 1.5s ease; /
}
nav img {
width: 400px;
left: 30px;
top: 0; /* Adjust as needed */
}

.nav-scrolled {
background-color:#FDFDFD;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.nav-scrolled .navbar .links li a{
color: #3CAE08;
}
.nav-scrolled .navbar .links li a:hover {
color:#c6ccc3;
}
.nav-scrolled .navbar .links li .arrow{
color:#3CAE08;
}

nav .navbar{
height: 100%;
max-width: 100000000px;
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
margin: auto;
padding: 0 50px;
}

nav .navbar .nav-links{
line-height: 70px;
height: 100%;
}
nav .navbar .links{
display: flex;
}
nav .navbar .links li{
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
list-style: none;
padding: 0 14px;
}
nav .navbar .links li a{
height: 100%;
text-decoration: none;
white-space: nowrap;
color: #fff;
font-size: 18px;
transition: color 0.5s ease; /* Add transition property */
}
.navbar .links li a:hover {
color: #49AC32;
}

.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow{
transform: rotate(180deg);
}

nav .navbar .links li .arrow{
height: 100%;
width: 22px;
line-height: 70px;
text-align: center;
display: inline-block;
color: #fff;
transition: all 0.3s ease;
}
nav .navbar .links li .sub-menu{
position: absolute;
top: 70px;
left: 0;
line-height: 40px;
background: #3CAE08;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
border-radius: 0 0 4px 4px;
display: none;
z-index: 2;
}
nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu{
display: block;
}
.navbar .links li .sub-menu li{
padding: 0 22px;
border-bottom: 1px solid rgba(255,255,255,0.1);
}
.navbar .links li .sub-menu a{
color: #fff;
font-size: 14px;
font-weight: 300;
}
.navbar .links li .sub-menu .more-arrow{
line-height: 40px;
}
.navbar .links li .sub-menu .more-sub-menu{
position: absolute;
top: 0;
left: 100%;
border-radius: 0 4px 4px 4px;
z-index: 1;
display: none;
}
.links li .sub-menu .more:hover .more-sub-menu{
display: block;
}

.navbar .nav-links .sidebar-logo{
display: none;
}
.navbar .bx-menu{
display: none;
}
@media (max-width:920px) {
nav .navbar{
  max-width: 100%;
  padding: 0 25px;
}
nav .navbar .logo a{
  font-size: 27px;
}
nav .navbar .links li{
  padding: 0 10px;
  white-space: nowrap;
}
nav .navbar .links li a{
  font-size: 15px;
}
}
@media (max-width:768px){
.navbar .bx-menu{
  display: block;
}
nav .navbar .nav-links{
  position: fixed;
  top: 0;
  left: -100%;
  display: block;
  max-width: 270px;
  width: 100%;
  background:  #3CAE08;
  line-height: 60px;
  padding: 20px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease;
  z-index: 1000;
}
.navbar .nav-links .sidebar-logo{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
  .sidebar-logo  i,
  .navbar .bx-menu{
    font-size: 25px;
    color: #fff;
  }
nav .navbar .links{
  display: block;
  margin-top: 20px;
}
nav .navbar .links li .arrow{
  line-height: 40px;
}
nav .navbar .links li{
  display: block;
}
nav .navbar .links li .sub-menu{
position: relative;
top: 0;
box-shadow: none;
display: none;
}
nav .navbar .links li .sub-menu li{
border-bottom: none;

}
.navbar .links li .sub-menu .more-sub-menu{
display: none;
position: relative;
left: 0;
}
.navbar .links li .sub-menu .more-sub-menu li{
display: flex;
align-items: center;
justify-content: space-between;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow{
transform: rotate(0deg);
}
.navbar .links li .sub-menu .more-sub-menu{
  display: none;
}
.navbar .links li .sub-menu .more span{
  display: flex;
  align-items: center;
}

.links li .sub-menu .more:hover .more-sub-menu{
  display: none;
}
nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu{
  display: none;
}
.navbar .nav-links.show1 .links .htmlCss-sub-menu,
.navbar .nav-links.show3 .links .js-sub-menu,
.navbar .nav-links.show2 .links .more .more-sub-menu{
    display: block;
  }
  .navbar .nav-links.show1 .links .htmlcss-arrow,
  .navbar .nav-links.show3 .links .js-arrow{
      transform: rotate(180deg);
}
  .navbar .nav-links.show2 .links .more-arrow{
    transform: rotate(90deg);
  }
}
@media (max-width:370px){
nav .navbar .nav-links{
max-width: 100%;
width: 60%;
} 
}
.text-box{
  width: 90%;
  color: #9CAC79;
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.text-box h1{
  font-size: 80px;
}
.text-box p{
  margin: 10px 0 40px;
  font-size: 14px;
  text-align: center;
  color: #FDFDFD;
}
.hero-btn{
  display: inline-block;
  text-decoration: none;
  color: #FDFDFD;
  border: 1px solid #FDFDFD;
  border-radius: 10px;
  padding: 12px 34px;
  font-size: 13px;
  background: transparent;
  position: relative;
  cursor: pointer;
}
.hero-btn:hover{
  background: #49AC32;
  transition: 1s;
}
@media(max-width: 1200px){
  .text-box h1{
      font-size: 50px;
  }
  nav img{
      width: 200px;
      right: 0;
      position: relative;
  }
  .nav-scrolled .navbar .bx-menu{
    color:#3CAE08;
  }
  .nav-scrolled .navbar .links li a{
    color: #3CAE08;
  }
  .nav-scrolled .navbar .links li .arrow{
    color:#FDFDFD;
  }
}
@media(max-width: 768px){
.nav-scrolled .navbar .htmlCss-sub-menu{
  color: #fdfdfd !important;;
}
.navbar .links li a{
  color: #FDFDFD! important;
}
}

@media(max-width: 600px){
.text-box h1{
    font-size: 30px;
}
nav img{
    width: 200px;
    right: 0;
    position: relative;
}
.nav-scrolled .navbar .bx-menu{
  color:#3CAE08;
}
.nav-scrolled .navbar .links li a{
  color: #FDFDFD;
}
.nav-scrolled .navbar .links li .arrow{
  color:#FDFDFD;
}
}
/*--------offer------*/

.offer {
width: 70%;
padding-top: 80px;
text-align: center;
margin: 0 auto; /* Center horizontally */
}
.offer p{
    text-align: center;
}
h1 {
font-size: 2rem;
font-weight: 600;
color: #FDFDFD;

}
h2{
color: #FDFDFD;
}

h3 {
text-align: center;
color: #FDFDFD;
margin: 20px 0;
}

p {
color: #FDFDFD;
font-size: 1rem;
font-weight: 300;
line-height: 22px;
margin-bottom: 3em;
}

.offer-col p{
text-align: justify;
}

.row {
margin-top: 100%;
display: flex;
justify-content: space-between;
margin: 0 auto; /* Center horizontally */
}

.offer-col {
flex-basis: 31%;
background: rgb(10, 150, 10);
border-radius: 10px;
margin-bottom: 5%;
padding: 20px 3em;
box-sizing: border-box;
transition: 0.5s;
}

.offer-col1 h3 {
font-size: 2rem;
}

.offer-col:hover {
box-shadow: 0 0 20px 0px rgba(1, 0, 0, 0.2);
}

.offer-col .icon img {
width: 9em;
margin-bottom:-25px;
}
@media(max-width: 1400px){
  p{
    font-size: .8rem;
  }
  .offer-col {
    padding: 2px 1em;
  }
  .offer-col .icon img {
    width: 8em;
  }
}
@media(max-width: 700px){
  .row{
      flex-direction: column;
  }
  .offer{
      width: 90%;      
  }
  h1 {
    font-size: 1.5rem;
  } 
  p {
    font-size: .9rem;
  }
}
/*-------projects and designs-------*/
.slide h1,
.slide p{
  text-align: center;
}
.slide .content p{
text-align: left;
}
.slider .hero-btn{
  text-decoration: none;
  border-radius: 10px;
  padding: 13px 20px;
  margin-top: 30px;
  font-size: 18px;
  background: #50BB0A;
  cursor: pointer;
  border: none;
  justify-content: center;
}
.slider .hero-btn:hover{
  background: #9CAC79;
  transition: 1s;
}
.slider {
  width: 100%;
  height: 70vh;
  position: relative;
  margin: 0 auto; /* Center horizontally */
  display: flex; /* Ensure contents are centered */
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
}
.slider .list .item{
  position: absolute;
  inset: 0 0 0 0;
  overflow: hidden;
  opacity: 39%;
  transition: .5s;
}
.slider .list .item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider .list .item::after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(
      to top,#2f3d2f .01%, transparent
  );
}
.slider .list .item .content{
  position: absolute;
  left: 10%;
  top: 20%;
  width: 500px;
  max-width: 80%;
  z-index: 1;
}
.slider .list .item .content .hero-btn:nth-child(1){
  text-transform: uppercase;
  letter-spacing: 10px;
}
.slider .list .item .content h2{
  font-size: 2rem;
  margin: 0;
}
.slider .list .item.active{
  opacity: 1;
  z-index: 10;
}

.arrows {
  position: absolute;
  bottom: 0; /* Position at the bottom */
  left: 50%; /* Center horizontally */
  transform: translateX(-50%); /* Adjust to center precisely */
  z-index: 100;
}

.arrows button{
  background-color: #eee5;
  border: none;
  font-family: monospace;
  width: 1em;
  height: 1em;
  border-radius: 4px;
  font-size: x-large;
  color: #eee;
  transition: .5s;
}
.arrows button:hover{
  background-color: #eee;
  color: black;
}
.thumbnail{
  position: absolute;
  bottom: 50px;
  z-index: 11;
  display: flex;
  gap: 10px;
  width: 100%;
  padding: 0 50px;
  box-sizing: border-box;
  overflow: auto;
  justify-content: center;
}
.thumbnail::-webkit-scrollbar{
  width: 0;
}
.thumbnail .item{
  width: 8em;
  height: auto;
  filter: brightness(.5);
  transition: .5s;
  flex-shrink: 0;
  align-items: flex-end;
}
.thumbnail .item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.thumbnail .item.active{
  filter: brightness(1.0);
}

@media screen and (max-width: 700px) {
  .slider{
      height: 55vh;
      width: 95%;
  }
  .thumbnail{
      justify-content: start;
  }
  .slider .list .item .content h2{
      font-size: 2.6rem;
      text-align: left;
  }
  .slider p{
      font-size: 10px;
  }
  .arrows{
      position: absolute;
      bottom: 0; /* Position at the bottom */
      left: 50%; /* Center horizontally */
      transform: translateX(-50%); /* Adjust to center precisely */
      z-index: 100;
  }
  .content{
      font-size: 10px;
  }
  .thumbnail .item img{
      border-radius: 15px;
      position: absolute;
      bottom: 0;
  }
  .slider .hero-btn {
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 1rem;   
    text-align: center; /* Center text horizontally */
}

.slider .hero-btn a {
    display: inline-block; /* Ensure button content is block-level */
    width: 100%; /* Make button content expand to full width */
    text-align: center; /* Center text horizontally */
}
}
/*-----------faqs--------------*/
.faqs h1 {
  color: whitesmoke;
  text-align: center;
  margin: 2rem 0;
  font-size: 2rem;
}

.faqs .accordion {
  width: 90%;
  max-width: 1000px;
  margin: 2rem auto;
}
.faqs .accordion-item {
  background: rgb(10, 150, 10);
  color: #fffbfb;
  margin: 1rem 0;
  border-radius: 0.5rem;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.25);
}
.faqs .accordion-item-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 3.5rem;
  line-height: 1.25rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.faqs .accordion-item-header::after {
  content: url("images/dropdown.png");
  position: absolute;
  right: 1rem;
}
.faqs .accordion-item-header.active::after {
  content: url("images/dropup.png");
}
.faqs .accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  font-weight: 200;
  margin-left: 20px;
}
.faqs .accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 1px solid;
  border-image: linear-gradient(to right, transparent, #496b8d, transparent) 1;
  margin-left: 20px;
}
@media(max-width:700px) {
  .faqs .accordion-item-body-content {
    font-size: .8rem;
    font-weight: 200;
  }
  .faqs .accordion-item-header::after {
    font-size: .6rem;
  }
}

/*-----------contact-bottom-------*/

.call {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 0%;
  background-color:#50BB0A;
  margin-bottom: 0%;
}
.cta {
  margin: 100px auto;
  width: 60%;
  background-image: linear-gradient(rgba(54, 67, 17, 0.39), rgba(54, 67, 17, 0.39)), url(images/marianne-finale.jpg);
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  text-align: center;
  padding: 100px;
  margin-bottom: 0;
}
.cta h1 {
  color: #FDFDFD; 
  padding: 0%;
  margin-bottom:10px;
  font-size: 3rem;
}
@media(max-width: 700px){
  .cta{
      width: 50%;
      margin-bottom: 0;
  }
  .cta h1{
      font-size: 1rem;
      margin-bottom: 12px;
  }
  .cta .hero-btn{
  padding: 8px 25px;
  font-size: .5rem;
  background: transparent;
  position: relative;
  cursor: pointer;
  }
}
@media(max-width: 600px){
.cta{
  width: 40%;
}
}

/*----------footer---------*/
.foot{
  width: 100%;
  padding-top: 100px;
}
footer{
  background: rgb(10, 150, 10);
  color:#f0e1e1;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  position: absolute;
}
.row1{
  width: 85%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.col1{
  flex-basis: 25%;
  padding: 10px;
}
.col1:nth-child(2), .col1:nth-child(3){
  flex-basis: 15%;
}
.logo1{
  width: 300px;
  margin-bottom: 30px;
}
.col1 h3{
  width: fit-content;
  margin-bottom: 20px;
  position: relative;
}
.col1 p{
  font-size: 1rem;
  text-align: left;
}
.email-id{
  width: fit-content;
  border-bottom: 1px solid #ccc;
  margin: 20px 0;
}
.bot-link{
  list-style: none;
  margin-bottom: 12px;
}
.bot-link a{
  text-decoration: none;
  color: #fff;
}
.social-icons .fab{
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  font-size: 20px;
  color: #61c019;
  background: #fff;
  margin-right: 15px;
  cursor: pointer;
}
hr{
  width: 85%;
  border: 0;
  border-bottom: 1px solid #ccc;
  margin: 20px auto;
}
#4k{
  width:10px;
}
.copyright{
  text-align: center;
  font-size: .8rem;
  margin-bottom: 1rem;
}
.underline{
  width: 100%;
  height: 5px;
  background:#3cae08;
  border-radius: 3px;
  position: absolute;
  top: 25px;
  left: 0;
  overflow: hidden;
}
.underline span{
  width: 15px;
  height: 100%;
  background: #fff;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 10px;
  animation: moving 2s linear infinite;
}
@keyframes moving {
  0%{
    left: -20px;
  }
  100%{
    left: 100%;
  }
}

@media (max-width: 700px){
  footer{
    bottom: unset;
  }
  .col1{
    flex-basis: 25%;
    padding: 10px;
  }
  .col1:nth-child(2), .col1:nth-child(3){
    flex-basis: 0%;
  }
  .social-icons{
    display: flex;
  }
  .col1 p .tagline{
    font-size: 11rem;
    margin-bottom: 1px;
  }
  #tagline {
    font-weight: 400;
    text-align:  left;
    font-size: .8rem;
    margin-bottom: 0px;
  }

}

/*-----------projects and designs-------*/

.sub-header1{
  height: 50vh;
  width: 100%;
  background-image: linear-gradient(rgba(19, 18, 12, 0.7),rgba(66, 38, 18, 0.7)),url(images/karen-jpeg-2.jpg);
  background-position: center;
  background-size: cover;
  color: #fff;
}
.sub-header1 h1 {
position: absolute;
top: 30%;
left: 50%;
transform: translateX(-50%);
text-align: center;
}

.about-us1{
  width: 80%;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 50px;

}
.about-col{
  flex-basis: 48%;
  margin-bottom: 3%;
  margin-top: 100px;
}
.about-col img{
  max-width: 40em;
  float: left;
  border: 1px solid #fff;
  border-radius: 10px;
  margin-right: 3em;
}

.red-btn{
  border: 1px solid #f44336;
  background:transparent ;
  color:#f44336;
} 
.red-btn:hover{
  color:#fff;
}
/*--------about-us------------*/
.sub-header2{
  height: 50vh;
  width: 100%;
  background-image: linear-gradient(rgba(19, 18, 12, 0.7),rgba(81, 70, 26, 0.7)),url(images/aboutus-pic.jpg);
  background-position: center;
  background-size: cover;
  color: #fff;
}
.sub-header2 h1 {
position: absolute;
top: 30%;
left: 50%;
transform: translateX(-50%);
text-align: center;
}
.about-us h1{
  color: #fff;
  font-size: 50px;
}
.about-us p{
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  text-indent: 50px;
  text-align: justify;
  display: flex;
}
.about-us .hero-btn{
  color:#fff;
  border: 1px solid #f5fff0;
}
.about-us{
  width: 80%;
  margin: auto;
}
.about-us .row{
  margin-top: 0 ;
  display:flex;
  justify-content: space-between;
}
.about-col img{
  width: 100%;
  height: auto;
  box-shadow: 0 0 10px rgba(203, 177, 177, 0.5); 
  border-radius: 10px;
}
.about-col h1{
  font-size: 2rem;
  padding-top: 0;
  padding-bottom: 50px;
}
.offer-col1 {
  flex-basis: 31%;
  background: rgb(10, 150, 10);
  border-radius: 10px;
  margin-bottom: 5%;
  padding: 2em 2em;
  box-sizing: border-box;
  transition: 0.5s;
} 
.offer-col1 p{
  text-align: justify;
  font-size: 1rem;
}
.offer-col1:hover{
  box-shadow: 0 0 20px 0px rgba(7, 7, 7, 0.2);
}
.offer-col1 .icon i {
font-size: 6rem;
margin-bottom: 2rem;
color: white; /* Set text color to white */
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); /* Add shadow to the text */
}

@media (max-width: 600px) {
.about-col h1{
  font-size: 25px;
}
.about-col{
  margin-top: 150px;
}
.about-col p{
  font-size: 12px;
  line-height: 1.2rem;
  margin-bottom: 1rem;
}
.offer-col1 .icon i{
  font-size: 4rem;
}
.offer-col1{
  margin: 20px;
  margin-bottom: 10px;
}
.about-col img{
  width: 100%;
  height: auto;
  box-shadow: 0 0 10px rgba(17, 16, 16, 0.5); 
  border-radius: 10px;
}
.offer-col1 p{
  font-size: 12px;
  position: center;
  justify-content: center;
}
.offer-col1 h3{
  font-size: 20px;
}
}
@media (max-width: 400px) {
.about-col h1{
  font-size: 1em;
}
.about-col p{
  font-size: 12px;
}
.offer-col1 .icon i{
  font-size: 4rem;
}
.offer-col1{
  margin: 10px;
  margin-bottom: 10px;
}
}
/*--------testimonials--------*/

.testim{
width: 100%;
font-weight: 300;
padding-top: 2em;
}
.testim h1, .testim p{
text-align: center;
}
.testim .cont .active h2{
text-align: center;
color: #FDFDFD;
}
.testim .wrap{
position: relative;
width: 100%;
max-width: 1020px;
padding: 40px 20px;
margin: auto;
border-radius: 10px;
}
.testim .arrow{
display: block;
position: absolute;
color: #eee;
cursor: pointer;
font-size: 1em;
top: 50%;
transform: translateY(-50%);
transition: all .3s ease-in-out;
padding: 5px;
z-index: 22222222;
}
.testim .arrow:before{
cursor: pointer;
}
.testim .arrow.left{
left: 10px;
}
.testim .arrow.right{
right: 10px;
}

.testim .dots{
text-align: center;
position: absolute;
width: 100%;
bottom: 60px;
left: 0;
display: block;
z-index: 3333;
height: 12px;
}
.testim .dots .dot{
list-style-type: none;
display: inline-block;
width: .5rem;
height: .5rem;
border-radius: 50%;
border: 1px solid #eee;
margin: 0 10px;
cursor: pointer;
transition: all .5s ease-in-out;
position: relative;
}
.testim .dots .dot.active,
.testim .dots .dot:hover{
background: #FDFDFD;
border-color: #3cae08
}

.testim .dots .dot.active{
animation: testim-scale .5s ease-in-out forwards;
}
.testim .cont{
position: relative;
overflow: hidden;
}
.testim .cont > div{
text-align: left;
position: absolute;
top: 0;
left: 0;
padding: 0 0 70px 0;
opacity: 0;
}
.testim .cont > div.inactive{
opacity: 1;
}
.testim .cont > div.active{
position: relative;
opacity: 1;

}
.testim .cont div .img img {
display: block;
width: 4rem;
height: 4rem;
margin: auto;
border-radius: 50%;
border: 3px solid rgb(249, 228, 228); /* Adjust border thickness and color as needed */
}

.testim .cont div h2{
color: #3CAE08;
font-size: .8em;
margin: 15px 0;
font-weight: 500;
}
.testim .cont div p{
font-size: .9em;
color: #eee;
width: 80%;
margin: auto;
}

.testim .cont div.active .img img{
animation: testim-show .5s ease-in-out forwards;
}
.testim .cont div.active h2{
animation: testim-content-in .4s ease-in-out forwards;
}
.testim .cont div.active p {
animation: testim-content-in .5s ease-in-out forwards;
}
.testim .cont div.inactive .img img{
animation: testim-hide .5s ease-in-out forwards;
}
.testim .cont div.inactive h2{
animation: testim-content-out .4s ease-in-out forwards;
}
.testim .cont div.inactive p {
animation: testim-content-out .5s ease-in-out forwards;
}

@keyframes testim-scale {
0% {
    box-shadow: 0px 0px 0px 0px #eee;
}
35% {
    box-shadow: 0px 0px 10px 5px #eee;
}
70% {
    box-shadow: 0px 0px 10px 5px #ea830e;
}
100% {
    box-shadow: 0px 0px 0px 0px #ea830e;
}
}

@keyframes testim-content-in {
from {
    opacity: 0;
    transform: translateY(100%);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes testim-content-out {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-100%);
}
}
@keyframes testim-show {
from {
    opacity: 0;
    transform: scale(0);
}
to {
    opacity: 1;
    transform: scale(1);
}
}
@keyframes testim-hide {
from {
    opacity: 1;
    transform: scale(1);
}
to {
    opacity: 0;
    transform: scale(0);
}
}

/* Responsive */

@media all and (max-width: 1200px) {
.testim .wrap{
  width: fit-content;
  margin:30px
}
.testim {
  padding-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.testim h1{
  position: relative;
  text-align: center; /* Adjusted for center alignment */
}
.testim .cont .active p{
  font-size: 11px;
  text-align: center;
}
.testim .wrap{
  padding: 0px 20px;
}

}
@media all and (max-width: 1200px) {

.testim .cont div p{
    line-height: 25px;
}
}
 
/*------conmmunity-------*/
 .sub-header3{
  height: 50vh;
  width: 100%;
  background-image: linear-gradient(rgba(19, 18, 12, 0.7),rgba(81, 70, 26, 0.7)),url(images/community1.jpg);
  background-position: center;
  background-size: cover;
  color: #fff;
}
.sub-header3 h1 {
position: absolute;
top: 30%;
left: 50%;
transform: translateX(-50%);
text-align: center;

}
.sub-header5{
  height: 50vh;
  width: 100%;
  background-image: linear-gradient(rgba(19, 18, 12, 0.7),rgba(81, 70, 26, 0.7)),url(images/prof.jpg);
  background-position: center;
  background-size: cover;
  color: #fff;
}
.sub-header5 h1 {
position: absolute;
top: 30%;
left: 50%;
transform: translateX(-50%);
text-align: center;
}
.team{
position: relative;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.team-content{
width: 100%;
max-width: 1200px;
margin: 0 auto;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(150px, auto));
align-items: center;
gap: 2rem;
text-align: center;
margin-top: 4rem;
margin-bottom: 50px;
}
.team-content img{
width: 100%;
height: auto;
border-radius: 10px;
margin-bottom: 15px;
}

.team .box{
padding: 16px;
background: #FDFDFD;
border-radius: 10px;
transition: all .38s ease;
}
.team .box h3{
font-size: 1em;
font-weight: 600;
color: #3CAE08;
margin-bottom: 8px;
}
.team .box h5{
font-size: 13px;
font-weight: 600;
color: #222;
margin-bottom: 25px;
font-style: italic;
}
.team .icons i{
color: #3cae08;
font-size: 14px;
margin: 0 8px;
transition: all .38s ease;
margin-bottom: 10px;
}
.team .icons i:hover{
transform: scale(1.2);
}
.box:hover{
transform: translateY(-10px);
cursor: pointer;
}

@media (max-width: 1200px) {
.team .icons i{
  font-size: .7rem;
}
}
@media (max-width: 1200px) {
.team {
    width: 100%;
    height: auto;
    padding-top: 0;
}
.team .box {
width: 80%;
margin: 0 auto; /* Center horizontally */
justify-content: center; /* Center horizontally */
align-items: center; /* Center vertically */
} 
.team .box h3{
  font-size: 15px;
  font-weight: 600;
}
.team .box h5{
  font-size: 10px;
  font-weight: 400;
}
}


/*-------contact-us---------*/

.sub-header4{
  height: 50vh;
  width: 100%;
  background-image: linear-gradient(rgba(19, 18, 12, 0.7),rgba(81, 70, 26, 0.7)),url(images/karen-model.png);
  background-position: center;
  background-size: cover;
  color: #fff;
}
.sub-header4 h1 {
position: absolute;
top: 30%;
left: 50%;
transform: translateX(-50%);
text-align: center;
}

/*----PROJECTS-------*/

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

.section {
  box-sizing: border-box;
}

img {
  width: 100%;
}

.container {
  margin: 0 auto;
  padding: 0;
}

/* Rent Properties */
.section {
  width:100%;
}

.section .hero-btn {
  position: absolute;
  bottom: 10px;
  right: 20px;
  display: inline-block;
  text-decoration: none;
  color: #fdfdfd;
  border: none;
  border-radius: 20px;
  padding: 8px 20px;
  font-size: .8rem;
  background: #3cae08;

}

.section .hero-btn:hover {
  border: none;
  background: #9cac79;
}
.rent-center {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem 1rem;
}
.rent .box {
  transition: all 300ms ease-in-out;
  background-color: #fff;
}

.rent .box:hover {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

.rent .box .top {
  padding: 1rem;
  position: relative;
  height: 19rem;
  transition: all 300ms ease-in-out;
}

.rent .box .top img {
  height: 100%;
  object-fit: cover;
}

.rent .box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1rem;
  background-color: #fff;
  height: 20rem;
  width: 100%;
}

.rent .box .overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-in-out;
}

.rent .box .top:hover .overlay::after {
  opacity: 1;
  visibility: visible;
}

.rent .box .pos {
  position: absolute;
  top: 2rem;
  left: 2rem;
}

.rent .box .pos span {
  display: inline-block;
  font-size: 1rem;
  color: #fff;
  margin-right: 0.5rem;
  padding: 0.3rem;
  border-radius: 0.3rem;
}

.rent .box .pos span:first-child {
  background-color: #43c370;
}

.rent .box .pos span:last-child {
  background-color: #e0203b;
}

.rent .box .bottom {
  padding: 1.5rem;
}
.rent .box .bottom h1{
  font-size: 20px;
  color:#555;
  font-weight: 800;
  text-align: left;
}
.rent .box .bottom h2{
  font-size: 13px;
  color:#555;
  font-weight: 500;
  text-align: left;
  font-style: italic;
}
.rent .box .bottom p {
  font-size: 10px;
  font-weight: 500;
  color: #555;
  transition: all 300ms ease-in-out;
}

.rent .box .bottom div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  color: #555;
}

.rent .box .bottom div span {
  font-size: 1rem;
}

.rent .box:hover .bottom p {
  color: #49ac32;
}

.rent .box .bottom div i {
  font-size: 1.0rem;
}

@media (max-width: 700px) {
  .title h1 {
    font-size: 4rem;
  }
  .rent .rent-center{
  grid-template-columns: none;
  }
  .section{
    padding: 5rem 0;
    margin-top: -5rem;
  }
  .rent .box .top {
    height: 17rem;
  }
}

@media (max-width: 567px) {
  .title h1 {
    font-size: 3rem;
  }
}

/* Grid Properties */
.wrapper {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: 1fr 1fr 1fr;
}

.box {
  border-radius: 5px;
  overflow: hidden;
}

.box img {
  height: 80%;
  object-fit: cover;
  transition: all 500ms ease-in-out;
}

.box:hover img {
  transform: scale(1.1);
}

.box1 {
  grid-column: 1 / span 2;
  height: 30rem;
}
.box2 {
  grid-column: 3;
  grid-row: 1 / span 2;
}
.box3 {
  grid-column: 1;
  grid-row: 2;
}
.box4 {
  grid-column: 2;
  grid-row: 2;
}


.about-col iframe{
  width: 100%; /* Set the initial width to 100% to make it responsive */
  max-width: 60rem; /* Limit the maximum width */
  margin: 0 auto; /* Center the video horizontally */
  height: 26rem;
  border-radius: 10px;
}

@media (max-width: 1366px) {
  .about-col iframe {
    width: 100%; /* Adjust maximum width for smaller screens */
    height: 18.5rem;
  }
}
@media (max-width: 600px) {
  .about-col iframe {
    width: 100%; /* Adjust maximum width for smaller screens */
    height: 14rem;
    margin-top: -150px;
  }
}

@media (max-width: 768px) {
  .about-col iframe {
    width: 100%; /* Adjust maximum width for smaller screens */
    height: 14rem;
  }
}

/*----------Contact--------*/

.location {
width: 80%;
margin: auto;
padding: 80px 0;
}
.location iframe {
width: 100%;
border-radius: 10px;
}
.contact-us{
width: 80%;
margin: auto;
}
.contact-col{
flex-basis:35%;
margin-bottom: 30px;
}
.contact-col div{
display: flex;
align-items: center;
margin-bottom:40px;
}
.contact-col div .fa{
font-size: 40px;
color: #FDFDFD;
margin: 10px;
margin-right: 30px;
}
.contact-col div{
padding: 0;
}
.contact-col div h5{
font-size: 20px;
margin-bottom: 10px;
color: #FDFDFD;
font-weight: 400;
}
.contact-col div p{
font-style: italic;
}
.popup img {
width: 100px;
margin-top: -50px;
border-radius: 50%;
box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.popup h2 {
font-size: 38px;
font-weight: 500;
margin: 30px 0 10px;
}
.popup button {
width: 100%;
margin-top: 50px;
padding: 10px 0;
background: #6fdf49;
color: #fff;
border: 0;
outline: none;
font-size: 18px;
border-radius: 4px;
cursor: pointer;
box-shadow: 0 5px 5px rgba(0,0,0,0.2);
}
@media (max-width: 1200px){
.contact-col{
display: flex;
flex-direction: column;
}
}
.team h2 {
overflow: hidden;
font-size: 40px;
font-style: italic;
white-space: nowrap;
animation: typewriter 3s steps(40) infinite;
text-align: center;
margin: 5px;
}

@keyframes typewriter {
from {
  width: 0;
}
to {
  width: 100%;
}
}
.contact-container h2 {
font-size: 40px;
margin-top: 10px;
}

.contact-container{
height: vh;
display: flex;
align-items: center;
justify-content: space-evenly;
}

.contact-left{
display: flex;
flex-direction: column;
align-items: start;
gap: 20px;
}
.contact-left-title h2{
font-weight: 600;
color: #a363aa;
font-size: 40px;
margin-bottom: 5px; 
}
.contact-left-title hr{
border: none;
width: 120px;
height: 5px;
background-color: #a363aa;
border-radius: 100px;
margin-bottom: 20px;
}
.contact-inputs{
background-color: #FDFDFD;
width: 500px;
height: 50px;
border: none;
outline: none;
padding-left: 25px;
font-weight: 500;
color: #666;
border-radius: 10px;
}
.contact-left textarea{
height: 140px;
padding-top: 15px;
border-radius: 20px;
}
.contact-inputs:focus{
border: 2px solid #ff994f;
}
.contact-inputs::placeholder{
color: #a9a9a9;
}
.contact-left button{
display: flex;
align-items: center;
padding: 15px;
font-size: 16px;
color: #fff;
gap: 10px;
border: none;
border-radius: 20px;
background: linear-gradient(270deg, rgb(51, 219, 14), #61c019);
box-shadow: white;
cursor: pointer;
}

@media (max-width:700px) {
.contact-container{
  margin-top: 1%;
  display: flex;
  flex-direction: column;

}
.contact-container h2{
  font-size: 30px;
  align-items: center;
  justify-content: center;
}
.inquiry .contact-col{
  margin-bottom: 0px;
}
.contact-left button{
  padding: 10px;
  font-size: 14px;
  align-items: center;
  display: flex;
}
.contact-inputs{
    width:42vh;
}
.contact-right{
    display: none;
}
.contact-col form{
  display: flex;
  flex-direction: column;
}
.inquiry .contact-col h5{
  font-size: 1rem;
}
}
/*-----------preloader-------*/

#preloader{
background: #FDFDFD url(images/load.gif) no-repeat center center;
background-size:50px;
height: 100vh;
width:100%;
position: relative;
z-index:9999999999999999999999999999999999999999999999;
}
@media (max-width: 700px) {
#preloader {
  background-size: 30px;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items:center;
}
}

/*--------subproject---------*/

.sub {
margin-top: 6em;
}

.sub .sub-slider {
width: 90%;
height: 50vh;
position: relative;
margin: 0 auto;
display: flex;
justify-content: center;
align-items: center;
}

.sub .sub-slider .list .item {
position: absolute;
inset: 0;
transition: .5s;
border-radius: 10px;
overflow: hidden;
background-color: rgba(0, 0, 0, 0.7);
}

.sub .sub-slider .list .item img {
width: 100%;
height: 100%;
object-fit: cover;
opacity: 0.6;
}
.sub .sub-slider .list .item h1 {
position: absolute;
bottom: 20px;
left: 20px;
color: white;
margin: 0;
padding: 0;
z-index: 10;
font-size: 50px;
font-weight: 600;

}
.sub .thumbnails {
position: absolute;
bottom: 50px;
right: 50px;
z-index: 11;
display: flex;
gap: 10px;
width: auto;
padding: 0;
box-sizing: border-box;

}
.sub .thumbnails::-webkit-scrollbar {
width: 0;
}
.sub .thumbnails .item {
width: 100%;
max-width: 200px; /* Set maximum width for larger screens */
height: auto; /* Automatically adjust height to maintain aspect ratio */
}

.sub .thumbnails .item img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 10px;
border: 2px solid white;
box-sizing: border-box;
}

/* Media queries to adjust thumbnail size for different screen widths */
@media (max-width: 900px) {
.sub .thumbnails .item {
  max-width: 150px; /* Adjusted thumbnail width for medium screens */
}
}

@media (max-width: 600px) {
.sub .thumbnails .item {
  max-width: 100px; /* Adjusted thumbnail width for small screens */
}
}

.sub2 {
width: 90%;
margin: 0 auto; /* Center the section horizontally */
display: flex;
align-items: center;
justify-content: center;
margin-top: 40px;
}

.sub-content {
flex: 1;
}
.sub2 p {
font-size: 1rem;
text-indent: 3rem;
}

.sub2 ul {
padding-left: 60px; /* Adjust the indentation as needed */
}

.sub2 ul li {
font-size: 13px;
color: #FDFDFD;
font-weight: 300;
}

.sub-content:nth-child(2) {
margin-left: 30px; /* Adjust this value to create space between text and iframe */
}

.sub-content:nth-child(2) iframe {
margin-left: auto;
margin-right: auto; /* Align iframe to the center */
width: 80%; /* Ensure iframe takes 90% width */
height: 50vh;
border-radius: 10px;
}
.sub-forms {
display: flex;
justify-content: space-between; /* Add space between form and icon */
align-items: flex-start; /* Align items to the top */
margin-top: 1rem;
}

.contact-right {
display: flex;
flex-direction: column;
gap: 20px;
}

.contact-right {
display: flex;
flex-direction: column;
justify-content: center;
gap: 20px;
margin-left: 10em; /* Position to the left */
}

.contact-right h2 {
font-weight: 600;
color: #fdfdfd;
font-size: 40px;
margin-bottom: 1em;
}

.sub-contact-inputs {
background-color: #fdfdfd;
width: 60em;
height: 50px;
border: none;
outline: none;
padding-left: 25px;
font-weight: 500;
color: #666;
border-radius: 10px;
}

.contact-right textarea {
width: 800px;
height: 180px;
padding-top: 15px;
border-radius: 10px;
}

.sub-contact-inputs:focus {
border: 2px solid #ff994f;
}

.sub-contact-inputs::placeholder {
color: #a9a9a9;
}

.contact-right button {
display: flex;
padding: 15px;
font-size: 16px;
color: #fff;
gap: 10px;
border: none;
border-radius: 20px;
background: linear-gradient(270deg, rgb(51, 219, 14), #61c019);
box-shadow: white;
cursor: pointer;
margin-right: auto; /
}
@media (max-width: 1200px) {
  .sub .sub-slider {
    width: 90%;
  }
  .sub .sub-slider .list .item h1 {
    font-size: 18px;
    bottom: 90px;
    right: 20px;
  }
.sub2{
  display: flex;
  flex-direction: column;
}
.sub2 p{
  font-size: 12px;
}
.sub2 ul li{
  font-size: 11px;
}
.sub .sub-slider {
  width: 90%;
}
.sub .thumbnails {
  bottom: 10px;
  right: 20px;
}
.sub-forms h2{
  font-size: 20px;
}
.png img{
  display: none;
}

.contact-right{
  margin-left: 50px;
}
}
.png {
display: flex;
margin-right: 250px;
align-items: center;
}
.png img {
max-width: 100%; 
}
@media (max-width: 700px) {
.sub-contact-inputs {
  width: 21em;
  justify-content: center;
}
.contact-right textarea {
  width: 21em;
}
.sub-content:nth-child(2) iframe {
  width: 100%; /* Ensure iframe takes 90% width */
  height: 50vh;
  border-radius: 10px;
}
}
@media (max-width: 1000px) {
.sub-contact-inputs {
  width: 21em;
  justify-content: center;
}
.contact-right textarea {
  width: 21em;
}
}
/*--------events---------*/
#header{
margin:20px;
margin-top: 100px;
}
#header>h1{
text-align:center;
font-size:2rem;
}
#header>p{
text-align:justify;
font-size:1.5rem;
font-style:italic;
}
.container{
width:80%;
display:flex;
justify-content:space-around;
flex-wrap:wrap;
padding:5em 0;
margin-bottom: -120px;
}
.card{
display:flex;
flex-direction:column;
margin-bottom:60px;
}
.card>div{
box-shadow:0 3px 3px 0 rgba(78, 55, 55, 0.5);
}
.card-image{
width:25em;
height:15em;
}
.card-image>img{
width:100%;
height:100%;
object-fit:cover;
object-position:bottom;
border-radius: 10px;
border: white solid;
border-width: 2px;
}
.card-text {
margin: -1em auto;
height: auto;
width: 20em;
background-color: rgb(10, 150, 10);
color: #fdfdfd;
padding: 20px;
border-radius: 10px;
overflow: hidden; /* Add this line */
text-align: justify;
}

.card-event-type{
font-style:italic;
color:#FDFDFD;
}
.card-title{
font-size:1.5rem;
margin-bottom:20px;
margin-top:5px;
font-weight: 300;
color: #FDFDFD;
}
.card-body{
font-size:.8rem;
}

@media (max-width: 700px) {
.card .card-image {
  width: 100%; /* Adjust the width as needed */
  height: auto; /* Set height to auto to maintain aspect ratio */
  justify-content: center;
  text-align: center;
}
.card-text{
  font-size: .8em;
}
}
/*-------announcement---------*/
.data {
margin-top: 1em;
justify-content: center;
align-items: center;
background-color: #3CAE08;
}
.data h1{
color: #FDFDFD;
font-size: 1.8rem;
}
.data img{
width: 25em;
}
.no-data {
text-align: center;
}
button {
padding: 10px 20px;
border: 0px;
background: #318d1d;
color: #fff;
font-size: 15px;
letter-spacing: 2px;
outline: none;
cursor: pointer;
border-radius: 50px;
transition: .6s all;
margin-top: 1em;
}
.data button:hover {
background: #43c370;
}
@media (max-width:760px) {
.container{
  margin-bottom: -270px;
}
.data h1{
  color: #FDFDFD;
  font-size: 1.2rem;
}
.data img{
  width: 20em;
}
}

.text-col{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -100px;
}
#txt-right{
  max-width: 40em;
  float: left;

  border-radius: 8px;
  margin-right: 3em;
}
#txt-left{
  max-width: 40em;
  float: right;
  border-radius: 8px;
  margin-left: 3em;
}
.text-image{
  margin: 100px auto;
  width: 80%;
}
.text{
  color:#fff;
 
}
.text h1{
  font-size: 2rem;
  margin-bottom: 2rem;
}
.text p{
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  text-indent: 50px;
  text-align: justify;
}
#text-tb{
  width: 80%;
  margin: auto;
}
@media (max-width: 765px) {
  
}
@media (max-width: 600px) {
  .text-col{
    width: 100%;
    margin-bottom: 0;
  }
  .text h1{
    font-size: 1.5rem;
    margin-top: 8em;
  }
  .text p{
    font-size: 12px;
    line-height: 25px;
  }
  .text-image{
    margin: auto 0px;
  }
  #text-tb{
    width: 95%;
    margin: auto;
  }
  #community-tb{
    margin-top: -150px;
  }
}

.event-container{
  display: flex;
  align-items: center;
  justify-content: center;

}

.container-tb{
  max-width: 1200px;
  width: 70%;
}

.slider-wrapper {
  position: relative;
}
.slider-wrapper .slide-button {
  position: absolute;
  top: 50%;
  outline: none;
  border: none;
  height: 20px;
  width: 1px;
  z-index: 5;
  color: #fff;
  display: flex;
  cursor: pointer;
  font-size: 2.2rem;
  background: #000;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: translateY(-50%);
}

.slider-wrapper .slide-button:hover {
  background: #404040;
}

.slider-wrapper .slide-button#prev-slide {
  left: -25px;
  display: none;
}

.slider-wrapper .slide-button#next-slide {
  right: -25px;
}

.slider-wrapper .image-list {
  display: grid;
  grid-template-columns: repeat(33, 1fr);
  gap: 18px;
  font-size: 0;
  list-style: none;
  margin-bottom: 30px;
  overflow-x: auto;
  scrollbar-width: none;
}

.slider-wrapper .image-list::-webkit-scrollbar {
  display: none;
}

.slider-wrapper .image-list .image-item {
  width: 400px;
  height: 360px;
  object-fit: cover;
}

.container-tb .slider-scrollbar {
  height: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}

.slider-scrollbar .scrollbar-track {
  background: #ccc;
  width: 100%;
  height: 2px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  position: relative;
}

.slider-scrollbar:hover .scrollbar-track {
  height: 4px;
}

.slider-scrollbar .scrollbar-thumb {
  position: absolute;
  background: #318d1d;
  top: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  cursor: grab;
  border-radius: inherit;
}

.slider-scrollbar .scrollbar-thumb:active {
  cursor: grabbing;
  height: 8px;
  top: -2px;
}

.slider-scrollbar .scrollbar-thumb::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  bottom: -10px;
}

/* Styles for mobile and tablets */
@media only screen and (max-width: 1023px) {
  .slider-wrapper .slide-button {
    display: none !important;
  }

  .slider-wrapper .image-list {
    gap: 10px;
    margin-bottom: 15px;
    scroll-snap-type: x mandatory;
  }

  .slider-wrapper .image-list .image-item {
    width: 280px;
    height: 380px;
  }

  .slider-scrollbar .scrollbar-thumb {
    width: 20%;
  }
  .container-tb{
    max-width: 1200px;
    width: 90%;
  }
  
}
.ann {
  width: 60%;
  min-width: 320px;
  margin: 20px auto;
  text-align: center;
}

p{
  padding: 0 5%;
  font-size: 1em;
  line-height: 1.6em;
  text-align: center;
  color: whitesmoke;
  font-family: $font-body;
  text-align: justify;
  
  &:last-of-type {
    margin-bottom: 60px;
  }
}

.background-line {
  display: table;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  line-height: 1.2em;
	
  &:before, &:after {
    content: "";
    display: table-cell;
    top: 20px;
    position: relative;
    white-space: nowrap;
    width: 18%;
    border-top: 1px solid rgba(0,0,0,0.2);
  }
  
  span {
    padding: 0;
    font-size: 1.4em;
    line-height: 1.5em;
    font-family: $font-header;
 
  }
}



.btn {
  display: inline-block;
  vertical-align: middle;
  font-family: $font-header;
  font-size: 1em;
  text-align: center;
  margin: 0;
  padding: 0.75em 1.5em;
  border-radius: 3px;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  background-color: $purple;
  color: white;
  transition: all .3s ease;
  box-shadow: 1px 2px 3px rgba(0,0,0,0.4);
  
  &:after {
    content: "»";
    position: relative;
    left: 6px;
    font-size: 1.2em;
    transition: left .3s ease;
  }
  
  &:hover {
    color: darken($green, 10%);
    background-color: white;
    border: 1px solid darken($green, 10%);
    
    &:after {
      left: 12px;
    }
  }
  
  &:focus, &:active {
    color: white;
    background-color: $green;
    border: 1px solid $green;
    box-shadow: none;
    outline: none;
  }
}


.jobs-list-container {
  max-width: 900px;
  margin: 20px auto;
}

.jobs-list-container h2 {
  font-size: 30px;
  border-left: 4px solid #f9fdff;
  padding-left: 20px;
}

.jobs-list-container .jobs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}

.jobs-list-container .jobs img {
  width: 60px;
}

.jobs-list-container .job {
  box-shadow: 0 4px 24px -8px rgba(17, 18, 19, 0.2);
  padding: 24px;
  border-radius: 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: all 400ms ease;
  background-color: white;
}

.jobs-list-container .job:hover {
  transform: scale(1.03);
}

.jobs-list-container .open-positions {
  position: absolute;
  top: 40px;
  right: 24px;
  color: #e63946;
}

.jobs-list-container .job-title {
  font-size: 20px;
  padding: 10px 0;
  margin: 0;
  color: green;
}

.jobs-list-container .details {
  margin-top: 6px;
  font-size: 14px;
  color: #333;
  line-height: 1.8;
  flex: 1;
}

.jobs-list-container .details-btn {
  text-decoration: none;
  border: 1px solid green;
  background-color: green;
  color: #fff;
  padding: 8px 16px;
  border-radius: 8px;
  text-align: center;
  margin-top: 20px;
  transition: all 400ms ease;
  width:40%;
}

.jobs-list-container .details-btn:hover {
  background: #3CAE08;
  color: #fff;
}

.jobs-list-container .job-search {
  width: 100%;
  padding: 10px 25px;
  font-size: 18px;
  box-sizing: border-box;
  border: 1px solid #eee0e0;
  border-radius: 8px;
  margin-bottom: 20px;
}

@media (max-width: 940px) {
  .jobs-list-container .jobs {
    grid-template-columns: 1fr 1fr;
  }
  .jobs-list-container h2 {
    font-size: 20px;
  }

@media (max-width: 640px) {
  .jobs-list-container .jobs {
    grid-template-columns: 1fr;
    max-width: 300px;
    margin: 0 auto;
  }
}
