@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400&display=swap');

:root {
    --white: #FFF;
    --gray: #333;
    --red: #eb1f27;
    --orenge: #f26422;
    --green: #1b6065;
    --pupple: #7570b3;
    --yellow: #ffcc00;
    --blue: #81d3e6;
    --tone: #f1eee7;
    --thfont: 'IBM Plex Sans Thai', sans-serif;
    --enfont: 'Poppins', sans-serif;
}

html {
    width: 100%;
}

body {
    min-height: 100vh;
    background: var(--tone);
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    overflow-x: hidden;
    background: url('../img/fi/headbg.webp') #d1e8f0 no-repeat 50% 0;
}

h1, h2, h3, h4, h5, p, li, span {
    font-family: var(--thfont);
}

a, a:hover, a:focus {
    text-decoration: none;
}

.en {
    font-family: var(--enfont);
}

.th {
    font-family: var(--thfont);
}

.floatnav {
    position: absolute;
    top: 80%;
}

.imgforeground {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    object-fit: cover;
}

#Norway {
    position: relative;
    width: 100%;
}

.contentbox {
    background-image: none;
}

#secA {
    position: relative;
    width: 100%;
    margin: 120px 0 0 0;
    background: url('../img/fi/bg1.webp') no-repeat 50% -20%;
    background-size: 100% auto;
}

.bgship {
    background: url('../img/fi/bg2.webp') no-repeat 100% 20%;
    background-size: 50% auto;
}

.smallcicle {
    width: 220px;
    height: 220px;
    margin: 20px auto;
}

.puppleBox {
    font-family: var(--thfont);
    width: 100%;
    height: auto;
    background-color: var(--pupple);
    padding: 40px;
    margin: 250px 0 80px 0;
    color: #FFF;
    font-size: 1.8rem !important;
    line-height: 3rem !important;
    border-radius: 10px;
    text-align: center;
}

/**/
#secB {
    position: relative;
    min-height: 100vh;
    width: 100%;
    padding: 80px 0 0 0;
    margin: 0;
    background-color: #d8ecf1;
}

#secB > h2 {
    font-size: 3rem;
    margin-bottom: 20px;
    text-align: center;
}

#secB .swapcenter h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

#secB .swapcenter h3 {
    font-family: var(--thfont);
    font-size: 2rem;
    line-height: 3rem;
    letter-spacing: -1px;
}

#secC {
    min-height: 80vh;
    margin: 0;
    padding: 80px 0 0 0;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#secC .contentbox {
    color: var(--gray);
    height: 100%;
}

#secC .contentbox img {
    margin-top: 30%;
}

/*  */
#secD {
    background: url('../img/fi/bg4.webp') no-repeat var(--green) 0 0;
    background-size: 100% auto;
    padding: 0;
    margin: 0;
    min-height: 90vh;
}

#secD * {
    color: #FFF;
}

/**/
#secE {
    background: var(--pupple);
    padding: 80px 0 0 0;
    margin: 0;
    min-height: 90vh;
}

/**/
#secE * {
    color: #ffff;
}

#secE  h2 {
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
}

#secE h3 {
    font-size: 3rem;
    text-align: center;
    font-family: var(--enfont);
}

#secF {
    background: url('../img/fi/bg7.webp') no-repeat 0 0;
    background-size: 100% auto;
    padding: 80px 0 0 0;
}

#secF .puppleBox {
    margin: 0 0 40px 0 !important;
}

/**/
.animalbox {
    margin: 50px 0 0 0;
    width: 100%;
    overflow-x: hidden;
    position: relative;
}

.animalswap {
    position: relative;
    height: 100%;
    filter: grayscale(90%) brightness(0.5);
    transition: all ease-in-out .35s;
}

.animalswap.active {
    filter: none;
}

.animalswap h2 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 2em !important;
    font-family: var(--enfont);
    letter-spacing: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all ease-in-out .35s;
    text-shadow: 0 2px 3px rgba(0, 0, 0, .8);
    z-index: 5;
}

.animalswap.active h2 {
    top: 70%;
    z-index: 5;
}

.animalswap img {
    width: 100%;
    height: auto;
}

