li {
    list-style: none;
}

a:hover {
    text-decoration: none;
}

html {
    font-size: 16px;
}


/*text*/

@media(max-width: 1200px) {
    html {
        font-size: 13px;
    }
}

@media(max-width: 990px) {
    html {
        font-size: 16px;
    }
}

@media(max-width: 450px) {
    html {
        font-size: 15px;
    }
}


/*fonts*/

@font-face {
    font-family: corporateABold;
    src: 
        url('/fonts/CorporateA-Bold.otf') format('woff');
}

@font-face {
    font-family: corporateADemi;
    src: url("/fonts/CorporateA-Demi.otf") format('woff');
}

@font-face {
    font-family: corporateARegular;
    src: url('/fonts/CorporateA-Regular.otf') format('woff');
}


/*nav*/

.icon-Logo::before {
    content: "\e906";
    color: #1f0d06;
    width: 12.4375rem;
}

.icon-hamburger {
    content: "\e905";
}

.navbar-brand {
    font-size: 48px;
}

.icon {
    font-size: 32px;
}

.nav-item {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #000000;
    font-family: corporateADemi;
}


/*section-1*/

.bg-light-pink {
    background-color: #fbf8f5;
    height: 750px;
}

.col-mt-1 {
    margin-top: 118px;
}

.col-mt-2 {
    margin-top: 100px;
}

.title-1 {
    font-family: corporateABold;
    font-size: 3.75rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: normal;
    color: #000000;
}

.text-1 {
    font-family: CorporateAPro;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.55;
    letter-spacing: normal;
    color: #000000;
}

.google-play-logo {
    max-width: 200px;
}

.app-store-logo {
    max-width: 226px;
}

.kesfet-box,
.kesfet-box-2 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #000000;
    font-family: corporateARegular;
}

.phone-box {
    position: relative;
}

.phone-bg {
    position: relative;
    max-width: 450px;
    object-fit: contain;
}

.phone-screen {
    position: absolute;
    max-width: 342px;
    object-fit: contain;
    top: 23px;
    left: 75px;
}

@keyframes highlight {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media(max-width:1200px) {
    .phone-box-4 {
        right: -27px!important;
    }
}

@media (max-width:991px) {
    .col-mt-1 {
        margin-top: 50px;
    }
    .col-mt-2 {
        margin-top: 50px;
    }
    .kesfet-box {
        display: none;
    }
    .kesfet-box-2 {
        display: block!important;
    }
    .bg-light-pink {
        height: 1200px;
    }
    .hakkimizda-container {
        margin-top: 300px!important;
    }
    .phone-box-2 {
        left: -55px;
    }
    .phone-box-4 {
        left: 167px;
        top: 50px!important;
    }
    .phone-box-3 {
        top: 102px!important;
    }
    #download {
        height: 915px!important;
    }
}

@media (max-width:768px) {
    .phone-box {
        margin-left: -40px;
        width: 90%;
    }
    .phone-box-2 {
        left: -10px;
    }
    .phone-box-4 {
        width: 250px;
    }
}

@media (max-width: 576px) {
    .phone-box {
        margin-left: -80px;
        width: 90%;
    }
    .phone-box-2 {
        left: 70px;
    }
    .phone-bg-3 {
        width: 300px;
    }
    .phone-screen-3 {
        width: 224px;
        left: 51px!important;
    }
    .phone-bg-4 {
        width: 300px;
    }
    .phone-screen-4 {
        width: 224px;
        left: 51px!important;
    }
}

@media (max-width: 480px) {
    .phone-bg {
        max-width: 372px;
        left: 7px;
    }
    .phone-screen {
        width: 280px;
        left: 70px;
        top: 22px;
    }
    .google-play-logo {
        width: 90%;
    }
    .app-store-logo {
        width: 100%;
    }
    .phone-box-3 {
        left: -20px!important;
    }
    .phone-bg-3 {
        max-width: 225px!important;
    }
    .phone-screen-3 {
        max-width: 167px!important;
        left: 42px!important;
    }
    .phone-box-4 {
        left: 75px!important;
    }
}


/*section-hakkimizda*/

.title-2 {
    font-family: corporateABold;
    font-size: 52px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    color: #000000;
}

.text-2 {
    font-family: corporateABold;
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #000000;
}

.text-3 {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.55;
    letter-spacing: normal;
    color: #000000;
    font-family: corporateARegular;
}


/*section-ozellikler*/

.first {
    background-color: #1f0d06!important;
    border: solid 1px #1f0d06!important;
    border-radius: 7px!important;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: normal;
    color: #ffffff;
    font-family: corporateADemi;
}

