html{
    height:unset !important;
}

body{
    font-family: 'Montserrat', sans-serif;
    background: url("../image/gradient-bg.png");
    background-size: cover;
}
img {
    vertical-align: middle;
    border-style: none;
}
*, ::after, ::before {
    box-sizing: border-box;
}
img {
    overflow-clip-margin: content-box;
    overflow: clip;
}
h1{
    color: #f95543;
}

.haberdarBox{
    font-family: "Montserrat",sans-serif;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.48) 0%, rgba(255, 255, 255, 0) 100%);
    filter: drop-shadow(0px 4px 21px rgba(0, 0, 0, 0.13));
    box-shadow: 0px 4px 25px rgb(141 139 138 / 55%);
    border-radius: 20px;
    border: 1px solid white;
}

.size {
    height: 225px;
    width: auto;
    padding: 15px;
}

.sirketbox-title{
    font-family: 'cursive';
    font-style: normal;
    font-weight: 600;
    font-size: 34px;
    line-height: 28px;
    text-align: left;
    color: #f95543;
}


.footer{
    height: auto;
    font-family: "Montserrat",sans-serif;
}
.footer-top{
    min-height: 164px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.footer-title{
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;

    color: #252331;
}
.footer-phone-number{
    font-weight: 700;
    font-size: 48px;
    line-height: 59px;
    color: #FF6427;
}
.footer-bottom{
    min-height: 455px;
}

.container-full{
    max-width: unset !important;
}

.footer-part-title{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;

    color: #000000;
}
.footer-bottom .nav a{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */

    color: #000000;
}

.footer-phone-text{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    /* identical to box height */
    color: #000000;
}