.btnpopicon {
    position: absolute;
    border: none;
    right: 20px;
    bottom: 20px;
    width: 30px;
    height: 30px;
    background: url('../img/fi/popicon.webp') no-repeat 0 0;
    background-size: 100% 100%;
    z-index: 5;
    opacity: .8;
}

.btnpopicon:before {
    content: "more";
    text-transform: uppercase;
    font-family: var(--enfont);
    letter-spacing: 1px;
    position: absolute;
    left: -50px;
    top: 8px;
    font-size: 1.1rem;
    color: #FFF;
}

.btnpopicon:hover {
    opacity: 1;
}

.bottomword {
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden;
}

.bottomword h4 {
    width: 70%;
    color: #fff;
    font-size: 1.8rem;
    line-height: 3rem;
    text-align: center;
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bgfooter {
    width: 100%;
    height: 550px;
    background: url('../img/fi/bg6.webp') no-repeat center bottom;
    background-size: 100% auto;
}

.bottomword img {
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -50px;
    top: 35%;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -50px;
    top: 35%;
}

.swiper-button-next:after, .swiper-button-prev:after {
    color: var(--orenge);
}

/**/
.bgWhileFull, .bgYellowFull {
    width: 100%;
    height: 70vh;
    background-color: #FFF;
    display: flex;
    flex-direction: row;
    overflow: hidden;
}

.imgoverlap {
    position: absolute;
    right: -20px;
    top: 40%;
    width: 350px;
    z-index: 3;
}

.fullHaft {
    width: auto;
    height: 100%;
    background: url('../img/di/06.webp') no-repeat bottom right;
    background-size: auto 100%;
    z-index: 2;
}

.imgfluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right bottom;
    filter: brightness(0.5);
}

.bgWhileFull .colhaft, .bgYellowFull .colhaft {
    position: relative;
    width: 50%;
    height: 70vh;
}

.bgWhileFull .colhaft img {
    width: auto;
    height: 100%;
    object-fit: cover;
}

@media(max-width:992px) {
    .bgWhileFull .colhaft img {
        margin-left: -50%;
    }

}

.bgWhileFull .colhaft .swap, .bgYellowFull .colhaft .swap {
    padding: 50px;
    position: relative;
    height: 70vh;
}

.bgWhileFull .colhaft .swap h2 {
    color: var(--gray);
}

.bgWhileFull .colhaft .swap h3 {
    font-family: var(--enfont);
    font-size: 3rem;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    text-align: left;
    color: var(--gray);
}

.bgWhileFull .colhaft .swap p {
    color: var(--gray);
    font-size: 1.8rem;
    line-height: 3rem;
}

.txtblack * {
    color: var(--gray) !important;
}

.txtblack h2, .txtblack h3 {
    text-align: center !important;
}

.txtblack h2 {
    margin: 0;
    font-size: 3rem !important;
    font-weight: 500;
}

.txtblack h3 {
    font-size: 3.5rem !important;
    margin: 0 0 20px 0 !important;
    text-transform: uppercase;
    font-weight: 300;
}

.txtblack p {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 20px !important;
}

.bgYellowFull .colhaft .swap {
    padding: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media(max-width:766px) {
    #secB {
        padding: 200px 0 0 0;
    }

    #secB .col-md-6 img {
        margin-bottom: 20px;
    }

    .bgWhileFull {
        min-height: 80vh;
    }

    .bgWhileFull .colhaft .swap {
        height: auto;
    }

    .bgWhileFull .colhaft, .bgYellowFull .colhaft {
        width: 100%;
        height: auto;
    }

    .bgWhileFull, .bgYellowFull {
        height: auto;
        flex-direction: column;
    }

    .bgWhileFull, .bgYellowFull {
        height: auto;
    }

}

/**/
.homesticker {
    width: 100px;
    height: auto;
}

