*,
body {
    direction: rtl;
    font-family: Watan-Regular, sans-serif;
}

ul,
li {
    list-style: none;
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-align: right;
    margin: 0;
}

article {
    text-align: right;
}

div,
button {
    outline: unset !important;
}

iframe {
    width: 100% !important;
    height: 700px;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
legend,
main,
nav,
section {
    overflow: hidden;
}

p {
    text-align: right;
    margin-bottom: unset;
}

a {
    text-decoration: none !important;
    outline: unset;
}

@font-face {
    font-family: Watan-Regular;
    src: url(../fonts/Watan-Regular.ttf), url(../fonts/Watan-Regular.otf);
}

@font-face {
    font-family: Hacen-Tunisia-Bold;
    src: url(../fonts/Watan-Regular.ttf), url(../fonts/Watan-Regular.otf);
}

#main-container {
    background-image: url(../images/bg.jpg);
    background-size: cover;
}

/* Navigation */
nav {
    height: 60px;
    padding: 0 1rem !important;
}

nav img {
    width: 80%;
}

nav > button i {
    margin-top: 5px;
}

nav ul.social-links {
    display: inline-block;
}

nav ul.social-links li {
    display: inline-block;
}

nav ul.social-links li:nth-of-type(1) {
    padding-left: 4px;
}

nav ul.social-links li i {
    color: #666666;
    border: 1px solid #666;
    border-radius: 50%;
    line-height: 30px;
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 16px;
}

nav button {
    background-color: #ec6708 !important;
    width: 52px;
    height: 45px;
    border: 1px solid #ec6708 !important;
    -webkit-border-radius: unset !important;
    -moz-border-radius: unset !important;
    -o-border-radius: unset !important;
    -ms-border-radius: unset !important;
    border-radius: unset !important;
}

nav button i {
    font-size: 20px;
    color: #ffffff;
}

nav .navbar-collapse {
    background: #ffffff;
    position: fixed;
    right: -100%;
    top: 0;
    height: 100vh;
    width: 30%;
    transition: unset;
    z-index: 999;
}

nav .navbar-collapse ul {
    padding: 12px 12px;
    height: 100%;
}

nav .navbar-collapse ul li {
    text-align: right;
}

.navbar-nav .nav-link {
    font-size: 24px;
}

.new-toggler {
    display: flex;
    justify-content: center;
}

#main-container {
    position: relative;
}

.title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 48px;
}

.title img {
    width: 9%;
}

.title h1 {
    margin-right: 6px;
    border-top: 2px solid #f67a32;
    border-bottom: 2px solid #f67a32;
    font-weight: bold;
    color: #ffffff;
    font-size: 60px;
    padding: 24px 0;
}

/* Cross Media Code */
#title-section {
    background-image: url("../images/background/title-bg.jpg");
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
}

#title-section .title-container {
    width: 80%;
    margin: 0 auto;
}

#title-section .title-container img {
    margin: 0 auto;
    display: block;
    width: 100%;
}

#title-section .title-container h1 {
    display: none;
}

#title-section .title-container p {
    font-weight: bold;
    text-align: center;
    font-size: 70px;
    margin-top: 24px;
}

#title-section .title-container .title-border {
    border-bottom: 5px solid #cb2228;
    display: block;
    margin-top: 24px;
}

#title-section .title-container h3 {
    font-size: 70px;
    font-weight: bold;
    margin-top: 24px;
    text-align: center;
}

#title-section .title-container h3 span {
    color: #cb2228;
    font-size: 80px;
    font-weight: bold;
}

#tabs-section {
    background-image: url(../images/background/bg.jpg);
    padding: 50px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.tabs-title-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabs-title-container > div {
    padding: 0 24px;
}

.tabs-title-container h2 {
    display: none;
}

.tabs-title-container p {
    font-weight: bold;
    font-size: 50px;
    color: #ffffff;
}

.tabs-title-container p span {
    color: #ebd95f;
}

.tabs-title-container h3 {
    font-weight: bold;
    font-size: 40px;
    color: #ffffff;
    text-align: center;
    margin-top: 12px;
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.tabs-title-container h3 span {
    border-bottom: 5px solid #ffffff;
    width: 80px;
    display: block;
}

.tabs-title-container h3 span:first-of-type {
    margin-left: 12px;
}

.tabs-title-container h3 span:last-of-type {
    margin-right: 12px;
}

.tabs-title-container img {
    width: 10%;
}

.tab-title {
    display: flex;
    align-items: center;
    position: relative;
    padding: 6px 0;
}

.tab-mark {
    padding-right: 12px;
}

.tab-title i {
    font-size: 20px;
    color: #db2026;
    position: absolute;
    left: 25px;
    top: -2px;
    font-size: 30px;
    color: #ffffff;
}

.tab-name {
    text-align: center;
    width: 70%;
}

.tab-name h3 {
    color: #000000;
    text-align: center;
    font-weight: bold;
}

.tab-icon {
}

.tabs-container {
    margin-top: 80px;
    width: 100%;
}

.tabs-container ul {
    padding-right: 0;
    border: unset;
}

.tabs-container ul li {
    background-color: transparent;
}

.tabs-container ul li a {
    background-color: #ffffff;
    padding: 0;
}

.tabs-container ul li:hover {
    border: unset;
}

#tabs-section .tab-icon img {
    position: absolute;
    top: -10px;
    left: 0px;
    display: block;
}

button:focus,
button:active {
    outline: none;
}

#accordion {
    margin-top: 80px;
}

#accordion .card {
    width: 80%;
    margin: 0 auto;
    border-radius: unset;
    border: unset;
}

#accordion .city-row .row .col-lg-4 {
    margin-top: 48px;
    height: 240px;
}

#accordion .collapse .card-body:hover {
    cursor: pointer;
    border-bottom: 4px solid #b80909;
}

#accordion a {
    color: #000000;
}

#accordion .card-header {
    padding: 0;
}

#accordion .card-body {
    padding: 0;
}

#accordion button {
    width: 100%;
    padding: 0;
    border: unset;
    background-color: #ffffff;
    outline: unset !important;
}

#accordion button:hover .tab-name h3 {
    color: #b80909;
    text-decoration: none;
    font-weight: bold;
}

.first-data-container {
    display: flex;
    align-items: center;
    padding: 12px 0;
}

.first-data-container i {
    font-size: 20px;
    color: #000000;
}

.first-data-container .data-chr {
    margin-right: 12px;
}

.first-data-container .data-chr h3 {
    font-size: 20px;
    font-weight: bold;
}

.first-data-container .data-number {
    margin-right: auto;
    width: 50px;
    height: 50px;
    background-color: #960e0e;
}

