/* Variables */
/* Colors */
:root {
    --golden-color: #c69f2a;
    --black-color: #100e0e;
    --white-color: #f9f9f9;
    --gradient-angle: -45deg;
    --gradient-stops: #81600A 0%, #FFEB3B 100%;
}

.element {
  background: linear-gradient(var(--gradient-angle), var(--gradient-stops));
}

.gradient-black{
    background: linear-gradient(to bottom, var(--black-color), #212121);
}

.no-copy {
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none;    /* Firefox */
  -ms-user-select: none;     /* IE10+/Edge */
  user-select: none;         /* Standard */
}

html{
    scroll-behavior: smooth;
}

body{
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    background: var(--black-color);
    box-sizing: border-box;
}

.heading{
    font-size: 2em;
    font-weight: 700;
    letter-spacing: 3px;
    text-wrap: wrap;
}

.para{
    font-size: 1.2em;
    letter-spacing: 1.2px;
    text-wrap: wrap;
}

.golden-text{
    color: var(--golden-color);
}

.golden-btn{
    background-color: var(--golden-color);
    color: #f9f9f9;
}

.golden-btn:hover{
    opacity: .9;
    color: #100e0e;
}

.section-spacing{
    padding: 54px 0;
}

.golden-plate{
    border-bottom: 4px solid var(--golden-color);
}

/* Pages */
/* navigation.php */
.nav-item{
    padding: 0px 10px;
}

.nav-link:focus, .nav-link:hover{
    color: var(--golden-color) !important;
}

.dropdown-item:active{
    background-color:  transparent !important;
    color: var(--golden-color);
}

#getquote{
    /* background-color: var(--golden-color) !important; */
    
    font-weight: 600;
    /* color: var(--black-color) !important; */
    color: #100e0e;
    transition: all .5s ease-in-out;

}

#getquote:hover{
    opacity: .9;
    color: #f6f6f6 !important;
}

/* Components */

/* Slider.php */
.slide_div{
    min-height: 100vh;
}

.glass-panel-slide{
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgb(0, 0, 0);
    opacity: 0.3;
    width: 100%;
    height: 100%;
    z-index: 2;
}

#heroslider{
    position: relative;
    /* background-image: url('../images/slider/heroarc.gif'); */
    /* background-repeat: no-repeat;
    background-size: cover; */
    min-height: 600px;
    height: 80vh !important;
    width: 100%;
    overflow: hidden;
    
}
#carouselExampleFade{
    /* height: 80vh !important; */
    width: 100%;
    overflow: hidden;
}

.carousel-item{
    
}





/* Profile.html */
#profile-div h4{
    margin-bottom: 56px;
    font-size: 2.2em;
    text-transform: uppercase;
    color: var(--golden-color);
}

/* Contactus.php */
.contact-us-now{
    min-height: 180px;
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin: 2px;
    text-align: center;
    padding: 24px;
}
.contact-us-now:hover{
    background-color: #f9f9f980;
}

/* footer.php */
footer{
    /* background: #151414; */
    background: var(--golden-color) !important;
    position: relative;
    color: var(--black-color);
    /* background-image: linear-gradient(60deg, #2f2f2f 0%, #000 100%); */
    /* background: linear-gradient(to bottom, var(--black-color), #212121); */
}
footer .golden-plate{
    border-bottom: 2px solid var(--gradient-stops);
    height: 2px;
}

.foot-head{
    color: var(--black-color);
    font-weight: 500;
    font-size: 1.2em;
    padding: 8px 0px;
    /* border-bottom: 2px solid var(--golden-color); */
    margin-right: 20%;
    text-transform: capitalize !important;
}

.foot-para{
    padding: 8px 0;
    color: var(--black-color);
    line-height: 28px;
}

.foot-para a{
    text-decoration: none;
    color: var(--white-color);
    color: var(--black-color);
    line-height: 28px;
    transition: all 500ms ease;
}
.foot-para a:hover{
    color: var(--white-color);
    margin-left: 10px;
}

#copyright{
    font-size: 0.9em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 6%;
    padding-right: 6%;
}

#copyright .bannima{
    letter-spacing: 5px;
    color: #002060;
    font-weight: 700;
    text-decoration: none !important;
}

#copyright .bannima:hover{
    color: #009688;
}

.social-media-link{
    text-align: center;
}

.social-media-link a{
    color: #002060 !important;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    
}

.social-media-link .fb{
    color: blue !important;
}

.social-media-link .fb:hover{
    color: rgb(12, 12, 149) !important;
}

.social-media-link .in{
    color: red !important;
}

.social-media-link .in:hover{
    color: purple !important;
}

.social-media-link .ln:hover{
    color: rgb(77, 53, 161) !important;
}

/* Quick COnnect */
#quick-connect{
    display: inline;
    position: fixed;
    width: 56px;
    height: 56px;
    right: 36px;
    bottom: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    z-index: 99;
    transition: transform 0.3s ease;
}

#quick-connect:hover{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#quick-connect:active{
    transform: scale(0.8);
}

#quick-connect-card{
    position: fixed;
    /* right: 36px; */
    right: 56px;
    bottom: 168px;
    width: 300px;
    height: 200px;
    background-color: #f1f1f1;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
    z-index: 99;
    display: none;
}

#quick-connect-card .title{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #f1f1f1;
    padding: 8px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#quick-connect-card .title .sub-title{
    display: flex;
    justify-content: space-between;
    align-items: start;
    text-align: left;
}

#quick-connect-card .title .close{transform: rotate(-45deg); font-size: 2em;}

#quick-connect-card .body{
    padding: 16px;
    background: url('../images/bgwhatsapp.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    
}

