* {
    scroll-behavior: smooth;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    background: #00000077;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}

#loader div {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    /*background: #ccc;*/
    border: 10px solid transparent;
    border-top-color: #00ff00;
    border-bottom-color: #00ff00;
    /*border-left-color: #000;*/
    /*border-right-color: #000;*/
    animation-name: round;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    position: fixed;
    top: calc(50% - 120px);
    left: calc(50% - 60px);
    /*box-shadow: 0 0 5px #000;*/
}

@keyframes round {
    0% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

#loader h4 {
    position: fixed;
    top: calc(50% + 40px);
    text-align: center;
    width: 100%;
    font-size: 30px;
    color: #00ff00;
    text-shadow: 1px 1px 3px #000, 1px 1px 3px #000, 1px 1px 3px #000, 1px 1px 3px #000, 1px 1px 3px #000;
}

a {
    text-decoration: none !important;
}

body {
    padding-top: 80px;
    background-image: url("../img/comperision-bg.jpg");
    background-attachment: fixed;
    padding-bottom: 50px;
}

header {
    width: 100%;
    height: 80px;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    box-shadow: 0 0 10px #ffc107;
}

header a {
    font-size: 40px;
    line-height: 80px;
    font-weight: bold;
    display: block;
    text-align: center;
    color: #ffc107;
}

header .fa {
    font-size: 35px;
}

@media (min-width: 992px) {
    header a {
        font-size: 50px;
    }

    header .fa {
        font-size: 42px;
    }
}

.phone-block {
    font-size: 30px;
    font-weight: bold;
    text-shadow: 1px 1px 2px #000, 1px 1px 2px #000, 1px 1px 2px #000, 1px 1px 2px #000;
    background: #ffc107;
    display: block;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    margin: auto;
    width: 290px;
    margin-bottom: 20px;
}

/* section - 1 */
#section-1 {
    background: #222;
}

#section-1 .center .box, #section-7 .center .box {
    border: 2px solid #ffc107;
}

#section-1 .center h3, #section-7 .center h3 {
    font-size: 28px;
    background: #ffc107;
    line-height: 60px;
    font-weight: bold;
}

#section-1 .center button, #section-7 .center button {
    border-radius: 50px;
    font-size: 35px;
    font-weight: bold;
}

#section-2 {
    background: linear-gradient(217deg, #000, rgba(255, 0, 0, 0) 70.71%), linear-gradient(127deg, #000, #0f2240 70.71%), linear-gradient(336deg, #f9b232, #f9b232 70.71%) !important;
    color: #fff;
    padding: 50px 0;
    text-align: center;
}

#section-2 h2 {
    font-size: 50px;
    line-height: 50px;
    color: #80bdff;
}

#section-2 h2 span {
    color: #ffc107;
}

#section-2 h3 {
    font-size: 35px;
    line-height: 50px;
}

@media (min-width: 370px) {
    #section-2 h2 {
        font-size: 70px;
        line-height: 60px;
    }

    #section-2 h3 {
        font-size: 40px;
        line-height: 55px;
    }
}

@media (min-width: 410px) {
    #section-2 h2 {
        font-size: 80px;
        line-height: 70px;
    }

    #section-2 h3 {
        font-size: 45px;
        line-height: 60px;
    }
}

#section-3 h3 {
    font-size: 26px;
    color: #fff;
    position: relative;
    left: 50px;
    width: calc(100% - 50px);
    margin-bottom: 20px;
}

#section-3 h3 i {
    position: absolute;
    left: -50px;
    font-size: 120%;
    color: #ffc107;
}

#section-4 {
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}

#section-4 h2 {
    font-weight: bold;
    line-height: 50px;
    color: #000;
    font-size: 45px;
    text-align: center;
}

#section-4 li {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}


#section-5 {
    background: #000;
}

#section-5 h2 {
    color: #ffc107;
    font-size: 45px;
    font-weight: bold;
    line-height: 65px;
}

#section-5 h3 {
    color: #fff;
    margin-top: 15px;
    line-height: 50px;
    font-size: 30px;
    font-weight: bold;
}

#section-5 p:last-child {
    font-size: 24px;
}

#section-6 {
    background: #0f2240;
}

#section-6 h2 {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 0;
    color: #fff;
}


#section-6 ol li {
    font-size: 26px;
    line-height: 45px;
    padding-left: 20px;
}


#section-7 {
    background: linear-gradient(217deg, #000, rgba(255, 0, 0, 0) 70.71%), linear-gradient(127deg, #000, #0f2240 70.71%), linear-gradient(336deg, #f9b232, #f9b232 70.71%) !important;
}

#section-7 h2 {
    font-size: 70px;
}

@media (min-width: 992px) {
    #section-7 h2 {
        font-size: 100px;
    }
}

#section-7 .left h3 {
    font-size: 36px;
    line-height: 50px;
    margin-top: 20px;
}

#section-8 img {
    width: 300px;
}

#section-8 h4 {
    color: #ffc107;
    margin-bottom: 50px;
    text-align: center;
    font-size: 18px;
}

footer {
    background: #eee;
}

#bottom-popup {
    width: 100%;
    height: 50px;
    background: #f07c22;
    position: fixed;
    bottom: -300px;
    left: 0;
    box-shadow: 0 0 10px #000;
    transition: ease-in-out 0.6s;
    z-index: 99999;
}

#bottom-popup img {
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 200px;
}

@media (min-width: 992px) {
    #bottom-popup img {
        height: 300px;
    }
}

#bottom-popup a {
    display: block;
    /*width: 70px;*/
    height: 40px;
    padding: 0 20px;
    border-radius: 20px;
    position: absolute;
    bottom: 5px;
    text-align: center;
    line-height: 37px;
    background: #f07c22;
    font-size: 22px;
    color: #fff;
    border: 2px solid #fff;
    box-sizing: border-box;
    right: 30px;
}


#bottom-popup a:first-of-type {
    right: 15px;
}

#bottom-popup a span {
    /*display: none;*/
}

@media (min-width: 992px) {
    #bottom-popup img {
        height: 300px;
    }

    #bottom-popup a:first-of-type {
        right: 300px;
    }

    #bottom-popup a span {
        display: inline-block;
    }
}

#bottom-popup.show {
    bottom: 0;
}