@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
@media only screen and (min-width: 1441px) {
    .container{
        max-width: 1200px;
    }
    .main-modules .circle-item {
        /* width: 200px;
        height: 200px; */
    }
    .contact-us .container-fluid {
        max-width: 1200px !important;
    }
}

@media only screen and (max-width: 1440px) {
    header.home h5{
        line-height: 1.7rem;
    }
    .container{
        max-width: 1000px;
    }
    .navbar-nav .dropdown-menu .dropdown-item,
    .nav-link{
        font-size: 12px;
    }
    .ithmaar-finance h1 {
        font-size: 1.7rem;
    }

    .ithmaar-finance span {
        font-size: 1rem
    }

    .ithmaar-ai h2,
    .ithmaar-finance h2 {
        font-size: 1.5rem;
        line-height: 2.5rem;
    }

    .ithmaar-ai p,
    .ithmaar-finance p {
        font-size: 1rem;
        line-height: 2rem;
    }

    .boxs-news .row>div {
        min-height: 250px;
    }

    .boxs-news h4 {
        font-size: 15px;
    }

    .deficiency li a {
        /* padding: 20px; */
    }

    .deficiency li a h3 {
        font-size: 12px;
    }

    .corporate li a {
        height: 250px;
        width: 250px;
    }
    .corporate li a .icon {
        width: 60px;
        min-height: 60px;
        margin-bottom: 0;
    }

    .corporate li a h3 {
        font-size: 1.25rem;
        line-height: 1.7rem;
    }

    .brochure-card h1 {
        font-size: 1.5rem;
    }

    /* About Page */
    .story-section h1 {
        font-size: 1.7rem;
    }

    .story-section .head span {
        font-size: 1.25rem;
    }

    .story-section p {
        font-size: 1rem;
        line-height: 2rem;
    }

    .optimize-experience h2 {
        font-size: 2rem;
    }

    /* Our Team Page  */
    section.our-team .member .img-member {
        width: 85%;
        margin: 0 auto;
    }
    section.our-team .member h3.member-name {
        font-size: 1.5rem;
    }

    section.our-team .member h4.member-title {
        font-size: 1.25rem;
    }

    section.our-team .member p.member-desc {
        font-size: 1rem
    }
    /* Ithmaar finance Modules */
    section.main-modules .module-desc{
        min-width: 75vmin;
    }

    /* Ithmaar finance overview */
    .supporting-modules .circle-item,
    .main-modules .circle-item {
        /* width: 170px;
        height: 170px; */
    }
    .supporting-modules .circle-item img,
    .main-modules .circle-item img {
        width: 6vmin;
        margin-bottom: .5rem;
    }

    .supporting-modules .circle-item h4,
    .main-modules .circle-item h4 {
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 1.25rem;
    }

    .supporting-modules h1,
    .main-modules h1 {
        font-size: 1.7rem;
    }

    .supporting-modules span,
    .main-modules span {
        font-size: 1.3rem;
    }

    .feature h2 {
        font-size: 1.7rem;
    }
    
    .feature h5 {
        font-size: 16px;
        line-height: 1.7rem;
    }
    .feature li{
        font-size: 13px;
        line-height: 1.7rem;
    }

    .feature ul.circle>li::before {
        content: " ";
        margin-right: 5px;
        width: 5px;
        height: 5px;
        border: 1.25px solid #67696A;
        border-radius: 3rem;
        display: inline-block;
    }

    .feature ul.dash li::before {
        content: " ";
        margin-right: 5px;
        width: 5px;
        height: 0px;
        border: 1px solid #67696A;
        border-radius: 3rem;
        display: inline-block;
        position: relative;
        top: -3px;
    }

    .buttons-check .btn,
    .overview-modules .know-mores {
        padding: 1rem 7rem;
        font-size: 1.4rem;
    }

    /* Contact Us */
    .contact-us h2 {
        font-size: 1.5rem;
    }

    .contact-us h4 {
        font-size: 1.25rem;
    }

    .contact-us .nav-pills .nav-link {
        font-size: 1rem
    }

    /* Footer */
    .footer h1 {
        font-size: 1.7rem;
    }

    .footer a h1 {
        font-size: 1.7rem;
    }

    .footer img {
        width: 7rem;
    }

}

