/*!
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
	 ========================================================================== */

.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;
}

.btn-g {
    background: #d4a936;
    color: #fff;
    padding: 14px 28px;
    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;

}


