html {
	font-size: 10px;
}

body {
	background-color: rgba(254, 199, 126, 1);
	width: 1440px;
	height: 100%;
	margin: 0 auto;
}

.header {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	height: 112px;
	margin: 0 auto;
	border-bottom-width: 100%;
	border-bottom: solid;
}

.menu_links {
	display: flex;
	list-style: none;
	font-family: Roboto, sans-serif;
	font-weight: 700;

}

a {
	text-decoration: none;
	color: rgba(0, 0, 0, 1);
	margin-right: 23px ;
	font-size: 1.9em;
	line-height: 0.2%;
}

h1 {
	margin: 0;
	padding-top: 130px;
	padding-bottom: 50px;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	font-size: 6em;
	line-height: 0.8%;
	text-transform: capitalize;
	color: rgba(0, 0, 0, 1);
}

h3 {
	font-family: Roboto, sans-serif;
	font-weight: 400;
	font-size: 3em;
	line-height: 0.48%;
	text-transform: uppercase;
	color: rgba(204, 42, 65, 1);
}

h2 {
	font-family: Roboto, sans-serif;
	font-weight: 400;
	font-size: 4em;
	text-transform: uppercase;
	color: rgba(204, 42, 65, 1);
}

h4 {
	font-family: Roboto, sans-serif;
	font-weight: 400;
	font-size: 12.2em;
	text-transform: capitalize;
	color: rgba(204, 42, 65, 1);
	margin-top: 84px;
	margin-bottom: 0;
}

h5 {
	color: rgba(204, 42, 65, 1);
	font-family: Roboto, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 3em;

}
.header_title {
	font-family: Roboto, sans-serif;
	font-weight: 700;
	color: rgba(204, 42, 65, 1);
	font-size: 8em;
	line-height: 1.2%;

}

.contact_button{
	text-align: center;
	border-radius: 10px;
	background-color: rgba(204, 42, 65, 1);
	width: 150px;
	height: 53px;
	font-family: Roboto, sans-serif;
	font-weight: 700;
	font-size: 1.6em;
	text-transform: uppercase;
	color: rgba(236, 233, 233, 1);
}

.contact-form {
	display: none;
	position: absolute;
	transform: translate(0, 50%);
	border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

.close_btn {
	position: absolute;
	width: 20px;
	height: 20px;
	transform: translate(3900%, -65%);
}

input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #45a049;
}



.main_title {
	padding: 69 auto 44;
	width: 1280px;
	height: 781px;
	margin: 0 auto;
}

.main_title-design {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	margin: 0 auto;
}

.credo {
	width: 10ch;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	font-size: 19.6em;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
	text-align: center;
	color: rgba(204, 42, 65, 1);;

}

.hover_flavors {
	position: absolute;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	padding: 0;
	font-size: 2.7em;
	color: rgba(189, 87, 27, 1);
	width: 158px;
	height: 58px;
	transform: translate(10%, -560%);
}

.hover_flavors_list {
	display: none;
	text-align: center;
	position: absolute;
	transform: translate(3%,-750%);
	width: 50px;
	height: 60px;
	background-color: rgba(254, 199, 126, 0.5);
}

.tastes {
		color: rgba(204, 18, 173, 1);
		font-family: Roboto, sans-serif;
		font-weight: 400;
		font-size: 3em;
		text-transform: uppercase;
}

.swiper {
	display: flex;
	width: 100%;
	height: 363px;
	padding: 0px 0px 0px 30px;
	margin: 0 auto;
}

.ice-cream {
	width: 307px;
	height: 307px;
	margin-left: 30px;
	margin-right: 30px;
}

.slider__arrow1 {
	padding-left: 30px;
	padding-top: 30px;
	transform: rotate(-90deg);
	width: 80px;
	height: 96px;
}

.slider__arrow2 {
	transform: rotate(90deg);
	width: 80px;
	height: 96px;
}

.featured {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 1440px;
	min-height: 416px;
	margin: 0 auto;
}
.sources {
	display: flex;
	justify-content: space-between;
	padding: 65px;
}

.source:not(:last-child) {
	margin-right: 90px;
}

.description {
	width: 100%;
	min-height: 1530px;
}

.about-us {
	display: flex;
	border: solid 1px rgba(204, 42, 65, 1);
	background-color: rgba(236, 233, 233, 1);
}

.description-text {
	padding-left: 65px;
	padding-right: 49px;
	display: flex;
	flex-direction: column;
	justify-content: center;

}
.p-text {
	font-family: Roboto, sans-serif;
	font-weight: 400;
	font-size: 2em;
	color: rgba(0, 0, 0, 1);
}

.try-today {
	max-width: 1440px;
	min-height: 800px;
	background-image: url('../img/milkshakes.jpg');
}

.try-today__description {
	position: relative;
	text-align: center;
	margin: 0 auto;
	max-width: 1440px;
	min-height: 304px;
	background-color: rgba(236, 233, 233, 0.77);
}

.new {
	color: rgba(204, 42, 65, 1);
	font-family: Roboto, sans-serif;
	font-weight: 400;
	font-size: 1em;
	line-height: 0.8%;
	text-transform: uppercase;
}

.try-today__text {
		font-family: Roboto, sans-serif;
		font-weight: 400;
		color: rgba(0, 0, 0, 1);
		font-size: 2em;
		line-height: 0.3%;
		padding-bottom: 5px;
}

.try {
	position: absolute;
	width: 108px;
	height: 108px;
	text-align: center;
	transform: translate(1057%, -79%);
}

.catering {
	background-image: url('../img/background.png');
	display: flex;
	align-items: center;
	margin: 0 auto;
}

.catering-image {
	width: 560px;
	height: 560px;
	margin-right: 110px;
}

.catering-text {
	font-family: Roboto, sans-serif;
	font-weight: 400;
	color: rgba(204, 42, 65, 1);
	font-size: 2.4em;
	width: 800px;
}

.insta-feature {
	max-width: 100%;
	min-height: 1027px;
	background-color: rgba(204, 42, 65, 1);
}

.insta-tag {
	padding-top: 112px;
	font-family: Roboto;
	font-weight: 400;
	font-size: 11.2em;
	color: rgba(236, 233, 233, 1);
	text-align: center;
}

.insta-text {
	padding-top: 25px;
	padding-bottom: 79px;
	font-family: Roboto;
	font-weight: 400;
	font-size: 2.4em;
	color: rgba(236, 233, 233, 1);
	text-align: center;
}

.contacts {
		background-image: url('../img/background.png');
		margin: 0 auto;
		max-width: 1440px;
		min-height: 1000px;
		text-align: center;
}

.contacts-hr {
	border-color: rgba(99, 43, 11, 0.63);
	max-width: 1280px;
}

.contacts-info {
	display: flex;
	justify-content: center;
	align-items: center;
}

.contact {
	width: 47%;
	height: 47%;
	margin-top: 100px;
}

.contact::before {
	content: url('../img/gps.svg');
}

.contact-name {
	font-size: 8em;
}

.contact-number {
	font-family: Roboto;
	font-weight: 400;
	font-size: 4em;
	color: rgba(204, 42, 65, 1);
}

.contact-adress {
	font-family: Roboto;
	font-weight: 400;
	font-size: 3em;
	color: rgba(0, 0, 0, 1.0);
}

footer {
	flex: 0 0 auto;
}

.footer-text {
	margin-top: 150px;
	font-family: Roboto;
	font-weight: 400;
	font-size: 2.1em;
	color: rgba(0, 0, 0, 1.0);
}

