/*--------------
All Contents
--------------*/

/*-----------------
1. Reset.css
2. Helper Classes
3. Hamburger and Menu Styling
4. Homepage sections styling
5. About Page Styling
6. Portfolio Page
7. Projecr Single Page Styling
8. Contact Page Stylins
9. All Media Queries
------------------*/


/*----- 1. Reset.css -----*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: #C5283D;
    border-color: #C5283D;
    opacity: var(--bs-btn-disabled-opacity);
}

.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    background-color: #C5283D;
    border-color: #C5283D;
}

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #C5283D;
    --bs-btn-border-color: #C5283D;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #C5283D;
    --bs-btn-hover-border-color: #C5283D;
    --bs-btn-focus-shadow-rgb: 60,153,110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #C5283D;
    --bs-btn-active-border-color: #C5283D;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #C5283D;
    --bs-btn-disabled-border-color: #C5283D;
}

.btn-check:focus+.btn, .btn:focus {
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
}

.fa, .fa-brands, .fa-duotone, .fa-light, .fa-regular, .fa-solid, .fa-thin, .fab, .fad, .fal, .far, .fas, .fat {
	margin-top: 2.5px;
}

.modal.fade.show { opacity: 1; }

h2 {
	font-size: 2rem;
	font-family: 'Playfair Display' !important;
	font-weight: 600;
}

* {
	border-color: rgb(197, 40, 61, 0.25);
}


/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	-o-user-select: none;
	user-select: none;          	
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* --- Common Styles ---*/

h1 {
	font-family: Montserrat;
	font-size: 16px;
}

/*----- Helper Classes -----*/

html * {
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Poppins;
	color: #666666;
}

.color-text {
	color: #C5283D;
}

.color-border { border-color: #C5283D !important; }

.portfolio_container {
	margin: 0;
}

.sub-section {
	width: 100%;
}

.sub-section+.sub-section {
	margin-top: 1rem;
}

.subtitle {
	display: flex;
	flex-direction: row;
	align-items: center;
	border-bottom: 1px solid rgb(197, 40, 61, 0.25);
	opacity: .85;
}

.subtitle:hover { opacity: 1; }

.subtitle::before {
	margin-right: .25rem;
	content: "+";
	display: inline-block;
	color: #C5283D;
}

.sub-section h2,
.sub-section p {
	font-family: 'Poppins' !important;
}

.sub-section h2 {
	font-size: 1.2rem;
	font-weight: 400;
}

.sub-section .text p.article {
	font-family: 'Poppins' !important;
	margin: .5rem 1rem;
	position: relative;
	line-height: 1rem;
	font-size: 1rem;
	font-weight: 500;
}

.sub-section .text p.article

.releative {
	position: relative;
}

.absolute {
	position: absolute;
}

.sub-section .text p.article::before {
    content: "-";
    position: relative;
    top: 0.1rem;
    left: -.25rem;
    font-size: 1.25rem;
    font-weight: 300;
}

.sub-section .text p.article:hover,
.sub-section .text p.article:hover * {
	color: #222 !important;
}

.works {
	margin: 0 15px;
}

.lang {
	display: flex;
	flex-direction: row;
	position: relative;
}

.relative { position:relative; }

.lang::before {
	content: "";
	height: 2.25rem;
	width: 1.5px;
	background-color: #C5283D;
	position: absolute;
	left: -0.75rem;
	transform: translateY(-50%);
	top: 50%;
}

.lang li {}

.lang li a {
	font-family: Poppins;
	padding: 0rem 0.5rem;
}

.lang li a.active {
	background-color: #C5283D;
	color: white;
	padding: 0.25rem 0.5rem;
}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

::-webkit-scrollbar {
	display: none;
}

::-moz-selection {
	background: #C5283D;
	color: white;
}

::selection {
	background: #C5283D;
	color: white;
}

.nopadding {
	padding: 0;
}

.custompadding {
	padding-left: 5px;
	padding-right: 5px;
}

.custom-padding {
	padding-left: 10px;
	padding-right: 10px;
}

.owl-carousel {
    position: relative;
}

.owl-theme .owl-nav {
    width: fit-content;
    margin-top: 0;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
	padding-bottom: .5rem;
}
.owl-theme .owl-nav button {
	border-radius: 0 !important;
	background-color: rgb(255 255 255 / 75%) !important;
	color: #222222 !important;
    height: 2rem;
    width: 2rem;
	transition: .25s all ease;
}

.owl-theme .owl-nav button:hover {
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.1) !important;
}

