@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "Poppins", sans-serif;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 1.7;
}


a,
a:hover {
    color: #fff;
    text-decoration: none;
}
.sec_pd{
    padding: 90px 0;
}
.bann_pd {
    padding: 200px 0;
}

.h_bann_main {
    font-size: 3.5rem;
}

.sec_hd{
    font-size: 2.9rem;
}
.sec_hd2{
    font-size: 2.7rem;
}

.text{
    background: linear-gradient(90deg, rgba(238,191,79,1) 0%, rgba(242,225,184,1) 80%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.theme_btn {
    background-color: #000;
    color: #ffff;
    padding: 12px 40px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    z-index: 55;
}
.theme_btn::before {
    content: "";
    position: absolute;
    overflow: hidden;
    top: -50%;
    left: -40%;
    height: 100%;
    width: 200%;
    background-color: #e9ce6dbb;
    transform: rotate(16deg);
    transition: all 300ms ease;
    z-index: -5;
}

.contact{
    background-color: #e9ce6dbb;
}

.theme_btn:hover::before{
    top: 150%;
}
/* ==================================header================================== */
.header_above {
    background-color: #000;
}
.head_search input {
    background-color: #1d1d1d;
    border: none;
    color: #fff;
}
.head_search input:focus {
    background-color: #1d1d1d;
    color: #fff;
    border: none;
    box-shadow: none;
}

.head_search i {
    padding: 10px;
    background-color: #1d1d1d;
    margin-left: -2px;
}
.head_user a {
    font-size: 14px;
}
.head_btn .theme_btn {
    border: none;
    background-color: #000;
    color: #fff;
    padding: 10px 15px;
    font-weight: 500;
}
.navbar-nav {
    gap: 15px;
}
.navbar{
    padding: 20px 0;
}
.nav-item .nav-link {
    color: #000 !important;
    font-weight: 500;
}
.dropdown-toggle::after {
    color: #000;
}
.nav-item .nav-link:hover {
    color: #000 !important;
}
.nav-item.dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: 0;
}
.dropdown-menu {
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    border-top: 3px solid #d8b45a;
    overflow: hidden;
}
.dropdown-item {
    color: #fff;
    transition: all 0.4s ease-in-out;
}
.dropdown-item:hover {
    background-color: #000 !important;
    margin-left: 7px;
    color: #d8b45a !important;
}
.nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    background-color: #000;
    visibility: visible;
}

/* ========================ModalCSS====================== */

.modal-dialog {
    max-width: 600px;
    margin: 14.75rem auto;
}
.modal-header .btn-close {
    margin-left: auto !important;
}
.modal-header {
    border: none !important;
}
.modal-body input {
    width: 100%;
    padding: 10px;
}
.modal-backdrop{
    width: 100%;
    height: 100%;
}

/* =============================Home_Banner============================ */
.h_banner {
    background: url(../img/h_banner.png)no-repeat center center/cover;
    position: relative;
    z-index: 55;
}
.h_banner::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: url(../img/background_overlay.png)no-repeat center center/cover;
    z-index: -1;
}
.h_banner_heading h3 {
    background: url(../img/theme_bg.png)no-repeat center center/cover;
    padding: 10px 15px;
    display: inline-block;
}
.h_banner_heading p {
    line-height: 29px;
}
/* =============================Section_1============================ */
.s1_left img{
    display: inline-block;
    border: 10px solid #fff;
    transform: translate(6px, 50px);
}

/* =============================Section_2============================ */
.sec_2{
    background: url(../img/s2_bg.png)no-repeat center center/cover;
    height: 550px;
}