/**/
.nopad {
    padding: 0 !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-top: 40px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt60 {
    margin-top: 60px !important;
}

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

.mv30 {
    margin: 30px 0 !important;
}

.mv40 {
    margin: 40px 0 !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.pt60 {
    padding-top: 60px !important;
}

.pt70 {
    padding-top: 70px !important;
}

.dflex {
    display: flex;
    flex-direction: row;
    position: relative;
}

.dflex-col {
    flex-direction: column;
}

.flex-r {
    justify-content: flex-end;
}

.flex-c {
    justify-content: center;
}

.bottomdiv {
    margin-top: 100%;
}

.col20, .col30, .col40, .col50 {
    padding: 0 15px;
    position: relative;
    display: flex;
    height: 100%;
}

.col20 {
    width: 20% !important;
}

.col30 {
    width: 30% !important;
}

.col40 {
    width: 40% !important;
}

.col50 {
    width: 50% !important;
}

.bgmap {
    width: 100%;
    min-height: 60vh;
    background: url('../img/fi/di_map2.webp') no-repeat 0 0;
    background-size: 45% auto;
    padding: 80px 0;
}

.bgtemp {
    width: 100%;
    min-height: 75vh;
    background: url('../img/fi/bg3.webp') no-repeat bottom center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.bgtemp  img {
    max-width: 400px;
    margin: 20px auto;
}

@media(max-width:1500px) {
    .col20, .col30, .col40, .col50 {
        width: 50% !important;
    }

}

@media(min-width:1200px) {
    .bgmap {
        width: 100%;
        min-height: 60vh;
        background: url('../img/di/di_map2.webp') no-repeat 0 0;
        background-size: 50% auto;
        padding: 80px 0;
    }

}

@media(max-width:992px) {
    .bgmap {
        background-size: contain;
    }

    .bottomdiv {
        margin-top: 65%;
    }

    .puppleBox {
        margin: 0;
    }

    .imgforeground {
        height: 100%;
        width: auto;
    }

    .col20, .col30, .col40, .col50 {
        width: 100% !important;
    }

}

@media(max-width:766px) {
    .bgtemp {
        display: flex;
        flex-direction: column;
        padding: 80px 0;
    }

    #secA {
        margin: 0 !important;
    }

    #secB {
        padding: 0 !important;
    }

    .bgship {
        background-size: 100% auto;
    }

    #secC .contentbox img {
        margin-top: 10px !important;
    }

    #secD {
        background-position: 0 0;
        background-size: auto 10%;
    }

}

/**/
.contentbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 50px;
}

.contentbox h2 {
    font-size: 2.5rem;
    font-weight: 600;
    margin: 0;
}

.contentbox .sticker {
    width: 200px;
    height: auto;
    position: absolute;
    right: 0;
    top: -200px;
}

.dflexhead {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    width: 100%;
    margin: 0 0 40px 0;
}

.dflexhead div {
    display: flex;
    flex-direction: column;
}

.contentbox h3 {

    /* en name */
    font-family: var(--enfont);
    font-size: 3rem;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    text-align: left;
}

.contentbox h3 span {
    font-family: var(--thfont);
}

.contentbox h4 {
    font-family: var(--thfont);
    font-size: 2.5rem !important;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 20px 0 !important;
    text-align: left;
}

.contentbox p {
    font-size: 1.7rem;
    line-height: 3rem;
    letter-spacing: .2px;
    margin: 20px 0;
    text-align: justify;
    word-spacing: -2px;
    width: 100%;
}

.contentbox p.quoat {
    text-align: center;
    max-width: 60%;
    margin: 0 auto;
    position: relative;
    font-size: 2rem;
}

.contentbox p.quoat:before {
    content: open-quote;
    font-size: 5em;
    font-family: sans-serif;
    color: #666;
    position: absolute;
    left: -50px;
    font-weight: 600;
}

.contentbox ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.contentbox li {
    padding-left: 50px;
    list-style: none;
    background: url('../img/di/bullet.webp') no-repeat 0 0;
    background-size: 20px 20px;
    margin: 0 0 10px 10px;
}

.contentbox .imgoverlab {
    width: 100%;
}

/*
.contentbox h4 {
font-size: 1.6rem;
font-weight: 600;
margin: 0;
}*/
.contentbox h5 {
    font-size: 1.5rem;
    line-height: 3rem;
    width: 100%;
    max-width: 500px;
}

