*{
    box-sizing: border-box;
}
*,body,html{
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6,p,ul,li{
    margin: 0;
    padding: 0;
}
ul{
    list-style: none;
}
img{
    max-width: 100%;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.second-fold .slick-slider .slick-list {
    min-height: 100%;
    height: 100vh;
}
.second-fold {
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.slider {
    width: 100%;
    margin: 0 auto;
}
.slick-slide img {
    width: 100%;
}
.slick-prev:before,
.slick-next:before {
    color: black;
}
.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}
.slick-active {
    opacity: .5;
}
.slick-current {
    opacity: 1;
}
.second-fold .slick-slider .slick-slide img {
    width: 100%;
    object-fit: cover;
}
.slick-prev {
    left: 0 !important;
    z-index: 999 !important;
    background: rgba(0,0,0,0.5) !important;
    width: 50px !important;
}
.slick-next {
    right: 0 !important;
    z-index: 999 !important;
    background: rgba(0,0,0,0.5) !important;
    width: 50px !important;
}
.slick-prev::before, .slick-next::before {
    color: #fff !important;
    font-size: 30px !important;
    font-family: inherit;
}
.slick-prev::before {
    content: "←";
}
.slick-next::before {
    content: "→";
}
.about-property{
    padding: 80px 0;
    height: 100vh;
    background: url('../img/img3.webp') no-repeat center;
    background-size: cover;
    position: relative;
}
.about-property:before {
    content: '';
    background: #00000085;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.about-content{
    position: relative;
    z-index: 9;
}
.about-content p{
    font-size: 19px;
    color: #fff
}
.btn {
    font-size: 20px;
    padding: 10px 40px;
    border-radius: 0;
    background-color: transparent;
    border-width: 2px;
    border-radius: 8px;
}
.btn-primary{
    background-color: #000;
    border-color: #fff;
}
label{
    margin-bottom: 5px;
}
sup{
    color: red;
}
.form-control {
    height: 50px;
    padding: 10px 20px;
}
.form-control:focus{
    box-shadow: none;
}
textarea{
    height: auto !important;
    resize: none;
}
@media(max-width: 1199px){
    .about-property{
        height: auto;
    }
}
@media(max-width: 767px){
    .about-content p {
        font-size: 18px;
    }
}