@media (min-width: 1024px) {
    .ac-container {
        width: 60rem;
        margin: 0 auto;
    }
    p {
        font-size: 1.4rem;
        margin-bottom: 1rem;
      }
      
      small {
        font-size: 70%;
      }
      
      h2 {
        font-size: 2.2rem;
        font-weight: 900;
        margin-bottom: 1rem;
      }
      
      h2 strong {
        font-weight: 600;
      }
      h2.ac-en-medium {
        font-weight: 400;
      }
      h2.ac-reg-font{
        font-weight: 400;
      }
    /* Header */

    header {
        width: 100%;
        height: 3.5rem;
        height: 8vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    header .ac-container-flued {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        flex-direction: row;
    }

    header .ac-container-flued .ac-col {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    header .ac-container-flued .ac-col-1 {
        width: 70%;
    }

    header .ac-container-flued .ac-col-2 {
        width: 30%;
    }

    header .ac-container-flued .ac-col-3 {
        display: none;
    }

    header .ac-container-flued .ac-col-2 .ac-hyundai-logo {
        width: 10.4rem;
    }

    header .ac-container-flued .ac-col-1 a {
        font-family: HyundaiSansHead-Regular;
        font-weight: 900;
        font-size: 2rem;
        position: relative;
        left: -14rem;
    }

    #nav-mob {
        display: none;
    }


    /* End Header */


    /* Section Opening */

    #ac-opening {
        display: flex;
        justify-content: space-between;
        height: 86vh;
    }

    #ac-opening .ac-col {
        display: flex;
    }

    #ac-opening .ac-col-1 {
        width: 70%;
        position: relative;
    }

    #ac-opening .ac-col-1 .ac-slider-titles-wrapper {
        position: absolute;
        top: 1.7rem;
        z-index: 1;
        color: #fff;
        right: 3rem;
    }

    #ac-opening .ac-col-1 .ac-slider-titles-wrapper .ac-title {
        font-size: 2.5rem;
        font-weight: 400;
        line-height: 1.1;
        text-align: right;
    }
    #ac-opening .ac-col-1 .ac-slider-titles-wrapper .ac-title span:nth-child(2){
        font-weight: 600;
    }
    #ac-opening .ac-col-1 .ac-slider-titles-wrapper .ac-title .ac-en-medium {
        font-family: "HyundaiSansHeadMedium";
    }
    #ac-opening .ac-col-1 .ac-slider-titles-wrapper .ac-title .ac-en-medium .ac-hide-on-mobile{
        display: inline;
    }
    #ac-opening .ac-col-1 .ac-slider-titles-wrapper .ac-title .ac-en {
        font-weight: 400;
    }

    #ac-opening .ac-col-1 .ac-sliderlaw {
        position: absolute;
        bottom: 1rem;
        right: 3rem;
        color: #fff;
        text-align: right;
        font-size: 1.2rem;
    }

    #ac-opening .ac-col-1 .ac-sliderlaw span {
        text-shadow: 0.05vw 0.05vw 0.2vw #000;
        display: inline;
    }

    #ac-opening .ac-col-1 .ac-first-content {
        margin-bottom: 0;
        width: 100%;
    }

    #ac-opening .ac-col-1 .ac-first-content,
    #ac-opening .ac-col-1 .ac-first-content picture,
    #ac-opening .ac-col-1 .ac-first-content picture img {
        width: 100%;
        height: 100%;
    }

    #ac-opening .ac-col-1 .ac-first-content picture img {
        object-fit: cover;
    }

    #ac-opening .ac-col-2 {
        width: 30%;
    }

    #ac-opening .slick-dots {
        display: none;
    }


    /* Form Desktop */

    #ac-opening .ac-col-2 .ac-form-wrapper {
        width: 100%;
        background-color: #e4dbd2;
        display: block;
    }

    #ac-opening .ac-col-2 .ac-form-wrapper .ac-form-inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    #ac-opening .ac-col-2 .ac-form-wrapper .form {
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 80%;
    }

    #ac-opening .ac-col-2 .ac-form-wrapper .form input,
    #ac-opening .ac-col-2 .ac-form-wrapper .form select {
        height: 6vh;
        width: 100%;
        margin-bottom: 1.5vh;
        border: 0;
        padding-right: 1rem;
        color: #000;
        font-family: "AlmoniDLAAA";
        font-size: 1.2rem;
        direction: rtl;
    }

    #ac-opening .ac-col-2 .ac-form-wrapper .ac-formtitle {
        text-align: center;
        font-size: 1.85rem;
        margin-bottom: 3vh;
        font-weight: 400;
        line-height: 0.9;
    }

    ::-webkit-input-placeholder,
    select::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #000;
    }

    ::-moz-placeholder,
    select::-moz-placeholder {
        /* Firefox 19+ */
        color: #000;
    }

    :-ms-input-placeholder,
    select:-ms-input-placeholder {
        /* IE 10+ */
        color: #000;
    }

    :-moz-placeholder,
    select:-moz-placeholder {
        /* Firefox 18- */
        color: #000;
    }

    .ac-checkbox-wrapper {
        display: flex;
    }

    #ac-opening .ac-col-2 .ac-form-wrapper .ac-checkbox-div {
        width: 2.5rem;
        height: 2rem;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0.5rem;
    }

    #ac-opening .ac-col-2 .ac-form-wrapper .ac-checkbox-div input {
        height: 100%;
    }

    #ac-opening .ac-col-2 .ac-form-wrapper .ac-checkbox-wrapper {
        display: flex;
        align-items: flex-start;
        margin-top: 1vh;
    }

    #ac-opening .ac-col-2 .ac-form-wrapper .label-wrapper {
        position: relative;
        top: -0.4rem;
        font-size: 0.9rem;
    }

    #ac-opening .ac-col-2 .ac-form-wrapper .ac-leagal-v2 {
        display: block;
        position: relative;
        top: 0.5rem;
        right: -2rem;
        margin-bottom: 2rem;
    }

    #ac-opening .ac-col-2 .ac-form-wrapper .ac-button-wrapper {
        width: 70%;
    }

    #ac-opening .ac-col-2 .ac-form-wrapper .ac-button-wrapper button {
        width: 100%;
        background: #002c5f;
        font-weight: 400;
        border: 0;
        color: #fff;
        font-size: 1.7rem;
        padding: 0.3rem 0.5rem 0.5rem; 
        font-family: "AlmoniDLAAA";
    }


    /* End Form Desktop */


    /* End Section Opening */




    /* Navigator Desktop */
    #ac-nav-desk,
    #ac-nav-desk .ac-container,
    #ac-nav-desk nav,
    #ac-nav-desk ul,
    #ac-nav-desk li,
    #ac-nav-desk a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 6vh;
    }

    #ac-nav-desk .ac-container {
    width: 64rem;
    }

    #ac-nav-desk {
        background-color: #002c5f;
        z-index: 2;
        padding: 0;
    }

    #ac-nav-desk nav,
    #ac-nav-desk ul {
    width: 100%;
    }

    #ac-nav-desk ul li {
    width: 20%;
    }

    #ac-nav-desk ul li a {
    color: #fff;
    text-decoration: none;
    width: 100%;
    transition: background-color 0.5s, color 0.5s;
    font-size: 1.1rem;
    }

    #ac-nav-desk ul li a.ac-hide {
    display: none;
    }

    #ac-nav-desk ul li a:hover {
    color: #002c5f;
    background-color: #fff;
    }
    #ac-part-1a,
    #ac-part-2b{
    padding: 0;
    }
    /* End Navigator Desktop */
    #ac-part-1, 
    #ac-part-2, 
    #ac-part-3, 
    #ac-part-4, 
    #ac-part-5, 
    #ac-part-6, 
    #ac-part-7, 
    #ac-part-8 {
        padding: 3rem 0
    }
    #ac-part-1{
        border-top: 0.2rem solid #fff;
    }

    
    .ac-boxes-warpper {
        display: flex;
         flex-wrap: wrap;
         justify-content: space-between;
         margin-top: 4rem;
    }
    .ac-boxes-warpper .ac-box {
        width: 45.5%;
        margin-bottom: 1.5rem;
    }
    .ac-boxes-warpper picture{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 1rem;
        width: 100%;
    }
    .ac-boxes-warpper span {
        font-size: 1.3rem;
    }
    .ac-details-wrapper{
        display: flex;
                    justify-content: flex-start;
                    align-items: flex-end;
                    font-size: 1.3rem;
                    margin-bottom: 1rem;
    }
    .ac-details-wrapper .ac-detail{
        display: flex;
                    margin-left: 1rem;
    }
    .ac-details-wrapper .ac-big-num{
        font-size: 3.5em;
        font-family: "HyundaiSansText-Medium";
    }
    .ac-details-wrapper .ac-detail-text{
        display: flex;
            flex-direction: column;
            margin-right: 0.5rem;
            justify-content: flex-end;
            padding-bottom: 0.65rem;
            line-height: 1.4;
    }



    