.swaptext {
    position: relative;
    width: 100%;
    padding-top: 180px;
    display: block;
    color: var(--white);
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.divright {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 10%;
}

.swaptext h2 {
    font-size: 3rem;
    font-weight: 800;
    text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF;
    color: var(--red);
}

.swaptext h3 {
    font-size: 2.5rem;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}

.swaptext h5 {
    font-size: 2rem;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}

.swaptext img {

    /* Trip logo  */
    width: 400px;
}

.blackfade {
    z-index: 1;
    display: none;
}

/* slogan */
.bottomcontent {
    position: relative;
    margin: 50px auto;
    display: block;
}

.bottomcontent h3 {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 20px;
    text-align: center;
    color: #FFF;
}

.bottomcontent h4 {
    font-size: 2rem;
    line-height: 3rem;
    text-align: center;
    color: #333;
    text-shadow: none;/*    text-shadow: -.2px -.2px 0 #FFF, .2px -.2px 0 #FFF, -.2px .2px 0 #FFF, .2px .2px 0 #FFF;*/
}

.floatnav {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    transition: all ease-in-out .35s;
    margin-top: 50px;
    z-index: 5;
}

.floatnav li {
    padding: 20px;
}

.floatnav li a {
    color: var(--white);
}

.floatnav.active {
    position: fixed;
    top: auto;
    bottom: 0;
}

.floatnav li.active {
    background-color: #d4161e;
}

.floatnavPolygon {
    clip-path: polygon(98% 0, 100% 50%, 98% 100%, 2% 100%, 0 50%, 2% 0);
    background: var(--red);
    background-size: contain;
    height: 55px;
    overflow: hidden;
}

.flagCross {
    width: 60px;
    height: 60px;
    position: absolute;
    background: none;    /*background: url('../img/fi/cross.webp') no-repeat 0 0;
    background-size: 100% 100%;*/
    top: 0;
    left: 0;
    bottom: 0;
}

@media(max-width:992px) {
    #Norway {
        min-height: 90vh;
    }

    .floatnavPolygon {
        clip-path: none;
    }

    /*   .flagCross {
           width: 35px;
           height: 35px
       }*/
    .bgship {
        background: none;
    }

    .swaptext {
        padding-top: 100px;
        align-items: center;
    }

    .divright {
        margin-right: 0;
    }

    .swaptext img {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }

    .floatnav {
        width: 90vw;
        margin: 20px auto;
    }

    .floatnavPolygon {
        height: auto;
    }

    .swaptext h2 {
        font-size: 2.5rem;
        margin: 0;
        color: var(--yellow);
    }

    .bottomcontent h3 {
        font-size: 2rem;
        text-align: center;
        font-weight: 600;
    }

    .bottomcontent h4 {
        font-size: 1.8rem;
        text-align: center;
        font-weight: 400;
    }

    .blackfade {
        display: none;
    }

    #secA {
        margin: 80px 0;
    }

    .john {
        margin: 20px auto;
    }

    .contentbox {

        /*        padding: 0 15px;*/
    }

    .contentbox h2 {
        font-size: 2.2rem;
    }

    .contentbox h3 {
        font-size: 2.5rem;
    }

}

/* themepark */
.bgYellowFull {
    background-color: #f8be11;
    height: 70vh;
}

.bgYellowFull .swiper {
    width: 100%;
    height: 70vh;
    margin-left: auto;
    margin-right: auto;
}

.bgYellowFull .swiper-slide {
    background-size: cover;
    background-position: center;
}

.bgYellowFull .themepark-slider {
    height: 70vh;
    width: 100%;
}

.bgYellowFull .themepark-thumb {
    height: 200px;
    box-sizing: border-box;
    position: absolute;
    bottom: 10px;
    z-index: 2;
}

.bgYellowFull .themepark-thumb .swiper-slide {
    width: 25%;
    height: 100%;
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, .5);
    filter: grayscale(100%) brightness(1);
    transition: all ease-in-out .35s;
    border-radius: 10px;
    overflow: hidden;
}

.bgYellowFull .themepark-thumb .swiper-slide-thumb-active {
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, .5);
    filter: grayscale(0);
}

