
.main {
    margin: 0;
    padding: 0;
}
html,body{
     width:100%;
     overflow-x: hidden;
}
.head-line {
    background-color: #000000;
    height: 100px;
}

.site-logo img {
    margin-left: 130px;
    padding-top: 15px;
}

.hero-section {
    position: relative;
    background-image: url('https://daculagutters.com/images/banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-section::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 1;
        }

.intro{
    font-size: 20px;
    line-height: 30px;
}
.title-1{
    font-size: 20px;
    line-height: 30px;
}
.title-2{
    font-size: 20px;
    line-height: 30px;
}
.title-3{
    font-size: 20px;
    line-height: 30px;
}

.footer {
    background-color: #da2b26;
}
.pipedriveWebForms{
    border-radius: 20px;
}


.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Transparent background */
    display: none; /* Initially hide the popup */
    justify-content: center; /* Center content vertically */
    align-items: center; /* Center content horizontally */
  }

  .popup-content {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
  }

  .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: #ccc;
    font-size: 18px;
    font-weight: bold;
  }
#trigger-paragraph{
    cursor: pointer;
  }
@media only screen and (max-width: 600px) {
    .video-section{
        margin-left: 13px;
    }
}

.contant-section, .good-shepherd-images{
/*     padding:50px;
    padding-left: 100px;
    position: relative;
    z-index: 2;
    color: white; */

    padding-left: 100px;
    position: relative;
    z-index: 2;
    color: white;
    padding-bottom: 0px;
    padding-top: 0px;
}
.contant-section{
    padding:50px;
    padding-left: 100px;
    position: relative;
    z-index: 2;
    color: white;
    padding-bottom: 0px;
    padding-top: 50px;
}
.first-text{
    color: #ffffff;
    font-family: 'Roboto Slab',Georgia, "Times New Roman", serif;
    font-weight: 700;
    font-size: 40px;
}
.second-text{
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #FFFFFF !important;
    line-height: 1.2em;
    text-align: left;
}
.third-text{
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF !important;
    line-height: 16.5px;
    text-align: left;
}

.form-area{
    background-color: #ffffff;
    border-radius:10px;
    padding: 30px;
    position: relative;
    z-index: 2;
    padding: 20px;
}
.form-first-text{
    font-family: 'Rubik',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 23px;
    color: #000000 !important;
    line-height: 1.3em;
    text-align: left;
    padding-bottom: 10px;
    padding-right: 100px;
    padding-top: 20px;
}
.form-second-text{
    font-family: 'Rubik',Helvetica,Arial,Lucida,sans-serif;
    font-size: 15px;
    color: #5e5e5e !important;
    padding-bottom: 30px;
    line-height: 1.3em;
    padding-right: 80px;

}
.form-third-text{
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #5e5e5e !important;
    text-align: center;
    padding-top: 10px;
}



.new-table {
    width: 100%;
}
.new-table td {
    padding: 8px;
}
.new-table input[type="text"],
.new-table input[type="email"],
.new-table input[type="number"],
.new-table textarea {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border-radius: 7px;
    background-color: #eaeaea;
    color: #333;
    border: 0px solid #ccc;
    padding: 6px 10px;
    height: 45px;
    width: 100%;
    /* line-height: 1.3; */
}
.new-table textarea {
    height: 100px; 
}
.new-table input[type="submit"] {
    width: 100%;
    padding: 10px;
    background-color: #000000;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 20px;
    font-family: inherit;
    border-radius: 7px;
}
.new-table input[type="submit"]:hover {
    background-color: #4b4b4b;
    border-radius: 5px;
}




.good-shepherd-1{
    width: 20%;
}
.good-shepherd-2{
    width: 15%;
}
.good-shepherd-3{
    width: 23%;
}
.good-shepherd-4{
    width: 23%;
}

@media (max-width: 768px) {
    .contant-section, .good-shepherd-images {
        padding: 20px;
        color: black; 
    }

    .second-text {
        text-align: center;
      }

      .third-text {
        text-align: center;
      }
      .free-estimate img {
         right: 0 !important;  
      }

      .hero-section::before {   
        height: 100%;
    }
    .good-shepherd-1{
        width: 50%;
    }
    .good-shepherd-2{
        width: 30%;
    }
    .good-shepherd-3{
        width: 40%;
    }
    .good-shepherd-4{
        width: 40%;
    }

    .contant-section, .good-shepherd-images {
        padding-left: 0px;
      }
}

fieldset .p-\[30px\] {
    padding: 0px !important;
}
.bg-zi-white {
    background-color: transparent !important;
}
/*---anuj---------*/

.video-container {
   
    padding-left: 100px;
    position: relative;
    z-index: 2;
    color: white;
    padding-bottom: 0px;
    padding-top: 0px;
}
@media (max-width: 768px) {
    .video-container{
        padding: 0px;
    }
/* .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
z-index: 2;
top: -11px;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} */

 @media screen and (min-width: 1921px) {
.hero-section  .second-text {
    font-size: 36px;
        padding-top: 30px;
    padding-bottom: 40px;
}
.hero-section  .first-text {
    font-size: 80px;
}
.hero-section .contant-section img {
    width: 50px;
    height: 50px;
}
.hero-section .third-text {
    font-size: 36px;
    line-height: 45px;
    padding-bottom: 20px;
}
} 
