section{
  background-color: #f5f5f5;
}
.contact-page ul{
    list-style: none;
  }
  .contact-page ul li a{
    color: #000;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    display: flex;
    text-decoration: none;
  }
  .contact-page ul li a span{
    color: #000;
    display: block;
    padding-right: 10px;
    padding-top: 5px;
  }
  .contact-page ul li .map{
    padding-bottom: 10px;
    max-width: 238px;

  }

  .curve-img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;

  }

  .home-text {
    font-size: 18px;
    font-weight: 600;
  }

  .section-padding {
    padding: 60px 10px;
    /* background-color: #f7f7f7; */
  }

  .section-tittle span {
    font-size: 45px;
    font-weight: 600;
  }

  .section-tittle h2 {
    font-size: 16px;
    margin-bottom: 20px;

  }

  .single-cat {
    border-radius: 10px;
    margin: 10px;
    background-color: #FFFFFF;
    padding: 20px 10px;
    position: relative;
    

  }

  .single-cat:hover{

  }
  .container .box {
    max-width: 320px;
    position: relative;
    background: #FFF;
    padding: 100px 40px 60px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, .1);
}

.single-cat::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #8E183C;
    transform: scaleY(0);
    border-radius: 10px;

    transform-origin: top;
    transition: transform 0.5s;
}

.single-cat:hover::before {
    transform: scaleY(1);
    transform-origin: bottom;
    transition: transform 0.5s;
}

  .cat-icon svg {
    width: 80px;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
  }

  .single-cat:hover .cat-icon svg{
    fill: #FFF !important;
  }

  .single-cat:hover .cat-cap h5 a{
    color: #FFF;
  }

  .cat-cap h5 a {
    font-size: 20px;
    font-weight: 600;
    color: #8E183C;
    text-decoration: none;
    position: relative;
    z-index: 2;
  }

  .cat-cap p {
    margin-top: 10px;
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;

  }

  .cat-cap .abtn {
    margin-top: 10px;
    background-color: #8E183C;
    padding: 10px 20px;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    position: relative;
    z-index: 2;
  }

  .single-cat:hover .cat-cap .abtn{
    background-color: #5C6E58;
  }

  .single-cat:hover .cat-cap p{
    color: #FFF;
  }

  
  .contact-page .contact {
    /* background-color: #070707; */
    background: #343232;

    border-radius: 20px;
    padding: 30px;
    color: #fff;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.contact-page h4 {
    font-family: var(--primary-heading);
    font-size: 60px;
    font-weight: 300;
    /* margin-left: 20px; */
    letter-spacing: 5px;

}

.contact-page .contact .in {
    justify-content: space-between;
}

/* .contact-page .contact .in .col{ */
/* background-color: aqua; */
/* flex: 1; */
/* } */



.contact-page .contact-details {
    margin-bottom: 20px;
}

.contact-page .contact-details .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-page .contact-details p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    /* margin-left: 10px; */
}

.contact-page .contact-details img {
    width: 50px;

}

.contact-page .form-div {
    padding: 0px 30px;

    width: 380px;
    overflow: hidden;

}

.contact-page .form-div form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.contact-page .form-div form .input {
    /* background-color: transparent; */
    /* border: 1px solid #fff; */
    padding: 10px 10px;
    width: 100%;
    color: #fff;
    font-size: 22px;
    border: none;
    border-radius: 10px;
    background: #343232;
    box-shadow: inset 5px 5px 10px #282727,
        inset -5px -5px 10px #403e3e;

}

.contact-page .form-div form .form-btn {
    background: transparent;
    border: 1px solid #fff;
    padding: 5px 10px;
    /* width: 100%; */
    color: #fff;
    font-size: 18px;
    margin-top: 10px;

}

.header {
    margin: 0;
    padding: 0;
    position: relative;
    color: #0055a6;
    background-color: #0055a6;
   
}

.header img{
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    object-fit: cover;
    object-position: center bottom;
    background-size: cover;

}