.first-data-container .data-number span {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
}

/* List System */
#list-system {
    background-image: url(../images/background/bg2.jpg);
    display: flex;
    align-items: center;
    padding: 50px 0;
    background-size: cover;
    background-repeat: no-repeat;
}

#list-numbers {
    margin: 55px auto auto auto;
    width: 75%;
    background-color: #efefef;
}

.list-number-box {
    padding-bottom: 24px;
}

.list-number-box .title {
    margin-top: 0;
    background-color: #ffffff;
    height: 80px;
}

.list-number-box .title h3 {
    font-weight: bold;
    color: #000000;
    font-size: 40px;
}

.count {
    display: flex;
    margin-top: 24px;
    align-items: center;
    padding: 0 24px;
}

.count .data-number {
    margin-right: auto;
    width: 70px;
    height: 35px;
    background-color: #960e0e;
}

.count .data-number span {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
}

.count .data-chr {
    margin-right: 12px;
}

.count .data-chr h3 {
    font-weight: bold;
    font-size: 20px;
}

#circle-info .tab-title {
    display: flex;
    align-items: center;
    position: relative;
    padding: 6px 0;
    background-color: #ffffff;
    margin-top: 48px;
}

#circle-info .tab-title i {
    font-size: 20px;
    color: #db2026;
    position: absolute;
    left: 25px;
    top: -2px;
    font-size: 30px;
    color: #ffffff;
}

#circle-info .tab-icon .main-icon {
    position: absolute;
    top: -13px;
    left: 0px;
    display: block;
}

#circle-info .tab-icon > div {
    display: flex;
    align-items: baseline;
    position: relative;
    justify-content: center;
    right: 24px;
}

#circle-info .tab-icon > div img {
    width: 35%;
}

#circle-info .tab-icon span {
    color: #ffffff;
    position: relative;
    right: 20px;
    font-size: 18px;
    font-weight: bold;
}

#circle-info .tab-icon > div h4 {
    color: #ffffff;
    font-weight: bold;
    margin-right: 8px;
}

#circle-info .tab-mark {
    padding-right: 12px;
}

#circle-info .tab-name {
    text-align: center;
    width: 75%;
}

#circle-info .tab-name {
    color: #000000;
    text-align: center;
    font-weight: bold;
}

#circle-info .tab-name h3 {
    font-size: 24px;
}

/* Footer */
#learning-footer {
    width: 100%;
    height: 57px;
    background-color: #2a2929;
    padding: 12px 0;
    display: flex;
    align-items: center;
}

.learn-footer-logo img {
    margin: 0 auto;
    display: block;
}

.learning-copyright {
    text-align: center;
}

.learning-copyright h3 {
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.learning-copyright h3 span {
    color: #eb7020;
}

.work-team h3 {
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 5555;
}

.modal-content {
    background-color: #f4f4f4;
    margin: 13% auto;
    width: 50%;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
    animation-name: modalopen;
    animation-duration: 1s;
}

.modal-footer h3,
.modal-header h2 {
    margin: 0;
}

.modal-header {
    color: #fff;
    text-align: center;
    margin: 24px auto auto auto;
    border: unset;
}

.modal-header h2 {
    display: inline-block;
    padding: 0 30px;
    font-size: 48px;
    color: #2c2c2c;
}

.modal-header img {
    margin: 30px auto;
    display: inline-block;
}

.modal-body {
    padding: 24px 20px;
}

.modal-body .team h3,
.modal-body .team h4 {
    text-align: center;
}

.modal-body .team h3 {
    color: #f1760c;
    font-size: 24px;
}

.modal-body .team h4 {
    margin-top: 12px;
}

.closeBtn {
    color: #f1750b !important;
    float: right;
    font-size: 31px;
    font-weight: 700;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    background: #fff;
    line-height: 30px;
    position: relative;
    top: -53px;
    border: 2px solid #333;
    left: 12%;
}

.closeBtn:focus,
.closeBtn:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* Scroll To Top */
#scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #ec6708;
    z-index: 1;
    display: none;
    border-radius: 50%;
}

#scroll img {
    margin: 12px auto;
    display: block;
    width: 35%;
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}

#scroll:hover {
    background-color: rgba(236, 103, 8, 0.9);
    transition: all ease-in-out 0.5s;
}

.new-con {
    margin-top: 12px;
}

