
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,600");

:root {
	/* Background Colors */
	--background-light: var(--color-50);
	--background-dark: var(--color-950);

	/* Text Colors */
	--text-primary: var(--color-900);
	--text-secondary: var(--color-800);
	--text-muted: var(--color-600);

	/* Accent Colors */
	--accent-primary: var(--color-500);
	--accent-secondary: var(--color-400);
	--accent-light: var(--color-100);
	--accent-dark: var(--color-700);

	/* Button Colors */
	--button-default: var(--color-500);
	--button-hover: var(--color-600);
	--button-active: var(--color-800);

	/* Border Colors */
	--border-light: var(--color-200);
	--border-dark: var(--color-900);

	/* Shadow Colors */
	--shadow-light: var(--color-300);
	--shadow-dark: var(--color-950);
}

body {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0.07em;
	color: var(--text-primary) !important;
	background-color: var(--background-light) !important;
}

a {
	color: var(--accent-primary);
}

.super-modern-container {
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, var(--accent-primary), var(--accent-secondary)) !important;
	color: var(--accent-light) !important;
	padding: 50px;
	border-radius: 20px;
	box-shadow: 0 10px 30px var(--shadow-dark) !important;
}

.super-modern-container h1 {
	font-size: 3rem;
	color: var(--accent-light) !important;
	margin-bottom: 20px;
}

.super-modern-container .texte {
	font-size: 1.2rem;
	line-height: 1.6;
	color: var(--accent-light);
}

h1, h2, h4, h5, h6 {
	color: var(--text-primary);
}

h3 {
	color: var(--text-muted);
	font-weight: 300;
}

.btn-transparent {
	background: transparent;
	color: var(--accent-light) !important;
	border: 1px solid var(--accent-light) !important;
}

.btn-transparent:hover,
.btn-transparent:active {
	background: var(--button-hover) !important;
	color: var(--accent-light) !important;
	box-shadow: 0 6px 12px var(--shadow-dark) !important;
}

.btn-white {
	background: var(--accent-light) !important;
	color: var(--text-primary) !important;
	border: 1px solid var(--accent-light) !important;
}

.btn-white:hover,
.btn-white:active {
	background: var(--button-hover) !important;
	color: var(--accent-light) !important;
	box-shadow: 0 6px 12px var(--shadow-dark) !important;
}

.btn-primary {
	background: var(--color-second) !important;
	color: var(--accent-light) !important;
	border: 1px solid var(--accent-light) !important;
}

.btn-primary:hover,
.btn-primary:active {
	background: var(--color-second) !important;
	color: var(--accent-light) !important;
	box-shadow: -1px 2px 1px var(--shadow-dark) !important
}

nav {
	display: flex;
	justify-content: space-around;
	align-items: center;
	background-color: var(--background-light) !important;
	padding: 10px 0;
}

nav.fixed {
	background: var(--background-light) !important;
	border-bottom: 1px solid var(--border-light) !important;
}

.menu-links a {
	color: var(--text-primary) !important;
}

.menu-links a:hover, .menu-links a.active {
	color: var(--accent-primary) !important;
}

.contact-button {
	background: var(--color-second) !important;
	color: var(--accent-light) !important;
}

.contact-button:hover {
	background-color: var(--button-hover) !important;
}

#testimonials .item {
	background: var(--accent-primary) !important;
	color: var(--accent-light) !important;
	box-shadow: 0 15px 40px -5px var(--shadow-dark) !important;
}

#testimonials .owl-dots div.owl-dot {
	border: 2px solid var(--accent-primary) !important;
}

#testimonials .owl-dots div.owl-dot.active {
	background: var(--accent-primary) !important;
}

.dropdown-menu {
	background-color: var(--background-light) !important;
	box-shadow: 0 8px 16px var(--shadow-dark) !important;
}

.block-contenu a.btn-primary::before {
	color: var(--accent-light) !important;
}


.img-fluid{
	object-fit: contain;
}

/*=======================================================
			BODY:
========================================================*/
body {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0.07em;
	color: #996d4a;
	background-color: #FFF7EC;
}

.accueil section:nth-of-type(2n) {
	background: var(--background-dark);
	padding: 50px 0;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 1px 8px rgba(0, 0, 0, 0.1);
}
.accueil section:nth-of-type(2n) .section-title{
	color: white;
	margin-bottom: 50px !important;
}