.header .header-content {
    position: absolute;
    top: 40%;
    left: 10%;
}
.header .header-content p{
    margin-top: 10px;
}
.header h1 {
    font-size: 80px;
    line-height: 70px;
    /* color: #fff; */
    margin-left: 0;
    /* font-weight: 600; */
    /* font-family: stencils; */
    /* width: fit-content; */
    /* display: flex; */
    /* flex-direction: column; */
    /* gap: 5px; */
}

.header h4 {
    text-transform: uppercase;
    font-size: 25px;
    /* font-family: stencils; */
    line-height: 20px;
    margin-left: 5px;
    margin-bottom: 0;

}

.header p {
    font-size: 16px;
    font-weight: 600;
}

.header-b {
    position: absolute;
    top: 80%;
    left: 10%;
}

.header-b p {
    margin-bottom: 20px;
    font-size: 14px;
}

.header-b a {
    text-decoration: none;
    padding: 10px 20px;
    font-size: 18px;
    color: #000;
    border: 1px solid #000;

}

.header .social-links {
    position: absolute;
    z-index: 10;
    right: 20px;
    top: 40%;
    font-size: 22px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mega-text {
    font-size: 18px;
    font-family: stencils;

    line-height: 0;
    /* text-align: end; */
    /* align-self: end; */

}

@media (max-width:600px) {
    .header img {
        width: 100%;
        height: 80vh;
        object-position: left bottom;
    }

    .header .header-content {
        top: 30%;
        left: 5%;
    }

    .header h1 {
        font-size: 40px;
        line-height: 35px;
    }

    .header h4 {
        font-size: 18px;
        line-height: 16px;
        margin-bottom: 0px;

    }

    .header p {
        font-size: 12px;
    }

    .header .social-links {
        font-size: 14px;
        display: none;
    }

    .header-b {
        /* display: none; */
        top: 70%;
        left: 5%;
        /* background-color: #FFF; */
        padding: 10px;
    }

    .header-b p {
        font-size: 12px;
        color: #000;
    }

    .header-b a {
        font-size: 16px;
       
    }

    .contact-page .form-div {
        width: 100%;
    }

    .contact-page .contact {
        max-width: 100%;
    }

    .contact-page h4 {
        font-size: 26px;
    }

    .contact-page .contact-details p {
        font-size: 16px;
    }

    .contact-page .contact .row {
        flex-direction: column;
    }

    .contact-page .form-div {
        padding: 0px 10px;
    }

    .whatsapp {
        max-width: 100% !important;
    }

    .whatsapp-btn p {
        font-size: 16px !important;
    }

    .header .social-links {
        top: 95%;
        bottom: 10px;
        left: 0 !important;
        right: 0 !important;
        flex-direction: row;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }

    .mega-text {
        font-size: 14px;
    }

}

.section-title {
    font-size: 30px;
    /* font-family: stencils; */
    color: #000;
    /* font-family: 'Roboto Slab', serif; */
    font-size: 600;
    margin-bottom: 30px;
    text-align: center;
    background-color: #000;
    color: #fff;
    font-weight: 600;
    padding: 5px 20px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;

    /* letter-spacing: 5px; */

}

.service-box {
    margin: 10px;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    height: 100%;
    box-shadow: 5px 0px 20px #000;
}

.service-box h4 {
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
    color: #7f00ff;
}

.service-box p {
    margin-top: 20px;
}

.feature-box {
    padding: 20px;
    border-radius: 10px;
    /* margin: 10px; */
    height: 100%;
    background-color: #070707;
    color: #fff;

}

.feature-box .pad {
    padding: 0px 20px;
}

.feature-box img {
    width: 100%;
    height: 250px;
    border-radius: 10px 10px 0px 0px;
    object-fit: cover;
    object-position: center;
}

.feature-box h4 {
    font-size: 26px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
    margin-top: 10px
}

.buy-btn{
    width: 100%;
    background-color: #fff;
    color: #000;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 10px;
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
}

.view-btn {
    background-color: #000;
    color: #fff;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all ease 0.5s;
    /* font-weight: 600; */

}

.view-btn:hover {
    background-color: #7f00ff;
    color: #fff;

}

.abt {
    font-size: 18px;
    color: #282727;

}