/* =============================Section_3============================ */
.s3_box{
    background-color: #000;
    padding: 45px 20px; 
    height: 100%;
}
.s3_box p{
    font-size: 13px;
    color: #acabab;
}
.s3_box a{
    background-color: #fff;
    color: #000 !important;
    font-size: 15px;
    font-weight: 500;
}
.sec_3 .row{
    transform: translateY(-140px);
}
.sec_3 .container{
    height: 500px;
}
/* =============================Section_4============================ */
.s4_icon span{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
    background-color: #000;
    border-radius: 50%;
    margin-bottom: 10px;
}
.s4_icon h5{
    color: #14868e;
}
.s4_left {
    position: relative;
}
.s4_left::before {
    content: "";
    position: absolute;
    height: 110%;
    background: url(../img/s4_bg.png)no-repeat left;
    width: 650px;
    left: -79%;
    z-index: -1;
    top: -20px;
}
.s4_left img{
    max-width: 70% !important;
}
/* =============================Section_5============================ */
.sec_5{
    overflow: hidden;
}
.s5_box img {
    height: 73px;
    width: 100px;
    object-fit: cover;
}
.s5_box{
    width: 90% !important;
    border: 10px solid #faddc4;
    padding: 20px;
}
.s5_icon i{
    color: #ff9301;
    font-size: 18px;
}
.s5_icon {
    margin-bottom: 35px;
}
.box_head{
    display:flex;
    /* background-color: #fff; */
    transform: translate(-30px, -31px);
    background-color: #fff;
    padding: 10px;
}
.box_head h4{
    position: relative;
    display: inline-block;
    transform: translate(32px, 3px);
    background-color: #fff  ;
    padding: 0px 10px;
    color: #2f3437;
}
.box_head h4::before{
    content: "";
    position: absolute;
    height: 4px;
    width: 17px;
    background-color: #2f3437;
    left: -15px;
    top: 11px;
}

.sec_5 .slick-prev:before{
    content: "\f053";
    font-family: "FontAwesome";
    color: #2f3437;
    font-size: 22px;
    font-weight: 800;
}
.sec_5 .slick-next{
    right: 0 !important;
}
.sec_5 .slick-prev{
    left: 0;
}
.sec_5 .slick-next:before{
    content: "\f054";
    color: #2f3437;
    font-size: 22px;
    font-weight: 800;
    font-family: "FontAwesome";
}
.sec_5 .slick-slide{
    text-align: center !important;
}
/* =============================Section_6============================ */
.sec_6 .row{
    background: url(../img/s6_bg.png)no-repeat center center/cover;
    padding: 77px 47px;
    transform: translateY(60px);
}
.s6_right input{
    width: 50%;
    padding: 10px 20px;
}
/* =============================Footer============================ */
footer{
    background-color: #2f3437;
    padding: 120px 0 12px 0;
}
.foot_list{
    gap: 50px;
}
.footer_search input{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #35424f;
    border: none;
    color: #fff;
    padding: 10px 15px;
}
.footer_search input:focus{
    background-color: #35424f;
    box-shadow: none;
    color: #fff;
}
.footer_search i{
    background-color: #35424f;
    padding: 11px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-left: -2px;
}
.footer_icon i{
    color: #fff;
    font-size: 19px;
    padding: 13px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}
.footer_icon i:hover{
    background-color: #d8b45a;
    color: #35424f;
}
.foot_list ul li a{
    transition: all 0.3s ease-in-out;
}
.foot_list ul li a:hover{
    color: #d8b45a !important;
    margin-left: 10px;
}
footer .row{
    padding-bottom:70px ;
}


/* ============================About Us========================== */
.about_banner{
    background: url(../img/about_bg.png)no-repeat center center/cover;
}
/* ============================Our Gallery========================== */
.gallery_banner{
    background: url(../img/gallery_bg.png)no-repeat center center/cover;
}
/* ============================Our Product========================== */
.product_banner{
    background: url(../img/product_bg.png)no-repeat center center/cover;
}
.product_form{
    background: url(../img/product_form.png)no-repeat center center/cover !important;
}

.product_form input, .product_form textarea{
    border: 1px solid #fff !important;
}
.product_right,.product_left{
    margin-bottom: 50px !important;
}

/* ============================inner_section========================== */
.inner_sec1 .s1_left img{
    transform: translate(0);
}
.s1_bottom p{
    line-height: 30px;
}