/* More Info */
#ac-more-info {
    width: 100%;
    background: #f7f3f2;
    padding-top: 0rem;
    padding-bottom: 2rem;
    text-align: center;
  }
  
  #ac-more-info .ac-moreinfo-cover {
    margin-bottom: 1rem;
  }
  
  #ac-more-info .ac-container {
    margin: auto;
    display: flex;
    flex-direction: column;
  }
  
  #ac-more-info h1 {
    margin: 0.5rem auto 2.5rem auto;
    font-size: 2rem;
    font-weight: 900;
  }
  
  #ac-more-info .ac-wrapper-bnts {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  
  #ac-more-info .ac-wrapper-bnts a {
    font-size: 1.5rem;
    padding: 0.5rem 2rem 0.5rem;
    margin: 0 1rem 1rem;
  }
  
  #ac-more-info .ac-wrapper-bnts a.ac-tohyundai {
    background-color: #012c5f;
  }
  
  #ac-more-info .ac-wrapper-bnts a.ac-tomifrat {
    background-color: #e3dcd2;
  }
  
  /* End More Info */

    /* Footer */

    footer .ac-row-1 {
        background-color: #1c1c1c;
        display: flex;
        justify-content: space-between;
        height: 4rem;
    }

    footer .ac-row-1 .ac-col {
        width: 33.33%;
    }

    footer .ac-row-1 .ac-col-1 {
        justify-content: center;
        display: flex;
        align-items: center;
    }

    footer .ac-row-1 .ac-col-3 {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    footer .ac-row-1 .ac-col-1 .ac-footer-socials-wrapper{
        display: flex;
    }
    footer .ac-row-1 .ac-col-3.ac-show-on-mobile {
        display: none;
    }

    footer .ac-row-1 .ac-col-2 {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    footer .ac-social {
        width: 2.5rem;
        margin: 0 0.5rem;
    }

    footer .ac-logo-h {
        width: 4.5rem;
        margin-left: 4rem;
    }

    footer .ac-colmobile {
        width: 7.3rem;
        margin-right: 4.5rem;
    }

    footer .ac-row-2 {
        justify-content: center;
        align-items: center;
        height: 3.5rem;
    }

    footer .ac-row-2 p {
        padding-top: 1rem;
        font-size: 1.5rem;
        text-align: center;
    }
    footer .ac-showform-mob{
        display: none
    }

}