body {
	padding: 0;
	margin: 0;
	font-family: 'Inter', sans-serif;
	font-size: 20px;
	color: #2E2E2E;
	background: #F8F1E9;
}

.menu__anadolu, .menu__anadolu li {
	display: block;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

p {
	padding: 0;
	margin: 0;
}

button {
	border: none;
	background: none;
	cursor: pointer;
}

a:active, a:focus, button:active, button:focus {
	outline: none;
}

.header__anadolu {
  background: linear-gradient(rgba(25, 25, 112, 0.75), rgba(25, 25, 112, 0.75)), url(../img/header__anadolu.webp) no-repeat center center;
  background-size: 120%;
  padding: 40px 0 80px;
  color: #E8ECEF;
}

.header__anadolu .logo__anadolu {
	color: #E8ECEF;
  font-size: 20px;
  font-weight: 700;
}

.header__anadolu .menu__anadolu {
  justify-content: end;
  margin-top: 5px;
}

.header__anadolu .menu-item__anadolu {
	margin-left: 30px;
}

.header__anadolu .menu-item__anadolu a {
	position: relative;
	color: #E8ECEF;
	font-size: 20px;
  	font-weight: 500;
	transition: 0.5s;
}

.header__anadolu h1 {
	font-weight: 900;
	font-size: 80px;
	margin-top: 100px;
	margin-bottom: 20px;
  	text-align: center;
}

.header__anadolu p {
	font-weight: 600;
	font-size: 25px;
  	text-align: center;
	margin-bottom: 80px;
}

.btn__anadolu { 
	background: #191970;
    border-radius: 100px;
	font-weight: 600;
    font-size: 25px;
    color: #E8ECEF;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
	width: 300px;
    height: 65px;
    transition: 1s;
}

.btn__anadolu:hover {
	background: #4682B4;
    color: #E8ECEF;
    transition: 1s;
}

.header__anadolu .btn__anadolu {
    background: #E8ECEF;
    color: #191970;
}

.header__anadolu .btn__anadolu:hover {
	background: #4682B4;
    color: #E8ECEF;
}

section {
	padding: 60px 0;
}

h2 {
	text-align: center;
	font-weight: 900;
	font-size: 60px;
	margin-bottom: 40px;
}

.picture__anadolu {
	position: relative;
	width: 100%;
	height: 454px;
	overflow: hidden;
	border-radius: 20px;
}

.picture__anadolu img {
	position: absolute;
	top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.about__anadolu p {
	text-align: center;
}

.about__anadolu.page p {
    margin-bottom: 30px;
}

.achievement__anadolu-one h3 {
	font-weight: 600;
	font-size: 40px;
	text-align: center;
}

.achievement__anadolu-one p {
	text-align: center;
}

.block__anadolu .picture__anadolu {
    position: absolute;
    width: 50%;
    height: 600px;
    border-radius: 0;
    margin: 0;
    box-shadow: 5px 5px 20px #00000040;
}

.block__anadolu-one.right .picture__anadolu {
    right: 0;
}

.block__anadolu .picture__anadolu img {
    width: auto;
    height: 140%;
}

.block__anadolu__info {
    height: 600px;
    align-items: center;
}

.block__anadolu-one.left .block__anadolu__info {
    margin-left: 30px;
}

.block__anadolu-one.right .block__anadolu__info {
    margin-right: 30px;
}

.block__anadolu__info h3 {
    text-align: start;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 30px;
}

.block__anadolu__info p strong {
    font-size: 25px;
}

.block__anadolu__info .btn__anadolu {
    margin-top: 20px;
    margin-left: 0;
}

.review__anadolu .picture__anadolu img {
	width: 120%;
}

.review__anadolu-one {
	margin-bottom: 20px;
}

.review__anadolu-one b {
	font-size: 25px;
}

.contact__anadolu {
	padding-bottom: 40px;
}

.contact__anadolu h3 {
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 30px;
}

.contact__anadolu .menu-one__anadolu {
	align-items: center;
	margin-bottom: 10px;
}

.contact__anadolu .menu-one__anadolu p {
	margin-left: 10px;
}

.contact__anadolu-one {
	height: 484px;
	padding: 20px;
    background: #E8ECEF;
	border-radius: 20px;
	box-shadow: 10px 5px 5px rgba(25, 25, 112, 0.5);
}

.form__anadolu {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.duo-form__anadolu {
    gap: 20px;
}

.form__anadolu input,
.form__anadolu textarea {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #2E2E2E;
    padding: 0 25px;
    border: 1px solid #483D8B;
    border-radius: 100px;
    background: #E8ECEF;
    transition: 0.5s;
    margin-bottom: 0;
}

.form__anadolu input {
    height: 50px;
}

.form__anadolu textarea {
    height: 120px;
    padding: 15px 25px;
    border-radius: 25px;
    resize: vertical;
}

.form__anadolu input:focus,
.form__anadolu textarea:focus {
    outline: none;
    border: 1px solid #191970;
}

.form__anadolu input.error,
.form__anadolu textarea.error,
.form__anadolu input.error:focus,
.form__anadolu textarea.error:focus {
    border: 1px solid #DC143C;
}

.form__anadolu input::placeholder,
.form__anadolu textarea::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(46, 46, 46, 0.75);
}

.form__anadolu .btn__anadolu {
    width: 100%;
    height: 50px;
    border-radius: 100px;
    border: none;
    font-size: 20px;
    cursor: pointer;
    transition: 1s;
}

.form__anadolu .btn__anadolu:hover {
    transition: 1s;
    background: #4682B4;
}

.form__anadolu-check {
    align-items: center;
    gap: 10px;
}

.form__anadolu-check input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0;
    border: 1px solid #483D8B;
}

.form__anadolu-check.error {
    border: 1px solid #DC143C;
}

.form__anadolu-check.error input[type="checkbox"] {
    border: 1px solid #DC143C;
}

.form__anadolu-check label {
    font-size: 16px;
	margin-bottom: 0;
    color: #2E2E2E;
}

.form__anadolu-check label a {
    color: #DC143C;
    text-decoration: underline;
}

.form__anadolu-check label a:hover {
    color: rgba(220, 20, 60, 0.5);
}

.footer {
  background: #483D8B;
  color: #E8ECEF;
  padding: 40px 0;
  font-size: 15px;
}

.footer .logo__anadolu {
  font-size: 20px;
  font-weight: 700;
  color: #E8ECEF;
  text-decoration: none;
}

.footer .menu-but__anadolu {
  color: #B0C4DE;
  display: block;
  margin: 5px 0;
}

.footer .menu-one__anadolu {
  margin-bottom: 10px;
  align-items: center;
}

.footer i {
  margin-right: 10px;
  color: #B0C4DE;
}

.footer p {
  color: #B0C4DE;
}

#loader__anadolu {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(232, 236, 239, 0.8);
    overflow: hidden;
    display: none;
}

