@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

:root {
    --body-font: 'Poppins', sans-serif;
    --normal-font-size: 13px;
    --title-font-size: 25px;
    --font-w-bold: 600;
    --body-bg: #fff;
    --text-color: 36, 38, 45;
    --color1: 26, 110, 255;
    --color2: 255, 255, 255;
}

/*========== Reset Css ==========*/
* {
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--body-font);
    font-size: var(--normal-font-size);
    background-color: var(--body-bg);
    color: rgb(var(--text-color));
}

p {
    line-height: 25px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: rgb(var(--text-color));
    font-family: var(--body-font);
    font-weight: var(--font-w-bold);
    font-size: var(--title-font-size);
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: rgb(var(--text-color));
}

img {
    max-width: 100%;
    height: auto;
}

/*========== Reset Css End ==========*/

/*========== Sabitler ==========*/
.btn {
    font-family: var(--body-font);
    height: 45px;
    color: rgb(var(--color2));
    padding: 10px;
    background-color: rgb(var(--color1));
    align-items: center;
    justify-content: center;
    font-size: var(--normal-font-size);
    font-weight: var(--font-w-bold);
    outline: none;
    border: none;
    text-decoration: none;
    cursor: pointer;
    display: flex;
}

.btn-sm{
    height: 35px;
}

.btn > *{
    pointer-events: none;
}

.container {
    width: 95%;
    max-width: 1300px;
    margin: auto;
}

.br-4, .form-control {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

.p-10 {
    padding: 10px !important;
}

.bg-color2{
    background-color: rgb(var(--color2)) !important;
}

.p-20 {
    padding: 20px;
}

.ptb-30 {
    padding: 30px 0px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.ml-5 {
    margin-left: 5px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20{
    margin-top: 20px;
}

.bold {
    font-weight: var(--font-w-bold);
}

.col-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gap-10 {
    column-gap: 10px;
    row-gap: 10px;
}

.gap-20 {
    column-gap: 20px;
    row-gap: 20px;
}

.col-gap-20 {
    column-gap: 20px;
}

.row-gap-10 {
    row-gap: 10px;
}

.w-fit {
    width: 1%;
    white-space: nowrap;
}

.w-100 {
    width: 100% !important;
}

.text-right {
    text-align: right !important;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

.text-center {
    text-align: center !important;
}

.flex-wrap {
    flex-wrap: wrap;
}

.d-flex {
    display: flex;
}

.d-grid {
    display: grid;
}

.d-none {
    display: none;
}

.d-inline-flex {
    display: inline-flex;
}

/*========== Sabitler End ==========*/
/*========== Form Elemanları ==========*/
.form-container{
    width: 100%;
    display: block;
}
.form-control{
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    background-color: #F5F7F9;
    padding: 10px;
    border: none;
    outline: none;
    color: rgb(var(--text-color));
    font-family: var(--body-font);
    display: block;
}
.custom-file {
    width: 100%;
    height: 40px;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    background-color: #F5F7F9;
    padding: 0px 5px 0px 10px;
    display: flex;
}
.custom-file>.custom-file-file-name {
    width: calc(100% - 100px);
    max-width: calc(100% - 100px);
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.custom-file>.custom-file-btn {
    width: fit-content;
    padding: 5px 10px;
    color: var(--color2);
    background-color: rgb(var(--color1), 0.2) !important;
    display: block;
}
.custom-file>input {
    display: none;
}
/*========== Form Elemanlari End ==========*/
/* ========== CONTENT ========== */
.header {
    width: 100%;
    padding: 10px 0px;
    position: absolute;
    top: 0;
    display: block;
}

.main-menu {
    width: fit-content;
    align-items: center;
    display: flex;
}

.main-menu>li {
    margin-right: 20px;
}

.main-menu>li>a {
    font-weight: var(--font-w-bold);
}
.slider{
    width: 100%;
    height: 100vh;
    background-image: url(../image/slider-bg.png);
    background-repeat: no-repeat;
    background-position-x: right;
    display: block;
    background-size: contain;
    padding-top: 60px;
    background-position-y: top;
}
.slider-dec{
    width: 600px;
    margin-top: 10%;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
}
.slider-dec > h1{
    font-size: var(--title-font-size);
}
.slider-dec > p{
    margin-top: 10px;
    text-align: center;
}
.slider-dec > .btn{
    margin-top: 15px;
}
.bg-gray{
    background-color: #EDECF1;
}
.footer{
    width: 100%;
    padding: 10px 0px;
    font-weight: var(--font-w-bold);
    text-align: center;
    display: block;
}
/* ========== CONTENT END ========== */


/* // Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}

/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {}

/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .main-menu > li {
        display: none;
    }
    .main-menu > li:last-child{
        display: inline;
    }
    .slider{
        height: auto;
    }
    .slider-dec{
        width: 100%;
        background-color: #ffffff70;
        display: flex;
    }
    .slider-dec > h1{
        text-align: center;
    }
    .col-sd-1{
        grid-template-columns: 1fr;
    }
}

/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {}