/*!
Theme Name: Sabin Sign
Theme URI: https://sabinsign.com/
Author: Sabin Sign
Author URI: https://sabinsign.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sabin-sign
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Sabin Sign is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
	
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

.ml-10 {
	margin-left: 10px;
}

.link-white {
	color: #fff;
	text-decoration: none;
}

.hero-split {
    display: flex;
    min-height: 650px;
    background: #0f172a;
	margin-top: 72px;
}

/* LEFT */
.hero-content {
    width: 35%;
    background: #08111f;
    color: #fff;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bc {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 20px;
    color: rgba(255,255,255,.5);
}

.bc a {
    color: #fff;
    text-decoration: none;
}

.hero-content h1 {
    font-size: clamp(34px, 3vw, 56px);
    line-height: 1.1;
    margin-bottom: 20px;
    font-weight: 700;
}

.hero-content p {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255,255,255,.75);
    margin-bottom: 30px;
}

.hero-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
	display: none;
}

.btn-g {
    background: #d4a936;
    color: #fff;    
    text-decoration: none;
    font-weight: 600;
}

.btn-outline {
    border: 1px solid rgba(255,255,255,.3);
    color: #fff;
    padding: 14px 28px;
    text-decoration: none;
}

/* RIGHT */
.hero-slider {
    width: 65%;
    position: relative;
    overflow: hidden;
}

.slides {
    height: 100%;
    position: relative;
}

.slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .5s ease;
}

.slide.active {
    opacity: 1;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Dark Overlay */
.slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.15);
}

/* Arrows */
.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    border: none;
    background: rgba(0,0,0,.45);
    color: #fff;
    cursor: pointer;
    z-index: 10;
    font-size: 22px;
    transition: .3s;
}

.slider-btn:hover {
    background: #d4a936;
}

.prev {
    left: 25px;
}

.next {
    right: 25px;
}

/* Mobile */
@media (max-width: 991px) {
    .hero-split {
        flex-direction: column;
    }

    .hero-content,
    .hero-slider {
        width: 100%;
    }

    .hero-content {
        padding: 40px 25px;
    }

    .hero-slider {
        height: 250px;
    }
}


/* Desktop */
.work-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
}

/* Tablet & Mobile */
@media (max-width: 767px){
    .work-grid{
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .hero-split {
        min-height: auto;
    }
}

 /*.socialLinksFixed {*/
 /*   display: block;*/
 /*   width: 40px;*/
 /*   height: auto;*/
 /*   position: fixed;*/
 /*   bottom: 40%;*/
 /*   right: 0;*/
 /*   z-index: 10;*/
 /* }*/


 /* .socialLinksFixed ul {*/
 /*   display: block;*/
 /*   margin: 0;*/
 /*   padding: 0;*/
 /* }*/

 /* .socialLinksFixed ul li {*/
 /*   display: block;*/
 /*   list-style-type: none;*/
 /* }*/

 /* .socialLinksFixed ul li a {*/
 /*   display: block;*/
 /*   width: 40px;*/
 /*   height: 40px;*/
 /*   line-height: 40px;*/
 /*   text-align: center;*/
 /*   color: #fff;*/
 /*   font-size: 16px;*/
 /*   margin: 0;*/
 /*   text-decoration: none;*/
 /* }*/

 /* .socialLinksFixed ul li a span {*/
 /*   display: none;*/
 /* }*/

 /* .socialLinksFixed ul li a i {*/
 /*   color: inherit;*/
 /*   font-size: inherit;*/
 /*   display: block;*/
 /*   width: inherit;*/
 /*   height: inherit;*/
 /*   line-height: inherit;*/
 /* }*/

 /* .socialLinksFixed ul li a i.fa-envelope {*/
 /*   background: #153454;*/
 /* }*/

 /* .socialLinksFixed ul li a i.fa-whatsapp {*/
 /*   background: #25D366;*/
 /* }*/
  
 /* .socialLinksFixed ul li a i.fa-instagram {*/
 /*   background: #fd2d46;*/
 /* }*/

 /* .socialLinksFixed ul li a i.fa-phone {*/
 /*   background: #d2a43b;*/
 /* }*/

 /* .socialLinksFixed ul li a i.chat-icon {*/
 /*   background: #0d47a1;*/
 /* }*/

 /* .socialLinksFixed ul li a:hover i {*/
 /*   background: #6c6046;*/
 /*   color: #fff;*/
 /* }*/
	
	/*	@media only screen and (max-width: 600px) { .socialLinksFixed{display: none;} }*/
	
	/* whtsappbtn */
.whtsappbtnFixed {
	display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 24px;
    left: 30px;
    z-index: 100;
    color: #fff;
    font-size: 30px;
    background: #4ac659;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.whtsappbtnFixed:hover {
	background: #fff;
	color: #4ac659;
	box-shadow: 0 10px 50px rgba(0,0,0,0.3);
}



/**********scrollUp**********/



.scrollup {

    width:48px;

    height:48px;

    line-height: 48px;

    text-align: center;

    opacity:0.9;

    position:fixed;

    bottom:30px;

    right:22px;

    color: #fff;

    font-size: 26px;

    display:none;

    background: #d4a936;

    z-index: 200;

}

.scrollup:hover {

    background: #d9e6fe;

    opacity:1;

    color: #fff;

}

.popup{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.65);
    display:none;
    justify-content:center;
    align-items:center;
    z-index:99999;
    padding:20px;
}