.new-1 {
    background-image: url("../images/icons/new3.png");
    height: 400px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

.new-1 img {
    position: absolute;
    bottom: 16px;
    right: 50px;
}

.new-con1 {
    position: absolute;
    bottom: -12px;
}

.new-con2 {
    margin-top: 0;
}

.new-2 {
    background-image: url("../images/icons/new2.png");
    height: 250px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

.new-2 img {
    position: absolute;
    right: 35px;
    bottom: 12px;
    width: 60%;
}

.new-con3 {
    position: absolute;
    top: -5%;
    margin-top: 0px;
}

.new-3 {
    background-image: url("../images/icons/new1.png");
    height: 220px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

.new-3 img {
    width: 100%;
    margin-top: 38px;
    margin-right: 17px;
}

.new-cont-2 {
    position: absolute;
    bottom: -14px;
}

.new-cont-3 {
    margin-top: 82px;
}

.edit-team {
    margin-top: 24px;
}

.pro-team {
    margin-top: 24px;
}

/* Extra Small Devices Portrait Phones */
@media (max-width: 575.98px) {
    .new-e {
        margin-top: 24px;
    }

    iframe {
        height: 240px;
    }

    /* Navigation */
    nav {
        height: auto;
    }

    nav button {
        width: 50px;
        height: 43px;
    }

    .navbar-nav .nav-link {
        font-size: 18px;
        line-height: 24px;
    }

    nav .navbar-collapse {
        width: 80%;
    }

    .logo {
        width: 60%;
        position: relative;
        right: 33px;
        display: flex;
        align-items: center;
        margin: 0 auto;
    }

    /* Start Main */
    .main-title img {
        width: 12%;
    }

    .main-title > div::before,
    .main-title > div::after {
        width: 100px;
    }

    .main-title span {
        width: 256px;
    }

    .main-title h1 {
        font-size: 24px;
    }

    .scroll {
        display: none;
    }

    .main-content {
        margin-top: 35px;
    }

    .main-content p span {
        font-size: 30px;
    }

    .main-content p:nth-child(2) {
        margin-top: 30px;
    }

    #main-section {
        padding-bottom: 20px;
    }

    .main-content p {
        font-size: 24px;
        padding: 0 12px;
    }

    .fire-work-title h2 {
        font-size: 35px;
    }

    .sub-title h3 {
        font-size: 28px;
    }

    #fire-works {
        background-position: 20%;
        padding: 0;
    }

    #fire-works .container-fluid {
        background-color: rgba(0, 0, 0, 0.5);
        padding-bottom: 30px;
    }

    .fire-work-content p {
        padding: 0 12px;
        font-size: 22px;
        color: #ffffff;
    }

    .fire-work-title h2 {
        color: #ffffff;
    }

    /* Story Part Two */
    #part-two {
        padding: 0;
        background-position: 60%;
    }

    #part-two .container-fluid {
        background-color: rgba(0, 0, 0, 0.5);
    }

    #part-two .fire-work-content p:nth-child(1) {
        margin-top: 65px;
    }

    #part-two .fire-work-content p:nth-child(2) {
        margin-top: 45px;
    }

    #part-two .fire-work-content p i {
        font-size: 30px;
    }

    /* Personal Image */
    .personal-image img {
        width: 50% !important;
        margin: 0 auto;
        display: block;
    }

    .personal-image::after {
        right: 88px;
    }

    .personal-image::before {
        left: 84px;
    }

    #part-three .fire-work-content p i {
        font-size: 28px;
    }

    .fire-work-content p:nth-child(3) {
        padding-left: 12px;
    }

    #ramdan {
        padding-bottom: 100px;
    }

    .ramdan-title {
        margin-top: 65px;
    }

    .ramdan-content {
        margin-top: 60px;
    }

    .ramdan-content p {
        font-size: 24px;
    }

    .ramdan-title h3 {
        font-size: 35px;
        padding: 14px 0;
        max-width: 94%;
    }

    .info-title-con h3 {
        width: 95%;
        font-size: 25px;
    }

    .info-title-con {
        height: 97px;
    }

    .dig-info img {
        width: 60%;
    }

    .dig-content {
        margin-top: 55px;
    }

    .dig-content h3 {
        font-size: 18px;
    }

    .dig-content span {
        margin-top: 15px;
    }

    #fire {
        padding-bottom: 100px;
    }

    #first-info .col-md-10 {
        margin-top: 30px;
    }

    .fire-title-con h3 {
        font-size: 25px;
    }

    .fire-subject {
        width: 28%;
    }

    .fire-subject span {
        font-size: 22px;
    }

    .fire-content {
        padding: 0 12px;
    }

    #first-info .col-md-10 .row:nth-child(3),
    #first-info .col-md-10 .row:nth-child(2),
    #first-info .col-md-10 .row:nth-child(4),
    #first-info .col-md-10 .row:nth-child(5) {
        margin-top: 30px;
    }

    .work-title {
        margin-top: 65px;
    }

    .work-title h3 {
        font-size: 32px;
    }

    .work-image {
        margin-top: 24px;
    }

    .fire-house-title h3 {
        font-size: 30px;
    }

    .fire-house-image img {
        width: 100%;
    }

    .fire-house-content p {
        font-size: 22px;
    }

    .part-one-content h3:nth-child(1) {
        margin-top: 20px;
    }

    .part-one-content p {
        margin-top: 20px;
        font-size: 20px;
    }

    .part-one-content h3 {
        font-size: 20px;
        margin-top: 20px !important;
    }

    #story-part-one {
        background-image: url("../images/main/story1.jpg") !important;
        background-position: 50%;
    }

    #story-part-two {
        padding: 0;
        background-position: 93%;
    }

    #story-part-two .container-fluid {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .part-two-content {
        background-color: transparent;
    }

    .part-two-content p:nth-child(1) {
        padding-top: 60px;
    }

    .part-two-content p {
        color: #ffffff;
    }

    .part-three-content p {
        color: #ffffff;
    }

    .part-two-content,
    .part-two-content p:nth-child(1) {
        padding-bottom: 30px;
    }

    .part-two-content p {
        padding-right: 12px;
        font-size: 22px;
    }

    .part-two-content p:nth-child(2) {
        margin-top: 0px;
    }

    .part-three-content p {
        font-size: 22px;
    }

    .part-three-content p:nth-child(1) {
        padding-top: 30px;
    }

    .part-three-content {
        padding-bottom: 30px;
    }

    #story-part-three {
        padding: 0;
        background-position: 24%;
        height: auto;
    }

    #story-part-three .container-fluid {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .part-three-content {
        background-color: transparent;
    }

    .main-advice {
        margin-top: 24px;
    }

    /* Modal */
    .modal-header img {
        width: 22%;
        margin: 16px auto;
    }

    .modal-header h2 {
        padding: 0 16px;
        font-size: 23px;
    }

    .modal-content {
        width: 95%;
    }

    #learning-footer {
        height: auto;
    }

    .learning-copyright h3 {
        margin-top: 6px;
    }

    .work-team h3 {
        margin-top: 6px;
    }

    .closeBtn {
        width: 35px;
        height: 35px;
        top: -25px;
        line-height: 36px;
        font-size: 25px;
    }

    /* New Changes */
    .work-title h3 {
        font-size: 33px;
    }

    .work-content {
        padding: 0 12px;
        margin-top: 18px;
    }

    .work-title img {
        margin: 6px auto auto auto;
        width: 60%;
    }

    .work-content p {
        font-size: 21px;
    }

    .work-image {
        position: relative;
        display: none;
    }

    .work-image > div {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .part-one-image {
        position: relative;
        display: none;
    }

    #story-part-one {
        padding-top: 0;
    }

    #story-part-one .container-fluid {
        background-color: rgba(0, 0, 0, 0.7);
        padding-bottom: 30px;
    }

    .part-one-content {
        padding: 0 12px;
    }

    .part-one-image > div {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
    }

    #ramdan-work {
        background-image: url("../images/main/work.jpg");
    }

    #ramdan-work .container-fluid {
        background-color: rgba(0, 0, 0, 0.5);
        padding-bottom: 30px;
    }

    .advice-dv {
        display: none;
    }

    .advice-1 {
        background-image: unset;
        margin-top: 0;
        height: unset;
        margin-top: 0px;
    }

    .advive-con1 {
        margin-top: 50px;
    }

    .advive-content1 {
        margin-top: 30px;
    }

    .advice-1 img {
        width: 100%;
    }

    .closeBtn {
        left: 7%;
        top: -50px;
    }

    .king-video {
        height: 240px;
    }
}

