﻿
/* Responsive Mobile & Desktop For Ckeditor */
:root {
    --font-8: 0.5rem;
    --font-9: 0.5625rem;
    --font-10: 0.625rem;
    --font-11: 0.6875rem;
    --font-12: 0.75rem;
    --font-14: 0.875rem;
    --font-16: 1rem;
    --font-18: 1.125rem;
    --font-20: 1.25rem;
    --font-22: 1.375rem;
    --font-24: 1.5rem;
    --font-26: 1.625rem;
    --font-28: 1.75rem;
    --font-36: 2.25rem;
    --font-48: 3rem;
    --font-72: 4.5rem;
}

/*Base Font Size*/
html {
    font-size: 14px;
}

/*Iframe*/
.content-iframe iframe {
    width: 100%;
    height: auto;
    max-height: clamp(19.6875rem, -7.5rem + 22.6563vw, 46.875rem);
    aspect-ratio: 16/9;
    display: block;
}

/*RowImage*/
.containerRowImage div.d-block.h-100 .img-fluid {
    height: clamp(9rem, -0.75rem + 8.125vw, 18.75rem);
}

/*IframeMap*/
.rowmap iframe {
    width: 100%;
    height: clamp(19.6875rem, 0rem + 16.4063vw, 39.375rem);
}

/* Responsive Desktop */
@media (min-width: 1024px) {
    html {
        font-size: 16px;
    }
}

/* Responsive 1920+ - 4k */
@media (min-width: 1920px) {

    html {
        font-size: clamp(1.125rem, 0rem + 0.9375vw, 2.25rem);
    }

    /* H1: 72px -> 144px */
    h1 {
        font-size: clamp(4.5rem, 3.75vw, 9rem) !important;
    }

    /* H2: 48px -> 96px */
    h2 {
        font-size: clamp(3rem, 2.5vw, 6rem) !important;
    }

    /* H3: 36px -> 72px */
    h3 {
        font-size: clamp(2.25rem, 1.875vw, 4.5rem) !important;
    }

    /* H4: 28px -> 56px */
    h4 {
        font-size: clamp(1.75rem, 1.4583vw, 3.5rem) !important;
    }

    /* H5: 24px -> 48px */
    h5 {
        font-size: clamp(1.5rem, 1.25vw, 3rem) !important;
    }

    /* H6: 20px -> 40px */
    h6 {
        font-size: clamp(1.25rem, 1.0417vw, 2.5rem) !important;
    }

    .container {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 70vw;
        padding-left: clamp(20px, 2vw, 40px);
        padding-right: clamp(20px, 2vw, 40px);
    }
}
