@charset "UTF-8";

body,
html {
    width: 100%;
    height: 100%;

}


.contentsection h2 {
    color: #cc3333;

}

.contentsection h3 {
    color: #999999;
}

.imgfited {
    width: 100%;
    height: auto;
    max-width: 100%;

}

p {
    font-size: 1.4em !important;
    color: #333 !important;
    font-family: var(--thaifont) !important;
    line-height: 1.6em !important;
}

.contentsection p {
    color: #333 !important;
    font-family: var(--thaifont) !important;
    font-size: 1.4em !important;
    padding: 20px 0 30px 0;
}

#scotland {
    background: url('../img/scotlandbg.webp') no-repeat 50% 50%;
    background-size: cover;
    height: auto;
    min-height: 750px;
}


.bgscotland {
    background: url('../img/fi/map1.webp') no-repeat 0 0;
    background-size: auto 100%;

    min-height: 750px;
    position: relative;
}

/* #cityshape {
    opacity: 0;
} */

/**/
.titlebox {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin: 10% 0 50px 0;
    width: 100%;
}

.titlebox img {
    width: 100px;
    height: auto;
    max-width: 100%;
    margin: 10px;
}

.imgfited {
    width: 100%;
    height: 100%;
}

.imgfited img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.titletext h2 {
    font-family: var(--thaifont);
    font-weight: 600;
    color: #cc3333;
    margin: 0;
    align-items: center;
}

.titletext h3 {
    font-family: var(--engfont);
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 2.5em;
    color: #003300;
    margin: 0;

}

/**/
.royalBg {
    width: 100%;
    background: url('../img/fi/bg_scot.webp') no-repeat 100% 0;

    margin: 0 !important;
    padding: 0 !important;
}

.royalbox {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    margin-top: 80px;

}

.royalarms {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 250px;
    height: auto;
}

.royalframe {
    position: absolute;
    width: 300px;
    height: 550px;
    -webkit-mask-image: url('../img/fi/markshaper.svg');
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-image: url('../img/fi/markshaper.svg');
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    mask-mode: alpha;
    overflow: hidden;


}

.royalframe1 {
    left: 0;
    top: 35%;
    transform: translateY(-50%);

}

.royalframe2 {
    right: 0;
    top: 60%;
    transform: translateY(-50%);
}

.royalframe img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}



.royalLabel {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateX(-50%);
    font-family: var(--engfont);
    font-size: 2.5em !important;
    line-height: 1em !important;
    margin: 0;
    color: #FFF;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    text-align: center;
    white-space: nowrap;
    z-index: 99;
}

.pd30 {
    padding: 30px;
}

.pd50 {
    padding: 30px;
}

.royalLabel span {
    display: block;
    font-size: .7em;
    color: #FFF;

}

.thtext {
    font-family: var(--thaifont) !important;
    font-size: 1.8em !important;
    color: #333 !important;
}

.weatherbox {
    width: 100%;
    position: relative;
    margin: 30px auto;

}

.weatherbox ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.weatherbox li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    height: 150px;
    background: url('../img/fi/bg_weather1.webp') no-repeat 0 50%;
    background-size: cover;
    margin-bottom: 10px;

}

.weatherbox li:nth-child(1) {
    background: url('../img/fi/bg_weather1.webp') no-repeat 0 50%;
    background-size: cover;
}

.weatherbox li:nth-child(2) {
    background: url('../img/fi/bg_weather2.webp') no-repeat 0 50%;
    background-size: cover;
}

.weatherbox li:nth-child(3) {
    background: url('../img/fi/bg_weather3.webp') no-repeat 0 50%;
    background-size: cover;
}

.weatherbox li:nth-child(4) {
    background: url('../img/fi/bg_weather4.webp') no-repeat 0 50%;
    background-size: cover;
}

.weatherbox li>div {
    font-family: var(--engfont) !important;
    font-size: 1.5em !important;
    color: #ffffff;
    margin: 0;
}

.weatherbox li div span {
    font-size: 1.8em !important;
    color: #ffffff;
    display: block;
    margin: 0;
    line-height: 1em;
    white-space: nowrap;
}

.tempbox {
    font-size: 1.4em !important;
    padding: 5px 20px;
    background: #cc3333;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    min-width: 300px;
}

.tempbox1 {
    background-color: #30ba0e;
}

.tempbox2 {
    background-color: #cc3333;
}

.tempbox3 {
    background-color: #ff6600;
}

.tempbox4 {
    background-color: #3399cc;
}

.WesternHighlands {
    min-height: 70vh;
    width: 100%;
    background: url('../img/fi/bg_scot2.webp') no-repeat center bottom;
    background-size: 100% auto;
    position: relative;
}

.floatbox {
    position: absolute;
    top: 50%;
    left: 0;
    width: 50%;

    transform: translateY(-50%);
    padding: 40px;
    word-wrap: break-word;
}

.floatbox p {
    color: #333 !important;
}

