﻿
/*footer*/
.footerCover:after {
    transition: all 0.5s ease 0s;
    background: url(/Dosyalar/footer/backlogo.png) no-repeat top right;
    width: 217px;
    height: 217px;
    z-index: 9;
    content: "";
    position: absolute;
    right: 0;
    top: -180px;
}
.footerCover {
    width: 100%;
    background-color: #293A7F;
    padding-top: 35px;
    padding-bottom: 35px;
    position:relative;
}

.footerSubCover {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
}

.footerLogo {
    display:flex;
    align-items:center;
}

    .footerLogo img {
        width:290px;
        height: auto;
    }

.footerMenu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    cursor: pointer;
}

    .footerMenu a:not(:last-child) {
        margin-right: 16px;
    }

    .footerMenu a {
        display: inline-block;
        color: #fff;
        text-decoration: none;
    }

        .footerMenu a::after {
            content: '';
            display: block;
            width: 0;
            height: 1px;
            background: #fff;
            transition: width .3s;
        }

        .footerMenu a:hover::after {
            width: 100%;
        }
.footerContactItems {
    display: flex;
    flex-direction: column;
    gap: 6px;
    max-width: 285px;
}
.footerContactItem{
    display:inline-flex;
    align-items:center;
    gap:12px;
}
.numberInfos {
    display: flex;
    align-items: center;
    gap: 12px;
}
.footerContactItem img{
    width:16px;
}
    .footerContactItem p, .footerContactItem a{
        color:white;
        font-size:14px;
        text-decoration:none;
    }
.footerSubCover h4 {
    color: white;
    font-size: 16px;
    text-decoration: none;
    font-weight:600;
}
#madebyInfo {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    white-space: nowrap;
}
#madebyInfo span{
margin-bottom:-4px;
}
 .copyRight svg {
    width: 80px;
}
    /*footer end*/
    .cmsBtnCancelSearch {
        background-color: #1D3859;
        color: white;
        margin-right: 15px;
        font-size: 12px;
        padding: 8px 12px;
        border-radius: 5px;
        text-decoration: none;
        border: 1px solid #1D3859;
        outline: none;
        cursor: pointer;
        transition: ease 300ms;
    }

.copyRight {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #f5f5f538;
    margin-top: 20px;
    gap: 24px;
}
    .copyRight a, .copyRight p {
        text-decoration: none;
        color: white;
    }
    .copyRight p {
        margin-top:20px;
    }

.footerWrapper {
    display: flex;
    justify-content: space-between;
    align-items: center
}
.cmsBtnCancel:hover {
    color: black;
    background-color: #b4b4b4;
}

@media screen and (max-width: 768px) {

    .footerMenu {
        font-size: 12px;
    }
        .footerMenu a:not(:last-child) {
            margin-right: 10px;
        }
    .footerContactItem {
        gap: 8px;
    }
    .footerContactItem p, .footerContactItem a, .copyRight p {
        font-size: 12px;
    }
    .footerContactItem img {
        width: 12px;
    }
    .footerSubCover h4 {
        font-size: 14px;
    }
    #madebyInfo {
        gap:6px
    }
        .copyRight svg {
        width: 60px;
    }
}
@media screen and (max-width: 590px) {

    .footerMenu {
        gap:12px
    }

    .footerMenu a:not(:last-child) {
        margin-right: 0;
    }
    .footerContactItems {
        max-width: 230px;
    }
   
}
@media screen and (max-width: 450px) {
    .footerSubCover{
        flex-direction:column;
    }
    .copyRight {
        margin-top: 15px;
        gap: 0;
        flex-direction: column;
        align-items: flex-start;
    }
        .copyRight p {
            margin-top: 15px;
        }
}