@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* For screens smaller than 576px (mobile) */

  /* For screens 576px and above (small devices) */
 
  .navbar-toggler-icon {
    
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
    
}

.blk_btn {
    background: #000;
    border: 0px;
    color: #fff;
}
.blk_btn:hover{
    border: 1px solid #000;
    background:none;
}
.ftr_mt{
    margin-top:50px;
}
/* focus */
/***bts-focus***/
textarea:focus,button:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(126, 239, 104, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 8px rgba(126, 239, 104, 0.6);
  outline: 0 none;
  border:0px !important;
}
/***bts-focus***/
/* focus */
.ftr_nv li  a{
    color:#000;
    list-style-type: none;
}
.ftr_nv {
    list-style-type: none;
    display: flex;
    justify-content: space-around;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #000000;
    border-bottom: 2px solid #000000;
}
  body {
    font-family: "Montserrat", serif;
}
html {
    scroll-behavior: smooth;
}

.logo {
    height: 30px;
}

.navbar-nav .nav-link {
    color: #000;
}

.scl_nv {
    display: flex;
    justify-content: space-around;
    list-style: none;
    width: 192px;
    padding-top: 17px;
}

.scl_nv a {
    color: #000;
}
.my_40 {
    margin-top: 10px;
    margin-bottom: 40px;
    content: "";
    height: 33px;
    background: #0a0a0a;
    display: inline-flex;
    width: 100%;
    padding-top: 5px;
    padding-left: 8px;
    color: #fff;
}
/* all */
.bbtn {
    min-width: 140px;
    border-radius: 28px;
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.1px;
    text-align: center;
    padding: 6px 13px;
    border: 2px solid #ff975a;
    outline: none;
    cursor: pointer;
    z-index: 2;
    margin-right: 15px;
    background: #ff975a;
    color: #fff;
    transition: all 0.3s ease;
}

.bbtn:hover {
    background: #ffb274; /* Lighter background color on hover */
    transform: scale(1.1); /* Slight scale effect */
    box-shadow: 0 0 15px 0 rgba(255, 151, 90, .9); /* Stronger shadow */
    border-color: #ffb274; /* Border color change */
    box-shadow: 0 0 10px 0 rgba(255, 151, 90, .7);
}

.bg_gr {
    background: #f1f1f1;
}

.shd_pd {
    box-shadow: 0px 10px 30px 0px rgba(30, 36, 50, .07), 0px 0px 1px 0px rgba(30, 36, 50, .1);
    padding: 40px;
    margin-bottom: 30px;
}
.shd_pd:hover {
    border-bottom: 1px solid #000;
}

/* all */
/* sc1 */
.sc1_blk_01 {
    height: 100vh;
    min-height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.sc1_blk_01 p {
    width: 67%;
}

h6 {
    font-weight: 700;
    margin-bottom: 4%;
}

h1 {
    font-weight: 800;
    font-size: 60px;
}

h2 {
    font-weight: 700;
}

/* sc1 */

/* sc2 */
.sc2_br_blk {
    text-align: center;
    border: 1px solid #0000004d;
    border-radius: 15px;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.mp_50 {
    margin-top: 50px;
    margin-bottom: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
}

/* sc2 */

/* sc3 */
.sc3_img {
    height: 80px;
    width: auto;
}

.sc3_blk h4 {
    margin-top: 25px;
}

.sc3_blk h2 {
    text-align: center;
    margin-bottom: 50px;
}

.sc3_blk p {
    width: 80%;
}

/* sc3 */
/* sc4 */
.sc4_blk h2 {
    text-align: center;
    margin-bottom: 50px;
}

.testimonial .icn {
    color: #ffc107;
}

.testimonial img {
    height: 100px !important;
    width: 100px !important;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.testimonial {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #fff;
    padding-bottom: 11px;
    padding-left: 5%;
    text-align: center;
    padding-right: 5%;
    width: 100%;
    padding-top: 50px;
    border-radius: 10px;
    height: 400px;
}
.testimonial h6 {
    
        font-weight: 700;
        margin-bottom: 1%;
   
}
/* sc4 */

/* sc5 */
.sc5_blk h2 {
    text-align: center;
    margin-bottom: 50px;
}

.sc5_blk img {
    width: 139px;
    display: flex;
    margin-left: auto;
    margin-right: 16%;
}

.sc5_icn_br {
    height: 50px;
    width: 50px;
    border: 1px solid #212529;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-right: 3%;
}

.sc5_icn_br p {
    font-size: 27px;
    padding-top: 16px;
}

/* sc5 */

/* sc6 */
.sc6_img_mb {
    margin-bottom: 5%;
}

/* sc6 */

/* sc7 */
.cnt-img {
    width: 376px;
    display: flex;
    margin-left: auto;
    margin-right: 19%;
}

.cnt_inp .form-control {
    border: 0px;
    border-bottom: 1px solid #000;
    border-radius: 0px;
}

.sc7_blk h2 {
    text-align: center;
    margin-bottom: 50px;
}

/* sc7 */

/* footer */
.ftr {
    margin-top: 50px;
    padding-top: 40px;
    padding-bottom: 0px;
}
/* footer */
 .mn_bnr img{
        margin-top:25%;
    }
/* Responsive Design */
@media (max-width: 1200px) {
    .sc1_blk_01 {
        margin-top: 20%;
        min-height: 100%;
        display: table-cell;
        vertical-align: middle;
    }
    .mn_bnr img{
        margin-top:25%;
    }
}
/* For screens smaller than 768px */
@media (max-width: 767px) {
    .scl_nv {
        display: flex;
        width: 200px;
        margin-left: -10%;
    }
    
    .sc1_blk_01 p {
        width: 100%;
    }

    .sc2_br_blk {
        width: 80%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .sc3_blk p {
        width: 100%;
    }

    .sc3_img {
        height: 60px;
    }

    .sc5_blk img {
        width: 100px;
        margin-left: auto;
        margin-right: auto;
    }

    .cnt-img {
        width: 130px;
        margin-right: auto;
    }

    .testimonial img {
        height: 80px;
        width: 80px;
    }

    .bbtn {
        width: 100%;
        text-align: center;
        margin-right: 0;
        margin-top: 10px;
    }

    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 24px;
    }

    .sc5_icn_br {
        height: 40px;
        width: 40px;
    }

    .sc7_blk h2 {
        font-size: 30px;
    }

    .ftr {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sc1_blk_01 {
        margin-top: 20%;
        /* min-height: 100%; */
        /* display: table-cell; */
        vertical-align: middle;
    } 
}

/* For screens smaller than 480px */
@media (max-width: 479px) {
    h1 {
        font-size: 32px;
    }

    .sc1_blk_01 p {
        font-size: 14px;
    }

    .sc2_br_blk {
        width: 90%;
        padding: 20px;
    }

    .sc5_blk img {
        width: 80px;
    }

 .cnt-img {
    width: 204px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

    .sc5_icn_br {
        height: 35px;
        width: 35px;
    }

    .sc3_img {
        height: 50px;
    }

    .sc1_blk_01 {
        height: auto;
        margin-top: 21%;
        display: block;
        margin-bottom: 13%;
    }
    .blk_btn {
  
    width: 100%;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {

    width: 20%;
}
}