.bgYellowFull .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    cursor: pointer;
}

.bgYellowFull .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 0;
    top: 50%;
}

.bgYellowFull  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 0;
    top: 50%;
}

.fadebotton {
    height: 30vh;
    width: 100%;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 90%);
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 90%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
}

.fadebotton.h50 {
    height: 80px;
    opacity: .2;
}

.relbox {
    position: relative;
    width: 100%;
    height: 100%;
}

.hconfig {

    /* top menu  */
    padding: 20px;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-end;
}

/* button  */
.howto {
    background: var(--yellow);
    border: 3px solid #FFF;
    padding: 10px 30px;
    border-radius: 50px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
    margin: 0 10px;
}

.bgcolor1, .bgcolor2 {
    border: 3px solid #FFF;
    border-radius: 50%;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
    margin: 0 10px;
    width: 50px;
    height: 50px;
    opacity: .7;
}

.bgcolor1 {
    background: #333;
}

.bgcolor2 {
    background: #8dabd8;
}

.bgcolor1.active, .bgcolor2:.active {
    opacity: 1;
}

/**/
.chatsim {
    width: auto;
    margin: 0 auto;
    position: relative;
}

.tablet {
    position: relative;
    width: 100%;
    height: 100%;
}

.tb-head {
    width: 100%;
    height: 80px;
    background: #8dabd8;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    border: 80px solid #000;
    border-bottom: none;
    position: relative;
}

.tb-body {
    width: 100%;
    height: auto;
    min-height: 60vh;
    background: #8dabd8;
    border-left: 80px solid #000;
    border-right: 80px solid #000;
    position: relative;
}

@media(max-width:992px) {
    .tb-head {
        border: 50px solid #000;
        border-bottom: none;
    }

    .tb-body {
        border-left: 50px solid #000;
        border-right: 50px solid #000;
    }

}

.chatbox {
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
}

.chatbox .l-box {
    width: 30%;
    height: 100%;
    min-height: 60vh;
    background-color: #FFF;
    position: relative;
}

.chatbox .l-box #clockdate {
    font-size: 1.4rem;
    white-space: nowrap;
    font-weight: 600;
}

.chatbox .r-box {
    width: 70%;
    height: 100%;
    position: relative;
}

.chatbox .toptablet {
    font-family: var(--enfont);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 5px 10px;
    color: #000;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.chatbox .r-box .toptablet {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-weight: 600;
    font-size: 1.3rem;
    text-transform: uppercase;
}

#batterylevel {
    margin: 0 10px;
}

.chatbox  i {
    font-size: 2.5rem !important;
}