@media only screen and (max-width: 1024px) {
    .supporting-modules .circle-item img,
    .main-modules .circle-item img {
        width: 4vmin; 
        margin-bottom: 0;
    }
    .supporting-modules .circle-item h4,
    .main-modules .circle-item h4{
        font-size: 10px;
    }
    .supporting-modules .circle-item h4::before,
    .main-modules .circle-item h4::before {
        margin-bottom: 0; 
    }
}
@media only screen and (max-width: 768px) {
    .main-modules .circle-item {
        justify-content: center;
    }
    .main-modules .circle-item img {
        width: 6vmin; 
        margin-bottom: 0;
    }
    .main-modules .circle-item h4{
        font-size: 16px;
    }
    .main-modules .circle-item h4::before {
        margin-bottom: .5rem; 
    }
}
@media only screen and (max-width: 992px) {

    .nav-logo {
        position: fixed;
        top: 1rem;
        right: 1rem;
    }
    header.home .logo {
        bottom: 2rem;
        right: 2rem;
    }

    .ithmaar-finance h1 {
        font-size: 1.7rem;
    }

    .ithmaar-finance span {
        font-size: 1rem;
    }

    .ithmaar-ai h2,
    .ithmaar-finance h2 {
        font-size: 1.2rem;
        line-height: 2rem;
        font-weight: 100;
    }

    .ithmaar-ai p,
    .ithmaar-finance p {
        font-size: .8rem;
    }

    /* .boxs-news .box-cover img{
        width: 100%;
        height: auto !important;
        max-height: 300px !important;
    }
    .optimize-experience h3 {
        font-size: 1.5rem !important;
    }

    .optimize-experience h2 {
        font-size: 1rem !important;
    }

    .feature .row>div {
        min-height: calc(30vh - 70px);
    }

    .feature .row>div h2 {
        font-size: 1.25rem;
    }

    .feature .content-feaure {
        padding-left: 1rem !important;
    }

    .buttons-check .btn {
        padding: 1rem 1rem;
        font-size: 1rem;
    } */

    .w-80 {
        width: 100% !important;
    }
}

