@import url('https://fonts.googleapis.com/css2?family=Kameron:wght@400;700&display=swap');

/* Reset */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Kameron', serif;
    font-size: 16px;
    /* background-image: url('../images/pallifull1.png');
    background-position: center;
    background-repeat: no-repeat; */
    
}

ul {
    list-style: none;
}


h1,h2,h3,h4{
    color: rgb(12, 12, 12);
}
header {

    padding: 10px 59px;
    /* it took body as parent,so body is position relative  */
    position: absolute;
    z-index: 2;
    width: 100%;
    /* background:linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); */

}

header .logo img {
    width: 120px;
    padding-left: 20px;
}

header nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .navbar {
    display: flex;
    /* position: absolute;
    z-index: 1;
    right:20px */
}
header .logo1{
    display:none;
}



/* Banner Starts */
.banner {
    /* position: relative;
    height: 100vh;
    overflow: hidden; */
}

.banner img {
    width: 100%;
}

.banner .banner-info {
    position: absolute;

    top: 67%;
    left: 78px;
    transform: translateY(-67%);
    max-width: 1000px;
}

/* .banner .banner-info0 h1 {
    color: rgb(12, 12, 12);
} */

.banner .banner-info0 h1 {
    font-size: 70px;
    font-weight: 400;
    line-height: 80px;
    color:rgb(205, 23, 23);
    padding-top:10px;
}

.banner .banner-info0 h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
   /* padding: 48px 5px 10px; */
}


/* Marquee satrts */
marquee{
    background-color:rgb(205, 23, 23);
    font-size:18px; 
    padding:10px;
    color: #fff;
}

    /* .marquee {
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    } */

/* 
.marquee span {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 15s linear infinite;
  font-size:25px;
  padding-right: 85px;
  
} */

/* .marquee2 span {
  animation-delay: 2.5s;
} */

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
/* Marquee ends */
 .banner-info0 a{
    color:#2c8fec;
    font-weight: 500;
}
 .banner-info0 a:hover{
   text-decoration: none;
   color:#2c8fec;
}
.cta-btn {
    background-color: rgb(205, 23, 23);
    color: white;
    padding: 12px 30px;
    border-radius: 24px;
    border: 3px solid rgb(205, 23, 23);
    display: inline-block;
    text-decoration: none;

}

.cta-btn:hover {
    text-decoration: none;
    color: #fff;
}

/* .cta-btn-mobile {
    background-color:rgb(205, 23, 23);
    color: white;
    padding: 12px 30px;
    border-radius: 24px;
    display: inline-block;
    text-decoration: none;
    display: none;
} */


/* about section */

.about-img {
    padding: 70px 0 0 0;

}

.about-img img {
    border-radius: 10px;
}

.about-desc {
    padding: 70px 5px 0px 10px;
    /* text-align: center; */
    /* justify-content: left; */

}

.about-desc h1 {
    font-size: 34px;
    font-weight: 600;
    padding-bottom: 15px;
}

.about-desc2 {
    /* padding-bottom: 70px; */
    margin-bottom: 56px;

}

.about-desc,
.about-desc2 p {
    font-size: 16px;
    line-height: 28px;
    justify-content: flex-start;
    /* padding:10px 10px; */
}

#more {display: none;}

/* Images */

.img-logo h5,h6{
     text-align: center;
}

.news-logo{
    padding: 50px 0px;
}
 
.news-logo h1{
     font-size: 28px;
    font-weight: 500;
    /* line-height: 70px; */
    padding-bottom: 28px;
    margin-bottom: 20px;
    border-bottom: rgb(12, 12, 12) solid 1px;
}

/* how it works */

.how-it-works h1 {

    font-size: 28px;
    font-weight: 500;
    /* line-height: 70px; */
    padding-bottom: 28px;
    margin-top: 75px;
    border-bottom: rgb(12, 12, 12) solid 1px;
   
}

.how-it-works .row{
    padding-bottom: 20px;
    background-color:rgba(188, 26, 26, 0.539);
}
.how-it-works h3 {
    font-size: 22px;
    font-weight: 400;
    transition: color ease .8s;
}

.how-it-works .desc-box {
    padding: 20px 50px 20px 0px;
    justify-content: left;
   
    /* cursor: pointer; */



}

.panel {
    /* padding: 10px 0; */
    /* padding-right: 80px; */
    
    /* background-color: white; */
    /* max-height: 0; */
    overflow: hidden;
    font-size: 16px;
    justify-content: left;
    background-color:rgb(229, 193, 193);
    border-radius: 15px; 
    padding:10px;
}

/* Published Ads */
.published-ads {
    padding: 50px 0px;
    /* margin-top: 100px; */
}

.container-fluid h1{
    font-size: 28px;
    font-weight: 500;
    /* line-height: 70px; */
    padding-bottom: 28px;
    margin-bottom: 20px;
    border-bottom: rgb(12, 12, 12) solid 1px;
   

}

/* Other Services */
.other-desc h1{
    font-size: 28px;
    font-weight: 500;
    /* line-height: 70px; */
    padding-bottom: 28px;
    /* margin-top: 75px; */
    border-bottom: rgb(12, 12, 12) solid 1px;
}
.service-img img{
    padding: 20px 0px;
    margin-top: 10px;
}
.service_desc{
    padding:30px 10px;
    /* margin-top: 50px; */

}
/* Other Services */

/* Contact Form */
.contact-box {
    margin-top: 80px;
}