.icon-right {
    display: block;
    float: right;
}

.ozellikler-list {
    font-size: 1.5rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: normal;
    color: #986b58;
    font-family: corporateADemi;
    border-radius: 6.3px!important;
    border: solid 0.9px #986b58;
}

.ozellikler-list:hover {
    color: #986b58;
}

.phone-box-2 {
    position: relative;
}

.phone-bg-2 {
    position: relative;
    max-width: 363px;
    object-fit: contain;
    left: -70px;
}

.phone-screen-2 {
    position: absolute;
    max-width: 273px;
    object-fit: contain;
    top: 21px;
    left: -8px;
}

.img-search {
    width: 100%;
}

@media(max-width: 992px) {
    .phone-box-2 {
        left: 30px;
    }
}


/*section-faydalar*/

.title-3 {
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #000000;
    font-family: corporateARegular;
}

.text-4 {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.55;
    letter-spacing: normal;
    color: #000000;
    font-family: corporateARegular;
}

.list-1 {
    font-size: 1.125rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #000000;
    font-family: corporateARegular;
}

.list-p-0 {
    padding-left: 0;
}


/*section-paylasimlar*/

.bg-light- {
    background-color: #fbf8f5;
}

.owl-dots {
    display: flex;
    justify-content: center;
}

.owl-theme .owl-dots .owl-dot {
    outline: 0;
}

.owl-dot span {
    width: 8px!important;
    height: 8px!important;
    object-fit: contain!important;
    background-color: #9b9b9b!important;
    border-radius: 50%!important;
    line-height: 5px!important;
}

.owl-dot.active span {
    content: "\e902";
    background-color: #fff!important;
    width: 16px!important;
    height: 16px!important;
    object-fit: contain!important;
    border: solid 4px #986b58!important;
    border-radius: 50%!important;
}

.button-1 {
    border-radius: 3px;
    background-color: #986b58;
    border: 1px solid #986b58;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    font-family: corporateARegular;
}

.button-1:hover {
    color: #ffffff;
}


/*blog*/

.card-title {
    font-family: corporateADemi;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: normal;
    color: #000000;
}

.card-text {
    font-family: corporateARegular;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: #000000;
}


/*download*/

.title-4 {
    font-family: corporateARegular;
    font-size: 60px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: normal;
    color: #000000;
}

#download {
    height: 487px;
}

.qr-code {
    max-width: 160px;
}

.phone-box-3 {
    position: relative;
    top: 100px;
}

.phone-bg-3 {
    position: relative;
    max-width: 295px;
    object-fit: contain;
}

.phone-screen-3 {
    position: absolute;
    max-width: 223px;
    object-fit: contain;
    left: 49px;
    top: 16px;
}

.phone-box-4 {
    position: absolute;
    top: 50px;
    right: 60px;
}

.phone-bg-4 {
    position: relative;
    max-width: 340px;
    object-fit: contain;
}

.phone-screen-4 {
    position: absolute;
    max-width: 256px;
    object-fit: contain;
    left: 58px;
    top: 18px;
}


/*footer*/

.social-list {
    background-color: transparent;
}

.social-list-item {
    width: 32px;
}

.footer-link {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    font-family: corporateARegular;
    color: #000000;
}

.footer-link:hover {
    color: #000000;
}

.copyright {
    font-family: corporateARegular;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #000000;
}

.bg-pink {
    background-color: #fbf8f5;
}

.bg-brown {
    background-color: #986b58;
}

@media (max-width: 380px) {
    .qr-code {
        max-width: 100%;
    }
    .title-1 {
        font-size: 3.3rem;
    }
    .phone-box-2 {
        left: 16px;
    }
    .phone-bg-2 {
        position: relative;
        max-width: 343px;
        object-fit: contain;
        left: -70px;
    }
    .phone-screen-2 {
        position: absolute;
        max-width: 258px;
        object-fit: contain;
        top: 21px;
        left: -12px;
    }
    .phone-box {
        left: 65px;
    }
    .phone-screen {
        position: absolute;
        max-width: 200px;
        object-fit: contain;
        top: 17px;
        left: 19px;
    }
    .phone-bg {
        position: relative;
        max-width: 270px;
        object-fit: contain;
        left: -28px;
    }
    .phone-bg-4 {
        position: relative;
        max-width: 100%;
        object-fit: contain;
    }
    .phone-box-4 {
        width: 220px;
    }
    .phone-screen-4 {
        position: absolute;
        max-width: 162px;
        object-fit: contain;
        left: 40px!important;
        top: 13px;
    }
}