@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap');

:root {
    --brand: #ff4d29;
    --dark: #092032;
    --body: #516171;
    --border: rgba(0,0,0,0.08);
    --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
    
}

body {
    font-family: "Barlow", sans-serif;
    color: var(--body);
    line-height: 1.7;
    font-size: 18px;
}

h1,h2,h3,h4,h5,h6,
.display-1,.display-2,.display-3,.display-4 {
    font-weight: 700;
    color: var(--dark);
}

h2 {
    position: relative;
}



h2:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 80px;
    height: 3px;
    background: var(--brand);
}

.color-brand {
	color: var(--brand);
}

.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

img {
    width: 100%;
}

a {
    color: var(--dark);
    transition: all 0.4s ease;
    font-weight: 500;
}

a:hover {
    color: var(--brand);
}

section {
    padding-top: 120px;
    padding-bottom: 120px;
}

.text-brand {
    color: var(--brand) !important;
}


.hero-slider .owl-prev,
.hero-slider .owl-next{
    background-color: rgba(255, 255, 255, 0.3) !important;
    width: 60px !important;
    height: 60px !important;
    display: block;
    display: grid;
    place-items: center;
    color: #fff !important;
    border-radius: 100px;
    line-height: 0;
    border-radius: 100px !important;
    position: absolute;
    top: 50%;
    font-weight: 800 !important;
    transition: all 0.4s ease;
    margin-top: -30px !important;
}

.owl-prev {
    left: 0;
}
.owl-next {
    right: 0;
}

.hero-slider .owl-prev:hover,
.hero-slider .owl-next:hover {
    background-color: var(--brand) !important; 
}

.owl-dot.active span{
    background-color: var(--brand) !important;
}


 /* slide */
.hero-slider .slide {
     min-height: 100vh;
     display: flex;
     align-items: center;
     justify-content: center;
     position: relative;
}


.hero-slider .slide h6 {
    text-shadow: 1px 2px 1px rgb(0 0 0);
}

.hero-slider .slide .display-3 {
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 2px 1px rgb(0 0 0);
}
.hero-slider .slide .display-3 strong,
.hero-slider .slide .display-3 b {
    color: #c2ab87;
}

/* navbar */
.top-nav {
    background: var(--brand) url(/public/img/bg-2.png);
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.top-nav p {
    display: inline-block;
    margin-bottom: 0;
}

.top-nav p i {
    margin-right: 5px;
}

.top-nav a {
    color: white;
    text-decoration: none;
}

.navbar-on-scroll {
    box-shadow: var(--shadow);
}

.social-icons a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.social-icons a:hover {
    background-color: #fff;
    color: var(--brand);
}

.navbar .navbar-nav .nav-link {
    color: var(--dark);
}
.navbar .navbar-nav .nav-link b {
    font-weight: 500;
}
.navbar .navbar-nav .nav-link:hover {
    color: var(--brand);
}

.navbar .navbar-nav .nav-link.active {
    color: var(--brand);
    text-decoration: underline;
}

.navbar-brand {
    font-size: 28px;
    font-weight: 700;
}

.navbar-brand .dot {
    color: var(--brand);
}

.btn {
    padding: 8px 26px;
}

.btn-brand {
    border-color: var(--brand);
    background-color: var(--brand);
    color: #fff;
}

.btn-brand:hover {
    filter: brightness(0.85);
    color: #fff;
    border-color: var(--brand);
    background-color: var(--brand);
}

.intro {margin-bottom: 36px;
text-align: center;}

.intro p {
    max-width: 550px;
}
.intro h6{
    color: var(--brand);
    font-weight: 400;
    text-transform: uppercase;
}

.intro h1 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.info-box {
    align-items: center;
    display: flex;
}

.info-box img {
    width: 90px;
}


#milestone {
    padding-bottom: 200px;
  /*  background: linear-gradient(rgb(201 16 25 / 80%), rgb(201 16 25 / 66%)), url(../img/bg_banner1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;*/
    background: linear-gradient(#f8f9fa, #fff);
}

#milestone h1 {
    margin-top: 15px;
    margin-bottom: 15px;
}

#milestone h6 {
    color: var(--brand);
    font-weight: 400;
    text-transform: uppercase;
}

#milestone ul {
    list-style-type: square;
    list-style-color: var(--brand);
}

#milestone em {
	font-size: 14px;
}

#milestone ul strong {
	color: var(--brand);
}

.service-body {
    padding: 45px 32px;
    background-color: white;
    box-shadow: var(--shadow);
    border-radius: 5px;
}
.service-small {
border: 2px solid var(--dark);
padding: 20px;
border-radius: 5px;
}
.service-small h6 {
color: var(--dark);
}
.service h5 {
    margin-top: 24px;
    margin-bottom: 0;
    padding: 22px;
    margin-left: 45px;
    margin-right: 45px;
    font-size: 19px;
    background: var(--dark);
    box-shadow: var(--shadow);
    border-bottom: 2px solid black;
    color: white;
    border-radius: 5px 5px 0 0;
    text-transform: uppercase;
}


