section#feature2{
    padding: 3rem;
    padding-bottom: 0;
    background-color: #d8ae76;
}

section#about{
    padding: 3rem;
}

/* .custom-alignment{
    display: flex;
    align-items: center;
} */

.custom-panel-text{
    color: white;
    align-self: center;
}

.custom-about{
    max-width: 900px;
    margin-inline: auto;
    margin-bottom: 6rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.custom-about-call{
    margin-bottom: 50px;
}

.custom-nav{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-block:0;
}
.head-nav > p{
    color: black;
    font-size: 14px;
    margin-bottom: 0;
}
.head-nav > p .contact-title {
    font-weight: bold;
    font-size: 38px;
}

.call-to-action-nav > p{
    margin-bottom: 0;
    font-size: 20px;
    color: black;
}

.call-to-action-nav > h2{
    margin-bottom: 0;
}
@media(min-width: 1000px){
    .btn--primary{
        margin-top: 2rem;
    }
    .slider,
    .slider .slide--item {
      max-height: 100vh;
      width: 100%;
    }
}
@media (max-width: 1000px){
    .head-nav > p .contact-title {
        font-weight: bold;
        font-size: 30px;
    }
    .head-nav > p{
        font-size: 14px;
    }
    .call-to-action-nav > h2 > a{
        font-size: 32px;
    }
}

@media (max-width: 767px){
    .custom-nav{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 1rem;
        padding-block:0;
    }
    .head-nav > p .contact-title {
        font-weight: bold;
        font-size: 24px;
    }
    .head-nav > p{
        font-size: 10px;
    }
    .call-to-action-nav > p{
        font-size: 14px;
    }
    .call-to-action-nav > h2{
        font-size: 24px;
    }
    .call-to-action-nav > h2 > a{
        font-size: 24px;
    }
    .custom-nav.affix-top > .call-to-action-nav{
        display: none;
    }
}

@media (max-width: 540px){

    /* .head-nav > p .contact-title {
        font-weight: bold;
        font-size: 20px;
    }
    .head-nav > p{
        font-size: 8px;
    }
    .call-to-action-nav > p{
        font-size: 12px;
    }
    .call-to-action-nav > h2{
        font-size: 20px;
    }
    .call-to-action-nav > h2 > a{
        font-size: 20px;
    } */
}

.custom-bg-form{
    background-color: rgb(212, 212, 212);
}

.custom-position{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slider,
.slider .slide--item {
  width: 100%;
}

@media only screen and  (max-width: 667px){
    .slider,
  .slider .slide--item {
    height: 400px;
    width: 100%;
  }
}

@media only screen and  (max-width: 550px){
    .slider,
  .slider .slide--item {
    height: 400px;
    width: 100%;
  }
}

@media only screen and  (max-width: 475px){
    .slider,
  .slider .slide--item {
    height: 280px;
    width: 100%;
  }
}