.accueil section:nth-of-type(2n) .section-title::after, .h1-accueil::after, .accueil section:nth-of-type(2n) .section-title2::after {
    content: '';
    position: relative;
    left: 0;
    display: block;
    bottom: -10px;
    width: 120px;
    border-radius: 20px;
    height: 7px;
	background: var(--color-main);
}

.accueil section:nth-of-type(2n) .section-title::after {
    background-color: white;
}

a{
	color: var(--color-main);
}

.container{
	margin: 80px auto;
}

.super-modern-container {
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, var(--color-main), #f9d423);
	color: white;
	padding: 50px;
	border-radius: 20px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	transform: skewY(-0.2deg);
}

.super-modern-container::before, 
.super-modern-container::after {
	content: '';
	position: absolute;
	width: 200%;
	height: 200%;
	top: -50%;
	left: -50%;
	z-index: 0;
	transform: rotate(30deg);
	background: radial-gradient(circle, rgba(255, 255, 255, 0.1), transparent);
	animation: rotate 10s linear infinite;
}

.super-modern-container::after {
	animation-duration: 15s;
}

@keyframes rotate {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.super-modern-container .content-modern {
	position: relative;
	z-index: 1;
	transform: skewY(0.2deg);
}

.super-modern-container h1 {
	font-size: 3rem;
	margin-bottom: 20px;
	animation: fadeInDown 1s ease forwards;
}

div.texte{
	margin-bottom: 10px;
}

.super-modern-container .texte {
	font-size: 1.2rem;
	line-height: 1.6;
	padding-bottom: 20px;
	animation: fadeInUp 1s ease forwards;
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

/*=======================================================
			COLORS (Only Visible In Scss File):
========================================================*/
/*=======================================================
			TYPOGRAPHY:
========================================================*/
h1 {
	font-size: 1.5rem;
	font-weight: 700;
	/* margin-bottom: 0px; */
	color: #000;
}

h2 {
	/* font-size: 2.5rem;
	font-weight: 700; */
	color: #000;
}

h3 {
	font-weight: 300;
}

h4 {
	font-weight: 700;
	color: #000;
}

h5 {
	font-weight: 700;
	color: #000;
}

h6 {
	font-size: 1.3rem;
	font-weight: 700;
	color: #000;
}

.lnr {
	font-size: 3rem;
	color: var(--color-main);
}

/*=======================================================
			BUTTONS:
========================================================*/
.btn-transparent {
	background: transparent;
	font-size: 12px;
	padding: 15px 25px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 100px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.btn-transparent:hover,
.btn-transparent:active {
	background: var(--color-second);
	color: #fff;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.btn-white {
	background: #fff;
	font-size: 12px;
	padding: 15px 25px;
	color: #000;
	border: 1px solid #fff;
	border-radius: 100px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.btn-white:hover,
.btn-white:active {
	background: var(--color-second);
	color: #fff;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.btn-primary {
	background: var(--color-second);
	font-size: 12px;
	padding: 15px 25px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 100px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin-top: 10px;
}

.btn-primary:hover,
.btn-primary:active {
	background: var(--color-second);
	color: #fff;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}


/*=======================================================
			NAVIGATION:
========================================================*/
/* .core-nav.open-dropdown{
	background-color: #00000090;
	transition: background 0.5s;
}

.core-nav .brand {
}

.core-nav .brand img {
	width: 120px;
}

.core-nav .menu li a {
	font-weight: 500;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.core-nav .menu li.active > a {
	color: #f5f5f7;
	text-decoration: underline;
}

.core-nav .menu li.active > a,
.core-nav .menu li a:hover,
.core-nav .menu li a:active {
	text-decoration: underline;
	color: #f5f5f7;
}

nav.scrolled .menu li a {
	font-weight: 500;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

nav.scrolled .menu li.active > a {
	color: var(--color-main);
	text-decoration: underline;
}

nav.scrolled .menu li.active > a,
nav.scrolled .menu li a:hover,
nav.scrolled .menu li a:active {
	text-decoration: underline;
	color: var(--color-main);
}

.submenu{
	width: 100%;
}
.submenu a{
	text-align: end;
} */







nav{
	display: flex;
	justify-content: space-around;
	align-items: center;
	background-color: #FFF;
	padding: 10px 0;
}
.nav-header {
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    position: relative;
    z-index: 10;
}

.dropdown-menu{
	left: auto;
}

.brand{
	position: relative;
	z-index: 999;
}

.brand img {
	height: 50px;
    transition: opacity 0.3s ease;
}

.burger-menu {
	display: none;
}

label .menu {
	position: relative;
	display: block;
    z-index: 100;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: .5s ease-in-out;
    box-shadow: 0 0 0 0 var(--background-light), 0 0 0 0 var(--background-light);
    cursor: pointer;
}

label .hamburger {
	position: relative;
    top: 50%;
    left: 0%;
    width: 30px;
    height: 2px;
    background: var(--color-main);
    display: block;
    transform-origin: center;
    transition: .5s ease-in-out;
}

label .hamburger:after, label .hamburger:before {
	transition: .5s ease-in-out;
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: var(--color-main);
}

label .hamburger:before {
	top: -10px;
}

label .hamburger:after {
	bottom: -10px;
}

.burger-menu input[type="checkbox"] {
	display: none;
}

input[type="checkbox"]:checked + .menu {
	box-shadow: 0 0 0 100vw var(--background-light), 0 0 0 100vh var(--background-light);
    border-radius: 0;
}

input[type="checkbox"]:checked + .menu .hamburger {
	transform: rotate(45deg);
}

input[type="checkbox"]:checked + .menu .hamburger:after {
	transform: rotate(90deg);
    bottom: 0;
}

input[type="checkbox"]:checked + .menu .hamburger:before {
	transform: rotate(90deg);
    top: 0;
}

.visible.menu-links {
	opacity: 1;
	display: flex;
	width: max-content;
}

.menu-links {
	display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
	transition: opacity 5s ease;
	width: 100%;
	max-width: 1200px;
	justify-content: space-evenly;
}

/* .menu-links li {
	margin: 0 15px;
} */

.menu-links a {
	color: #333;
    text-decoration: none;
    font-size: 1em;
    transition: color 0.3s ease;
}

/* Styles for mobile */
@media (max-width: 992px) {
	.nav-header{
		width: 100%;
	}
	
    .burger-menu {
		display: block;
		margin-bottom: 0;
    }
	
    .menu-links {
		position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        flex-direction: column;
        opacity: 0;
		display: none;
        transition: .25s 0s ease-in-out;
        z-index: 200;
    }
	
    .menu-links li {
        margin: 10px 0;
    }
}

nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: var(--background-light);
    border-bottom: 1px solid #dfdfdf;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	z-index: 99999999999;
}

nav.fixed .nav-link {
    color: #333;
}

.dropdown-item.active, .dropdown-item:active{
	background-color: initial;
}


.dropdown-menu {
    display: none;
    position: absolute;
    background-color: white;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.dropdown-submenu:hover .dropdown-menu,
.dropdown-submenu:focus-within .dropdown-menu {
    display: block;
}
.nav-item,
.dropdown-submenu {
    position: relative;
}

/* Panier styles */
.panier-item {
    position: relative;
}

.panier-dropdown {
    display: none;
    position: absolute;
    right: 0;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px;
    width: 300px;
    z-index: 1000;
    border-radius: 4px;
}

.panier-dropdown h5 {
    margin-bottom: 15px;
}

.panier-dropdown ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 15px 0;
}

.panier-dropdown ul li {
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}

.panier-dropdown ul li:last-child {
    border-bottom: none;
}

.panier-count {
    background-color: red;
    color: white;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 12px;
    position: absolute;
    top: -5px;
    right: -10px;
}

.nav-header .brand img {
    height: 50px; /* Adjust logo size */
}

.nav-header .burger-menu {
    display: none; /* Hide for larger screens */
}

@media (max-width: 768px) {
    .nav-header .burger-menu {
        display: block;
    }

    .menu-links {
        display: none;
        flex-direction: column;
    }

    #burger-toggle:checked ~ .menu-links {
        display: flex;
    }
}


/*=======================================================
			BOUTON NUM:
========================================================*/

.contact-button {
	position: fixed;
	bottom: 20px;
	right: 20px;
	/* background: var(--color-second); */
	/* color: #f8fafc; */
	border-radius: 50%;
	background-color: var(--color-main);
	/* border: 2px solid #f8fafc; */
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	transition: background-color 0.3s ease, transform 0.3s ease;
	z-index: 999999999999999;
}

.contact-button .contact-link {
	color: white;
	text-decoration: none;
	font-size: 13px;
	padding: 3px 5px;
	transition: color 0.3s ease;
}

.contact-button:hover {
	background-color: var(--color-main);
	transform: scale(1.1);
}

/* .contact-button:hover .contact-link {
	color: var(--color-main);
} */


/*=======================================================
			TESTIMONIALS:
========================================================*/
#testimonials {
	padding: 60px 0;
	text-align: center;
}

#testimonials h2 {
	margin-bottom: 80px;
}

#testimonials .owl-testimonials .item {
	background: var(--color-main);
	color: #fff;
	-webkit-box-shadow: 0px 15px 40px -5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 15px 40px -5px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	padding: 25px;
	margin: 25px;
}