/* Small Devices Landscape Phones */
@media (min-width: 576px) and (max-width: 767.98px) {
    .new-e {
        margin-top: 24px;
    }

    /* Navigation */
    nav .navbar-collapse {
        width: 75%;
    }

    .logo {
        width: 50% !important;
        position: relative;
        right: 25px;
    }

    .main-title h1 {
        font-size: 30px;
    }

    .main-title > div img {
        width: 12%;
    }

    .main-title > div::before,
    .main-title > div::after {
        width: 30%;
    }

    .main-title span {
        width: 420px;
    }

    .main-content p span {
        font-size: 34px;
    }

    .main-content {
        margin-top: 70px;
    }

    .main-content p:nth-child(2) {
        margin-top: 33px;
    }

    .main-content p {
        font-size: 24px;
    }

    /* Mian Section */
    .main-content {
        /* background-color: rgba(255, 255, 255, 0.7); */
        padding: 0px 12px;
    }

    .scroll {
        display: none;
    }

    /* Fire Works */
    #fire-works {
        padding: 0;
    }

    #fire-works .container-fluid {
        background-color: rgba(0, 0, 0, 0.5);
        padding-bottom: 50px;
    }

    .fire-work-title h2 {
        font-size: 45px;
        color: #ffffff;
    }

    .sub-title h3 {
        font-size: 30px;
    }

    .fire-work-content p {
        font-size: 24px;
        color: #ffffff;
    }

    /* Part Two */
    #part-two {
        background-position: 50%;
        padding: 0;
    }

    #part-two .container-fluid {
        background-color: rgba(0, 0, 0, 0.5);
        padding-bottom: 0;
    }

    /* Part Three */
    .personal-image img {
        width: 50% !important;
        margin: 0 auto;
        display: block;
    }

    .personal-image::before {
        left: 125px;
    }

    .personal-image::after {
        right: 125px;
    }

    #part-three .fire-work-content p i {
        font-size: 30px;
    }

    /* Ramdan */
    #ramdan {
        padding-bottom: 265px;
    }

    .ramdan-title h3 {
        max-width: 90%;
        padding: 18px;
        font-size: 40px;
    }

    .ramdan-content p {
        font-size: 30px;
    }

    /* First Info */
    .info-title-con {
        height: 120px;
    }

    .info-title-con h3 {
        width: 90%;
        font-size: 35px;
    }

    .dig-info img {
        width: 30%;
    }

    #first-info .col-md-10 {
        margin-top: 40px;
    }

    #first-info .col-md-10 .row:nth-child(2),
    #first-info .col-md-10 .row:nth-child(4),
    #first-info .col-md-10 .row:nth-child(5) {
        margin-top: 30px;
    }

    #first-info .col-md-10 .row:nth-child(3) {
        margin-top: 30px;
    }

    .dig-content h3 {
        font-size: 22px;
    }

    .dig-content span {
        margin-top: 12px;
    }

    .dig-content {
        margin-top: 46px;
    }

    /* Fire */
    #fire {
        padding-bottom: 130px;
    }

    .fire-title-con h3 {
        font-size: 40px;
    }

    .fire-subject span {
        font-size: 24px;
    }

    .fire-subject {
        width: 23%;
    }

    /* Ramdan Work */
    .work-title {
        margin-top: 65px;
    }

    .work-title h3 {
        font-size: 40px;
    }

    .work-image {
        margin-top: 24px;
    }

    /* Fire House */
    .fire-house-title h3 {
        font-size: 37px;
    }

    .fire-house-image img {
        width: 100%;
    }

    /* Story Part One */
    .part-one-content h3:nth-child(1) {
        margin-top: 40px;
    }

    .part-one-content p {
        margin-top: 50px;
    }

    /* Story Part Two */
    #story-part-two {
        background-position: 100%;
        padding: 30px 0;
    }

    .part-two-content p:nth-child(1) {
        padding-top: 110px;
    }

    .part-two-content p:nth-child(2) {
        margin-top: 40px;
    }

    .part-two-content p {
        padding-right: 12px;
    }

    .part-two-content {
        padding-bottom: 60px;
        background-color: transparent;
    }

    .part-two-content p {
        color: #ffffff;
    }

    .part-three-content p {
        color: #ffffff;
    }

    #story-part-one .container-fluid .row .col-lg-6 {
        padding: 0;
    }

    #story-part-two {
        padding: 0;
    }

    #story-part-two .container-fluid {
        background-color: rgba(0, 0, 0, 0.5);
    }

    /* Story Part Three */
    #story-part-three {
        height: auto;
        padding: 0;
    }

    #story-part-three .container-fluid {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .part-three-content {
        padding-bottom: 145px;
        background-color: transparent;
    }

    /* Footer */
    .learning-copyright h3 {
        font-size: 11px;
    }

    .work-team h3 {
        font-size: 12px;
    }

    .work-title {
        margin-top: 24px;
    }

    #ramdan-work {
        background-image: url("../images/main/work.jpg");
    }

    #ramdan-work .container-fluid {
        background-color: rgba(0, 0, 0, 0.5);
        padding: 50px 0;
    }

    /* New Changes */
    .work-title h3 {
        font-size: 33px;
    }

    .work-content {
        margin-top: 24px;
    }

    .work-content p {
        font-size: 23px;
    }

    .work-image {
        position: relative;
        display: none;
    }

    .work-image > div {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .part-one-image {
        position: relative;
    }

    .story-one-con {
        position: absolute;
        z-index: 1;
    }

    #story-part-one {
        padding-top: 0;
    }

    .part-one-content {
        padding: 0 12px;
    }

    .part-one-image > div {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .advice-dv {
        display: none;
    }

    .advice-1 {
        background-image: unset;
        margin-top: 0;
        height: unset;
        margin-top: 0px;
    }

    .advive-con1 {
        margin-top: 50px;
    }

    .advive-content1 {
        margin-top: 30px;
    }

    .advice-1 img {
        width: 100%;
    }

    .modal-content {
        width: 90%;
    }

    .modal-header h2 {
        font-size: 30px;
    }

    .modal-header img {
        width: 25%;
    }

    .closeBtn {
        left: 5%;
    }

    iframe {
        height: 600px;
    }

    .king-video {
        height: 600px;
    }
}