#quickconnect-whatsapp-icon{
    background: #f1f1f1;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /* padding: 1px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

#quickconnect-whatsapp-icon img{
    width: 44px;
}

#quick-connect-card .body div{
    width: 60%;
    font-size: 1em;
    text-align: left;
    line-height: 4px;
}

#quick-connect-card .footer{
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 16px;
}

/* allconnect.php */
.all-connect{
    position: fixed;
    bottom: 132px;
    right: 2px;
    /* width: 50px;
    height: 50px; */
    /* background-color: #009688; */
    z-index: 999;
    
}

.all-sm-links-wrap{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* width: 54px; */
    /* height: 54px; */
}

.all-sm-links{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: #f1f1f1;
    font-weight: bolder;
    vertical-align: middle;
    /* line-height: 54px; */
}

.all-sm-links a{
    width: 48px;
    height: 48px;
    text-decoration: none;
    color: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* products.php */
.productcard{
    border: none !important;
    margin-top: 4px;
    margin-bottom: 4px;
    transition: all 1s ease-in-out;
}

.productcard .wrap-case, .wrap-case .card-title, .wrap-case .card-img-top{
    transition: all .5s ease-in-out;
    overflow: hidden !important;
}


/* .productcard .wrap-case:hover{
    transform: translateY(-25px) !important;
} */

.productcard:hover .wrap-case{
    transform: translateY(-25px) !important;
    border-radius: 5px;
}

.productcard:hover .card-img-top{
    /* transform: scale(1.1); */
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.productcard:hover .wrap-case .card-title{
    color: var(--golden-color);
    font-size: 1.2em;
    padding-top: 10px;
    vertical-align: middle;
}


.product-link{
    /* float: right !important; */
    display: none;
    transition: all .5s ease-in-out;
    text-decoration: none;
}

.productcard:hover .wrap-case .card-title .product-link{
    display: inline-block;
    font-size: 0.8em;
}



/* Pages */
/* products.php */
#product-page-head{
    color: #f6f6f6;
    align-items: center;
    text-align: center;
    font-family: "Noto Serif", serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}

#product-page-head .heading{
    font-size: 2.2em;
}

#product-page-body .cover-image{
     
    background: #f1f1f1;
    padding: 10px 0px;
    border-radius: 7px;
    object-fit: cover;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    
}

#product-page-body .cover-image img{
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
    border-radius: 2px;
    object-fit: cover;
    /* border: 2px solid #eee; */
}

.product-hyperlink{
    text-decoration: none;
    color: #100e0e;
}

.product-features b{
    font-weight: 700;
    padding-bottom: 8px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.product-name{
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 800;
}

.product-desc{
    letter-spacing: 1.5px;
    line-height: 1.8em;
}

.product-features-list{
    margin-top: 16px;
}




.img-outlook img{
    margin-bottom: 8px;
    margin-bottom: 8px;
    border-radius: 8px !important;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  text-align: center;
  object-fit: cover;

}


/* aboutus.php */

#aboutus-page{
    background: url(../images/bg_white_bond.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.aboutus-headline{
    font-family: "Noto Serif", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20%;
    padding-right: 20%;
    max-width: fit-content;
    color: #2f2c22;
    /* text-shadow: -1px -1px 0 #212121, 1px -1px 0 #212121, -1px 1px 0 #212121, 1px 1px 0 #212121; */
}

.about-us-desc-para{
    max-height: fit-content;
    margin-top: 5%;
    margin-bottom: 20%;

}

/* process.php */
.process-step{
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 24px;
    z-index: 9;
}

.process-step-desc{
    position: relative;
    z-index: 9;
    display: block;
    background: white;
    padding: 10px 20px;
    border-radius: 7px;
    margin-top: 16px;
    max-width: 350px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.process-step-count{
    color: #f9f9f9;
    /* text-shadow: -1px -1px 0 #212121, 1px -1px 0 #212121, -1px 1px 0 #212121, 1px 1px 0 #212121; */
    z-index: 9;
    display: inline-block;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    /* background: var(--golden-color); */
    align-items: center;
    justify-content: center;
    display: flex;
    font-weight: bold;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /* border: 3px dashed #f6f6f6; */
}

.process-step-name{
    z-index: 9;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    /* width: 30%; */
    vertical-align: middle;
    margin-left: 24px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.3em;
}

.process-step-heading{
    z-index: 9;
    display: flex;
}

.step-link-connect{
    position: absolute;
    width: 8px;
    height: 200px;
    background: #d9d9d9;
    top: 30px;
    left: 26px;
    z-index: 1;
}


/* partner.php */
.partner-page img{
    width: 120px;
}










.mob-nav{
        display: none;
}

#mob-slide{
    display: none;
}


/* RESPONSIVE DESIGN */
@media screen and (max-width: 992px) {
    /* Navigations */
  .mob-nav{
        display: none;
        position: fixed;
        background: #ffffff;
        width: 100%;
        height: 100vh;
        top: 0;
        z-index: 999;
        color: #fff;
  }

  #mob-nav-links .nav-item{
    padding-left: 24px;
    padding-right: 24px;
    font-size: 1.3em;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #mob-nav-links .dropdown-menu{
    font-size: 1em;
    width: 100%;
    padding-left: 10px;
  }

  #mob-nav-links .dropdown-toggle::after{
    float: inline-end;
  }

  #close-mod-nav{
    font-size: 1.5em;
    font-weight: 200;
    color: #dbd5d5;
  }

#mob-slide{
    display: block;

}
#heroslider{
    display: none;
}

#copyright{
    flex-direction: column;
}

}