.owl-theme .owl-nav button:active {
	background-color: rgb(197 40 61 / 75%) !important;
	color: white !important;
	box-shadow: 0 .05rem 0.05rem rgba(0,0,0,.075) !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev{
    margin: 0;
    transition: all .15s ease;
}
.owl-carousel .owl-nav button.owl-next{ transform: translateX( 100% ); }
.owl-carousel .owl-nav button.owl-prev{ transform: translateX( -100% ); }

.owl-theme .owl-nav [class*=owl-]:hover {
    background: unset;
    color: #C5283D;
    text-decoration: none;
}

.owl-theme .owl-nav button span:hover{
	opacity: 1;
}

.owl-theme .owl-nav .disabled {
    opacity: .25;
    cursor: not-allowed;
}

.owl-carousel .owl-nav button span {
    color: white;
    font-size: 6rem;
    padding: 0 .5rem;
    text-shadow: 0px 0px 10px rgba(200, 200, 200, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    height: fit-content;
	opacity: 0.75;
	transition: all .15s ease ;
}

.of-hidden {
	overflow: hidden;
}

.owl-carousel .owl-stage {
	transform: translate3d(250px, 0px, 0px);
}

.owl-carousel .owl-stage-outer,
.owl-carousel .owl-stage,
.owl-carousel .owl-item,
.owl-carousel .owl-item .item {
	height: 100%;
}
/*
.owl-stage-outer {
	height: calc(100% - 3rem) !important;
}*/

.owl-carousel .owl-item img {
	height: 100% !important;
	width: auto !important;
	margin: 0 auto;
}


#loading {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: fixed;
	opacity: 1;
	background-color: #F9F9F9;
	z-index: 999;
	text-align: center;
}

.spacer {
	width: 100%;
	height: 50px;
}

.spacer-big {
	width: 100%;
	height: 100px;
}



/* -----Body Border -----*/

#top,
#bottom,
#left,
#right {
	background: #FFFFFF;
	position: fixed;
	z-index: 111;
}

#left,
#right {
	top: 0;
	bottom: 0;
	width: 10px;
}

#left {
	left: 0;
}

#right {
	right: 0;
}

#top {
	left: 0;
	right: 0;
	height: 10px;
}

#bottom {
	left: 0;
	right: 0;
	height: 10px;
}

#top {
	top: 0;
}

#bottom {
	bottom: 0;
}

.pos-1 {
	position: absolute;
	right: 4rem;
	top: 50%;
	transform: translateY(-50%);
}

/* ------ Body Border End ------*/


.logo {
    position: relative;
    z-index: 11;
    white-space: nowrap;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding-right: 1rem;
    border-bottom: 1.5px solid;
    padding: 0.5rem 1rem .5rem 0;
    border-top: 1.5px solid;
}

.logo h1 {
	letter-spacing: 0;
	font-family: 'Popkins';
	display: contents;
	font-size: 1.25rem;
	font-family: Poppins;
	letter-spacing: 2px;
	font-weight: 600;
	color: #C5283D;
}

.back-btn {
	top: 10px;
	font-size: 21px !important;
}

.text {
	top: 13px;
	font-size: 21px;
}

header h1:hover,
header h1:focus {
    color: #C5283D;
    text-decoration: line-through;
}


/* -----------------------------------------------------
------------- 3. Home Page CSS Starts Here -------------
-------------------------------------------------------*/

.main {
	width: 100%;
	height: 100%;
	/* background: #111; */
}

.nav-link {
	position: absolute;
	right: 25px;
	bottom: 25px;
	font-family: 'Playfair Display';
	font-size: 18px;
	color: #FFFFFF;
}