.popup.active{
    display:flex;
}

.popup-box{
    width:100%;
    max-width:900px;
    display:flex;
    overflow:hidden;
    border-radius:18px;
    background:#fff;
    position:relative;
    box-shadow:0 25px 60px rgba(0,0,0,.25);
}

.popup-close{
    position:absolute;
    right:18px;
    top:18px;
    width:42px;
    height:42px;
    border:1px solid #ddd;
    background:#fff;
    border-radius:50%;
    cursor:pointer;
    font-size:28px;
    transition:.3s;
}

.popup-close:hover{
    background:#D2A43B;
    color:#fff;
    border-color:#D2A43B;
}

.popup-left{
    width:38%;
    background:#D2A43B;
    color:#fff;
    padding:60px 40px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    text-align:center;
}

.download-icon{
    width:120px;
    height:120px;
    background:#fff;
    border-radius:25px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 30px;
}

.download-icon svg{
    width:60px;
    height:60px;
}

.popup-left h3{
    font-size:30px;
    margin-bottom:15px;
}

.popup-left p{
    line-height:1.8;
    opacity:.95;
}

.popup-right{
    width:62%;
    padding:55px;
}

.popup-right h2{
    font-size:38px;
    margin-bottom:10px;
}

.subtitle{
    color:#666;
    margin-bottom:35px;
}

.catalogue-form .form-control{
    width:100%;
    height:56px;
    border:1px solid #ddd;
    border-radius:10px;
    padding:0 20px;
    margin-bottom:18px;
    font-size:16px;
    transition:.3s;
}

.catalogue-form .form-control:focus{
    outline:none;
    border-color:#D2A43B;
    box-shadow:0 0 0 4px rgba(210,164,59,.15);
}

.catalogue-form input[type=submit]{
    width:100%;
    height:58px;
    border:none;
    border-radius:10px;
    background:#D2A43B;
    color:#fff;
    font-size:17px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
}

.catalogue-form input[type=submit]:hover{
    background:#be9130;
}

.privacy{
    margin-top:20px;
    color:#777;
    font-size:14px;
}

@media(max-width:768px){

.popup-box{
    flex-direction:column;
}

.popup-left,
.popup-right{
    width:100%;
}

.popup-left{
    padding:40px 30px;
}

.popup-right{
    padding:35px 25px;
}

.popup-right h2{
    font-size:28px;
}

}

.locations-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

@media (max-width:768px){
    .locations-grid{
        grid-template-columns:1fr;
    }
}
