/*
Theme Name: insanustu-new
Theme URI: https://www.insanustu.co/
Author: insanustu
Author URI: https://www.insanustu.co/
Description: this in exclusive for insanustu
Version: 1.0
*/
/*********************
START: PUBLIC
*********************/
@import url(assets/css/fonts.css);
@import url(assets/css/animation.css);

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

button,
input,
textarea,
a {
  cursor: pointer;
  outline: none;
  background: 0 0;
  text-decoration: none;
  font-family: var(--font-family);
}

button:focus,
input:focus,
textarea:focus,
a:focus,
input::placeholder,
textarea::placeholder {
  outline: none;
  font-family: var(--font-family);
}

a {
  text-decoration: none;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-family-Bold);
}

html {
  scroll-behavior: smooth;
  font-size: 100%;
}

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

img {
  vertical-align: middle;
}

:root {
  --direction: ltr;
  --font-family: "Montserrat-Regular";
  --font-family-Medium: "Montserrat-Medium";
  --font-family-Bold: "Montserrat-Bold";
  --font-family-SemiBold: "Montserrat-SemiBold";
  --primary-color: #e95c1d;
  --hover-color: #FF5B12;
  --secondary-color: #2b403a;
  --third-color: #666666;
  --fourth-color: #555555;
  --fifth-color: #333333;
  --blue-color: #1a83ff;
  --orange-color: #ffae34;
  --radical-color: #ff4a60;
  --background-color: #f6f5f7;
  --text-color: #ffffff;
  --text-color2: #222222;
  --line-height100: 100%;
  --line-height120: 120%;
  --line-height140: 140%;
  --line-height150: 150%;
  --line-height160: 160%;
  --gap: 5rem;
  --gap2: 7.5rem;
  --space: 3rem;
  --border-radius8: 8px;
  --border-radius16: 16px;
  --border-radius24: 24px;
  --bordered: rgba(17, 17, 17, 0.1);
  --txt100: calc(70px + (100 - 70) * ((100vw - 300px) / (2560 - 300)));
  /* 100px */
  --txt80: calc(65px + (80 - 65) * ((100vw - 300px) / (2560 - 300)));
  /* 80px */
  --txt60: calc(25px + (60 - 25) * ((100vw - 300px) / (2560 - 300)));
  /* 60px */
  --txt50: calc(18px + (50 - 18) * ((100vw - 300px) / (2560 - 300)));
  /* 50px */
  --txt40: calc(20px + (40 - 20) * ((100vw - 300px) / (2560 - 300)));
  /* 40px */
  --txt35: calc(30px + (35 - 30) * ((100vw - 300px) / (2560 - 300)));
  /* 35px */
  --txt30: calc(25px + (30 - 25) * ((100vw - 300px) / (2560 - 300)));
  /* 30px */
  --txt25: calc(16px + (25 - 16) * ((100vw - 300px) / (2560 - 300)));
  /* 25px */
  --txt20: calc(16px + (20 - 16) * ((100vw - 300px) / (2560 - 300)));
  /* 20px */
  --txt18: calc(18px + (18 - 18) * ((100vw - 300px) / (2560 - 300)));
  /* 18px */
  --txt16: calc(16px + (16 - 16) * ((100vw - 300px) / (2560 - 300)));
  /* 16px */
  --txt14: calc(14px + (14 - 14) * ((100vw - 300px) / (2560 - 300)));
  /* 14px */
  --txt12: calc(12px + (12 - 12) * ((100vw - 300px) / (2560 - 300)));
  /* 12px */
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--font-family);
  direction: var(--direction);
  color: var(--text-color);
  line-height: var(--line-height);
  position: relative;
  z-index: 1;
  width: 100%;
  overflow-x: hidden !important;
  background-color: rgba(246, 245, 247, 0.5);
}

section{
/* 	  background-color: rgba(246, 245, 247, 0.5); */
/*    backdrop-filter: blur(10px);   باعث ایجاد شادو در انیمیشن عمودی در صفحه درباره ما می شود
   -webkit-backdrop-filter: blur(10px); */
	overflow-x: hidden;
}

