@import url('all.min.css');

@font-face {
    font-family: 'Segoe-Bold-Italic';
    src: url('../fonts/SegoeUI-BoldItalic.woff2') format('woff2'),
        url('../fonts/SegoeUI-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe-Bold';
    src: url('../fonts/SegoeUI-Bold.woff2') format('woff2'),
        url('../fonts/SegoeUI-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe-Italic';
    src: url('../fonts/SegoeUI-Italic.woff2') format('woff2'),
        url('../fonts/SegoeUI-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe-Regular';
    src: url('../fonts/SegoeUI.woff2') format('woff2'),
        url('../fonts/SegoeUI.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*other fonts*/
@font-face {
    font-family: 'Good-Times-Rg';
    src: url('../fonts/GoodTimesRg-Regular.woff2') format('woff2'),
        url('../fonts/GoodTimesRg-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hudson';
    src: url('../fonts/Hudson.woff2') format('woff2'),
        url('../fonts/Hudson.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Good-Times';
    src: url('../fonts/GoodTimes.woff2') format('woff2'),
        url('../fonts/GoodTimes.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



*{
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6,ul,p{
    margin: 0;
}
body{
    font-family: 'Segoe-Regular';
}
html {
  scroll-behavior: smooth;
}


/*headermenu section*/
header.headermenu {
    background: radial-gradient(circle, rgba(108,45,46,1) 22%, rgba(0,0,0,1) 185%);
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    box-shadow: rgb(0 0 0 / 30%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
}
.navbar-toggler {
    font-size: 20px;
    background-color: #fff;
    border-radius: 0.25rem;
    padding: 10px;
}
a.navbar-brand{margin: 0;padding: 0;}
a.navbar-brand img {    
    max-width: 200px;
/*    max-width: 130px;*/
}
nav.navbar.navbar-expand-lg.navbar-light {    padding: 0;}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-family: 'Segoe-Bold';
    font-size: 17px;
    letter-spacing: 1px;
    transition: all .3s ease;
}
ul.navbar-nav {
    display: flex;
    align-items: center;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {    color: #D2AE6D;    border-bottom: 1px solid;}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {    color: #D2AE6D;}
.nav-link.nav-link-home{
    color: #D2AE6D !important;
    border-bottom: 1px solid;
}
a.nav-link.active-menu {
    color: #D2AE6D !important;
    border-bottom: 1px solid;
}

a.navbar-brand.res-navbar-brand {
    display: none;
}
/*end headermenu section*/



/*slidersection*/
.heroslidersection {
    margin-top: 149px;
}
.item.cust-item {
    position: relative;
}
.sub-item{
    text-align: center;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sub-item h3{
    color: #fff;
    font-family: 'Segoe-Bold';
    font-size: 55px;
}
.sub-item h2 {
    font-family: 'Good-Times-Rg';
    font-size: 85px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
    line-height: 100px;
}
.sub-item h4{
    color: #fff;
    font-family: 'Hudson';
    font-size: 38px;
}
/*end slidersection*/



/*videosection*/
.videosection {
    padding: 90px 0;
     background: #eee; 
    /*background: url(../images/video-bg.png);
    background-size: contain*/;
}
.videosection-head h2 {
    text-transform: uppercase;
    font-family: 'Segoe-Bold';
    font-size: 38px;
    color: #722D2D;
    margin-bottom: 50px;
    text-align: center;
}
/*end videosection*/



/*why-invisible-hinges-section*/
.why-invisible-hinges-section {
    padding: 200px 0 100px;
/*    padding: 130px 0 80px;*/
}

.why-invisible-hinges-head{
    text-align: center;
}
.why-invisible-hinges-head h2 {
    color: #722D2D;
    font-family: 'Segoe-Bold';
    font-size: 38px;
}
.why-invisible-hinges-head p {
    font-size: 18px;
    margin-bottom: 10px;
}

.why-invisible-hinges{}
.why-invisible-hinges p {
    font-size: 17px;
    margin-bottom: 20px;
    text-align: justify;
}
.why-invisible-hinges h5,.why-invisible-hinges p span {
    font-family: 'Segoe-Bold';
    color: #722D2D;
    font-size: 20px;
}
/*end why-invisible-hinges-section*/


/*salient-features-section*/
.salient-features-section{
    padding: 200px 0 100px;
/*    padding: 150px 0 100px;*/
    background: radial-gradient(circle, rgba(108,45,46,1) 22%, rgba(0,0,0,1) 185%);
}
.salient-features-desc-head{
    text-align: center;
}
.salient-features-desc-head h2 {
    color: #ffffff;
    margin-bottom: 70px;
    font-family: 'Segoe-Bold';
    text-shadow: 2px 4px 2px #000000;
    font-size: 38px;
    text-transform: uppercase;
}
.item.salient-features-item img {
    margin: 0 auto 30px;
    max-width: 150px;
    border-bottom: 2px dashed #fff;
    padding-bottom: 30px;
}
.item.salient-features-item{
    text-align: center; 
}
.item.salient-features-item h3 {
    color: #fff;
    font-size: 22px;
}
/*end salient-features-section*/


/*saif-invisible-hinge-section*/
.saif-invisible-hinge-section {
    padding: 200px 0 100px;
/*    padding: 150px 0 100px;*/
}
.saif-invisible-hinge-head {
    text-align: center;
}
.saif-invisible-hinge-head h2 {
    text-transform: uppercase;
    font-family: 'Segoe-Bold';
    font-size: 38px;
    color: #722D2D;
    margin-bottom: 30px;
}
ul.nav.nav-tabs.cust-tabs {
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
    border: none;
    border-bottom: 1px solid #000;
    padding-bottom: 30px;
}
.saif-invisible-hinge {
    background: #eee;
    padding:30px 60px;
}
.saif-invisible-hinge-desc ul {
    list-style-type: none;
    margin-left: 30px;
}
.saif-invisible-hinge-desc ul li {
    position: relative;
    font-size: 22px;
    line-height: 40px;
}
.saif-invisible-hinge-desc ul li::before {
    content: "\2022";
    color: #d2ae6d;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: 0;
}
.saif-invisible-hinge-img-txt h4 {
    margin-bottom: 18px;
    font-weight: 600;
}
ul.nav.nav-tabs.cust-tabs > li.nav-item > a.nav-link.active {
    background: #722D2D;
    color: #fff;
    font-family: 'Segoe-Bold';
}
ul.nav.nav-tabs.cust-tabs > li.nav-item > a.nav-link {
    background: #D2AE6D;
    color: #000;
    font-family: 'Segoe-Bold';
    border: 0;
    margin: 0 10px;
    padding: 8px 28px;
    border-radius: 5px;
    font-size: 18px;
    transition: all .5s ease;
}
ul.nav.nav-tabs.cust-tabs > li.nav-item > a.nav-link:hover{
    background: #722D2D;
    color: #fff;
}
.saif-invisible-hinge-img img {
    max-width: 200px;
}
.saif-invisible-hinge-img-txt img {
    max-width: 160px;
}
.saif-invisible-hinge-img-txt.ninty-open img {
    max-width: -webkit-fill-available;
}
/*end saif-invisible-hinge-section*/


/*finishessection*/
.finishessection{
    padding: 200px 0 100px;
/*    padding: 150px 0 70px;*/
    background: radial-gradient(circle, rgba(108,45,46,1) 22%, rgba(0,0,0,1) 185%);
    position: relative;
}
/*.finishessection::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/finishes-product.png);
    background-repeat: no-repeat;
    background-size: cover;

}*/
.finishes-img img {
    max-width: 300px;
}
.finishes-details {
    text-align: center;
}
.finishes-details h4 {
    color: #fff;
    margin: 15px 0 30px;
    font-size: 22px;
}
.finishes-details.finishes-more-product h4 {
    font-size: 28px;
    letter-spacing: inherit;
    line-height: 36px;
    width: 80%;
    margin: 60px auto 0;
    font-family: 'Segoe-Bold';
    letter-spacing: 1px;
}
.finishes-details img {
    max-width: 175px;
}
.item.finishes-details img{
    margin: 0 auto 30px;
    border-bottom: 2px dashed #fff;
    padding-bottom: 30px;
}
/*end finishessection*/


/*footersection*/
.footermain {
    background: #000;
    padding: 80px 0;
}
.footermain-details img {
    max-width: 150px;
}
.footermain-details p{
    color: #fff;
    font-size: 18px;
    margin: 30px 0;
}
.footer-contact-desc a {
    color: #fff;
    font-size: 18px;
}
.cust-call {
    transform: rotate(90deg);
}
.footer-map h3 {
    color: #ffff;
    margin-bottom: 30px;
    font-family: 'Segoe-Bold';
}
.footer-map {
    position: relative;
}
.footer-map::before {
    content: "";
    position: absolute;
    top: 0;
    left: -80px;
    width: 3px;
    background: #d2ae6d;
    height: 100%;
}
.footer-contactus {
    margin-bottom: 10px;
}
.footer-contact-icon {
    margin-right: 15px;
    width: 40px;
    height: 40px;
    background: #6c2d2e;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-size: 18px;
    color: #d2ae6d;
}
.footer-contactus {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.footercopyright{
    padding: 20px 0;
    background: radial-gradient(circle, rgba(108,45,46,1) 22%, rgba(0,0,0,1) 185%);
}
.copyright-left{
    color: #fff;
    letter-spacing: 0.9px;
}
.copyright-right{
    color: #fff;
    letter-spacing: 0.9px;
}
.copyright-right a{
    color: #fff;
    font-family: 'Segoe-Bold';
    letter-spacing: 0.9px;
}
/*endfootersection*/



/*model*/
.saif-button {
  position: fixed;
  top: 45%;
  right: 0;
  z-index: 99;
}
.saif-button > a {
    background: #6c2d2e;
    color: #fff;
    padding: 11px 30px;
    border: none;
    outline: none;
    font-family: 'Segoe-Bold';
    letter-spacing: 1px;
    display: inline-block;
    font-size: 18px;
    border: 3px solid #d2ae6d;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
}
.saifpagecode {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.modal-dialog.cust-modal-dialog {
    max-width: 780px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}
.modal-dialog.cust-modal-dialog{
    max-width: 780px;
}

.modal-body.pre-modal-body p {
    margin-bottom: 15px;
    font-size: 18px;
}
/*end model*/