/* Medium Devices Tablets */
@media (min-width: 768px) and (max-width: 991.98px) {
    .new-e {
        margin-top: 24px;
    }

    /* Navigation */
    nav .navbar-collapse {
        width: 40%;
    }

    .logo {
        display: flex;
        align-items: center;
        position: relative;
        right: 35px;
        margin: 0 auto;
    }

    /* Main Section */
    .main-title > div::before,
    .main-title > div::after {
        width: 32%;
    }

    .main-title span {
        width: 574px;
    }

    .scroll {
        display: none;
    }

    /* Fire Works */
    #fire-works {
        background-position: 30%;
        padding-bottom: 0;
    }

    #fire-works .container-fluid {
        background-color: rgba(0, 0, 0, 0.2);
        padding-bottom: 30px;
    }

    #fire-works .col-md-8 {
        background-color: transparent;
        padding-bottom: 37px;
    }

    .fire-work-title h2 {
        font-size: 44px;
        color: #ffffff;
    }

    .fire-work-content p {
        color: #ffffff;
    }

    .sub-title h3 {
        font-size: 38px;
    }

    /* Part Two */
    #part-two {
        background-position: 50%;
        background-color: rgba(255, 255, 255, 0.7);
        padding-bottom: 0;
    }

    #part-two .container-fluid {
        background-color: rgba(0, 0, 0, 0.5);
        padding-bottom: 30px;
    }

    #part-two .fire-work-content p:nth-child(2) {
        margin-top: 45px;
    }

    /* Part Three */
    .personal-image img {
        width: 50% !important;
        margin: 0 auto;
        display: block;
    }

    .personal-image::before {
        left: 165px;
    }

    .personal-image::after {
        right: 165px;
    }

    /* Ramdan */
    .ramdan-title h3 {
        max-width: 85%;
    }

    .ramdan-title h3 {
        font-size: 50px;
    }

    /* First Info */
    .info-title-con {
        height: 132px;
    }

    .info-title-con h3 {
        font-size: 40px;
    }

    .dig-content h3 {
        font-size: 33px;
    }

    .dig-info img {
        width: 35%;
    }

    #first-info .col-md-10 .row:nth-child(2),
    #first-info .col-md-10 .row:nth-child(3),
    #first-info .col-md-10 .row:nth-child(4),
    #first-info .col-md-10 .row:nth-child(5) {
        margin-top: 80px;
    }

    /* Fire */
    .fire-title-con h3 {
        font-size: 40px;
    }

    .fire-subject span {
        font-size: 30px;
    }

    /* Ramdan Work */
    .work-title {
        margin-top: 50px;
    }

    .work-title h3 {
        font-size: 44px;
    }

    .work-image {
        margin-top: 24px;
        position: relative;
    }

    .work-image > div {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
    }

    #ramdan-work {
        background-image: url("../images/main/work.jpg");
    }

    #ramdan-work .container-fluid {
        padding: 85px 0;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .work-image {
        display: none;
    }

    .work-content {
        margin-top: 24px;
        padding: 0 12px;
    }

    .work-content p {
        font-size: 28px;
    }

    .story-one-con {
        position: absolute;
        z-index: 2;
    }

    .part-one-image > div {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.6);
        width: 100%;
        height: 100%;
    }

    /* Fire House */
    .fire-house-title h3 {
        font-size: 41px;
    }

    .fire-house-image img {
        width: 100%;
    }

    .part-one-content h3:nth-child(1) {
        margin-top: 24px;
    }

    #story-part-one {
        height: 100vh;
        padding-top: 0;
    }

    #story-part-one .container-fluid .row .col-12 {
        padding: 0;
    }

    .part-three-content p {
        color: #ffffff;
    }

    .part-one-content {
        padding: 0 12px;
    }

    .part-one-content p {
        margin-top: 50px;
    }

    /* Story Part Two */
    #story-part-two {
        background-position: 90%;
    }

    #story-part-two .container-fluid {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .part-two-content p:nth-child(1) {
        padding-top: 110px;
    }

    .part-two-content p {
        padding-right: 24px;
        color: #ffffff;
    }

    .part-two-content p:nth-child(2) {
        margin-top: 60px;
    }

    .part-two-content {
        padding-bottom: 130px;
        background-color: transparent;
    }

    /* Story Part Three */
    #story-part-three {
        height: auto;
    }

    #story-part-three .container-fluid {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .part-three-content p:nth-child(1) {
        padding-top: 130px;
    }

    #story-part-three {
        background-position: 60%;
    }

    .part-three-content {
        padding-bottom: 190px;
        background-color: transparent;
    }

    .icon4 img {
        width: 70%;
    }

    .advice-1 img {
        width: 60%;
        right: -14px;
    }

    .advice-1 {
        height: 300px;
    }

    .advice-con3 {
        margin-top: 35px;
    }

    .new-3 img {
        margin-top: 19px;
    }

    .new-cont-3 {
        margin-top: 40px;
    }

    .new-2 img {
        top: 62px;
        right: 17px;
    }

    .advive-content1 h3,
    .advive-content2 h3,
    .advive-content3 h3 {
        font-size: 21px;
    }

    .new-cont-2 {
        bottom: 73px;
    }

    .new-1 img {
        width: 80%;
        top: 52%;
        right: 5px;
    }

    .new-con1 {
        top: 73%;
    }

    .advice-2 {
        height: 150px;
    }

    .advice-2 img {
        top: 12px;
        right: 10px;
        width: 75%;
    }

    .advice-3 img {
        width: 80%;
        right: 6px;
    }

    .modal-content {
        width: 90%;
    }

    .modal-header h2 {
        font-size: 30px;
    }

    .modal-header img {
        width: 25%;
    }

    .closeBtn {
        left: 5%;
    }

    .advice-mv {
        display: none;
    }

    .king-video {
        height: 600px;
    }

    iframe {
        height: 600px;
    }

    /* Footer */
}