.messageinput {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 80px;
    background: rgb(241, 238, 231);
    background: -moz-linear-gradient(180deg, rgba(241, 238, 231, 1) 0%, rgba(196, 194, 188, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(241, 238, 231, 1) 0%, rgba(196, 194, 188, 1) 100%);
    background: linear-gradient(180deg, rgba(241, 238, 231, 1) 0%, rgba(196, 194, 188, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f1eee7", endColorstr="#c4c2bc", GradientType=1);
    padding: 20px;
    display: block;
}

.inputfield {
    background-color: #eaeaea;
    width: 100%;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding: 0 5px 0 10px;
    box-shadow: inset 0 0 8px rgba(0, 0, 0, .2);
    position: relative;
}

.inputfield .tagname {
    background: var(--yellow);
    outline: none;
    padding: 10px 20px;
    color: var(--gray);
    font-size: 1.5rem;
    border: none;
    border-radius: 40px;
    margin: 0 10px 0 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
}

.inputfield .tagname.more {
    outline: none;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    font-size: 2rem;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.tipstop {
    width: 100%;
    font-size: 1.8rem;
    font-weight: 800;
    color: #333;
}

.scrollchat {
    margin: 20px 0 0 0;
    padding: 30px;
    height: auto;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.imgbox img {
    width: 40%;
    height: auto;
    margin: 0 0 30px 0;
    box-shadow: 0 5px 2px rgba(0, 0, 0, .2);
}

.questionbox {
    background: #8dca79;/* green  */
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    margin-bottom: 10px;
    width: 50%;
}

.answerbox {
    background: #FFF;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    margin-bottom: 10px;
    width: 70%;
}

#popupdata {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .9);
    display: none;
    z-index: 999;
    justify-content: center;
}

#popupdata .swaptext {
    padding-top: 0;
    justify-content: center;
    align-items: flex-start;
}

.contentdata {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    padding: 80px;
}

.contentdata img {
    width: 50%;
    height: auto;
    padding: 50px;
    object-fit: cover;
}

.contentdata .swipbox {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.contentdata h1 {
    font-size: 3rem !important;
    font-weight: 400 !important;
    font-family: var(--thfont) !important;
    color: var(--white) !important;
    text-align: left !important;
    width: 100% !important;
    letter-spacing: 1px;
}

.contentdata h3 {
    font-size: 3.5rem !important;
    font-family: var(--enfont) !important;
    font-weight: 400 !important;
    color: var(--white) !important;
    text-align: left !important;
    text-transform: uppercase;
    width: 100%;
    margin: 0 0 20px 0;
}

.contentdata p {
    font-size: 1.8rem !important;
    line-height: 3rem !important;
    color: var(--white) !important;
    text-align: left !important;
    width: 100%;
    max-width: 500px;
}

.btnclose {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    overflow: hidden;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    position: absolute;
    right: 30px;
    top: 30px;
    border: 2px solid #FFF;
    z-index: 99;
}

.btnclose i {
    font-size: 1em;
    color: #FFF !important;
}

@media(max-width:992px) {
    .contentdata {
        padding: 20px;
        flex-direction: column;
        overflow-y: auto;
    }

    .swaptext {
        padding-top: 100px
    }

    #popupdata .swaptext {
        max-width: 90%;
        margin: 0 auto;
    }

    #secA {
        background: none;
    }

    .contentbox {
        padding: 0 20px;
    }

    .contentdata h1 {
        font-size: 1.5rem !important;
        margin: 0;
    }

    .contentdata h3 {
        font-size: 3rem !important;
    }

    .contentdata p {
        max-width: inherit;
    }

    .contentdata img {
        width: 100%;
        height: 400px;
        margin: 80px 0 20px 0;
        padding: 0;
        object-fit: contain;
        object-position: 50% 50%;
    }

    .btnclose {
        top: 20px;
        right: 20px;
        left: auto;
    }

}

@media(max-width:922px) {
    .bottomword {
        height: auto;
    }

    .bottomword img {
        width: auto;
    }

    #secF .fadebotton {
        height: 80px;
    }

    #secF {
        background-size: 800px auto;
        padding: 200px 0 0 0;
    }

    #secF .contentbox h3 {
        text-align: center;
    }

    .bgfooter {
        background-size: cover;
    }

    .bgfooter {
        background-position: bottom right;
        background-size: 500px auto;
    }

    .contentbox p.quoat {
        max-width: inherit;
    }

    .bottomword h4 {
        width: 90%;
    }

    body {
        background-position: 30% 0;
    }

}

@media(max-width:480px) {
    body {
        background-size: auto 1000px;
        background-position: 20% 0;
    }

    .floatnav li {
        padding: 10px
    }

    .back-to-top {
        display: none;
    }

    .contentbox p.quoat {
        padding: 20px 0 0 0;
        font-size: 1.6rem;
        line-height: 2.5rem;
    }
 
    .contentbox p.quoat:before {
        position: relative !important;
        left: 0 !important;
    }

    .swaptext {
        padding: 0;
        width: 80%;
        margin: 0 auto;
    }

    .bottomcontent h3 {
        width: 90%;
        margin: 0 auto;
        text-shadow: 0 0 5px #333;
    }

    .bottomcontent h3 br {
        display: none;
    }

    .swaptext h2 {
        text-shadow: none;
    }

    .puppleBox {
        padding: 20px;
    }

    .swaptext h3 {
        font-size: 2rem;
        font-weight: 600;
        text-align: center;
    }

    .mv40 {
        margin: 0 !important;
    }

    section {
        padding: 100px 0;
    }

}