.bgBlueFade {
    background: #DAEFFF;
    background: -webkit-linear-gradient(0deg, rgba(218, 239, 255, 0) 0%, rgba(218, 239, 255, 1) 78%);
    background: -moz-linear-gradient(0deg, rgba(218, 239, 255, 0) 0%, rgba(218, 239, 255, 1) 78%);
    background: linear-gradient(0deg, rgba(218, 239, 255, 0) 0%, rgba(218, 239, 255, 1) 78%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#DAEFFF", endColorstr="#DAEFFF", GradientType=0);
    padding: 0;
}

.pdb0 {
    padding-bottom: 0 !important;
}

.titlesection {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}

.titlesection h2 {
    font-family: var(--thaifont);
    font-size: 1.5em;
    font-weight: bold;
    color: #cc3333;

}

.titlesection h3 {
    font-family: var(--engfont);
    font-size: 2.5em;
    font-weight: bold;
    color: #999999;
    letter-spacing: 1px;
    margin: 0;
}

.bglochness {
    width: 100%;
    background: url('../img/fi/bg_lake.webp') no-repeat center bottom;
    background-size: cover;
    position: relative;
    padding: 100px 0;
    margin-top: 50px;
    color: #FFF;
}

.bglochness h3 {
    font-size: 1.5em !important;
    font-family: var(--thaifont) !important;
    color: #FFF !important;
    font-weight: normal;
    
}
.bglochness h2 {
    font-size: 2.5em !important;
    font-family: var(--engfont) !important;
    color: #FFF !important;
    letter-spacing: 1px;
}

.bglochness p {
    color: #FFF;
    font-size: 1.4em !important;
}

.bgtrain {
    background-image: url('../img/fi/bg_train.webp');
    background-size: cover;
    background-position: 50% 0%;
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
}


.bgtrain .titlebox {
    position: absolute;
    top: 50px;
    left: 50px;
    margin: 0;
    display: block
}

.bgtrain .titlebox h2 {
    font-family: var(--thaifont);
    color: #cc3333;
    font-size: 2em;
    font-weight: bold;
    margin: 0;
    display: block;

}

.bgtrain .titlebox h3 {
    font-family: var(--engfont);
    font-size: 2.5em;
    font-weight: bold;
    color: #999;
    margin: 0;

}

.mt10 {
    margin-top: 10px !important;
}

#didyouknowsection {
    background-color: #f4f4f4;
}

.p30 {
    padding: 30px !important;
}

.p0 {
    padding: 0 !important;
}

@media (max-width: 1200px) {

    .royalbox,
    .royalframe,
    .royalarms {
        position: relative;
        transform: none;
    }

    .royalbox {
        height: auto;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
}

/* @media (max-width: 1200px) {
    .bgscotland {
        background: url('../img/fi/map1.webp') no-repeat -10% 10%;
        background-size: 60% auto;
    }

    .royalbox {
        position: relative !important;
        margin: 0 !important;
        padding: 0 !important;
        height: auto !important;
    }

    .royalframe {
        height: 400px !important;
        margin-bottom: 30px !important;
    }

    .royalframe1,
    .royalframe2 {
        position: relative !important;
        transform: none !important;
    }

    .royalBg {
        background-size: 80% auto;
    }

    .royalarms {
        top: 0 !important;
        left: 0 !important;
        position: relative !important;
        width: 200px !important;
        height: auto !important;
        margin: 0 auto !important;
    }
} */

@media (max-width: 992px) {
    #scotland {
        height: 50vh;
    }

    .imgmark2,
    #scotlandtext {
        left: 50%;
        transform: translateX(-50%);

    }

    .imgmark img {
        filter: brightness(0.5);
    }

    .bgscotland {
        background: none
    }

    .scotman {
        display: none;
    }

    .royalbox,
    .royalframe,
    .royalarms {
        position: relative;
        transform: none;
    }

    .royalbox {
        height: auto;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        gap: 20px;
    }

    .weatherbox li {
        height: 200px;
    }

    .section {
        padding: 0 !important;
    }

    .titlebox {
        margin: 20px 0 !important;
    }

    .scotlandslider {
        bottom: 120px;
    }

    .bgscotland {
        height: auto;
        min-height: auto;
    }

    .bgtrain {
        margin-top: 30px;
    }

    .contentsection p,
    p {
        padding: 20px 0;
    }

    .bglochness {
        background-position: 60% 50%;
        background-size: auto 100%;
        padding: 30px
    }

    .bglochness .titletext h2 {
        color: #FFF !important;
    }

    .floatbox {
        position: relative !important;
        transform: none !important;
        padding: 30px;
        width: 100%;
        left: 0;
        top: 0 !important;
    }

    /* .WesternHighlands {
        background: url('../img/fi/bg_scot3.webp') no-repeat left bottom;
        background-size: cover;
    } */
}

.wtext {
    color: #FFF !important;
    line-height: inherit;
}

@media (max-width: 768px) {
    .titlesection {
        padding: 30px 0;
    }

    .royalbox {
        display: flex;
        flex-direction: column;
    }

    .royalBg {
        background: url('../img/fi/bg_scot.webp') no-repeat 0 100%;
    }

    #cityshape {
        display: none;
    }

    .titlebox img {
        width: 60px;
        height: auto;
    }

    .titletext h2 {
        font-size: 1.4em !important;
        font-weight: bold !important;
    }

    .titletext h3 {
        font-size: 1.6em !important;
        margin: 10px 0;
    }

    .royalLabel {
        font-size: 1.5em !important;
    }

    .royalarms {
        width: 100px;
    }

    .floatbox {
        padding: 0;
    }

    .royalframe {
        width: 100%;
        height: 200px;
        -webkit-mask-image: none;
        mask-image: none;
    }

    .royalframe img {
        width: 100%;
        height: 100%;
    }

    .WesternHighlands {
        background: url(../img/fi/bg_scot3.webp) no-repeat center bottom;
        background-size: 120% auto;
    }

    .weatherbox li {
        position: relative;
    }

    .tempbox {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
    }

}

p {
    font-size: 1.4em !important;
    font-family: var(--thaifont) !important;
}

.enfont {
    font-family: var(--engfont) !important;
    letter-spacing: 2px;
}

.thfont {
    font-family: var(--thaifont) !important;
}

.textbold {
    font-weight: 600;
    font-size: 2em !important;

}