/* Large Devices Desktops */
@media (min-width: 992px) and (max-width: 1199.98px) {
    /* Navigation */
    nav .navbar-collapse {
        width: 40%;
    }

    /* Mian Section */
    .main-title img {
        width: 7%;
    }

    .main-title > div::before,
    .main-title > div::after {
        width: 20%;
    }

    .main-title span {
        width: 475px;
    }

    .main-content p span {
        font-size: 32px;
    }

    .main-content p {
        font-size: 22px;
    }

    .main-title h1 {
        font-size: 35px;
    }

    /* Fire Works */
    #fire-works {
        background-position: 30%;
    }

    .fire-work-title::before,
    .fire-work-title::after {
        width: 15%;
    }

    .fire-work-title h2 {
        font-size: 40px;
    }

    .sub-title h3 {
        font-size: 35px;
    }

    .fire-work-content p {
        font-size: 22px;
    }

    /* Part Two */
    #part-two {
        background-position: 30%;
    }

    #part-two .fire-work-content p i {
        font-size: 30px;
    }

    /* Part Three */
    #part-three .fire-work-content p i {
        font-size: 30px;
    }

    /* Ramdan */
    .ramdan-title {
        margin-top: 100px;
    }

    .ramdan-title h3 {
        font-size: 50px;
        padding: 17px 0;
    }

    .ramdan-content p {
        font-size: 30px;
    }

    /* First Info */
    .info-title-con {
        height: 145px;
    }

    .info-title-con h3 {
        font-size: 45px;
    }

    .dig-content h3 {
        font-size: 32px;
    }

    /* Fire */
    .fire-title-con h3 {
        font-size: 40px;
    }

    .fire-subject span {
        font-size: 35px;
    }

    /* Ramdan Work */
    #ramdan-work {
        padding-bottom: 45px;
    }

    .ramdan-flex {
        display: flex;
        align-items: center;
    }

    .work-title h3 {
        font-size: 40px;
    }

    .work-title {
        margin-top: 60px;
    }

    .work-content p {
        font-size: 24px;
    }

    /* Fire House */
    .fire-house-title h3 {
        font-size: 45px;
    }

    .part-one-content h3:nth-child(1) {
        margin-top: 24px;
    }

    .part-one-content h3:nth-child(3) {
        margin-top: 30px;
    }

    .part-one-content p {
        margin-top: 50px;
        font-size: 23px;
    }

    /* Story Part Two */
    #story-part-two {
        background-position: right;
    }

    .part-two-content p:nth-child(1) {
        padding-top: 90px;
    }

    .part-two-content p {
        padding-right: 12px;
    }

    .part-two-content p:nth-child(2) {
        margin-top: 50px;
    }

    .part-two-content {
        padding-bottom: 120px;
    }

    /* Story Part three */
    .part-three-content p:nth-child(1) {
        padding-top: 100px;
    }

    .part-three-content {
        padding-bottom: 125px;
    }

    #story-part-three {
        background-position: 40%;
        height: auto;
        padding-bottom: 150px;
    }

    .main-new-content {
        max-width: 100% !important;
        min-width: 100%;
    }

    .part-three-image {
        display: flex;
        align-items: center;
    }

    .dig-info img {
        width: 25%;
    }

    #first-info .col-md-10 .row:nth-child(2) {
        margin-top: 95px;
    }

    #first-info .col-md-10 .row:nth-child(4),
    #first-info .col-md-10 .row:nth-child(5),
    #first-info .col-md-10 .row:nth-child(3) {
        margin-top: 80px;
    }

    .new-cont-3 {
        margin-top: 65px;
    }

    .new-2 img {
        bottom: 60px;
        right: 20px;
    }

    .new-cont-2 {
        bottom: 0;
    }

    .new-1 img {
        width: 70%;
    }

    .new-1 {
        height: 355px;
    }

    .new-1 img {
        right: 24px;
    }

    .new-con1 {
        bottom: -43px;
    }

    .modal-content {
        width: 90%;
    }

    .modal-header h2 {
        font-size: 30px;
    }

    .modal-header img {
        width: 25%;
    }

    .closeBtn {
        left: 17%;
    }

    .advice-mv {
        display: none;
    }

    #fire-works .container-fluid .row .col-12 {
        padding-bottom: 50px;
    }

    #fire-works .container-fluid .row .col-12,
    #part-two .container-fluid .row .col-12 {
        background-color: rgba(255, 255, 255, 0.7);
    }

    #story-part-one {
        padding-top: 0;
    }

    /* Footer */
}