/* ============================gallery_section========================== */
.contact_sec{
    background: url(../img/contact-bg.png)no-repeat center center/cover;
}
.form_control .form_group{
    width: 100%;
    padding:10px 15px;
    margin-bottom: 30px;
    background-color: #00000094;
    color: #fff;
    border: none;
}
.form_control input,textarea:focus{
    outline: none;
}
.form_control .form_group::placeholder{
    color: #ffffffb0;
}
.contact_sec .theme_btn{
    display: inline-block;
    width: 20%;
    border-radius: 0;
    margin: auto;
    background-color: #d8b45a;
    color: #000 !important;
    font-weight: 600;
}
.contact_sec .theme_btn::before{
    background-color: #00000046;
    top: -74%;
}
.contact_sec .theme_btn:hover::before{
    top: 180%;
}

.contact_sec-2 .theme_btn {
    background-color: #000;
    color: #ffff !important;
    padding: 12px 40px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    z-index: 55;
}
.contact_sec-2 .theme_btn::before {
    content: "";
    position: absolute;
    overflow: hidden;
    top: -50%;
    left: -40%;
    height: 100%;
    width: 200%;
    background-color: #e9ce6dbb;
    transform: rotate(16deg);
    transition: all 300ms ease;
    z-index: -5;
}


.contact_sec-2 .theme_btn:hover::before{
    top: 150%;
}


.gallery_sec1{
    overflow: hidden;
}
.gallery_img a{
    overflow: hidden;
    display: inline-block;
    position: relative;
    transition: all 0.5s ease-in-out;
}
.gallery_img a img{
    transition: all 0.5s ease-in-out;
}
.gallery_img a:hover img{
    transform: scale(1.05);
    opacity: 0.8;
}

.gallery_img a::before{
    content: "";
    position: absolute;
    height: 200px;
    width: 200px;
    background-color: #acababa3;
    right: -250px;
    top: -77px;
        transform: rotate(23deg);
        border-radius: 11px;
        transition: all 0.5s ease-in-out;
        z-index: 555;
    }
    .gallery_img a:hover:before{
        right: -98px;
        
    }
    /* ============================DOOR========================== */
    .glass_door_banner{
        background: url(../img/glass_door_bg.png)no-repeat center center/cover;
    }
    .door_box .theme_btn{
        border-radius: 0;
    }
    .door_box{
        border: 1px solid #000;
        padding: 0 10px 20px 10px;
        margin-bottom: 25px;
        /* height: 410px; */
    }
    /* .door_detail{
        position: absolute;
        top: 71%;
        left: 21%;
    } */
    .bg_theme:hover{
        color: #000;
    }
    .bg_theme{
        margin-top: 30px;
        background: url(../img/theme_bg.png)no-repeat center center/cover;
        color: #000;
        padding: 15px;
    }
    /* ============================door_measurement========================== */
    .measurement_banner{
        background: url(../img/measurement_bg.png)no-repeat center center/cover;
    }
    .msr_size ul li span{
        color: #fff;
        background-color: #000;
        padding: 10px;
        font-size: 18px;
    }
    .msr_size ul li h5{
        font-weight: 600;
        
    }
    .msr_size ul{
        margin: 30px 0;
    }
    .msr_size ul li input{
        background-color: #cacaca;
        border: none;
        padding: 10px;
    }
    .msr_size .bg_theme{
        font-size: 18px;
        font-weight: 600;
        padding: 15px 60px;
    }
    .msr_right_img{
        border: 1px solid #000;
    }
    .msr_right_top h5{
        background-color: #000;
        color: #fff;
        padding: 10px 0;
    }
    .msr_right_bottom ul li{
        font-weight: 600;
        font-size: 13px;
        border: 1px solid #000;
        padding: 0px 5px;
    }
    .msr_right_bottom ul li .sqft{
        border-right: 1px solid #000;
        padding: 0 10px 0 0;
    }
    /* ============================Glass_Thickness========================== */
    .thickness_banner{
        background: url(../img/thickness_bg.png)no-repeat center center/cover;
    }
    .img_wrap{
        overflow: hidden;
    }
    .btn2{
        background-color: #000;
        display: inline-block;
        width: 94%;
        padding: 10px;
        margin: auto;
        position: absolute;
        bottom: 12px;
        left: 7px;
        text-align: center;
    }
    /* ============================Glass_Type========================== */
    .type_btn{
        display: inline-block;
        width: 80%;
        padding: 5px;
        text-align: center;
        background-color: #000;
    }
    .type_box{
        border: 1px solid #000;
        padding: 10px;
        text-align: center;
        margin-bottom: 15px;
    }
    /* ============================Door_Handle========================== */
    .handle_box{
        border: 1px solid #000;
        padding: 10px 15px;
        height: 100%;
    }
    .handle_img{
        height: 150px;
        border: 1px solid #000;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .handle_box p{
        color: #000;
        font-size: 13px;
        font-weight: 600;
    }
    /* ============================Door_Quote========================== */
    .form_input input ,.form_input select,.form_input textarea{
        width: 100%;
        border: 1px solid #000;
        padding: 10px;
    }
    .form_input input::placeholder ,.form_input select,.form_input textarea::placeholder{
        color: #000;
        font-weight: 500;
    }
    .form_btn .bg_theme{
        display: inline-block;
        width: 100%;
        font-size: 19px;
        font-weight: 600;
        text-align: center;
    }
    /* ============================Contact_Us========================== */
    .contact_us_banner{
        background: url(../img/contact-us_bg.png)no-repeat center center/cover;
    }
    .responsive-map{
        max-width: 100%;
        position: relative;
    }
    .contact_left{
        position: relative;
    }
    .responsive-map ul{
        background-color: #161324;
        padding: 35px;
        width: 28%;
        position: absolute;
        top: 50%;
        text-align: left;
        left: 8%;
    }
    .responsive-map iframe{
        width: 100%;
        height: 450px;
    }
    .contact_left{
        margin-top: 120px;
    }
    .contact_btn a{
        display: inline-block;
        width: 100%;
        background-color: #000;
        padding: 10px;
        text-align: center;
        text-transform: uppercase;
        font-weight: 500;
    }
    /* ==============Loginform====================*/
