@import url('https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');



.anaresim {
    background-image: url(images/anaresim.png);
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
}

.logo {
    width: 22%;
}

a.nav-link {
    font-family: "Alegreya", serif;
    border-bottom: 1px solid #ffffff00;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    font-size: 20px;

}

.nav-link:hover {
    border-bottom: 1px solid #ffffff;

}

.slogan1 {
    color: #fff;
    font-family: "Alegreya", serif;
    font-size: 40px;
}

.tektekyazi {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tektekyazi p {
    font-size: 3rem;
    padding: 0.5rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    text-align: center;
    overflow: hidden;

}

.tektekyazi p span.typed-text {
    font-weight: normal;
    color: #971717;
    font-family: "Merriweather", serif;
}

.tektekyazi p span.cursor {
    display: inline-block;
    background-color: #ccc;
    margin-left: 0.1rem;
    width: 3px;
    animation: blink 1s infinite;
}

.tektekyazi p span.cursor.typing {
    animation: none;
}

@keyframes blink {
    0% {
        background-color: #ccc;
    }

    49% {
        background-color: #ccc;
    }

    50% {
        background-color: transparent;
    }

    99% {
        background-color: transparent;
    }

    100% {
        background-color: #ccc;
    }
}

.guveniliryazisi {
    font-family: "Merriweather", serif;
}

.btn1 {
    font-family: "Merriweather", serif;
    background-color: #fff;
    bottom: 20%;
    position: absolute;
    /* top: 0; */
    margin: 0 auto;
    border: 1 solid#fff;
    border-radius: 15px;
    width: 150px;
    height: 59px;
    justify-content: center;
    align-items: center;
    display: flex;

}

a {
    color: #1E4FFF;
    text-decoration: none;
}

.btn2 {
    font-family: "Merriweather", serif;
    background-color: rgba(30, 79, 255, 35%);
    bottom: 20%;
    position: absolute;
    /* top: 0; */
    margin: 0 auto;
    border: 1 solid#fff;
    border-radius: 15px;
    width: 150px;
    height: 59px;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-left: 180px;

}

.sigortabaslik {
    font-family: "Alegreya", serif;
    color: #565656;
}

.card {
    background-color: rgba(255, 255, 255, 70%);
    width: 80%;
    height: 46vh;
    bottom: 33%;
    top: 30%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;

}

.hizmetbaslik {
    color: #4D4D4D;
    font-family: "Alegreya", serif;
    text-align: center;
    font-size: 20px;

}

.hizmetyazi {
    color: #686868;
    font-family: "Merriweather", serif;
    text-align: center;
    font-size: 15px;
    min-height: 90px;
}
.btn3{
    color: #fff;
    width: 90%;
    height: 55px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.btn4{
    color: #4C4C4C;
    width: 90%;
    height: 55px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.ortayazi{
    color: #393939;
    font-family: "Merriweather", serif;
}
.sigortafaydalarbaslik{
    color: #393939;
    font-family: "Alegreya", serif;
    font-size: 25px;
}
.bgyazi{
    background-color:#293562 ;
    width: 100%;
    height: 100%;
}
.faydayazilarp{
    font-family: "Alegreya", serif;
    color: #ababab;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 113px;
    line-height: 40px;
}
.secmelisinizbaslik{
    font-family: "Alegreya", serif;
    color: #565656;
}
h2.secmelisinizbaslik:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #565656;
    width: 23rem;
    height: 2px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.secmebg{
    background-color: #98B3D2;
    width: 90%;
    height: 80vh;
    border-radius: 90px;
}
.secmebg2{
    background-color: #B3C8DE;
    width: 90%;
    height: 80vh;
    border-radius: 90px;
}
i.fa-solid.fa-clock {
    font-size: 40px;

}
i.fa-solid.fa-globe {
    font-size: 40px;
}
i.fa-solid.fa-check {
    font-size: 40px;
}
.secmebaslik{
    color: #293562;
    font-family: "Alegreya", serif;
    text-align: center;

}
.secmep{
    color: #fff;
    font-family: "Merriweather", serif;
    text-align: left;
    line-height: 40px;
    
}
.fotbg{
    background-color: #293562;
    width: 100%;
    height: 100%;
}
.fotbaslik{
    color: #fff;
    font-family: "Alegreya", serif;
}
.fotp{
    color: #fff;
    font-family: "Merriweather", serif;
}

.vr {
    border: 1px solid#fff;
    height: 218px;
    position: absolute;
    right: 67%;
}
.vr2 {
    border: 1px solid#fff;
    height: 218px;
    position: absolute;
    right: 33.7%;
}
.hakyazi{
    color: #fff;
    font-family: "Merriweather", serif;
}
.fot1{
    background-image: url(images/Rectangle\ 16.png);
    width: 100%;
    height: 100%;
    background-position:center center;

}
.fot2{
    background-image: url(images/Rectangle\ 17.png);
    width: 100%;
    height: 100%;
    background-position:center center;
}
.fot3{
    background-image: url(images/Rectangle\ 18.png);
    width: 100%;
    height: 100%;
    background-position:center center;
}
.fot4{
    background-image: url(images/Rectangle\ 19.png);
    width: 100%;
    height: 100%;
    background-position:center center;

}
.hakkimizdabaslik{
    font-family: "Alegreya", serif;
    color: #565656;

}
.iletisimsayfasi{
    color: #686868;
    font-family: "Merriweather", serif;
}
.hakkimizdayazi{
    color: #686868;
    font-family: "Merriweather", serif;
    line-height: 40px;

}
.vr3 {
    border: 1px solid #686868;
    height: 283px;
    position: absolute;
    transform: rotate(90deg);
    left: 22%;
}