.contact-box h1 {
    font-size: 38px;
    color: black;
    font-weight: 300;
    padding: 15px 0;


}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    border: none;
    border-bottom: 1px solid  rgb(12, 12, 12);;
    outline: none;
    /* background-color:#5e5b5b; */
}

/* .btn-submit{
    width:80%;
    background-color: #F70142;
    border:none;
    color:white;
    padding:12px 30px;
    border-radius: 24px;
} */
/*Location*/
.contact-box .location {
    padding: 20px;

}

.contact-box .location h3 {
    font-size: 20px;
    font-weight: 400;

}
.location .icon-phone-mobile{
    display:none;
}
.location a{
    color:black;
}
.location a:hover{
    color:black;
    text-decoration: none;
}
 
.contact-box .location-info iframe {
    padding-right: 10px;
    width: 100%;
    height: 68vh;
}

/* footer */
.footer-section {
    margin-top: 38px;
}

.footer-section .footer {
    /* padding:8px 0; */
    background-color: rgb(12, 12, 12);
    text-align: center;

}

.footer-section .footer p {
    color: white;
    font-size: 10px;

    /* padding:5px; */
    margin-top: 12px;
}

.footer-section .footer a {
    color: white;
}

.footer-section .footer a:hover {
    text-decoration: none;
}

/* slider */
.newsfeed{
 display: flex;
justify-content: center;
padding-top:50px;

}
.slider {
    
    width: 800px;
    height:550px;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.6);
   /* margin:30px; */
   
   
}

.slides {
    display: flex;
    width: 300%;
    height: 100%;
    animation: slide 9s infinite;
}

.slide {
    width: 100%;
    height: 100%;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Animation */
@keyframes slide {
    0%   { margin-left: 0; }
    30%  { margin-left: 0; }

    33%  { margin-left: -100%; }
    63%  { margin-left: -100%; }

    66%  { margin-left: -200%; }
    96%  { margin-left: -200%; }

    100% { margin-left: 0; }
}
/* slider */
/* button Animate */

.button1 {

    position: absolute;
    top: 105%;
    left: 50%;
    transform: translate(-50%, -105%);
    width: 170px;
    height: 40px;
    line-height: 1;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    border: rgb(205, 23, 23);
    background: #fff;
    color: rgb(205, 23, 23);
    cursor: pointer;
    overflow: hidden;
    transition: all .35s;
    border-radius: 25px !important;

}
.button1:focus{
    outline: 0px !important;
}

.button1:hover {
    background:rgb(205, 23, 23);
    color: #fff;
}

.button1 span {
    opacity: 1;
    visibility: visible;
    transition: all .35s;
}

.success {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all .35s;
}

.success svg {
    width: 20px;
    height: 20px;
    fill: yellowgreen;
    transform-origin: 50% 50%;
    transform: translateY(-50%) rotate(0deg) scale(0);
    transition: all .35s;
}

button.is_active {
    width: 40px;
    height: 40px;
}

button.is_active .success {
    opacity: 1;
    visibility: visible;
}

button.is_active .success svg {
    margin-top: 50%;
    transform: translateY(-50%) rotate(720deg) scale(1);
}

button.is_active span {
    opacity: 0;
    visibility: hidden;
}

.banner .banner-info0 {
    /* max-width: 800px; */
    /* margin: auto; */
    
}

/* RESPONSIVE */
@media (max-width: 767px) {

    /* header */
    header {
        padding: 14px;
    }

    .navbar .menu {
        display: block;

    }

    header .logo img {
        width: 120px;
        margin-top: 10px;
    }

    header .logo1{
        display:inline;
    }
    header .logo2{
        display:none;
    }

    .cta-btn {
        /* display: none; */

    }

    .cta-btn-mobile {
        background-color:rgb(205, 23, 23);
        color: white;
        padding: 10px 25px;
       border: 3px solid rgb(205, 23, 23);
        display: inline-block;
        text-decoration: none;
        

    }

    .cta-btn-mobile:hover {
        text-decoration: none;
        color: #fff;
    }

    /* banner */
    /* .banner {
        position: relative;
        height: 93vh; */
        /* overflow: hidden; */
    /* } */
/*  */
    /* .banner img{
       height:100vh;
       object-fit: cover;
       
     } */
    .banner .banner-info {
        position: absolute;
        top: 57%;
        left: 20px;
        transform: translateY(-50%);
        max-width: 800px;

    }

    .banner .banner-info0 h1 {
        font-size: 48px;
        font-weight: 500;
        line-height: 70px;

    }

    .banner .banner-info0 h3 {
        font-size: 16px;
        font-weight: 300;
        line-height: 35px;
        padding-top: 23px;
        padding-right: 10px
    }

    /* About */
    .about-img {
        padding: 60px 0 0 0;
    }

    .about-desc2 {
        padding: 0px 15px 70px 15px;
        margin-bottom: 56px;

    }

    .how-it-works .desc-box {
        padding: 20px 50px 20px 15px;
        justify-content: left;
    }

    .panel {
        /* padding: 10px 0; */
        padding: 0 80px 0 15px;

    }

    .published-ads {
        padding: 50px 0px;
        margin-top: 42px;
    }

    .contact-box {
        margin-top: 24px;
    }

    .contact-box .location {
        padding: 20px;
        margin-top: 39px;
    }
    .contact-box .location h3{
        display:flex;
        align-items: center;
    }
    .contact-box .icon-phone{
         display:none;
    }
    .contact-box .icon-phone-mobile{
        display:inline;
    }
    
}