﻿header::before {
    display: none;
}

#contact .custom-container-1300 {
    max-width: 1300px;
    width: 100%;
    padding: 0px 15px;
    margin: auto;
}
#contact #first-slide img {
    display: none;
}
#contact .page-title {
    color: #ed2026;
    font-size: 37px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: bold;
    position: relative;
    margin-bottom: 60px;
}

    #contact .page-title::before {
        content: '';
        display: block;
        max-width: 188px;
        width: 100%;
        min-height: 17px;
        left: -15px;
        position: absolute;
        background: #a1e8e7;
        z-index: -1;
        bottom: 6px;
    }

#contact .bg-area {
    background: #3c33b1;
    position: relative;
    margin-bottom: 12%;
    background-image: url(/Content/Themes/images/iletisim-bg.png);
    background-repeat: no-repeat;
    min-height: 385px;
    background-position-x: 95px;
}

    #contact .bg-area .mobile-image {
        display: none;
    }

    #contact .bg-area img {
        padding-left: 95px;
    }

    #contact .bg-area .text-area {
        font-size: 65px;
        background: url(../../images/shape_kayit.png)no-repeat left top;
        background-size: cover;
        max-width: 690px;
        min-height: 259px;
        width: 100%;
        line-height: 209px;
        color: #fff;
        font-family: "LemonTuesday";
        padding-left: 109px;
        position: absolute;
        bottom: -120px;
        left: 0px;
        z-index: 1;
    }

#contact .second-title {
    margin-top: 105px;
    margin-bottom: 0px;
}

#contact .content-area {
    padding-left: 35px;
}

    #contact .content-area h3 {
        color: #ed2026;
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 30px;
        font-family: 'Rajdhani', sans-serif;
        position: relative;
    }

        #contact .content-area h3::after {
            content: '';
            display: block;
            background: url(../../images/location-icon.png) no-repeat left top;
            background-size: contain;
            width: 25px;
            height: 40px;
            position: absolute;
            top: -10px;
            left: -35px;
        }

    #contact .content-area ul {
        padding: 0px;
        margin: 0 auto;
    }

        #contact .content-area ul li,
        #contact .content-area ul li *{
            list-style: none;
            color: #212529;
        }

#contact .form-area {
    width: 100%;
}

    #contact .form-area span {
        color: #ed2026;
        font-family: 'Rajdhani', sans-serif;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    #contact .form-area input,
    #contact .form-area textarea {
        height: 50px;
        border: 1px solid #818181;
        border-radius: 0px;
    }

    #contact .form-area textarea {
        margin-bottom: 48px;
        min-height: 208px;
        resize: none;
    }

#contact .message-box {
    margin-top: 55px;
    margin-bottom: 48px;
}

#contact .form-area button {
}

#contact .send-form {
    display: block;
    background: #282d6c;
    color: #fff;
    line-height: 68px;
    max-width: 254px;
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 25px;
    position: relative;
    border: none;
    font-size: 19px;
}

    #contact .send-form::after {
        content: '';
        width: 100%;
        height: 7px;
        background: #282d6c;
        display: block;
        position: absolute;
        -moz-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        -webkit-transition: all .3s ease-in;
        transition: all .3s ease-in;
        bottom: -3px;
        left:0px;
    }

    #contact .send-form:hover::after {
        background: #ed2026;
        margin-left: 10%;
    }


    #contact .send-form .sticks {
        display: block;
        height: 30px;
        width: 1px;
        background: #fff;
        position: absolute;
        top: 50%;
        right: 30px;
        margin-top: -15px;
        -moz-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        -webkit-transition: all .3s ease-in;
        transition: all .3s ease-in;
    }

    #contact .send-form:hover {
        text-decoration: none;
        cursor: pointer;
    }

        #contact .send-form:hover .sticks {
            background: transparent;
            right: 20px;
        }

            #contact .send-form:hover .sticks span {
                display: block;
                background: transparent;
                width: 1px;
                height: 13px;
                -moz-transition: all .3s ease-in;
                -o-transition: all .3s ease-in;
                -webkit-transition: all .3s ease-in;
                transition: all .3s ease-in;
                margin-bottom: 0px;
            }

                #contact .send-form:hover .sticks span.item1 {
                    display: block;
                    background: #fff;
                    width: 1px;
                    height: 6px;
                    -moz-transform: rotate(-50deg);
                    -ms-transform: rotate(-50deg);
                    -o-transform: rotate(-50deg);
                    -webkit-transform: rotate(-50deg);
                    transform: rotate(-50deg);
                }

                #contact .send-form:hover .sticks span.item2 {
                    display: block;
                    background: #fff;
                    width: 1px;
                    height: 6px;
                    -moz-transform: rotate(-50deg);
                    -ms-transform: rotate(-50deg);
                    -o-transform: rotate(-50deg);
                    -webkit-transform: rotate(-50deg);
                    transform: rotate(-50deg);
                    margin-left: 10px;
                    margin-top: 3px;
                }

                #contact .send-form:hover .sticks span.item3 {
                    display: block;
                    background: #fff;
                    width: 1px;
                    height: 6px;
                    -moz-transform: rotate(50deg);
                    -ms-transform: rotate(50deg);
                    -o-transform: rotate(50deg);
                    -webkit-transform: rotate(50deg);
                    transform: rotate(50deg);
                    margin-left: 10px;
                    margin-top: 0px;
                }

                #contact .send-form:hover .sticks span.item4 {
                    display: block;
                    background: #fff;
                    width: 1px;
                    height: 6px;
                    -moz-transform: rotate(50deg);
                    -ms-transform: rotate(50deg);
                    -o-transform: rotate(50deg);
                    -webkit-transform: rotate(50deg);
                    transform: rotate(50deg);
                    margin-top: 3px;
                }

