*{box-sizing: border-box;}
:root{
    --mainColor:#0B418E;
    --secondColor:#BDD037;
    --bordo: #000;
}
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
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,
img,
ins,
kbd,
q,
s,
samp,
small,
sub,
sup,
tt,
var,
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,
input,
textarea {
    margin: 0px;
    padding: 0px;
    border: 0px;
    vertical-align: baseline;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    font-family: "Inter", sans-serif;
}

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;
}

a {
    text-decoration: none
}

:focus {
    outline: 0
}

.clear {
    clear: both
}

img {
    max-width: 100%;
    height: auto;
}
p{font-size: 16px; color: #000; line-height: 1.5;font-weight: 400;}
.img100{width:100%;}
.pdn{padding: 75px 0px;}
.container{width: 90%; max-width: 1400px; position: relative; margin: 0 auto;}
.form-holder {
    width: 350px;
    height: 100vh;
    /* background: var(--mainColor); */
    background: #931310;
    position: fixed;
    right: 0px;
    top: 0px;
    box-sizing: border-box;
    padding: 0px 3%;
    display: flex;
    align-items: center;
}

.wrapper {
    width: calc(100% - 350px);
    float: left;
    height: 100vh;
    background-size: cover;
    background-position: center;
}

.patlangac {
    width: calc(95% - 350px);
    float: left;
    position: absolute;
    left: 0px;
    top: 55%;
    transform: translateY(-50%);
}
.patlangac img {
    width: 100%;
}
.arac {
    width: 48%;
    margin-left: 26%;
}

.form-title {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 30px;
    font-size: 24px;
    color: #fff;
    line-height: 34px;
}

.menu-tab-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #000;
    width: 100%;
    z-index: 5;
    display: none;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0px 20px;
    height: 80px;
    box-shadow: 0px -10px 20px #00000073
}

.menu-tab-bar a {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-tab-bar svg {
    width: 50px;
    height: 50px;
    margin-right: 20px;
}

.menu-tab-bar span {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.menu-tab-bar:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 80px;
    background: #ccc;
    left: 50%;
}

.mobile-patlangac {
    display: none;
}

#form {
    scroll-margin-top: 150px;
}

div#formDiv {
    width: 100%;
    float: left;
    margin-top: 30px;
    position: relative;
}

div#formDiv ul li {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 15px;
}

.form-text,
.form-textarea {
    width: 100%;
    float: left;
    height: 37px;
    box-sizing: border-box;
    padding: 0px 20px;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    border-radius: 10px;
    appearance: none;
    border: none;
    color: #5c5c5c;
}

.form-textarea {
    height: 100px;
    padding-top: 13px;
}


div#formDiv ul li:nth-child(4) {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 11px;
    width: 100%;
    color: #fff;
}

div#formDiv ul li:nth-child(4) input {
    width: 17px;
    height: 17px;
    float: left;
    margin-right: 5px;
    padding: 0px;
    background: #fff;
    border-radius: 0px;
}

div#formDiv ul li:nth-child(4) input:checked {
    background: yellow;
}

.form-submit {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    color: #931310;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    cursor: pointer;
    transition: all ease-in-out .3s;
    border: 1px solid #fff;
    appearance: none;
    background: #fff;
}

.form-submit:hover {
    background: #0171b2;
    color: #fff;
}
.kvkk_control span {
    cursor: pointer;
    text-decoration: underline;
}
.main-page{width: calc(100% - 350px);position: relative; display: inline-block; float: left;}
.main-page-1::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 15px;
    background: rgb(189,208,55);
    background: linear-gradient(90deg, #000000 0%, #9d1511 100%);
}
.threeContent {
    padding: 15px 0px;
    background-color: #F7F7F7;
}
.threeContent::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 15px;
    background: rgb(11,65,142);
    background: linear-gradient(90deg, rgb(147 19 16) 0%, rgb(11 65 142) 100%);
}
.threeContent::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 15px;
    background: rgb(189,208,55);
    background: linear-gradient(90deg, rgba(189,208,55,1) 0%, rgba(11,65,142,1) 100%);
}
.threeContent ul {
    padding: 30px 0;
}

.threeContent ul li {
    text-align: justify;
    margin: 10px 0;
}

.threeContent ul li:last-child {
    padding-right: 0;
}

.threeContent ul li span {
    font-weight: 900;
    font-size: x-large;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
    position: relative;
    color: var(--mainColor);
    letter-spacing: -1px;
}
.threeContent ul li span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    height: 5px;
    width: 80px;
    background-color: var(--mainColor);
}