#testimonials .owl-testimonials .item img {
	width: 90px;
	border-radius: 100px;
	border: 5px solid #fff;
	margin: 0 auto;
}

#testimonials .owl-testimonials .item h6 {
	color: #fff;
	margin-top: 15px;
}

#testimonials .owl-testimonials .item span {
	display: block;
	margin: 15px 0;
}

#testimonials .owl-testimonials .item .lnr {
	font-size: 24px;
	color: #fff;
}

#testimonials .owl-testimonials .item .quote {
	font-style: italic;
}

#testimonials .owl-testimonials .owl-dots {
	bottom: 2.5%;
	right: 50%;
	position: relative;
}

#testimonials .owl-testimonials .owl-dots div.owl-dot {
	background-color: transparent;
	border: 2px solid var(--color-main);
	border-radius: 100px;
	bottom: -25px;
	display: inline-block;
	height: 12px;
	left: 50%;
	margin-right: 10px;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 12px;
}

#testimonials .owl-testimonials .owl-dots div.owl-dot.active {
	background: var(--color-main);
}

/*=======================================================
			CONTENU:
========================================================*/
.row > div{
    overflow: hidden;
}

.card > img {
    max-height: 200px;
    object-fit: cover;
}

.col-md-0 { 
  position: relative;
    width: 100%;
    padding-right: .75rem;
    padding-left: .75rem;
  -ms-flex: 0 0 0%; 
  flex: 0 0 0%; 
  max-width: 0% !important; 
}