#loader__anadolu img {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
    z-index: 10001;
}

#overlay__anadolu {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(72, 61, 139, 0.8);
	left: 0px;
	top: 0px;
	cursor: pointer;
	z-index: 10000;
}

#overlay__anadolu .all {
	position: absolute;
	width: 290px;
	background: #E8ECEF;
	border-radius: 5px;
	padding: 35px 55px;
	left: 50%;
	top: 50%;
	margin-left: -145px;
}

#overlay__anadolu.overlay__anadolu__review__anadolus .all {
	margin-top: -95.5px;
}

#overlay__anadolu.overlay__anadolu__question .all, #overlay__anadolu.overlay__anadolu__doctor .all {
	margin-top: -118.5px;
}

#overlay__anadolu.overlay__anadolu__sale .all {
	margin-top: -130px;
}

#overlay__anadolu .all .box-modal_close {
	margin-left: 240px;
}

#overlay__anadolu .all .fa-check-circle {
	display: block;
	color: #191970;
	font-size: 55px;
	margin: 0 auto;
}

#overlay__anadolu .all .title {
	font-weight: 600;
	font-size: 20px;
	margin-top: 20px;
	text-align: center;
}

#overlay__anadolu .all .text {
	font-size: 16px;
	margin-top: 10px;
	text-align: center;
}

label.error {
	position: absolute;
	font-size: 12px;
	color: #DC143C;
}

.info h3 {
	font-weight: 600;
	font-size: 25px;
	margin-top: 20px;
}

.form__anadolu-cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #E8ECEF;
    box-shadow: 0 -2px 10px rgba(72, 61, 139, 0.1);
    z-index: 1000;
    display: none;
    padding: 20px 0;
}

.form__anadolu-cookie-container {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 20px;
}

.form__anadolu-cookie-content h3 {
    font-size: 20px;
    color: #2E2E2E;
    margin-bottom: 10px;
}

.form__anadolu-cookie-content p {
    font-size: 16px;
    color: rgba(46, 46, 46, 0.75);
    margin-bottom: 0;
}

.form__anadolu-cookie-content a {
    color: #191970;
    text-decoration: underline;
}

.form__anadolu-cookie-content a:hover {
    color: #4682B4;
}

.form__anadolu-cookie-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.form__anadolu-cookie-buttons .btn__anadolu {
    width: 150px;
    height: 50px;
    border-radius: 100px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

.form__anadolu-cookie-buttons .btn__anadolu.button-black {
    background: #483D8B;
    color: #E8ECEF;
}

.form__anadolu-cookie-buttons .btn__anadolu:hover {
    background: #4682B4;
}

.form__anadolu-cookie-buttons .btn__anadolu.button-black:hover {
    background: #6A5ACD;
}

.menu-toggle__anadolu {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1001;
}

.menu-toggle__anadolu span {
    width: 100%;
    height: 3px;
    background: #E8ECEF;
    transition: all 0.3s;
}

.menu-toggle__anadolu.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 5px);
}

.menu-toggle__anadolu.active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle__anadolu.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

.about__anadolu.politika__anadolu p {
    text-align: left;
}

.about__anadolu.politika__anadolu h3 {
    font-size: 30px;
    font-weight: 600;
    text-align: left;
    margin-top: 30px;
}

.about__anadolu.politika__anadolu p {
    margin: 0;
}