@font-face {
    font-family: 'Optima nova LT';
    src: url('../fonts/OptimaNovaLT-BoldOsF.woff2') format('woff2'),
        url('../fonts/OptimaNovaLT-BoldOsF.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

:root 
{
    --first-font: 'Open Sans', sans-serif;
    --second-font: 'Marcellus', serif;
    --first-color: #214688;
    --second-color: #e7b14a;
}

*
{
    outline: 0 !important   ;
}

body
{
    font-family: var(--first-font);
    overflow-x: hidden;
}

    
header
{
    padding-top: 65px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9999;
}
header ul
{
    list-style: none;
    width: auto;
    padding: 0;
}
header ul li
{
    float: left;
    margin: 0 30px
}
header ul li a
{
    text-decoration: none;
    font-weight: 700;
    color: #fff;
    font-family: var(--first-font);
    font-size: 17px;
    transition: all .3s ease;
    text-transform: uppercase;
}
header ul li a:hover 
{
    color: #e2e2e2;
}
.logo
{
    width: 70%;
}
.home-slider .slide
{
    width: 100%;
    float: left;
}
.home-slide 
{
    margin: 0 !important;
}
.home-slider .slide img
{
    width: 100%;
}
.ptb-160
{
    padding: 160px 0;
}
.home-about
{
    position: relative;
}
.home-about p
{
    font-size: 20px;
    color: #263b80;
    margin-bottom: 50px;
}
.first-btn
{
    padding: 20px 40px;
    background: var(--second-color);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s ease;
    float: left;
    font-size: 15px;
}
.first-btn:hover
{
    color: #fff;
    background: #263b80;
}
.ice-cream-right
{
    width: 44%;
    position: absolute;
    bottom: -120px;
    right: -85px;
    z-index: 2;
}
.home-products
{
    padding: 75px 0 0 0;
    background: #214688;
    color: #fff;
    position: relative;
}
h1
{
    font-family: var(--second-font);
    font-size: 55px;
    font-weight: bold;
}
.left-ice-cream
{
    position: absolute;
    top: -150px;
    left: -160px;
    width: 25%;
}
.home-products p
{
    font-size: 20px;
}
.home-products-bottom
{
    background: url('../img/products-bg.jpg') no-repeat;
    padding-bottom: 120px;
    text-align: center;
    margin-top: 400px;
}
.home-products-bottom img
{
    margin-top: -365px;
    width: 60%;
}
.home-catalog
{
    padding: 75px 0;
    color: var(--first-color);
    background: #e5e5e5;
    position: relative;
}
.home-contact
{
    padding: 75px 0;
}
.iletisimForm
{
    width: 100%;
    float: left;
    margin-top: 80px;
    color: var(--first-color);
}
.iletisimForm input {
    height: 50px;
    margin-bottom: 30px;
    margin-top: 5px;
    border-radius: 0;
}

.iletisimForm textarea
{
    margin-bottom: 30px;
    margin-top: 5px;
    border-radius: 0;
}

.iletisimForm label
{
    font-weight: bold;
}

.iletisimForm button
{
    background: var(--second-color);
    padding: 15px 35px;
    border-radius: 0;
    color: #fff;
    font-weight: bold;
    transition: all .3s ease;
}

.iletisimForm button:hover
{
    background: var(--first-color);
    color: #fff;
}
footer
{
    background: var(--first-color);
    padding: 75px 0;
}

.footer-contact a,
.footer-links li a
{
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    transition: all .3s ease;
}

.footer-contact a:hover,
.footer-links li a:hover
{
    color: var(--second-color);
}

.footer-links li
{
    list-style: none;
}
.footer-social
{
    display: flex;
    align-items: center;
}
.footer-social a
{
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    font-family: var(--first-font);
    margin-right: 10px;
    transition: all .3s ease;
}
.footer-social a:not([href])
{
    color: #fff;
}
.footer-social a:hover
{
    color: var(--second-color) !important;
}

.footer-social a:last-of-type
{
    font-size: 20px;
}

.page-header
{
    min-height: 100vh;
    background: #214688;
    display: flex;
    align-items: center;
    color: #fff;
    padding-top: 260px;
    position: relative;
}

.page-header img
{
    position: absolute;
    top: 100px;
    right: -375px;
    width: 65%;
}

.about
{
    position: relative;
}

.about h1
{
    margin-bottom: 50px;
}

.products-header
{
    padding: 260px 0 0 0;
    background: #214688;
    color: #fff;
    position: relative;
}

.products-header p
{
    font-size: 20px;
}

.products .row:nth-child(even)
{
    flex-direction: row-reverse;
}

.products .row:nth-child(even) .col-lg-4:last-of-type
{
    text-align: right;
}

.products .row:nth-child(even) .col-lg-4:last-of-type .first-btn
{
    float: right;
}

.products .row:nth-child(even) .col-lg-4:last-of-type .product-name
{
    font-family: var(--second-font);
    font-size: 45px;
    line-height: normal;
    background: #223984;
    padding: 15px 25px;
    margin-right: -150px;
    width: fit-content;
    margin-bottom: 50px;
    color: #fff;
    text-align: right;
    margin-left: auto;
}

.product-name
{
    font-family: var(--second-font);
    font-size: 45px;
    line-height: normal;
    background: #223984;
    padding: 15px 25px;
    margin-left: -150px;
    width: fit-content;
    margin-bottom: 50px;
    color: #fff;
}

.contact-wrap
{
    text-align: center;
    padding: 50px;
    background: #284d90;
    margin-top: 30px;
    float: left;
    width: 100%;
    border: 1px solid #2955a2;
    height: 90%;
}

.contact-wrap a
{
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
    display: block;
    font-size: 18px;
}

.contact-icon
{
    font-size: 25px;
    color: #efb02b;
}

#map
{
    height: 600px;
}