.col-md-1 { 
  position: relative;
    width: 100%;
    padding-right: .75rem;
    padding-left: .75rem;
  -ms-flex: 0 0 8.33333%; 
  flex: 0 0 8.33333%; 
  max-width: 8.33333%; 
}

.col-md-2 { 
  position: relative;
    width: 100%;
    padding-right: .75rem;
    padding-left: .75rem;
  -ms-flex: 0 0 16.66667%; 
  flex: 0 0 16.66667%; 
  max-width: 16.66667%; 
}

.col-md-3 { 
  position: relative;
    width: 100%;
    padding-right: .75rem;
    padding-left: .75rem;
  -ms-flex: 0 0 25%; 
  flex: 0 0 25%; 
  max-width: 25%; 
}

.col-md-4 { 
  position: relative;
    width: 100%;
    padding-right: .75rem;
    padding-left: .75rem;
  -ms-flex: 0 0 33.33333%; 
  flex: 0 0 33.33333%; 
  max-width: 33.33333%; 
}

.col-md-5 { 
  position: relative;
    width: 100%;
    padding-right: .75rem;
    padding-left: .75rem;
  -ms-flex: 0 0 41.66667%; 
  flex: 0 0 41.66667%; 
  max-width: 41.66667%; 
}

.col-md-6 { 
  position: relative;
    width: 100%;
    padding-right: .75rem;
    padding-left: .75rem;
  -ms-flex: 0 0 50%; 
  flex: 0 0 50%; 
  max-width: 50%; 
}

.col-md-7 { 
  position: relative;
    width: 100%;
    padding-right: .75rem;
    padding-left: .75rem;
  -ms-flex: 0 0 58.33333%; 
  flex: 0 0 58.33333%; 
  max-width: 58.33333%; 
}

.col-md-8 { 
  position: relative;
    width: 100%;
    padding-right: .75rem;
    padding-left: .75rem;
  -ms-flex: 0 0 66.66667%; 
  flex: 0 0 66.66667%; 
  max-width: 66.66667%; 
}

.col-md-9 { 
  position: relative;
    width: 100%;
    padding-right: .75rem;
    padding-left: .75rem;
  -ms-flex: 0 0 75%; 
  flex: 0 0 75%; 
  max-width: 75%; 
}