/* main{
	background-color: rgba(246, 245, 247, 0.5);
}
 */
.image-grid__image{
	border-radius: var(--border-radius8) !important;
	border: 1px solid #e5e5e5 !important;
}

/* reveal */
.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}

/* reveal */

.notfound{
	text-align: center;
    margin-block: 5rem;
    color: var(--text-color2);
    font-weight: bold;
    font-size: var(--txt50);
}

/* form */
form label{
	color: var(--fifth-color);
	font-size: var(--txt14);
	font-weight: 600;
}

form > p{
	margin-block-start: 1rem;
}

form input[type=search],
form input[type=text], 
form input[type=email],
form textarea{
	border: none;
	background-color: var(--text-color);
	padding: 0.75rem;
	border-radius: var(--border-radius8);
	margin-block-start: 0.5rem;
	width: 100%;
	font-size:var(--txt16);
	color: var(--fifth-color);
	font-weight: 400;
}

form input[type=search]:focus,
form input[type=text]:focus, 
form input[type=email]:focus,
form textarea:focus{
   border: 1px solid var(--bordered);
}

form input[type=search]::placeholder,
form input[type=text]::placeholder, 
form input[type=email]::placeholder,
form textarea::placeholder{
	color: var(--fifth-color);
}

form input[type=submit]{
	border: none;
	width: 100%;
	padding: 1rem 0.75rem;
	color: var(--text-color);
	background-color: var(--primary-color);
	border-radius: var(--border-radius24);
	margin-block: 2rem;
	font-family: var(--font-family-Bold);
	transition: all 0.5s;
}

form input[type=submit]:hover{
	background-color: var(--hover-color);
}

.wpcf7-response-output{
	color: var(--text-color2);
	padding: 0.75rem !important;
	border-radius: var(--border-radius16);
}
/* form */

/* button */
/* bnt-public */
.btn {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.5s;
  padding: 0.75rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: var(--line-height140);
  z-index: 0;
  border-radius: var(--border-radius24);
  font-family: var(--font-family-Bold);
  font-size: var(--txt16);
}

.btn--widthFull {
  width: 290px;
}

.btn--widthFit {
  width: max-content;
}

.btn--image > img {
  width: 0;
  opacity: 0;
  transform: translateX(0);
  transition: all 0.3s;
  visibility: hidden;
}

.btn--image:hover > img {
  width: 1.2rem;
  opacity: 1;
  transform: translateX(5px);
  transition: all 0.3s;
  visibility: visible;
}

/* bnt-public */
.btn--primary{
  background-color: var(--primary-color);
  color: var(--text-color);
  border: none;
  transition: all 0.5s;
}

.btn--primary:hover{
	background-color: var(--hover-color);
}

.btn--outline__white {
  background-color: transparent;
  border: 1px solid var(--text-color);
  color: var(--text-color);
}


.btn--outline__black {
  background-color: transparent;
  border: 1px solid rgba(136, 136, 136, 1);
  color: var(--text-color2);
  transition: all 0.5s;
}

.btn--outline__black:hover{
	background-color: var(--text-color2);
}


/* .btn--outline__black:hover {
  background-color: var(--third-color);
  border: 1px solid var(--text-color);
  color: var(--text-color);
}
 */
/* button */

.title {
  position: relative;
}

.title::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 40px;
  top: 0;
  left: -14px;
  background-color: var(--text-color2);
}

.title > h3 {
  color: var(--secondary-color);
  font-size: var(--txt40);
  width: min-content;
  margin-block-start: 1.25rem;
  text-transform: uppercase;
}

.title > span {
  color: var(--third-color);
  font-size: var(--txt16);
  font-weight: 600;
}

/* banner */
.banner {
  width: 100%;
  position: relative;
  border-bottom-left-radius: var(--border-radius8);
  border-bottom-right-radius: var(--border-radius8);
}