@media only screen and (max-width: 600px) {
    nav.navbar {
        padding: .5rem 1rem;
    }
    header {
        margin-top: 66px;
        padding-top: 5vmin;
        min-height: auto;
    }
    header.home {
        min-height: auto;
        padding: 0;
    }
    header.home .logo {
        bottom: 4rem;
        right: 1.5rem;
        width: 80px
    }
    
    header.home .carousel-item {
        height: calc(100vh - 160px);
        background-size: cover;
        background-position: 85% 100%;
    }
    .carousel-inner .carousel-item:first-child {
        background-image: url(../image/header-slide-1.jpg);
    }
    .carousel-inner .carousel-item video {
        display: none
    }
    .carousel-inner .carousel-item:first-child::before {
        content: " ";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 9;
        background: var(--bgBlueGradient);
    }
    header.home .carousel-caption{
        top: 35%;
        left: 30px;
    }
    header.home .carousel-caption h3{
        font-size: 1.8rem;
    }

    .icon-play {
        width: 10vmin;
    }

    .scrolling-items {
        padding: 1rem 0;
    }

    .scroll-right {
        display: none;
    }

    .deficiency {
        flex-wrap: wrap
    }

    .deficiency li {
        position: inherit;
        animation: none !important;
        flex: 0 0 50%;
        display: flex;
        justify-content: space-around;
        /* margin: 1rem; */
    }

    .deficiency li a {
        height: 40vmin;
        width: 40vmin;
        margin: 5px 5px;
    }

    .deficiency li a h3 {
        font-size: 1rem;
        line-height: 1.25rem;
    }

    .corporate {
        flex-wrap: wrap;
    }

    .corporate li {
        flex: 0 0 50%;
        max-width: 50%;
        margin: 1rem auto;
        display: flex;
        justify-content: space-around;
    }

    .corporate li a {
        height: 40vmin;
        width: 40vmin;
        margin: 5px 5px;
        min-height: 40vmin;
        min-width: 40vmin;
        box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2)
    }

    .corporate li a .icon {
        width: 40px;
        min-height: 40px;
    }

    .corporate li a h3 {
        font-size: 1rem;
    }

    .brochure-card h1 {
        font-size: 1.2rem;
    }

    .brochure-card p {
        font-size: .8rem;
    }

    .testimonial h3 {
        font-size: 1rem;
        width: 100% !important;
    }

    .testimonial h4 {
        font-size: .8rem;
        width: 100% !important;
    }

    .numbers-counter .counter h1 {
        font-size: 2.5rem !important;
        letter-spacing: 10px !important;
    }

    .numbers-counter h1 {
        font-size: 1.5rem !important;
    }

    .numbers-counter h4 {
        font-size: .9rem !important;
    }
    .supporting-modules .circle-item,
    .main-modules .circle-item {
        /* width: 130px;
        height: 130px; */
    }
    .supporting-modules .circle-item img,
    .main-modules .circle-item img {
        width: 9vmin;
        margin-bottom: 0px;
    }

    .supporting-modules .circle-item h4,
    .main-modules .circle-item h4 {
        font-size: .8rem !important;
        line-height: 1.25rem !important;
        padding-top: 7px;
    }

    /* About Page */
    .story-section h1 {
        font-size: 1.7rem;
    }

    .story-section .head span {
        font-size: 1rem;
    }

    .story-section p {
        font-size: .8rem;
        line-height: 1.5rem;
    }

    .optimize-experience h3 {
        font-size: 1.25rem;
    }

    .optimize-experience h2 {
        font-size: 1.5rem;
    }

    .setup-process .all-process .row>div {
        min-height: 35vmin;
    }


    /* WHY ITHMAAR  ---------------- */
    .calc-circle:nth-child(1)::after {
        content: "";
    }

    /* thmaar-Finance-overview */
    .main-modules h1,
    .supporting-modules h1 {
        font-size: 1.7rem;
    }

    .main-modules .head span,
    .supporting-modules .head span {
        font-size: 1rem;
    }

    .main-modules p,
    .supporting-modules p {
        font-size: .8rem;
        line-height: 1.5rem;
    }

    .supporting-modules .circle-item,
    .main-modules .circle-item {
        padding: 1rem;
        justify-content: center;
    }

    .overview-modules .know-mores {
        padding: .5rem 2rem;
        font-size: 1rem;
        margin-bottom: 3rem;
    }

    .book-visit .content.w-50 {
        width: 100% !important;
    }
    .book-visit .content-link{
        height: 170px;
    }
    .feature .row>div {
        min-height: 30vh
    }

    .feature .w-75 {
        width: 100% !important;
    }

    .feature h2 {
        font-size: 1.5rem;
    }

    .feature .content-feaure {
        padding-left: 2rem !important;
    }

    .feature li,
    .feature h5 {
        line-height: 1.5rem;
        font-size: 1rem;
    }

    /* ITHMAAR FINANCE MODULES  ---------------- */
    section.main-modules {
        padding: 3rem 0;
    }
    section.main-modules .modules{
        /* height: 650px; */
        width: 100%;
        padding: 0;
    }
    section.main-modules .carousel_box{
        width: calc(100vw - 0rem);
        display: inline-block;
        padding: 0 1.5rem;
    }
    section.main-modules .module {
        /* height: 650px; */
        position: relative;
    }
    section.main-modules .up,
    section.main-modules .down {
        top: 180px;
        bottom: auto;
        width: 25px;
        z-index: 9999;
    }
    section.main-modules .down {
        left: 5%;
        transform: rotate(90deg)
    }
    section.main-modules .up {
        right: 5%;
        left: auto;
        transform: rotate(90deg)
    }
    section.main-modules .module .module-head {
        margin-bottom: 1rem;
    }
    section.main-modules .module-desc {
        position: unset;
        /* max-height: 250px; */
        /* overflow-y: scroll; */
    }
    section.main-modules .module-desc h3 {
        text-align: center;
    }

    /* ITHMAAR FINANCE FEATURES ---------- */
    section.list .list-head {
        flex-direction: row;
        align-items: center;
    }
    section.list .num{
        margin-bottom: 1rem;
    }
    section.list .quet {
        text-align: left;
    }
    section.list .quet h3,
    section.list .quet h4 {
        font-size: 1.5rem;
        padding-left: 1rem;
        font-weight: 900 !important;
    }
    section.list .list-title h2 {
        font-size: 1.15rem;
        text-align: center;
        font-weight: bold !important;
    }
    section.list .list-desc {
        font-size: 1rem;
        margin: 0;
    }
    section.list .sub-list .list-desc {
        margin-left: 1rem;
    }

    section.business-management-components .cover{
        background-position: top;
        min-height: 200px;
    }

    /* OUR TEAM ---------- */
    section.our-team .member {
        margin-bottom: 2rem;
    }
    section.our-team .member:nth-child(even){
        transform: none;
    }
    section.our-team .member{
        min-width: 100%;
        max-width: 100%;
    }
    .member .img-member {
        width: 70vmin;
        height: 70vmin;
        overflow: hidden;
        margin: 0 auto;
        border-radius: 1rem;
    }
    section.our-team .member .member-name {
        font-size: 1.5rem;
    }
    section.our-team .member .member-title {
        font-size: 1.25rem;
    }
    section.our-team .member .member-desc {
        font-size: 1rem;
    }
    section.our-team .member .member-info {
        padding: 2rem 1rem;
    }
    /* member modal  */
    .member .modal-body {
        padding: 0 1rem 1rem;
    }
    
    /* OUR TEAM ---------- */
    .calc-circles {
        min-width: 100%;
        align-items: center;
        margin-bottom: 0;
    }
    .calc-circle {
        transform: none !important;
        margin-bottom: 20vmin;
    }
    .calc-circle h3 {
        font-size: 1rem;
        margin: 0;
    }

    ul.equal-list {
        margin: 0;
    }
    ul.equal-list li {
        font-size: 1.2rem;
        margin-bottom: .7rem;
    }
    ul.equal-list li::before {
        left: -25px;
    }







    .button-check .btn {
        min-width: 80vmin;
        font-size: 1rem;
    }

    /* Contact Us */
    .w-80 {
        width: 100% !important;
    }

    /* Footer */
    .footer h1 {
        font-size: 1.25rem;
        width: 80%;
    }
    
    .footer a h1 {
        font-size: 1rem;
    }

    .footer img {
        width: 3rem;
    }
    .footer .copy-right {
        padding: 0;
    }
}