.login_form {
    background-color: #00000094;
    padding: 60px 40px;
    border-radius: 100px 0 100px 0;
  }
  .login-sec .form_control::placeholder {
    font-weight: 500;
    font-size: 15px;
    color: #1a1a1a;
  }
  .login-sec .form_control:focus-visible {
    outline: none;
  }
  .login-sec .form_control {
    padding: 10px;
    border: none;
    background-color: #ffffffe3;
    font-weight: 500;
    margin: 7px 0 20px 0;
  }
  .login-sec .login_form_btn {
      display: inline-block;
      background-color: #000;
      padding: 10px;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
    font-weight: 500;
}
.login-sec .login_form_btn:hover ::before {
      background-color:#d8b45a;
      color: #000;
      font-weight: 500;
      display: none;
    }
    .login-sec .login_form_btn:hover::before{
        background-color: #000;
    }
  .login-sec label{
    color: #fff;
  }
  .new_customer p{
    color: #fff;
  }
  #myFile{
    color: #fff;
    font-size: 13px;
  }
  .form-group select{
      background-color: #ffffffe3;
      padding: 8px;
    }
    .form-group select:focus-visible{
        outline: none;
    }
    /* ==============Loginform====================*/





    
 
/* ============rulerSliderCSS Start======= */
/* ruler */
.rulerSliderContainer {
    display: inline-block;
    background-color: #e1e1e1;
    margin-top: 10%;
    width: 100%;
  }
  .draggableRulerSliderContainer {
    position: relative;
  }
  .draggableRulerSlider {
    position: absolute !important;
    left: 45%;
    z-index: 1;
    height: 72px;
    width: 18px;
    cursor: pointer;
  }
  .draggableRulerSlider .sliderContents {
    position: relative;
    height: 100%;
    width: 100%;
  }
  .draggableRulerSlider .sliderContents .middleLine {
    position: absolute;
    height: 100%;
    width: 45%;
    border-right: 2px solid #1e3c6f;
    right: 8px;
  }
  .draggableRulerSlider .sliderContents .topArrow {
    position: absolute;
    top: -5px;
    border-top: 9px solid #1e3c6f;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
  }
  .draggableRulerSlider .sliderContents .bottomArrow {
    position: absolute;
    bottom: -4px;
    border-bottom: 9px solid #1e3c6f;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
  }
  .rulerContainer {
    position: relative;
    border-top: 1px solid;
    height: 70px;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .ruler {
    position: relative;
    height: 100%;
  }
  .ruler .inchContainer {
    display: inline-block;
    height: 100%;
  }
  .ruler .eighth {
    width: 15px;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
  }
  .ruler .eighth.inch .inchNumber {
    position: absolute;
    top: 65%;
    right: 18px;
    font-weight: 600;
  }
  .ruler .eighth.forth .measurement {
    font-size: 10px;
    position: absolute;
    right: 34%;
  }
  .ruler .eighth.forth .halfNumber {
    top: 52%;
  }
  .ruler .eighth.forth .forthNumber {
    top: 42%;
  }
  .ruler .eighth .mark {
    display: inline-block;
    border-right: 1px solid #000;
    height: 20px;
    width: 5px;
  }
  
  .ruler .eighth.inch .mark {
    border-right-width: 2px;
    height: 60px;
  }
  
  .ruler .eighth.forth .mark {
    border-right-width: 2px;
    height: 30px;
  }
  
  .ruler .eighth.half .mark {
    border-right-width: 2px;
    height: 37px;
  }
  /* ruler */
  .measureWrap .measureInputs {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    gap: 20px;
    overflow: hidden;
  }
  .measureWrap .measureInputs .customSelect {
    min-width: 60px;
  }
  #productDetailsCol .measureHeight .subTitle {
    font-weight: normal;
    width: auto;
    border: none;
    margin: 0;
    padding-bottom: 0;
  }
  #productDetailsCol .inputNotes {
    margin-bottom: 15px;
    clear: both;
  }
  #productDetailsCol .inputNotes .subTitle {
    display: block;
  }
  #productDetailsCol .inputNotes input {
    width: 98%;
  }
  .mobileViewerContainer {
    display: none;
  }
  .tapeViewerContainer {
    display: block;
  }
  .fixedViewerPadding {
    padding-top: 70px !important;
  }
  #tapeSelection .fixedViewerPadding {
    padding-top: 120px !important;
  }
  #refineColors {
    display: inline-block;
    float: left;
    margin: 5px 0 10px;
  }
   #refineColors.refineOn a {
    background-position: right top;
  }
  .featureOption .outOfStockOverlay,
  .option .outOfStockOverlay {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    background-color: #000;
    color: #fff;
    opacity: 0.75;
    font-size: 12px;
    text-align: center;
    padding: 3px;
    width: 100%;
  }
  .featureOption .outOfStockOverlay label,
  .option .outOfStockOverlay label {
    display: block;
    text-transform: uppercase;
    font-size: 11px;
  }
    .customSelect select,
    .roomSelect .lineItemField {
      height: 35px !important;
      padding: 5px 16px 5px 10px !important;
      display: inline-block;
      width: 100%;
      font-weight: 500;
    }
  #startingAtSize {
    padding-top: 0;
    line-height: 14px;
  }
  .helpfulMsg {
    background-image: url(../images/icons/blue_tip_icon_24.svg);
    padding: 8px 0 15px 30px;
  }
  .step-header-right {
    display: flex;
    align-items: center;
    margin-right: 6px;
  }
  .edit-step-text {
    display: none;
  }
  .stepClosed .edit-step-text {
    display: block;
    color: #1e3b6f;
    font-size: 14px;
    text-decoration: underline;
    margin-right: 20px;
  }
  .edit-step-arrow {
    width: 20px;
    transform: rotate(180deg);
  }
  .stepClosed .edit-step-arrow {
    transform: rotate(0deg);
  }
  #widthHeightSubTitle {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
    margin-right: 10px;
  }
  .product-specs-link {
    color: #1e3b6f !important;
    text-decoration: underline !important;
  }
  .rulerSliderContainer {
    margin-top: 0;
    width: 320px;
  }
  .size-price-container {
    display: flex;
    flex-direction: column;
    margin-right: 8px;
  }
  .cloth-tape-label {
    font-weight: 700;
  }
  .productNameText {
    font-weight: 600;
  }
  .measure-selector label{
    font-size: 13px;
    font-weight: 500;
  }
  .customSelect .bg_theme{
    margin-top: 0;
  }
  .mark{
    background-color: transparent;
  }
/* ============rulerSliderCSS END======= */