.service p {
	text-align: justify;
}


.service img {
    width: 90px;
}


.project {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.project h2 {
	font-size: 1.4rem;
}

.project h6 {
    font-weight: 400;
}

.project h6::before {
    content: "";
    height: 2px;
    width: 30px;
    display: inline-block;
    background: var(--brand);
    vertical-align: middle;
    margin-right: 10px;
}


.project .overlay {
    width: 100%;
    height: 220px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 76, 41, 0) 0%, var(--dark) 100%);
}

.owl-carousel .owl-item .project img {
    max-height: 500px;
}

.project .content {
    position: absolute;
    left: 10%;
    bottom: 10%
}

.likebar h3 {
    font-size: 2rem;
}

.project h2,
.project h6 {
    color: #fff;
}
section#contact {
	padding: 0;
}
section#contact h2, section#contact h3 {
	margin-bottom: 35px;
}
section#contact h3 {
    font-size: 2rem;
}

section#contact b {color: black;font-weight: 500;}
section#contact a {
	text-decoration: none;
}
section#contact a:hover {
	text-decoration: underline;
}
section#contact .btn:hover {
	text-decoration: none;
}

section#contact .contacts {
 	font-size: 1.2rem;
}
section#contact i {
 	font-size: 2rem;
 	color: var(--brand);
 	vertical-align: middle;
 	margin-right: 10px;
}


.contact-member {
    text-align: center;
}

.contact-member .image{
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.contact-member .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -10%;
    background-color: rgba(201, 16, 25, 0.7);
    opacity: 0;
    transition: all 0.4s ease;
}

.contact-member h5 {
    margin-top: 16px;
    margin-bottom: 4px;
}

.contact-member .social-icons {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    transition: all 0.4s ease;
}

.contact-member .social-icons a {
    width: 40px;
    height: 40px;
}

.contact-member:hover .social-icons {
    top: 50%;
    opacity: 1;
}

.contact-member:hover .overlay {
    top: 0%;
    opacity: 1;
}

#reviews {

    background: linear-gradient(-90deg, rgba(8, 32, 50, 0.8), rgba(8, 32, 50, 0.8)), url(../img/bg_banner1.jpg), #082032;;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#reviews .intro h1 {
	color: white;
}

.review {
    text-align: center;
    z-index: 2;
    position: relative;
    margin: 15px;
    max-width: 768px;
    margin: auto;
}


.review img {
    width: 80px !important;
    height: 80px;
    border-radius: 100px;
    margin: auto;
}

.review h5 {
    margin-top: 16px;
    margin-bottom: 4px;
    color: #fff;
    font-weight: normal;
}

.review h5 b {
    color: #fff;
    font-weight: bold;
}

.review h3 {
    margin-top: 26px;
    margin-bottom: 26px;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    line-height: 1.7;
    font-style: italic;
}

.review small {
    color: var(--brand);
}

.review .stars {
    color: var(--brand);
}

.blog-post {
    position: relative;
    background-color: #fff;
    box-shadow: var(--shadow);
}

.blog-post .content {
    padding: 32px;
}

.blog-post a {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: var(--brand);
    padding: 2px 12px;
    border-radius: 100px;
    text-decoration: none;
    color: #fff;
}

.blog-post h5 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.blog-post small {
    text-transform: uppercase;
    color: var(--brand);
    text-decoration: underline;
}

footer {
    background: black;
}

footer .footer-top {
    padding-top: 80px;
    padding-bottom: 40px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
    padding-top: 20px;
}

footer .navbar-brand {
    color: #fff;
}

footer p {
    color: #ADB3B9;
}

footer h4 {
    color: white;
    font-weight: 400;
    text-transform: uppercase;
}

footer ul {
    list-style: none;
	padding-left: 0;
	margin-left: 0;    
}
footer ul li {
	padding-left: 0;
	margin-left: 0;
}

footer ul li a {
	color: #ADB3B9;
	text-decoration: none;
}

footer ul li a:hover {
	color: #fff;
	text-decoration: underline;
}
footer .social-icons a {
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin-left: 4px;
    margin-right: 4px;
}

.loader {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: red;
    z-index: 99999;
    position: fixed;
    left: 0;
    right: 0;
}


input.form-control {
    border-color: transparent;
    height: 44px;
}

.form-control {
    background-color: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.04);;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--brand);
}


.product-card {

    background: #f8f9fc;
    text-align: center;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    border-radius: 4px;

}

.product-card:hover {
    background: #eaecef;
}

.product-card a {
    text-decoration: none;
}
.product-card .product-image {
}

.product-card img {
    display:initial!important;
    max-height: 250px;
    max-width: 100%;
    width: auto!important;
    
}
.product-card img:hover {
	cursor: -moz-zoom-in; 
	cursor: -webkit-zoom-in; 
	cursor: zoom-in;
}