@media (max-width: 575.98px) {
    /* #circle-info .tab-title {
        display: flex;
        align-items: center;
        position: relative;
        padding: 6px 0;
        background-color: #ffffff;
        margin-top: 48px;
        width: 74%;
        margin: 24px auto auto auto;
    } */
    /* 
    .tab-icon {
        position: relative;
        width: 100%;
    }

    #circle-info .tab-icon>div {
        right: 60px !important;
    }

    #circle-info .tab-icon .main-icon {
        top: -75% !important;
    } */

    /* #circle-info .tab-name {
        width: 100% !important;
        height: 100px;
    } */

    /* .tab-mark img {
        margin-right: 8px;
        width: 100% !important;
    } */

    #circle-info .tab-icon .main-icon {
        display: none;
    }

    #circle-info .tab-icon {
        background-color: #960e0e;
        width: 90px;
        margin-right: auto;
        margin-left: 12px;
        padding: 6px 0;
    }

    .modal-content {
    }

    #circle-info .tab-icon > div {
        right: 0 !important;
    }

    #circle-info .tab-icon span {
        right: 0 !important;
        display: block;
        text-align: center;
    }

    #circle-info .tab-icon > div img {
        width: 22% !important;
    }

    /* #circle-info .tab-icon {
        display: none;
        background: red;
        position: absolute;
        left: 30px;
    } */

    .circle-info
    /* #circle-info .tab-icon>div img {
        width: 9% !important;
    } */

    .title h1 {
        font-size: 30px;
    }

    .title img {
        width: 7%;
    }

    .title h1 {
        padding: 12px 0;
    }

    .navbar {
        padding: 0 !important;
    }

    /* .modal {
        right: -100%;
    } */

    .modal-content {
        width: 100%;
    }

    .modal-header h2 {
        font-size: 20px !important;
    }

    /* .modal-content {
        width: 34%;
    } */

    nav .navbar-collapse {
        height: 850px;
    }

    .closeBtn {
        line-height: 25px;
    }

    nav .navbar-collapse {
        position: absolute;
    }

    .navbar {
        position: unset;
    }

    /* .container {
        width: 1100px;
    } */

    #main-container {
        background-size: cover;
    }

    #title-section .title-container {
        width: 100%;
    }

    #title-section .title-container h1 {
        display: none;
    }

    #title-section .title-container p {
        font-size: 25px;
        margin-top: 12px;
    }

    #title-section {
        height: auto;
        padding: 75px 0;
    }

    #title-section .title-container h3 {
        font-size: 25px;
        margin-top: 12px;
    }

    #title-section .title-container h3 span {
        font-size: 30px;
    }

    #title-section .title-container .title-border {
        margin-top: 12px;
        border-bottom: 3px solid #cb2228;
    }

    .tabs-title-container h2 {
        display: none;
    }

    .tabs-title-container p {
        font-size: 18px;
    }

    .tabs-title-container h3 {
        font-size: 16px;
    }

    .tabs-title-container > div {
        padding: 0 12px;
    }

    .tabs-title-container h3 span:first-of-type {
        margin-left: 6px;
    }

    .tabs-title-container h3 span:last-of-type {
        margin-right: 6px;
    }

    .tabs-title-container img {
        display: none;
    }

    .tab-name {
        width: 55%;
    }

    #tabs-section .tab-icon img {
        width: 20%;
        top: -7px;
    }

    .tab-title i {
        font-size: 20px;
        color: #db2026;
        position: absolute;
        /* left: 19px; */
        /* top: -2px; */
        left: 7.5%;
        top: 0;
        font-size: 22px;
        color: #ffffff;
    }

    .first-data-container .data-chr h3 {
        font-size: 16px;
    }

    #accordion .city-row .row .col-lg-4 {
        height: auto;
        margin-top: 24px;
    }

    #accordion {
        margin-top: 24px;
    }

    #title-section .title-container h1 {
        display: none;
    }

    #title-section .title-container p {
        line-height: 35px;
    }

    .first-data-container .data-number {
        width: 30px;
        height: 30px;
        margin-left: 6px;
    }

    .first-data-container .data-number span {
        font-size: 16px;
    }

    .first-data-container img {
        width: 60%;
    }

    .tab-name h3 {
        font-size: 18px;
    }

    .tab-mark {
        padding-right: 0;
    }

    .tab-mark img {
        width: 60%;
    }

    .tabs-title-container h3 span {
        border-bottom: 3px solid #ffffff;
        width: 20px;
        display: block;
    }

    #list-numbers {
        width: 90%;
    }

    .count .data-chr h3 {
        font-size: 16px;
    }

    .count {
        padding: 0 6px;
    }

    .count .data-number {
        width: 50px;
        height: 20px;
    }

    #list-numbers .row .col-12.p-0 {
        padding: 0 12px !important;
    }

    .count img {
        width: 75%;
        margin-left: auto;
        display: block;
    }

    #circle-info .tab-name h3 {
        font-size: 18px;
        line-height: 28px;
    }

    #circle-info .tab-mark {
        padding-right: 0;
    }

    #circle-info .tab-name {
        width: 45%;
    }

    #circle-info .tab-icon > div {
        right: 35px;
    }

    #circle-info .tab-icon span {
        right: 30px;
    }

    .count .data-number span {
        font-size: 16px;
    }

    .list-number-box .title h3 {
        font-size: 20px;
    }

    .list-number-box .title {
        height: 40px;
    }

    .social-links {
        padding-right: 0;
    }

    .logo {
        right: 10px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .title h1 {
        font-size: 30px;
    }

    .title img {
        width: 7%;
    }

    .title h1 {
        padding: 12px 0;
    }

    .modal-content {
        width: 95%;
    }

    .closeBtn {
        line-height: 35px !important;
    }

    /* nav .navbar-collapse {
        height: 850px;
    } */

    .closeBtn {
        line-height: 25px;
    }

    #accordion .city-row .row .col-lg-4 {
        height: auto !important;
    }

    nav .navbar-collapse {
        position: absolute;
    }

    .navbar {
        position: unset;
    }

    #main-container {
        background-size: cover;
    }

    #title-section .title-container {
        width: 90%;
    }

    #title-section .title-container h1 {
        display: none;
    }

    #title-section .title-container p {
        font-size: 35px;
    }

    #title-section .title-container h3 {
        font-size: 35px;
    }

    #title-section .title-container h3 span {
        font-size: 40px;
    }

    .tabs-title-container h2 {
        display: none;
    }

    .tabs-title-container p {
        font-size: 25px;
        text-align: center;
    }

    .tabs-title-container h3 {
        font-size: 20px;
    }

    #circle-info .tab-icon > div {
        /* position: absolute; */
        left: 34px;
        right: 0;
    }

    .tabs-title-container h3 span {
        width: 40px;
    }

    .tabs-title-container img {
        width: 12%;
    }

    #accordion .city-row .row .col-lg-4 {
        height: 200px;
    }

    .tab-name h3 {
        font-size: 20px;
    }

    .tab-mark img {
        width: 80%;
    }

    .first-data-container .data-number span {
        font-size: 18px;
    }

    .first-data-container .data-number {
        width: 35px;
        height: 35px;
    }

    .list-number-box .title h3 {
        font-size: 25px;
    }

    .list-number-box .title {
        height: 50px;
    }

    .count .data-number {
        width: 60px;
        height: 25px;
    }

    .count .data-number span {
        font-size: 20px;
    }

    #circle-info .tab-icon span {
        right: 0;
    }

    #circle-info .tab-name h3 {
        font-size: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .icons img {
        width: 55%;
    }

    .title h1 {
        font-size: 35px;
    }

    #icons-text-1 {
        left: 20%;
    }

    .icon-2 h3 {
        left: -72px;
        top: -28px;
    }

    #icons-text-2 {
        left: 26%;
    }

    .icon-3 {
        top: 39% !important;
    }

    #icons-text-3 {
        left: 36%;
    }

    .icon-4 {
        top: 23% !important;
    }

    #icons-text-4 {
        top: 48%;
        left: 36%;
    }

    .icon-5 {
        top: 30% !important;
    }

    #icons-text-5 {
        top: 48%;
        left: 45%;
    }

    .icon-6 {
        top: 30% !important;
    }

    #icons-text-6 {
        top: 50%;
        left: 62%;
    }

    .icon-7 {
        top: 55% !important;
    }

    #icons-text-7 {
        left: 62%;
    }

    .icon-8 {
        top: 25.5% !important;
    }

    .icon-8 h3 {
        left: -76px;
        top: -24px;
    }

    #icons-text-8 {
        left: 45%;
    }

    .icon-9 {
        left: 70% !important;
    }

    .icon-9 h3 {
        left: -77px;
    }

    #icons-text-9 {
        top: 68%;
        left: 60%;
    }

    .icon-10 {
        top: 66% !important;
    }

    #icons-text-10 {
        left: 52%;
    }

    .icon-11 {
        top: 27% !important;
        z-index: 9;
    }

    #icons-text-11 {
        left: 56% !important;
    }

    .icon-12 {
        top: 43% !important;
        left: 83.5% !important;
    }

    #icons-text-12 {
        left: 56%;
    }

    #icons-text-14 {
        left: 40%;
        top: 73%;
    }

    #main-container {
        background-size: cover;
    }

    .icon-4 h3 {
        top: -24px;
        left: -81px;
    }

    .icons h3 {
        font-size: 16px;
    }

    #title-section .title-container {
        width: 85%;
    }

    #title-section .title-container h1 {
        display: none;
    }

    #title-section .title-container p {
        font-size: 40px;
    }

    #title-section .title-container h3 {
        font-size: 40px;
    }

    #title-section .title-container h3 span {
        font-size: 50px;
    }

    .tabs-title-container h2 {
        display: none;
    }

    .tabs-title-container p {
        font-size: 35px;
        text-align: center;
    }

    .tabs-title-container h3 {
        font-size: 30px;
    }

    .tabs-title-container h3 span {
        width: 40px;
    }

    .tab-mark img {
        width: 65%;
    }

    .tab-name h3 {
        font-size: 20px;
    }

    #accordion .city-row .row .col-lg-4 {
        height: 200px;
    }

    #tabs-section .tab-icon img {
        width: 15%;
        top: -6px;
    }

    .tab-title i {
        top: -4px;
        left: 17px;
        font-size: 24px;
    }

    .first-data-container .data-number {
        width: 35px;
        height: 35px;
    }

    .first-data-container .data-number span {
        font-size: 20px;
    }

    .first-data-container .data-chr h3 {
        font-size: 18px;
    }

    #accordion .card {
        width: 90%;
    }

    .list-number-box .title h3 {
        font-size: 24px;
    }

    .list-number-box .title {
        height: 50px;
    }

    .count .data-number {
        width: 65px;
        height: 25px;
    }

    .count .data-number span {
        font-size: 18px;
    }

    #circle-info .tab-name {
        width: 55%;
    }

    #circle-info .tab-icon .main-icon {
        width: 31%;
    }

    #circle-info .tab-icon > div {
        right: 45px;
    }

    #circle-info .tab-icon span {
        right: 37px;
    }

    #circle-info .tab-mark {
        padding-right: 0;
    }

    #circle-info .tab-name h3 {
        font-size: 20px;
        line-height: 30px;
        margin-right: 6px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .title h1 {
        font-size: 45px;
    }

    #icons-text-1 {
        top: 54%;
        left: 8%;
    }

    #icons-text-2 {
        top: 55%;
        left: 12%;
    }

    #icons-text-3 {
        top: 57%;
        left: 25%;
    }

    .icon-4 {
        top: 20.5% !important;
    }

    .icon-5 {
        top: 23% !important;
    }

    #icons-text-5 {
        top: 45%;
        left: 30%;
    }

    .icon-6 {
        top: 27% !important;
        left: 53% !important;
    }

    #icons-text-6 {
        top: 49%;
        left: 43%;
    }

    .icon-7 {
        top: 50% !important;
        left: 53% !important;
    }

    #icons-text-7 {
        top: 67%;
        left: 47%;
    }

    .icon-8 {
        top: 23.5% !important;
        left: 68% !important;
    }

    #icons-text-8 {
        top: 45%;
        left: 63%;
    }

    .icon-9 {
        left: 69.2% !important;
    }

    #icons-text-9 {
        top: 60%;
        left: 64%;
    }

    .icon-10 {
        top: 63% !important;
        left: 80% !important;
    }

    #icons-text-10 {
        top: 77%;
        left: 71%;
    }

    .icon-11 {
        top: 20% !important;
    }

    #icons-text-11 {
        top: 43%;
        left: 71%;
    }

    .icon-12 {
        top: 37% !important;
        left: 83.5% !important;
    }

    .icon-13 {
        bottom: 33%;
        left: 29.5%;
    }

    #icons-text-13 {
        bottom: 12%;
        left: 23%;
    }

    .icon-14 {
        bottom: 11% !important;
        left: 31% !important;
    }

    #icons-text-4 {
        top: 43%;
        left: 20%;
    }

    #title-section .title-container h1 {
        display: none;
    }

    #title-section .title-container p {
        font-size: 50px;
    }

    #title-section .title-container h3 {
        font-size: 50px;
    }

    #title-section .title-container h3 span {
        font-size: 70px;
    }

    .tabs-title-container h2 {
        display: none;
    }

    .tabs-title-container p {
        font-size: 40px;
    }

    .tabs-title-container h3 {
        font-size: 30px;
    }

    .tabs-title-container h3 span {
        width: 55px;
    }

    #tabs-section .tab-icon img {
        width: 20%;
        top: -7px;
    }

    .tab-title i {
        font-size: 20px;
        color: #db2026;
        position: absolute;
        left: 21px;
        top: -4px;
        font-size: 24px;
        color: #ffffff;
    }

    .tab-name h3 {
        font-size: 20px;
    }

    .tab-name {
        width: 65%;
    }

    .first-data-container .data-chr h3 {
        font-size: 16px;
    }

    .first-data-container .data-number {
        width: 40px;
        height: 40px;
    }

    .first-data-container .data-number span {
        font-size: 20px;
    }

    .tab-mark img {
        width: 65%;
    }

    #accordion .city-row .row .col-lg-4 {
        height: 200px;
    }

    #accordion .card {
        width: 90%;
    }

    .list-number-box .title h3 {
        font-size: 35px;
    }

    .list-number-box .title {
        height: 65px;
    }

    #circle-info .tab-name h3 {
        font-size: 20px;
    }

    #circle-info .tab-name {
        width: 70%;
    }

    #circle-info .tab-icon .main-icon {
        width: 23%;
    }

    #circle-info .tab-icon > div {
        right: 20px;
    }

    #circle-info .tab-icon span {
        right: 15px;
    }
}