.nav-link:hover {
	text-decoration: none;
	color: #C5283D;
}

.nav-link:after {
	content: "";
	display: block;
	height: 1px;
	width: 30px;
	background: #FFFFFF;
}

.nav-link:hover:after {
	background: #C5283D;
}

/* --------------------------------------------------
------ Homepage Split Layout Styling Starts ---------
---------------------------------------------------*/


.left-section {
	background: url("../images/profil_2.jpg") center center / cover no-repeat;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 40%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    background-position-x: left;
    background-position-y: top;
    background-repeat: no-repeat;
}

.right-section {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 60%;
	height: 100%;
	background-size: cover;
	background: #F9F9F9;
	z-index: 99;
	overflow: hidden;
	overflow-y: auto;
	box-shadow: 0 0px 30px #444444;
}

.intro-personal {
	padding: 200px 0 0 10px;
}

.intro-personal .intro-text h1 {
	font-family: 'Playfair Display';
	font-size: 38px;
	font-weight: 500;
	letter-spacing: -1px;
	line-height: 1.2;
	color: #333;
}

.intro-personal .intro-text span {
	color: #C5283D;
	font-weight: 500;
}

.btn-contact {
	font-family: 'Poppins';
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	display: inline-block;
	letter-spacing: 1px;
	background: #C5283D;
	border: 2px solid;
	border-radius: 50px;
	border-color: #C5283D;
	padding: 8px 14px;
	margin-top: 40px;
	margin-bottom: 40px;
	-webkit-transform: 0.5s;
	-moz-transform: 0.5s;
	transition: 0.5s;
}

.btn-contact:hover,
.btn-contact:focus {
	color: #C5283D;
	background: transparent;
	border-color: #C5283D;
	text-decoration: none;
}



/*-----------------------------------------------------
------------- About Page Styling Starts ---------------
-----------------------------------------------------*/


.about {
	padding: 30px 50px 50px 50px;
}

.about .about-inner h1 {
	font-family: 'Playfair Display';
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -1px;
	color: #C5283D;
}

.about .about-inner h3 {
	font-family: 'Playfair Display';
	font-size: 26px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.5;
	color: #565656;
	margin-bottom: 30px;
}

.about .about-inner p {
	font-family: 'Poppins';
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.7;
	margin-top: 20px;
	color: #333;
}

.about .about-inner a {
	color: #C5283D;
}

.about .about-inner a:hover {
	color: #C5283D;
	text-decoration: none;
}

/*-----------------------------------------------------
-------------- About Page Styling Ends ----------------
-----------------------------------------------------*/



/*-----------------------------------------------------
--------- Portfolio Page Styling Starts ---------------
-----------------------------------------------------*/

.portfolio-split .portfolio-intro {
	padding: 3rem 50px 1rem 50px;
}

.portfolio-split .portfolio-intro h1 {
	font-family: 'Playfair Display';
	font-size: 42px;
	font-weight: 700;
	color: #C5283D;
	letter-spacing: -1px;
	padding: 2px 4px;
}

.portfolio-split .portfolio-intro p {
	font-family: Poppins;
	font-size: 18px;
	line-height: 1.4;
	margin: 40px 0 0 0;
	color: #666666;
}


.origin-portfolio {
	padding-left: 50px;
	padding-right: 35px;
}

.origin-portfolio nav {
	padding-bottom: 30px;
	text-align: left;
}

.origin-portfolio .categories ul li {
	display: inline;
	list-style: none;
}

.origin-portfolio .categories ul li a {
	display: inline;
	font-family: 'Playfair Display';
	font-weight: 400;
	font-size: 18px;
	line-height: 2.5;
	text-decoration: none;
	color: #C5283D;
	margin-left: 20px;
}

.origin-portfolio .categories ul li a.active {
	text-decoration: line-through;
	color: #C5283D;
}

.origin-portfolio_filter {
	padding-left: 0;
}

.origin-portfolio_item {
	position: relative;
	/* overflow: hidden; */
	margin-bottom: 10px;
	display: block;
}

.books{
		/* display: flex;
		flex-direction: row;
		flex: 0 0;
		justify-content: space-between; */
}