.col-md-10 { 
  position: relative;
    width: 100%;
    padding-right: .75rem;
    padding-left: .75rem;
  -ms-flex: 0 0 83.33333%; 
  flex: 0 0 83.33333%; 
  max-width: 83.33333%; 
}

.col-md-11 { 
  position: relative;
    width: 100%;
    padding-right: .75rem;
    padding-left: .75rem;
  -ms-flex: 0 0 91.66667%; 
  flex: 0 0 91.66667%; 
  max-width: 91.66667%; 
}

.col-md-12 { 
  position: relative;
    width: 100%;
    padding-right: .75rem;
    padding-left: .75rem;
  -ms-flex: 0 0 100%; 
  flex: 0 0 100%; 
  max-width: 100%; 
}

.block-contenu{
	padding: 0;
}

.block-contenu .card .btn-primary {
    background: #FFF !important;
    color: var(--color-main) !important;
    border: 1px solid var(--color-main) !important;
}

.block-contenu a.btn-primary::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 7px; /* Espace entre l'icône et le texte */
}

.block-contenu a[href*="#call-us"].btn-primary::before,
.block-contenu a[href*="tel:"].btn-primary::before {
    content: "\f879"; /* Icône de téléphone */
}

/* Icône pour "Contactez-nous" */
.block-contenu a[href*="#contact-us"].btn-primary::before,
.block-contenu a[href*="#contact"].btn-primary::before {
    content: "\f2b6"; /* Icône d'enveloppe */
}

/* Icône pour "WhatsApp" */
.block-contenu a[href*="wa.me"].btn-primary::before,
.block-contenu a[href*="whatsapp"].btn-primary::before {
	font-family: "Font Awesome 5 Brands" !important;
    content: "\f232"; /* Icône WhatsApp */
}

/* Icône par défaut pour les autres actions */
.block-contenu a.btn-primary::before {
    content: "\f061"; /* Icône de flèche */
}

.block-contenu .card .btn-primary::before{
	content: "\2b";
	color: var(--color-main) !important;
}

.block-contenu h2{
	margin-bottom: 30px;
}

.block-contenu .card{
	border-radius: 13px;
}
.block-contenu .card-img-top{
	border-top-left-radius: calc(13px - 1px) !important;
    border-top-right-radius: calc(13px - 1px) !important;
}

.block-contenu .img-fluid{
	width: 100%;
	object-fit: cover;
	max-height: 550px;
}

.block-contenu > section{
	padding: 130px 0;
}

.block-contenu > section > div {
    max-width: 1200px;
    margin: 0 auto;
}

.parallax {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    height: 400px; /* Ajustez la hauteur selon vos besoins */
}

.card-title{
	font-size: 1.75rem;
}
/*=======================================================
			FOOTER:
========================================================*/
footer {
	padding: 25px 0;
}

footer p {
	margin: 0;
}

footer a {
	color: var(--color-main);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

footer a:hover,
footer a:active {
	color: var(--color-main);
	text-decoration: underline;
}

/*=======================================================
			MEDIA QUERIES: 
========================================================*/
@media (max-width: 1500px) {
    .slider-area, .slider-area .single-slide{
		height: 100vh !important;
	}
}

@media (max-width: 1199px) {
	#about .container .about-content {
		padding-top: 40px;
	}
}

@media (max-width: 992px) {
	.category-gallery-container {
		column-count: 2 !important;
	}
	.row{
		flex-direction: column;
	}
	.row > div{
		max-width: 100%;
	}
	.block-contenu .img-fluid{
		margin-bottom: 50px;
		max-height: 300px;
	}
	.footer-bottom{
		padding-bottom: 70px !important;
		margin: 0 20px;
		justify-content: flex-start !important;
		text-align: start !important;
	}
	.footer-social{
		align-items: flex-start !important;
	}
	.slider-content{
		margin-left: 0 !important;
	}
	.text-image{
		flex-direction: column-reverse;
	}
}

@media (max-width: 798px) {
	#home .main-slider h2 {
		font-size: 2rem;
	}
	.slider-area .tabel .tabel-cell .slider-content{
		padding: 20px 15px;
	}
	.slider-area .tabel .tabel-cell .slider-content .btn-white{
		margin-left: 0;
	}
}