:root {
    --c1: #F66135;
    --c2: #52606D;
    --c3: #F4F6F7;
    /*--c4: #BFBFBF;
    --c5: #FAF8F9; */
    --ct: #070707;
    --cf: #ffffff;
    --cb: #000000;
}

@font-face {
    font-family: "SF Pro Display Bold";
    src: url(../font/SFPRODISPLAYBOLD.OTF);
}

@font-face {
    font-family: "SF Pro Display";
    src: url(../font/SFPRODISPLAYREGULAR.OTF);
}

body {
    padding: 0;
    margin: 0;
    color: var(--ct);
    font-family: "SF Pro Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--ct);
    font-family: "SF Pro Display Bold";
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}

h1 {
    font-size: 88px;
}

h2 {
    font-size: 52px;
    text-transform: capitalize;
}

h2 span {
    color: var(--c1);
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

p,
li {
    color: var(--ct);
    font-family: "SF Pro Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* 166.667% */
    margin-bottom: 20px;
}

li strong {
    color: var(--c3);
}

ul {
    padding-left: 0px;
    margin: 0;
    list-style: none;
}

li,
p:last-of-type {
    margin-bottom: 0px;
}

.lg-container {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.md-container {
    max-width: 1638px;
    margin: 0 auto;
}

.cnt-left-margin {
    margin-left: calc((100% - 1638px) / 2);
}

.cnt-right-margin {
    margin-right: calc((100% - 1638px) / 2);
}

.flex {
    display: flex;
}

.img img {
    max-width: 100%;
    height: auto;
}

.title_sec {
    /* text-align: center; */
    margin-bottom: 60px;
}

.btn {
    display: inline-block;
    color: var(--cf);
    font-family: "SF Pro Display Bold";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 16px 32px;
    border-radius: 4px;
    margin-top: 32px;
    background-color: var(--c1);
    text-transform: capitalize;
}

.btn:hover {
    color: var(--cf);
    background-color: var(--c3);
}

.btn-md {
    padding: 16px 24px;
}

.btn-black {
    color: var(--cf);
    background-color: var(--ct);
}

.btn-outline-white {
    color: var(--cf);
    background-color: unset;
    border: 1px solid var(--cf);
}

.btn-read-more {
    display: inline-block;
    color: var(--ct);
    font-family: "SF Pro Display Bold";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}


/* .btn-cirlce */

@media(max-width:1700px) {
    .md-container {
        max-width: 94%;
    }
    .cnt-left-margin {
        margin-left: calc((100% - 94%) / 2);
    }
    .cnt-right-margin {
        margin-right: calc((100% - 94%) / 2);
    }
}

@media(max-width:1440px) {
    li,
    p {
        font-size: 16px;
        line-height: 150%;
    }
    h1 {
        font-size: 64px;
    }
    h2 {
        font-size: 44px;
    }
    h3 {
        font-size: 26px;
    }
    h4 {
        font-size: 22px;
    }
    .btn {
        font-size: 18px;
    }
    .btn-cirlce,
    .btn-cirlce-black {
        font-size: 16px;
        width: 130px;
        height: 130px;
    }
    .btn-cirlce::before,
    .btn-cirlce-black::before {
        right: 27px;
    }
    .btn-cirlce::after,
    .btn-cirlce-black::after {
        right: 22px;
    }
}

@media(max-width:1300px) {
    h1 {
        font-size: 42px;
    }
    h2 {
        font-size: 34px;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 22px;
    }
    /* h5 {
        font-size: 18px;
    } */
}

@media(max-width:1200px) {
    h2 {
        font-size: 32px;
    }
    h4 {
        font-size: 20px;
    }
}

@media(max-width:990px) {
    h1 {
        font-size: 48px;
    }
    .md-container {
        max-width: 100%;
        padding: 0 24px;
    }
    /* .cnt-left-margin {
        margin-left: 0px;
        max-width: 100%;
        padding: 0 24px;
    }
    .cnt-right-margin {
        margin-right: 0px;
        max-width: 100%;
        padding: 0 24px;
    } */
    .title_sec {
        margin-bottom: 40px;
    }
}

@media(max-width:768px) {
    h2 {
        font-size: 26px;
    }
    /* h3 {
        font-size: 26px;
    }
    h4 {
        font-size: 20px;
    } */
}