/* .banner:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 1000px;
    border-radius: 50%;
    z-index: -1;
    filter: blur(20px);
	right:30%;
    top:10%;
	background: linear-gradient(180deg, rgba(255, 61, 61, 0.06), rgba(61, 103, 255, 0.045));
}

.behindBackground-bottom{
	 right: 0;
    bottom: 10%;
	background: linear-gradient(180deg, rgba(255, 61, 61, 0.08), rgba(61, 103, 255, 0.09));
} */
/* .banner::before{
	position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	transform: rotate(180deg);
    background-image: url(assets/img/icons/Effect-background-1.svg);
    background-repeat: no-repeat;
    background-size: cover;
} */

.banner--content {
  display: flex;
  position: relative;
  align-items: flex-end;
  justify-content: space-between;
  padding-block-end: var(--space);
  padding-inline-end: var(--space);
  width: 100%;
  aspect-ratio: 3/1;
}

.banner--content__left {
  width: 60%;
  height: 100%;
}

.banner--image {
  width: 45%;
  position: absolute;
  z-index: 1;
  bottom: var(--space);
  /* left: var(--space); */
}

.banner--image > img {
  width: 63%;
}

.banner--text {
  position: absolute;
  bottom: var(--space);
  z-index: 1;
}

.banner--text > h1 {
  color: var(--primary-color);
  font-size: var(--txt80);
}

.TextBannerMobile {
  display: none;
}

ul#breadcrumbs {
  display: flex;
  align-items: center;
  margin-block-end: 1rem;
}

ul#breadcrumbs li.separator{
	margin-inline: 0.5rem;
	font-size: var(--txt14);
	font-weight: 400 !important;
	color: rgba(255, 255, 255, 0.5);
}

ul#breadcrumbs li > *{
	font-size: var(--txt14);
	font-weight: 400 !important;
	color: rgba(255, 255, 255, 0.5);
}

ul#breadcrumbs li.item-current > *{
	color: rgba(255, 255, 255, 0.9);
}

.breadcrumbsForSingles{
	margin-block-start: 5rem;
}

/* banner */
.borderAnimationX:before,
.borderAnimationY:before {
  content: "";
  position: absolute;
/*   opacity: 0; */
  bottom: 0;
  animation-delay: 2s;
}

.borderAnimationX.borderAnimationX--black:before, 
.borderAnimationY.borderAnimationY--black:before{
	background-color: var(--text-color2);
}

.borderAnimationX:before {
  width: 40px;
  height: 1px;
/*   opacity: 0; */
  animation: transX 5s linear infinite;
  -webkit-animation: transX 5s linear infinite;
}

.borderAnimationY:before {
  width: 1px;
  height: 40px;
  animation: transY 5s linear infinite;
  -webkit-animation: transY 5s linear infinite;
}

/* border animation */

/*********************
END: PUBLIC
*********************/

/*********************
START: HEADER
*********************/
header.forSingles{
/* 	background-color: rgba(246, 245, 247, 0.5); */
	position: relative;
}

header.forSingles.borderAnimationX:before{
	background-color: var(--text-color2);
}

header.forSingles .nav-icon:after, 
header.forSingles .nav-icon:before, 
header.forSingles .nav-icon div{
	background-color: var(--text-color2);
}

header {
/*   background-color: var(--text-color2); */
  position: absolute;
/*   position: relative; */
  z-index: 11;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  color: var(--text-color);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  overflow-x: hidden;
}

header::before {
  background-color: var(--text-color);
}