.product-card h3 {
    margin-top: 20px;
    font-size: 19px;
    color: black;
}

.product-card span {
	display: inline-block;
	color: white;
	padding: 2px 7px;
    	background: #c2ab87;
	font-size: 15px;
    border-radius: 4px;
}

.product-card span:not(:last-child) {
	margin-right: 2px;
}
.product-card .product-link { padding: 1rem;}
.product-card .product-link .on-hover {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	text-align: center;
    border-radius: 4px;
}
.product-card .product-link:hover .on-hover {
	display: flex;
    lign-content: center;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
}

.product-card .owl-item {padding-left: -1rem;}
.product-card .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -21px;
    }

.product-card .owl-nav button.owl-prev {    
    display: block;
    position: absolute;
    padding-top:5px!important;
    padding-bottom: 7px!important;
    left: -21px;
}    
 
.product-card .owl-nav button.owl-next {    
    display: block;
    position: absolute;
    padding-top:5px!important;
    padding-bottom: 7px!important;
    right: -21px;
}

.product-card .owl-theme .owl-nav [class*=owl-]:hover {
    background: var(--brand);
    color: #FFF;
    text-decoration: none;
    border-radius: 0;
}
.product-card-link {display: block; background: var(--brand) url(/public/img/bg-2.png); opacity: 0.85; text-decoration: none;}
.product-card-link:hover {background: var(--brand) url(/public/img/bg-2.png); opacity: 1;}
.product-card-link p {font-size: 23px; color: white;    text-shadow: 1px 1px 1px rgba(0,0,0,0.25);}

.carousel__slide {
  display: flex;
  align-items: center;
  justify-content: center;

  width:100%;

}
.carousel__button:hover {
  background: var(--brand);
  color: white;
  border-radius: 0;
}
.carousel__button.is-next {
	right: 0;
}
.carousel__button.is-prev {
	left: 0;
}
.form-check-input:focus {

    box-shadow: none;
}
.form-check-input:checked {
    background-color: var(--brand);
    border-color: var(--brand);
    box-shadow: none;
}

.gift-card {
    position:relative;
    background: #f8f9fc;
    padding: 85px;
    border-radius: 4px;
}

.gift-card img {
    position: absolute;
    right: -35px;
    top: -60px;
    width: 413px;
}


.collection-card {

    background: #f8f9fc;
    text-align: center;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    border-radius: 4px;

}

.collection-card:hover {
    background: #eaecef;
}

.collection-card{
    text-decoration: none;
}
.collection-card .collection-image {
}

.collection-card img {
    display:initial!important;
    max-height: 250px;
    max-width: 100%;
    width: auto!important;
    
}


.collection-card h3 {
    margin-top: 20px;
    font-size: 19px;
    color: black;
}

.collection-card span {
    display: inline-block;
    color: white;
    padding: 2px 7px;
        background: #c2ab87;
    font-size: 15px;
    border-radius: 4px;
}

.collection-card span:not(:last-child) {
    margin-right: 2px;
}
.collection-card .collection-link {position: relative;    padding: 1rem;}
.collection-card .collection-link .on-hover {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width:100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    text-align: center;
    border-radius: 4px;
}
.collection-card .collection-link:hover .on-hover {
    display: flex;
}

.collection-card .owl-item {padding-left: -1rem;}
.collection-card .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -21px;
    }

.collection-card .owl-nav button.owl-prev {    
    display: block;
    position: absolute;
    padding-top:5px!important;
    padding-bottom: 7px!important;
    left: -21px;
}    
 
.collection-card .owl-nav button.owl-next {    
    display: block;
    position: absolute;
    padding-top:5px!important;
    padding-bottom: 7px!important;
    right: -21px;
}

.collection-card .owl-theme .owl-nav [class*=owl-]:hover {
    background: var(--brand);
    color: #FFF;
    text-decoration: none;
    border-radius: 0;
}
.collection-card-link {display: block; background: var(--brand) url(/public/img/bg-2.png); opacity: 0.85; text-decoration: none;}
.collection-card-link p {font-size: 23px; color: white;    text-shadow: 1px 1px 1px rgba(0,0,0,0.25);}

.news-card-section {
    background: black;
    color: #b3b3b3;
    border-bottom: 1px solid #161616;
}
.news-card-section p {
    padding: 0;
    margin: 0;
}
.news-card-section a {
    color: var(--brand);
}
.news-card-section p b,
.news-card-section p strong {
    color:  white;
}

@media (max-width: 1199.98px) {
    .gift-card img {
        position: relative;
        right: none;
        top: none;
        width: 200px;
    }
    
}

.simple-content h3 {
    padding-top: 2rem;
}

.hero-title {
    background: black;
}

.hero-title h1 {
    color: white;
}

.hero-title p {
    color: #eaecef;
}

.btn-close {
position: absolute;
    right: 10px;
    top: 10px;
    }