.threeContent ul li:nth-child(2) span {
    color: var(--secondColor);
}
.threeContent ul li:nth-child(2) span::before {
    background-color: var(--secondColor);
}
.contentTable{
    width: 100%;
}
.contentTable tr{
    display: flex;
    align-items: center;
}
.contentTable td{
    margin: 10px 5px;
    width: 30%;
}
.contentTable td:last-child{
    width: 100%;
}

.title {
    margin-bottom: 20px;
}

.title h1, .title h2 {
    color: var(--mainColor);
    font-weight: 900;
    font-size: 2vw;
    text-transform: uppercase;
}

.title span {
    font-size: 1vw;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
    display: inline-block;
    width: 63%;
}
.centerContent {
    text-align: center;
}

.centerContent p {
    font-size: 18px;
    margin-bottom: 25px;
}

.centerContent p:last-child {
    margin-bottom: 0;
}
.img-1 {
    margin: 50px auto 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65%;
}
.article-1{padding-top: 75px; background-image: url(../images/bg-2.jpg); background-size: cover;background-position: center;background-repeat: no-repeat;}
.threeBgColor{background-color: var(--mainColor);}
.threeBgColor ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.threeBgColor ul li {
    width: 33.33%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 3%;
}

.threeBgColor ul li span {
    font-size: 2vw;
    font-weight: 800;
    color: var(--secondColor);
    margin-bottom: 15px;
}

.threeBgColor ul li p {
    color: #fff;
}
.videoCarousel .items {
    display: inline-block;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
}

.videoCarousel .items a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
    padding: 40px 20px;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}

.videoCarousel .items span {
    position: relative;
    z-index: 2;
}

.videoCarousel .items i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.videoCarousel .items a::before {
    content: "";
    background: rgb(11,65,142);
    background: linear-gradient(0deg, rgba(11,65,142,1) 0%, rgba(11,65,142,0) 100%);
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 70%;
    z-index: 0;
}
.videoCarousel {
    margin-top: 50px;
}
.galleryCarousel{margin-top:50px;}
.galleryCarousel .items{
    display: inline-block;
    width: 100%;
}
.galleryCarousel .items a{
    width: 100%;
    height: 100%;
    display: inline-block;
}
.galleryCarousel .items a::before{
    content: "";
    background-image: url(../images/icons/zoom-plus.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: -35px;
    z-index: 1;
    transition: all .3s cubic-bezier(0.42, 0, 0.21, 1.01);
    opacity: 0;
    transform:scale(.3);
}

.galleryCarousel .items a:hover::before{
    opacity: 1;
    transform:scale(1);
    
}

.owl-dots {
    margin: 20px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-dot {
    width: 15px;
    height: 15px;
    background-color: var(--secondColor);
    border-radius: 360px;
    margin: 0px 3px;
    opacity: .4;
    transition: all .2s cubic-bezier(0.42, 0, 0.3, 1.03);
}

.owl-dot.active {
    opacity: 1;
}
.footerImg {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 45%;
    text-align: right;
    z-index: -1;
}

.copyright {
    position: relative;
    padding: 25px 0px;
    background-color: var(--secondColor);
    font-size: 15px;
    color: var(--mainColor);
    font-weight: 600;
    z-index: -2;
}
.contactList {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.contactList li {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 40px;
}

.contactList li img {
    margin-right: 15px;
}

.contactList li p {
    font-size: 1vw;
}

.contactList li p a {
    font-size: 2vw;
    color: #000;
}

.contactList li:nth-child(2) p {
    line-height: 1;
}

.socialMedia {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 50px;
}

.socialMedia li {
    margin-right: 25px;
}

.socialMedia li:last-child {
    margin-right: 0;
}


/* Z-INDEX */
 .formError { z-index: 990; }
    .formError .formErrorContent { z-index: 991; }
    .formError .formErrorArrow { z-index: 996; }

    .ui-dialog .formError { z-index: 5000; }
    .ui-dialog .formError .formErrorContent { z-index: 5001; }
    .ui-dialog .formError .formErrorArrow { z-index: 5006; }




.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
	text-align: left;
}

.formError.inline {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none;
}

.formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	position:relative;
	color: #fff;
	min-width: 120px;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	-o-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	box-sizing: border-box;
}

.formError.inline .formErrorContent {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position:relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	margin: 0px 0 0 12px;
	top:2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	-o-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #ee0101;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 11px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}

.mobile{display: none;}