.header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.header--items {
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* header--logo */
.header--logo {
  width: max-content;
	display: flex;
    align-items: center;
}
.header--logo a.under-logo {
	    width: 95px;

}
.header--logo a.under-logo img {
    width: 95px;
    height: 63px;
 padding-inline: 1rem;
}
.forSingles .header--logo a {
	color: var(--text-color2) !important;
}
.header--nav .header--items nav > a > img{
	display: none;
}

.header--designing__mobile {
  display: none;
}

.nav-icon {
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 2px;
  z-index: 100;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
}

.nav-icon:after,
.nav-icon:before,
.nav-icon div {
  background-color: var(--text-color);
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  margin: 5px 0;
  border-radius: var(--border-radius24);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.nav-icon.open:before {
  transform: translateY(6px) rotate(135deg);
  -webkit-transform: translateY(6px) rotate(135deg);
  -moz-transform: translateY(6px) rotate(135deg);
  -ms-transform: translateY(6px) rotate(135deg);
  -o-transform: translateY(6px) rotate(135deg);
  background-color: var(--text-color);
}

.nav-icon.open:after {
  transform: translateY(-8px) rotate(-135deg);
  -webkit-transform: translateY(-8px) rotate(-135deg);
  -moz-transform: translateY(-8px) rotate(-135deg);
  -ms-transform: translateY(-8px) rotate(-135deg);
  -o-transform: translateY(-8px) rotate(-135deg);
  background-color: var(--text-color);
}

.nav-icon.open div {
  transform: scale(0);
}

.darkpage {
  background-color: rgba(34, 34, 34, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  transition: opacity 1s linear;
  -webkit-transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  -ms-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
}

/* header--nav */
.header--nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.header--nav nav {
  width: 100%;
}

.header--nav .header--items nav > a > img {
  margin-block-end: 2rem;
}

.header--nav nav ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header--nav nav ul li {
  text-align: right;
  margin-inline-start: var(--space);
}

.header--nav nav ul li a {
  color: var(--text-color);
  position: relative;
  font-family: var(--font-family);
  font-size: var(--txt16);
  position: relative;
  transition: all 0.5s;
}

.header--nav nav ul li a:hover{
	color: var(--primary-color);
}


.header--nav nav ul li.current-menu-item a{
	font-weight: bold;
	color:var(--text-color);
}

.header--nav nav ul li.current-menu-item a:before{
	content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -6px;
    left: 0;
	background: var(--text-color);
}

/*********************
END: HEADER
*********************/

/*********************
START: FOOTER
*********************/
/* main,
footer,
header {
  overflow-x: hidden;
}
 */
footer {
  width: 100%;
  min-height: 144px;
  background-color: var(--text-color);
  padding-block: var(--gap);
  display: flex;
  align-items: center;
}

.footer--content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer--content__left {
  display: flex;
  align-items: center;
  width: 40%;
}

.footer--content__left > img {
  margin-inline-end: 1.5rem;
}

.footer--content__left div > p {
  font-size: var(--txt14);
  color: rgba(34, 34, 34, 0.8);
  line-height: var(--line-height140);
  width: 65%;
  margin-block-end: 0.5rem;
}

.footer--content__left div > span {
  font-size: var(--txt12);
  color: rgba(85, 85, 85, 0.6);
  line-height: var(--line-height120);
}

.footer--content__right {
  width: auto;
  display: flex;
  flex-direction: column;
}

.footer--content__right > a {
  font-size: var(--txt12);
  font-family: var(--font-family-Medium);
  color: var(--third-color);
  line-height: var(--line-height120);
  color: var(--primary-color);
  font-weight: 600;
}

.footer--content__right > a:not(:last-child) {
  margin-block-end: 0.5rem;
}

/*********************
END: FOOTER
*********************/

/*********************
START: container and its media
*********************/
/* container  */
.container {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1320px 1fr;
  grid-template-areas: ". content .";
}

.container > * {
  grid-area: content;
}

@media screen and (min-width: 2560px) {
  .container {
    grid-template-columns: 1fr 2300px 1fr;
  }
	
  .container > * {
    padding-inline: 1.5rem;
  }
}

@media screen and (min-width: 1920px) and (max-width: 2559px) {
  .container {
    grid-template-columns: 1fr 1820px 1fr;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1919px) {
  .container {
    grid-template-columns: 1fr 1330px 1fr;
  }
}

@media screen and (min-width: 1320px) and (max-width: 1439px) {
  .container {
    grid-template-columns: 1fr 1310px 1fr;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1319px) {
  .container {
    grid-template-columns: 1fr 1140px 1fr;
  }
}

@media screen and (min-width: 993px) and (max-width: 1199px) {
  .container {
    grid-template-columns: 1fr 970px 1fr;
  }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
  .container {
    grid-template-columns: 1fr 750px 1fr;
  }
}

@media screen and (max-width: 768px) {
  .container {
    grid-template-columns: 1fr 95% 1fr;
  }
}

/*********************
END: container and its media
*********************/

/*********************
START: MEDIA
*********************/


@media screen and (min-width: 2560px) {
	.behindBackground{
		display: none !important;
	}
    .btn--image:hover>img {
        width: 3rem;
    }

    .btn,
	 form label,
    .title>span,
     ul#breadcrumbs li.separator,
     ul#breadcrumbs li > *,
    .header--nav nav ul li a,
    .footer--content__left div>p,
    .footer--content__left div>span{
        font-size: var(--txt30);
    }

	.footer--content__right > a,
	form input[type=search],
	form input[type=submit],
	form input[type=text], 
	form input[type=email], 
	form textarea{
		font-size: var(--txt25);
	}
	
	.mainPage{
		max-width: 2300px;
		margin-inline: auto;
	}
	
	
/*     header, 
 * footer,
 * main {
        width: 2300px;
        margin-inline: auto;
    } */

    .breadcrumb {
        width: 2300px;
        margin-inline: auto;
        padding-inline: 2rem;
        margin-block-start: 14rem;
    }


    .header--logo img {
        width: 5.5rem;
    }

    header {
        height: 180px;
        right: unset;
        left: 50%;
        transform: translateX(-50%);
    }
	
	header.forSingles{
		left: unset;
		transform: unset;
	}
	
	header.forSingles .header{
		padding-inline: 1.5rem;
	}

	.headline--image {
		margin-block-start:var(--gap2) !important;
	}
	
	.header--items {
		margin-inline-end: 1rem;
	}

    .banner--content {
        padding-inline: var(--space);
    }
	
	.banner--text > h1 {
    	font-size: var(--txt100);
   	}

    .footer--content {
        padding-inline: 2rem;
    }

    .footer--content__left>img {
        width: 8rem;
    }

    .footer--content__left {
        width: 70%;
    }
	
	.showCase.active .title {
    top: 9%;
}
	
}

@media screen and (min-width: 1920px) and (max-width: 2559px) {
    .btn,
	 form label,
    .title>span,
     ul#breadcrumbs li.separator,
     ul#breadcrumbs li > *,
    .header--nav nav ul li a,
    .footer--content__left div>p,
    .footer--content__left div>span{
        font-size: var(--txt25);
    }
	
	.footer--content__right > a,
	form input[type=search],
	form input[type=submit],
	form input[type=text], 
	form input[type=email], 
	form textarea{
		font-size: var(--txt20);
	}

    .btn--image:hover>img {
        width: 2rem;
    }

    .breadcrumb {
        margin-block-start: 12rem;
    }

    header {
        height: 160px;
    }

    .header--logo img {
        width: 4.5rem;
    }

    .footer--content__left>img {
        width: 7rem;
    }

    .footer--content__left {
        width: 70%;
    }
	
	.showCase.active .title {
    top: 9%;
  }

}

@media screen and (min-width: 1440px) and (max-width: 1919px) {
    .btn,
     form input[type=search],
	 form input[type=submit],
	 form input[type=text], 
	 form input[type=email], 
	 form textarea,
	 form label,
    .title>span,
     ul#breadcrumbs li.separator,
	 ul#breadcrumbs li > *,
    .header--nav nav ul li a,
    .footer--content__left div>p,
    .footer--content__left div>span{
        font-size: var(--txt18);
    }
	
	.footer--content__right > a{
		font-size: 16px;
	}
    .btn--image:hover>img {
        width: 1.5rem;
    }

    header {
        height: 140px;
    }

    .header--logo img {
    width: 5.5rem;
    }

    .footer--content__left>img {
        width: 5rem;
    }

    .footer--content__left {
        width: 60%;
    }
}

@media screen and (min-width: 1440px){
    .btn--widthFull {
        width: auto;
    }

}

@media screen and (max-width: 1200px) {
    .banner--image>img {
        width: 75%;
    }

    .footer--content__left {
        width: 50%;
    }

    .banner--content {
	  aspect-ratio: 2/1;
	}
}

@media screen and (max-width: 992px) {
    .banner--image>img {
        width: 85%;
    }

    .footer--content__left {
        width: 65%;
    }

}

@media screen and (max-width: 768px) {
	ul#breadcrumbs {
	  margin-block-end: 2rem;
	}

    header {
        height: 90px;
        overflow-x: initial;
    }

    .header--designing__mobile {
        display: block;
    }
	
	.header--nav .header--items nav.active > a > img{
		display: block;
	}

    .darkpage.open {
        opacity: 1;
        visibility: visible;
        transition: opacity 1s linear;
    }

    .header--nav nav {
        position: absolute;
        top: 0;
        left: -100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 2rem 0;
        width: 60%;
        min-height: 350px;
        z-index: 100;
        background-color: var(--primary-color);
        transition: left 2s;
        border-bottom-right-radius: var(--border-radius16);
   	    border-top-right-radius: var(--border-radius16);
    }

    .header--nav nav.active {
        left: -2rem;
    }
	
    .header--nav nav ul {
        flex-direction: column;
        justify-content: center;
    }

    .header--nav nav ul li {
        margin-left: 0;
        margin-bottom: 1rem;
        width: 100%;
        text-align: center;
    }
	
	.header--nav nav ul li a:hover{
		color: var(--text-color);
	}

    .banner--content {
/*         height: 80vh; */
        flex-direction: column-reverse;
        align-items: flex-start;
        justify-content: center;
/* 		  aspect-ratio: 1.75/1; */
		aspect-ratio: 2/1.5;
    }

    .banner--content__left {
        height: auto;
        width: auto;
    }

    .banner--image .TextBannerDesktop {
        display: none;
    }

    .banner--image .TextBannerMobile {
        display: block;
    }

    .footer--content__left {
        width: 65%;
    }

    .footer--content__right {
        width: 30%;
    }
}

@media screen and (max-width: 576px) {
	.breadcrumbs {
    margin-block-end:0;
	}
	
	.banner--content{
		aspect-ratio: 1.3/1;
	}
	
    .banner--image{
        width: 65%;
    }

    .banner--text {
        left: var(--space);
    }

    footer {
        padding-block-start: 1.5rem;
        padding-block-end: 3rem;
        height: auto;
        position: relative;
    }

    .footer--content__left div>span {
        position: absolute;
        text-align: center;
        width: auto;
        bottom: 20px;
    }

    .footer--content__left div>p {
        width: 100%;
    }

    .footer--content__left {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer--content__left>img {
        margin-inline-end: 0rem;
        margin-block-end: 1rem;
    }

    .footer--content__right {
        margin-block-start: 3rem;
    }

    .footer--content__left {
        width: 60%;
    }

    .footer--content__right {
        width: 35%;
    }

    .header--nav nav {
        width: 80%;
    }
}

@media screen and (max-width: 425px) {
    .banner--image {
        width: 85%;
    }
	
	.banner--content {
      aspect-ratio: 1/1;
   }

    .banner--text>h1 {
        font-size: 45px;
    }

    .breadcrumbs {
        margin-block-end:1rem;
    }

    .footer--content__right>span {
        word-break: break-word;
    }

    .header--nav nav {
        width: 85%;
    }
}

@media screen and (max-width: 375px) {
    .banner--image {
        width: 100%;
    }
	
	.banner--content {
		aspect-ratio: 1.5/2;
	}

    .footer--content__left div>span {
        bottom: 10px;
    }
}

/*********************
END: MEDIA
*********************/