/* Extra Large Devices Large Desktops */
@media (min-width: 1200px) {
    /* Navigation */
    nav .navbar-collapse {
        width: 25%;
    }

    .last-line {
        display: none;
    }

    .modal-content {
        width: 75%;
    }

    #fire-works .container-fluid .row .col-12 {
        background-color: rgba(255, 255, 255, 0.7);
        padding-bottom: 100px;
    }

    #part-two .container-fluid .row .col-12 {
        background-color: rgba(255, 255, 255, 0.7);
    }

    .closeBtn {
        left: 40%;
        line-height: 35px;
    }

    .modalBtn {
        cursor: pointer;
    }

    .work-team h3 {
        cursor: pointer;
    }

    .advice-mv {
        display: none;
    }

    .king-video {
        height: 699px;
    }
}

@media (min-width: 1400px) and (max-width: 1440px) {
    .closeBtn {
        left: 150px !important;
    }
}

@media (min-width: 1280px) and (max-width: 1450px) {
    /* Main Section */
    .main-title > div::before,
    .main-title > div::after {
        width: 230px;
    }

    .main-title span {
        width: 560px;
    }

    .main-content p {
        font-size: 24px;
    }

    .main-content p span {
        font-size: 34px;
    }

    /* Fire Works */
    .sub-title h3 {
        font-size: 40px;
    }

    /* Ramdan Work */
    .work-title {
        margin-top: 90px;
    }

    .work-title h3 {
        font-size: 35px;
    }

    /* Story Part Two */
    #story-part-two {
        background-position: 100%;
    }

    .closeBtn {
        left: 95px;
    }

    .tab-name h3 {
        font-size: 20px;
    }
}

@media (min-width: 1925px) {
    main {
        margin: 0 auto;
        display: block;
    }

    section {
        width: 1900px;
        margin: 0 auto;
        display: block;
    }
}
