@font-face {
	font-family: 'Bebas Neue';
	src: url('fonts/BebasNeue-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
  }

  .custom-section {
  min-height: 100vh;
    margin: 0;
	font-family: 'Bebas Neue', sans-serif;
    color: #48494a;
    background-color: #CDCDCD;
    background-image:
    repeating-linear-gradient(
        to right, transparent 0 150px, #0001 150px 151px
    ),
    repeating-linear-gradient(
        to bottom, transparent 0 150px, #0001 150px 151px
    ),
    linear-gradient(to right, #CDCDCDcc, #CDCDCDcc),
    url(3d/images/bg.jpg);
  }

  .custom-section *{
	padding: 0;
	margin: 0;
  }

  .custom-section h1,
  .custom-section h2,
  .custom-section .title {
	font-family: 'Bebas Neue', sans-serif;
  }

  .custom-section header {
	width: min(1200px, 90vw);
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
    height: 0px;
    flex-wrap: wrap;
  }

  .custom-section header h1 {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 9vw;
	line-height: 1em;
  }

  .custom-section header .authorr {
	text-align: right;
	display: flex;
	flex-direction: column;
	gap: 10px;
  }

  .custom-section header h3 {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 5vw;
  }

  .custom-section header .authorr div {
	display: flex;
	justify-content: space-between;
	align-items: center;
  }



  .custom-section .banner {
	margin-top: -50px;
	height: 100vh;
	overflow: hidden;
	position: relative;
  }

  .custom-section .product {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 170px;
	z-index: 2;
	width: 500px;
	transition: 0.7s;
  }

  .custom-section .product .soda {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: url(3d/images/mockup.png) center center no-repeat;
	background-size: contain;
	width: 230px;
	aspect-ratio: 2 / 4;
	transition: 0.8s;
	mask-image: url(3d/images/mockup.png);
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
  }

  .custom-section .soda:nth-child(1) {
	opacity: 0;
  }

  .custom-section .product:hover {
	bottom: 300px;
  }

  .custom-section .product:hover .soda:nth-child(2) {
	opacity: 1;
  }

  .custom-section .product:hover .soda:nth-child(1) {
	opacity: 0;
  }
 .custom-section .a {
	height: 18%;
	width: auto;
  }
    .custom-section header .author img {
	width: 550px;
	display:none;
  }
    .custom-section header .authorr img {
	width: 250px;
	display:block;
  }
   @media screen and (max-width: 767px) {
	    .custom-section header .author img {
    width: 139px;
	display:block;
}
 .custom-section header .authorr img {
	width: 250px;
	display:none;
  }
	 .custom-section .a {
	height: 9%;
	width: auto;
   }
    .custom-section header {
    justify-content: space-between;
    padding-top: 50px;
    height: 10px;
    flex-wrap: wrap;
  }
 
   }
 

  .custom-section .rock {
	position: absolute;
	inset: 0;
	width: 100%;
	pointer-events: none;
  }

  .custom-section .rock img:nth-child(1) {
	position: absolute;
	height: 170px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 30px;
	transition: 0.7s;
	z-index: 1;
  }

  .custom-section .rock img:nth-child(2) {
	position: absolute;
	height: 50%;
	left: 0;
	bottom: 0;
	transition: 0.7s;
  }

  .custom-section .rock img:nth-child(3) {
	position: absolute;
	height: 80%;
	right: 0;
	bottom: -100px;
	
	transition: 0.7s;
  }

  .custom-section .banner:has(.product:hover) .rock img:nth-child(1) {
	transform: translateX(-50%) translateY(50px);
  }

  .custom-section .banner:has(.product:hover) .rock img:nth-child(2) {
	transform: translateX(-100px) translateY(100px);
  }

  .custom-section .banner:has(.product:hover) .rock img:nth-child(3) {
	transform: translateX(100px) translateY(100px);
  }

  @media screen and (max-width: 1023px) {
	.custom-section .soda {
	  width: 400px;
	}
  }

  @media screen and (max-width: 767px) {
	.custom-section .soda {
	  width: 250px;
	}

	.custom-section header .authorr {
	  width: 100%;
	  
	}
  }