#contact .error-msg {
    color: #3c33b1;
    font-family: 'Rajdhani', sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.fixed-area {
    background: rgba(0,0,0,0.75);
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 4;
}

    .fixed-area .content-area {
        position: absolute;
        left: 50%;
        top: 50%;
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border: 1px solid #fff;
        background: #fff;
    }

        .fixed-area .content-area .close-thanks {
            width: 30px;
            height: 30px;
            display: block;
            background: #ed2026;
            border: 1px solid #fff;
            border-radius: 100%;
            text-align: center;
            padding-top: 3px;
            color: #fff;
            position: absolute;
            z-index: 1;
            top: -15px;
            right: -15px;
        }

        .fixed-area .content-area .text-area {
            position: relative;
        }

        .fixed-area .content-area .absolut-area {
            position: absolute;
            left: 0px;
            right: 0px;
            top: 40px;
        }

            .fixed-area .content-area .absolut-area h3 {
                font-family: 'Rajdhani', sans-serif;
                color: #fff;
                font-weight: 300;
                text-align: center;
                width: 100%;
                display: block;
                font-size: 40px;
            }

                .fixed-area .content-area .absolut-area h3 span {
                    display: block;
                    font-weight: bold;
                }

    .fixed-area .close-thanks-bottom {
        max-width: 150px;
        line-height: 58px;
        display: block;
        background: #282d6c;
        margin: auto;
        text-align: center;
        font-family: 'Rajdhani', sans-serif;
        color: #fff;
        font-weight: 500;
        font-size: 22px;
        margin-top: 40px;
        position: relative;
    }

        .fixed-area .close-thanks-bottom::after {
            content: '';
            display: block;
            width: 100%;
            position: absolute;
            right: 0px;
            background: transparent;
            height: 4px;
            -moz-transition: all .3s ease-in;
            -o-transition: all .3s ease-in;
            -webkit-transition: all .3s ease-in;
            transition: all .3s ease-in;
        }
        .fixed-area .close-thanks-bottom:hover{
            text-decoration:none;
        } .fixed-area .close-thanks-bottom:hover::after {
            background: #ed2026;
            right: -15px;
        }

@media only screen and (max-width: 1024px) {
    header .mobile-bg {
        display: none;
    }
    #contact #first-slide canvas{
        display:none;
    }
    #contact .bg-area .mobile-image {
        display: block;
        padding: 0px;
    }

    #contact .bg-area {
        background-image: none;
        min-height: unset;
    }

        #contact .bg-area .text-area {
            background: none;
            position: relative;
            bottom: 0px;
            max-width: none;
            min-height: unset;
            line-height: normal;
            font-size: 20px;
            padding: 10px 25px;
        }

    #contact .page-title {
        font-size: 21px;
        margin-bottom: 20px;
    }

    #contact .content-area h3 {
        margin-bottom: 10px;
        font-size: 16px;
    }

        #contact .content-area h3::after {
            top: 0px;
        }

    #contact .content-area ul {
        margin-bottom: 40px;
    }

    #contact .second-title {
        margin-top: 10px;
    }

    #contact .form-area span {
        font-size: 16px;
    }

    #contact .message-box {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #contact .send-form {
        font-size: 16px;
    }

    #contact .form-area .row > div {
        margin-bottom: 10px;
    }
    .fixed-area .content-area .absolut-area {
        position: relative;
        top: 0px;
        padding: 10px;
    }
    .fixed-area .content-area .absolut-area h3 {
        font-size: 17px;
        color:#282d6c;
    }
    .fixed-area .close-thanks-bottom{
        font-size:16px;
        max-width:unset;
    }
}
@media only screen and (max-width: 640px) {
 
    .fixed-area .content-area .absolut-area h3 {
        font-size: 13px;
    }
}