.books img{
		/* width: auto;
		height: calc(100vh / 2);
		flex: 1; */
}

.origin-portfolio-overlay {
    background: rgba(0, 0, 0, 0.90);
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% - 2px);
    width: calc(100%);
    opacity: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.origin-overlay-items {
    height: max-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.origin-overlay-items p {
	margin-top: 0;
	opacity: 0;
	font-size: 1.25rem;
	font-family: Poppins;
	letter-spacing: 2px;
	color: #FFFFFF;
	padding: 0 1.5rem;
	display: inline-block;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	transition-delay: 0.2s;
	font-weight: 500;
}

.origin-portfolio_item:focus,
.origin-portfolio_item:hover {
	text-decoration: none;
}

.origin-portfolio_item:hover .origin-portfolio-overlay {
	transform: scale(1);
	opacity: 1;
}

.origin-portfolio_item:hover h5,
.origin-portfolio_item:hover p {
	opacity: 1;
}

.origin-portfolio_item h5,
.origin-portfolio_item p {
	text-transform: uppercase;
}

.origin-portfolio_item:hover p {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
	text-decoration: none;
}


/*-----------------------------------------------------
----------- Portfolio Page Styling Ends ---------------
-----------------------------------------------------*/


/*--------------------------------------------------------
----------- Project Single Styling Starts ---------------
--------------------------------------------------------*/
.galery {
	cursor: w-resize;
}

.project-details {
	bottom: 0;
	z-index: 2;
	max-width: 100%;
	/* width: 364px; */
	height: 100%;
	padding: 1rem;
	/* left: 3rem; */
	background-color: white;
	box-shadow: 0px 0px 40px 8px rgb(0 0 0 / 5%);
	overflow: scroll;
	transition: .25s all ease;
}

.project-single {
	padding: 3rem 0 0 62.5px ;
	height:50rem;
}

.project-single .project-intro h1,
.project-single .project-details h2,
.project-single .book-layout h1 {
	font-family: 'Playfair Display';
	font-size: 1.5rem;
	font-weight: 700;
	color: #C5283D;
	letter-spacing: -1px;
}

.slider-counter {
    position: absolute;
    bottom: 0;
    color: #222222;
    width: fit-content;
    z-index: 10;
    pointer-events: none;
    left: 50%;
    transform: translateX(-50%);
	padding-bottom: .5rem;
}

.slider-counter span { font-family: Poppins; font-size: 1rem; font-weight: 500; height: 2rem; display: flex; align-items: center; justify-content: center; 
	pointer-events:auto;}
.slider-counter span:nth-child(2) { width: fit-content; font-size: 0.7rem; }

.project-single .project-intro p {
	font-family: 'Playfair Display';
	font-size: 20px;
	line-height: 1.4;
	margin: 40px 0 0 0;
	color: #666666;
}

.project-img {
	padding: 50px 0 50px 0;
}

.project-single p {
	font-family: 'Playfair Display';
	font-size: 1rem;
	line-height: 1.625;
	color: #222222;
	letter-spacing: 0;
}


.project-nav {
	padding: 50px 0 50px 0;
	overflow: hidden;
	visibility: visible;
}

.project-main i {
	font-size: 34px;
	font-weight: 400;
	color: #666666;
}

.project-nav .nav-icon {
	display: inline;
	font-size: 32px;
	color: #666666;
	float: left;
}

.project-nav .nav-icon.right {
	display: inline;
	float: right;
}

.project-nav .inner-nav {
	display: inline;
}

.project-nav .inner-nav a {
	display: block;
	font-family: Poppins;
	font-size: 16px;
	font-weight: 600;
	color: #666666;
	margin: 8px 0 0 20px;
	text-decoration: none;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.project-nav .right {
	text-align: right;
}

.project-nav .right a {
	display: block;
	font-family: Poppins;
	font-size: 16px;
	font-weight: 600;
	color: #666666;
	text-decoration: none;
	margin: 8px 20px 0 0;
}

.project-nav .inner-nav:hover a {
	margin-left: 30px;
}

.project-nav .right:hover a {
	margin-right: 30px;
}

/*-----------------------------------------------------
----------- Project Single Styling Ends ---------------
-----------------------------------------------------*/



/*-----------------------------------------------------------
--------------- Contact Page Styling Starts -----------------
-------------------------------------------------------------*/

.contact {
	padding: 50px 2rem;
}

.contact h1 {
	font-family: 'Playfair Display';
	font-size: 42px;
	font-weight: 700;
	color: #C5283D;
	letter-spacing: -1px;
}

.contact p {
	font-family: Poppins;
	font-size: 18px;
	line-height: 1.4;
	margin: 40px 0 0 0;
	color: #666666;
}

.contact-form {
	padding-top: 2rem;
}

label {
	display: block;
	font-family: Poppins;
	font-size: 14px;
	font-weight: 500;
	color: #333333;
	text-align: left;
}

.form-control {
	border: 0px;
	border-radius: 0px;
	margin-top: 10px;
	background: transparent;
	margin-bottom: 40px;
	border-bottom: 1px solid #999999;
	-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

.form-control:focus {
	border-color: #FF0000;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.form-control::-webkit-input-placeholder {
	font-family: Poppins;
	font-size: 12px;
	color: #999999;
}

.form-control:-moz-placeholder {
	font-family: Poppins;
	font-size: 12px;
	color: #999999;
}

.form-control::-moz-placeholder {
	font-family: Poppins;
	font-size: 12px;
	color: #999999;
}

.form-control:-ms-input-placeholder {
	font-family: Poppins;
	font-size: 12px;
	color: #999999;
}

.text-muted {
	font-family: Poppins;
	font-size: 12px;
	color: #222;
}

.text-muted strong {
	color: #FF3333;
}

.btn-send {
	font-family: Poppins;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	border-radius: 0px;
	color: #FFFFFF;
	background: #C5283D;
	border-color: #C5283D;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

.btn-send:hover {
	color: #C5283D;
	background: transparent;
	border-color: #C5283D;
	outline: none !important;
}

.btn-send:focus {
	color: #FFFFFF;
	background: #C5283D;
	border-color: #C5283D;
	outline: none !important;
}

/* -------- Contact Section Styling Ends ---- */



/* ----------------------------------------------------
----------- Footer Styling Starts Here ----------------
-----------------------------------------------------*/

footer-personal {
	margin: 50px 0 50px 20px;
}

.lesspadding {
	padding-top: 0;
	padding-bottom: 30px;
}

header {
	position: relative;
	padding: 25px 45px 0px 50px;
	z-index: 999;
}

header ul {
	list-style: none;
	position: relative;
}

header li {
	display: inline-block;
}

header .nav-menu {
	margin: 0 1.3rem;
}

header .nav-menu li:last-child a {
	padding-right: 0;
}


header a {
	display: inline;
	letter-spacing: 2px;
	font-family: Poppins;
	text-transform: capitalize;
	font-size: 1rem;
	font-weight: 500;
	padding-right: 20px;
	letter-spacing: 1px;
	color: #C5283D;
	text-decoration: none;
}

.s-media {}

.s-medias::before {
	content: "";
	height: 1.75rem;
	width: 1.5px;
	background-color: #C5283D;
	position: absolute;
	right: -0.75rem;
	transform: translateY(-50%);
	top: 50%;
}

header .s-media a {
	padding: 0;
	font-size: 1.65rem;
}

header .s-media {}

header a:hover,
header a:focus,
header .nav-menu a.active {
	color: #C5283D;
	text-decoration: line-through;
}

.footer-credits {
}

.footer-credits * {
	font-size: 12px;
	font-family: Poppins;
	color: #222222;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
	width: 100%;
}

.ikona-link {
	font-family: Poppins !important;
	transition: all .35s ease;
}

.footer-credits a.ikona-link:hover {
	color: #FFCF00;
}

.btn-success,
.btn-success.disabled:hover {
	color: #fff;
	background-color: #C5283D;
	border-color: #C5283D;
}

.footer-credits a {
    display: inline;
    font-family: 'Playfair Display';
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
    padding-right: 20px;
    letter-spacing: 1px;
    color: #C5283D;
    text-decoration: none;
}

.footer-credits span {
    color: #C5283D;
}

.footer-credits a.ikona-link:hover {
    color: #FFCF00;
}


/*----------------------------------------------------
------------- All ------------------------------------
--------------------- Media --------------------------
------------------------------- Queries --------------
-----------------------------------------------------*/

@media only screen and (min-width: 767px) {

	#left,
	#right {
		width: 25px;
	}

	#top {
		height: 25px;
	}

	#bottom {
		height: 25px;
	}

	.intro-personal {
		padding: 220px 0 0 50px;
	}

	.footer-personal {
		padding: 1rem 3rem;
	}



    .galery.left-side .project-details { left: 0; }

}
@media only screen and ( max-width : 1024px ) {
	.about { padding: 90px 50px 50px 65px; }
}

@media only screen and (max-width : 801px) {
	header {
		position: relative;
		padding: 20px;
		z-index: 999;
	}
	header .wrapper {
		flex-direction: column !important;
		position: relative;
	}
	header .nav-layout {
		justify-content: start !important;
		position: unset;
	}
	.lang {
		position: absolute;
		top: 0;
		right: 0;
	}
	.lang::before {
		content: none;
	}
	.lang li:last-child a {
		padding-right: 0;
	}
	header .nav-layout .nav-menu {
		margin: 0;
		width: 100%;
		flex-direction: unset !important;
	}

	header .nav-layout .nav-menu {
		margin: 0;
		width: 100%;
		flex-direction: unset !important;
		margin-top: .75rem;
		--bs-gutter-x: 1.5rem;
		--bs-gutter-y: 0;
		flex-wrap: wrap;
	}
	.nav-menu>* {
		flex-shrink: 0;
		width: 100%;
		max-width: 100%;
		padding-right: calc(var(--bs-gutter-x) * .5);
		padding-left: calc(var(--bs-gutter-x) * .5);
		margin-top: var(--bs-gutter-y);
	}

	header ul.nav-menu li {
		width: max-content !important;
		line-height: 1.35;
		padding: 0;
	}
	header .s-medias {
		position: absolute !important;
		right: 0;
		top: 1.75rem;
	}
	header .s-medias::before {
		content:none;
	}
	header .s-media a {
		font-size: 1.45rem;
	}
	.logo {
		padding: 0.35rem .5rem .35rem 0;
		width: max-content;
	}
	.logo h1 {
		font-size: 1rem;
		line-height: 1.25;
	}
	.logo h1 span{
		flex-direction: column !important;
	}
	.portfolio-split .portfolio-intro {
		padding: 0px 20px;
	}
	.right-section {
		position: relative;
		width: 100%;
	}
	.left-section {
		position: relative;
		width: 100%;
		left: 0;
		min-height: 100vh;
	}
	.footer-personal{
		padding: 0 20px;
	}
	.intro-personal {
		padding: 200px 0 0 20px;
	}
	.about {
		padding: 20px 20px 50px 20px;
	}

	.project-single {
		padding: 0px 20px 0 20px;
	}


	.origin-portfolio {
		padding-left: 15px;
		padding-right: 15px;
	}

	.contact {
		padding: 1rem 0;
	}

	.portfolio-split .portfolio-intro p {
		margin: 20px 0 0 0;
	}
	.portfolio-split .portfolio-intro h1 {
		padding: 2px 0;
	}

	.books {
		flex-direction: column !important;
		margin: 1rem 0;
	}
	.books img {
		width: 100%;
		height: auto;
		flex: unset;
	}
	.portfolio_container {
		margin: 20px 0;
	}
	.galery{
		height: 100% !important;
	}
	.owl-carousel {
		height: 12rem !important;
	}
	.owl-carousel .owl-nav button.owl-prev {
		left: 0;
	}
	.project-details {
		position: relative;
		z-index: 2;
		width: 100%;
		height: auto;
		padding: 0;
		top: unset;
		left: unset;
		background-color: unset;
		box-shadow: unset;
		overflow: unset;
		margin-top: 1rem;
	}
}

@media only screen and (min-width: 802px) and (max-width : 1024px) {
	.intro-personal { padding: 200px 20px 0 20px; }
	.logo h1 { font-size: 1rem; }
	header a { font-size: 0.75rem; }

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

	.right-section {
		-webkit-overflow-scrolling: touch;
	}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 736px) {

	.split-home .right-section,
	.split-home .left-section {
		-webkit-overflow-scrolling: touch;
	}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 736px) and (orientation: landscape) {
	.right-section {
		-webkit-overflow-scrolling: touch;
	}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {
	.left-section {
		min-height: 100vh;
	}
}

@media only screen and (max-width: 420px) {
	.about-page .left-section {
		background: url(../images/profil_2.jpg) no-repeat center center;
		z-index: 1;
		min-height: 60vh !important;
		background-size: 100% auto;
		background-position: top;
	}

	.footer-personal .s-media {
		top: 2.5rem;
		right: 2rem;
		padding: 0;
	}

	.intro-personal {
		padding: 200px 0 0 10px;
	}

	.intro-personal .intro-text h1 {
		font-size: 34px;
		font-weight: 400;
		line-height: 1.1;
	}

	.footer-personal ul>li {
		padding-bottom: 1rem;
	}

	.footer-personal a {
		font-size: 16px;
		padding-right: .25rem;
	}

	.lang {
		margin-left: 1rem;
	}

}

@media only screen and (max-width: 736px) {
	.logo h1 {
		display: flex;
		flex-direction: column;
	}
	.custompadding {
		width: 100%;
	}
}

.owl-carousel .owl-stage-outer.left-cancel,
.owl-carousel .owl-nav button.owl-prev.left-cancel { left: 0 !important;}


body#welcome { height: 100vh; overflow: hidden; background: url(../../src/welcome/HC_KOAN_-1.jpg); background-position: center; background-repeat: no-repeat; background-size: cover; }
body#welcome .wrapper { height: 100vh; overflow: hidden; }
.welcome-sec { min-height:100%; max-height:100%; min-width:100%; max-width:100%; overflow: hidden; position: relative;}

body#welcome .enter { position: absolute; left: 50%; top:50%; transform: translate(-50%, -50%); opacity: .85; }
body#welcome .enter a { padding: 0; border: none; display: flex; flex-direction: row; align-items: center; justify-content: center; }
body#welcome .enter a .deco { height: 70.5px; width: .75rem;  display: inline-flex; position: relative; border-width: 2.5px !important; transition: .5s ease all;}
body#welcome .enter a .deco::before { content: ""; background-color: transparent; height: 100%; width: 0px;  display: inline-block; transition: .5s ease all; position: relative;}
.deco.right { display: flex; justify-content: end; align-items: flex-end; }
body#welcome .enter a .deco.left::before { border-top: solid whitesmoke; border-left: solid whitesmoke; }
body#welcome .enter a .deco.right::before {  border-bottom: solid whitesmoke; border-right: solid whitesmoke; }
body#welcome .enter a:hover .deco::before { height: 2rem; width: 2rem; }

body#welcome .enter a .text { width: max-content; transform: scale(1); }
body#welcome .enter a:hover .text { transform: scale(.75); }
body#welcome .enter a h1 { font-size: 2.5rem; letter-spacing: .25rem; font-weight: 600; transition: .5s ease all; }
body#welcome .enter a:hover h1 { font-size: 1.75rem; }
body#welcome .enter a:active { opacity: .5; }
body#welcome .enter a:active { transition: .1s all ease-in-out; }
body#welcome .enter a:hover .deco { height: calc(70.5px + 1.5rem); width: 2rem; position: relative; transition: .5s all ease; }
body#welcome .enter a:hover:active .deco { height: calc(70.5px + 0.5rem); }
body#welcome .enter a:hover .deco::before { height: 2rem; width: 2rem; }
body#welcome .enter a:hover:active .deco::before { height: 1.75rem; width: 1.75rem; }
body#welcome .enter a:active h1 { font-size: 1.15rem; }
body#welcome .enter * { font-family: Poppins !important; color: whitesmoke !important; text-decoration-line: none !important; text-decoration: none !important; transition: .5s ease all; }
body#welcome .enter h2 { font-size: 1.15rem; margin-left:auto; margin-right:auto; margin-top: .75rem; }

.welcome-sec ul.nav-menu { position: absolute; left: 50%; transform: translate(-50%, -50%); top: 67.5%; }
.welcome-sec ul.nav-menu li { padding: 0 1rem; }
.welcome-sec ul.nav-menu li a { opacity: .85; color: whitesmoke; text-decoration: none; font-family: Poppins !important; font-weight: 600; letter-spacing: .15rem; font-size: 1.4rem;}

.full-page { height: calc( 100% - 48px ); }
@media only screen and (max-width: 1680px) {
	.project-single { height: 800px;}
.project-single .project-details h2 { font-size: 22px; }
}
.full-page2 { min-height: calc( 100% - 64px - 48px ) }
@media only screen and (max-width: 1536px) {
	.project-single { height: 30rem;}
}
@media only screen and (max-width: 1100px) {
	.project-single { height: 25rem;}
}
@media only screen and (max-width: 764px) {
	body#welcome .enter a .deco { height: 40.5px; }
	body#welcome .enter a h1 { font-size: 1.25rem; }
	body#welcome .enter a:hover h1 { font-size: 1rem; }
	body#welcome .enter h2 { font-size: 0.75rem; margin-top: 0.35rem; }
	body#welcome .enter a:hover .deco::before { height: 1.5rem; width: 1.5rem; }
	body#welcome .enter a:hover .deco { height: calc(40.5px + 1.5rem); width: 1.5rem; }
	body#welcome .enter a:hover:active .deco { height: calc(40.5px + 0.5rem); }
	body#welcome .enter a:hover:active .deco::before { height: 1.25rem; width: 1.25rem; }

	.about-page header .nav-layout .nav-menu { margin-top: 1.1rem; }
	.about-page header .s-medias { left: 0; right: 0; top: 0; }
	.about-page .about { margin-top: 5rem; }

	.project-single { height: unset !important; }
	.project-single .galery { height: 12rem !important; width: 100%; padding: 0 !important; }

	.full-page2 { min-height: calc( 100% - 130px - 48px ); }
}

.copyright {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
}
.koda-icon-links {
    width: 5.75rem;
    position: relative;
    display: inline-flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
	margin-left: 0.25rem;
}

a.koda-icon-link {
    position: absolute;
    left: 0;
    transform: translateX(0);
    overflow: hidden;
    display: inline-block;
    height: 1.75rem;
    width: 1.75rem;
    border-radius: .875rem;
    padding-right: 0;
    padding-left: 0;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.koda-icon-link.ikona {
    background-color: #ffce03;
}

a.koda-icon-link p {
    white-space: pre;
    color: transparent!important;
    text-align: center;
    font-weight: 500;
}

a.koda-icon-link:hover {
    position: absolute;
    left: 0;
    width: 5.75rem;
    margin-left: 0;
    padding-left: .45rem;
    padding-right: .45rem;
    z-index: 999;
}

a.koda-icon-link:hover p {
    color: #fff!important;
}

.copyright p {
    color: #999;
    font-size: 12px;
    letter-spacing: -.1px;
    padding: 0;
}

.copyright * {
	transition: .25s all ease;
}

button.privacy { padding: 0 .25rem; color: #222222; font-family: 'Poppins'; font-size: 0.95rem; border: 0; background: transparent; }
button.privacy:hover { opacity: .75; }
button.privacy:active { opacity: .5; }

.modal-content { border-radius: 0; }
.modal-header { padding: .75rem 1rem; }
.modal-header .modal-title { font-weight: 600; letter-spacing: 0.005; }
.privacy-modal .modal-body { font-family: Poppins; color: #222222; line-height: 1.25rem; font-size: 0.9rem; }

.youtube a {
	color: #C5283D;
	text-decoration: none;
	font-weight: 600;
}

.youtube a:hover {
	color: #C5283D;
	text-decoration: none;
}