@font-face {
    font-family: 'Jost*';
    src: url('fonts/Jost-Medium.woff2') format('woff2'),
        url('fonts/Jost-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Antipasto Pro Hairline';
    src: url('fonts/AntipastoPro-Hairline.woff2') format('woff2'),
        url('fonts/AntipastoPro-Hairline.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Antipasto Pro';
    src: url('fonts/AntipastoPro-Bold.woff2') format('woff2'),
        url('fonts/AntipastoPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Antipasto Pro';
    src: url('fonts/AntipastoPro-DemiBold.woff2') format('woff2'),
        url('fonts/AntipastoPro-DemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Antipasto Pro';
    src: url('fonts/AntipastoPro-Extralight.woff2') format('woff2'),
        url('fonts/AntipastoPro-Extralight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Antipasto Pro';
    src: url('fonts/AntipastoPro.woff2') format('woff2'),
        url('fonts/AntipastoPro.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Antipasto Pro';
    src: url('fonts/AntipastoPro-ExtraBold.woff2') format('woff2'),
        url('fonts/AntipastoPro-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Antipasto Pro';
    src: url('fonts/AntipastoPro-Medium.woff2') format('woff2'),
        url('fonts/AntipastoPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Antipasto Pro';
    src: url('fonts/AntipastoPro-Light.woff2') format('woff2'),
        url('fonts/AntipastoPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Antipasto Pro';
    src: url('fonts/AntipastoPro-Thin.woff2') format('woff2'),
        url('fonts/AntipastoPro-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Antipasto Pro';
    src: url('fonts/AntipastoPro-Thin.woff2') format('woff2'),
        url('fonts/AntipastoPro-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Adamiya';
    src: url('fonts/Adamiya-Regular.woff2') format('woff2'),
        url('fonts/Adamiya-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.montserrat-font1 {
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-style: normal;
}

.open-sans-font2 {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

.teko-font3 {
    font-family: "Teko", sans-serif;
    font-weight: normal;
    font-style: normal;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

/* *{
outline: .5px solid green;
} */

body {
    max-width: 100%;
    min-width: 1600px;
    margin: 0 auto;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    overflow-x: hidden;
    position: relative;
}

h1, h2, h3 {
    font-weight: 400;
}

/* body::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/pic/gege.fw.png') top center no-repeat;
    opacity: .3;
} */


.suspension-contain {
    max-height: 980px;
    overflow: hidden;
    position: relative;
}

html.suspended {
    background: rgba(0, 0, 0, 0.6);
}

a {
    color: inherit;
    text-decoration: none
}

a:hover {
    text-decoration: none;
    color: inherit;
    transition: .3s;
}

h1,
h2,
h3,
h4,
h5,
ul,
ol,
li,
div,
p {
    padding: 0;
    margin: 0;
}

ul,
ol,
li {
    list-style-type: none;
}

input:focus,
textarea:focus {
    outline: none;
}

.row {
    max-width: 1200px;
    margin: 0 auto
}

img {
    display: block;

}


#first {
    max-width: 100%;
}

.st-container {
    max-width: 100%;
    padding-bottom: 128px;
    background-image: url(../images/pic/stbg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

/*CSS for head BLUE*/

.bluehead {
    max-width: 100%;
    position: relative;
    isolation: isolate;
    background-color: #304355;
    padding-top: 8px;
    padding-bottom: 7px;
    border-bottom: 1px solid gray;
    padding-left: 70px;
}

.bluehead::before {
    content: " ";
    inset: 0;
    z-index: -1;
    background-color: #304355;
}

.blueslant {
    display: flex;
    align-items: center;
}

.bluehead-container {
    max-width: 1638px;
    margin: auto;
    display: flex;
    justify-content: space-between;


}

.bluesubinfo1 {
    font-family: 'Poppins';
    font-size: 13px;
    font-weight: 700;
    color: #FFFFFF;
}

.bluesubinfo2 {
    font-family: 'Poppins';
    font-size: 13px;
    font-weight: 400;
    color: #FFFFFF;
}


.blueinfo1-container {
    width: 100%;
    max-width: 670px;
    display: flex;
    gap: 10px;
}

.blueinfo1-A {
    width: 100%;
    max-width: 225px;
    display: flex;
    justify-content: left;
    align-items: center;
    text-align: left;
    gap: 5px;
    line-height: 15px;
}


.blueinfo2-A {
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    text-align: left;
    gap: 5px;
    width: 100%;
    max-width: 141px;
    line-height: 15px;
    margin-left: 5px;
}


.blueinfo3-A {
    width: 100%;
    max-width: 239px;
    display: flex;
    justify-content: left;
    align-items: end;
    text-align: left;
    gap: 5px;
    line-height: 15px;
    padding-left: 5px;
}



.blueinfo2-container {
    display: flex;
    align-items: center;
    gap: 5px;
}

.blueinfo1-B {
    display: flex;
}

.info1 {
    font-family: 'Antipasto Pro';
    color: #FFFFFF;
    font-size: 18px;
    display: flex;
    align-items: center;
    padding-top: 3px;
}

.info2 {
    font-family: 'Montserrat';
    color: #FFFFFF;
    font-size: 18px;
    padding-bottom: 0px;
}


/*CSS for head WHITE*/


.whitehead {
    width: 100%;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    padding-left: 63px;
    filter: drop-shadow(0px 10px 7px rgb(0, 0, 0, .5))
}

.whitehead-container {
    width: 100%;
    max-width: 1680px;
    display: flex;
    padding-top: 3px;
}

.whitelogo {
    width: 100%;
    max-width: 597px;
    margin-left: 5px;
}

.nav1 {
    width: 100%;
    max-width: 581px;


}

.nav1 ul {
    display: flex;
    justify-content: space-between;
    margin-top: 47px;
}

.active-menu a,
.nav1 li:hover {
    border-bottom: 2px solid #000000;
}

.nav1 a {
    font-family: 'Poppins';
    font-size: 14px;
    color: black;
    letter-spacing: .3px;
}

.whitefollow {
    width: 100%;
    max-width: 193px;
    display: flex;
    padding-top: 44px;

    margin-left: 79px;
}

.follow1 {
    width: 100%;
    max-width: 110px;
    padding-left: 2px;
}


.follow1 p {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 600;
    color: #444444;
    text-align: left;
    padding-right: 8px;
    padding-top: 3px;
}


.follow2 {}


.whitebut {
    width: 100%;
    max-width: 220px;
    display: flex;
    justify-content: end;
    align-items: center;
    padding-bottom: 2px;
}


.whitebut a {

    max-width: 210px;
    font-size: 12px;
    font-family: 'Poppins';
    background-color: #304355;
    color: #FFFFFF;
    padding: 15px 12px;
    border-radius: 10px;
    letter-spacing: .5px;

}


.whitebut a:hover {
    background-color: #FFFFFF;
    color: #324558;
    border: 1px solid #324558;
}



.centerphoto img,
.centerphoto video {
    width: 100%;
    max-width: 510px;
    border-radius: 10px;
    border: 2px solid rgb(17, 13, 13);
    margin-left: 165px;
    margin-top: 220px;
    filter: drop-shadow(3px 5px 7px rgb(0, 0, 0, 0.5))
}


/* CSS home*/


#second {
    width: 100%;
}

.nd-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #324558;
    background: linear-gradient(180deg, rgba(50, 69, 88, 1) 5%, rgba(31, 41, 52, 1) 70%);

}

.overlay-container {
    width: 100%;
    max-width: 1600px;
    background: #374C61;
    background: linear-gradient(180deg, rgba(55, 76, 97, 1) 0%, rgba(43, 58, 74, 1) 70%);
    padding-top: 95px;
    padding-bottom: 388px;
    margin-top: -107px;
    text-align: center;
    position: relative;
    filter: drop-shadow(0px 10px 7px rgb(0, 0, 0, .3))
}


.overlayinfo1 {
    font-family: 'Antipasto Pro';
    font-size: 70px;
    font-weight: 300;
    color: #FFFFFF;
}

.overlayinfo2 {
    max-width: 1045px;
    font-family: 'Antipasto Pro';
    font-size: 30px;
    color: #FFFFFF;
    margin: auto;
    letter-spacing: .75px;
    margin-top: 5px;
    line-height: 42px;
}

.overlayinfo3 {
    max-width: 1086px;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 300;
    color: #FFFFFF;
    margin: auto;
    letter-spacing: .250px;
    margin-top: 8px;
    line-height: 35px;
}


.overlayphoto-container {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}

.overlayphoto {
    position: absolute;
    max-width: 1500px;
    display: flex;
    gap: 10px;
    margin-top: -356px;
    margin-right: 1px;

}

.circleleft {
    margin-right: -44px;
    margin-top: 246px;
    z-index: 9999;
}

.circleright {
    margin-left: -43px;
    z-index: 9999;
    margin-top: 246px;
}


.ndphoto1 img {
    border-radius: 10px;
    border: 2px solid white;
    width: 100%;
    max-width: 480px;
}

.phtinfo1 {
    font-family: 'Montserrat';
    font-size: 28px;
    color: #FFFFFF;
    opacity: .55;
    font-weight: 800;
    padding-top: 20px;
    letter-spacing: .1px;
    line-height: 33px;
    max-width: 480px;
}


.ndphoto2 img {
    border-radius: 10px;
    border: 2px solid white;
    max-width: 480px;
}

.phtinfo2 {
    font-family: 'Montserrat';
    font-size: 28px;
    color: #FFFFFF;
    opacity: .55;
    font-weight: 800;
    padding-top: 20px;
    letter-spacing: .1px;
    line-height: 33px;
    max-width: 300px;
    margin: auto;
}


.ndphoto3 img {
    border-radius: 10px;
    border: 2px solid white;
    max-width: 480px;

}

.phtinfo3 {
    max-width: 435px;
    font-family: 'Montserrat';
    font-size: 28px;
    color: #FFFFFF;
    opacity: .55;
    font-weight: 800;
    padding-top: 20px;
    padding-left: 10px;
    letter-spacing: .1px;
    line-height: 33px;
    margin: auto;
}


.ndbut-container {
    width: 100%;
    padding-top: 350px;
    padding-bottom: 60px;

}

.ndbut-container a {
    padding: 27px 23px;
    border: 2px solid #FFFFFF;
    font-family: 'Poppins';
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 300;
    border-radius: 5px;
}

.ndbut-container a:hover {
    background-color: #FFFFFF;
    color: #324558;

}

/*3rd section*/


#third {
    width: 100%;
}

.rd-container {
    width: 100%;
    background-color: #FFFFFF;
    padding-bottom: 0px;
}

.rdhead {
    width: 100%;
    max-width: 1514px;
    margin: auto;
}

.rdheadinfo1 {
    font-family: 'Antipasto Pro';
    font-size: 45px !important;
    font-weight: 400;
    color: #33475E;
    line-height: 120%;
    padding-top: 100px;
    width: 100%;
    letter-spacing: 0.75px;
}


.rdheadinfo2 {
    font-family: 'Antipasto Pro';
    font-size: 30px !important;
    font-weight: 400;
    color: #1F2A34;
    padding-top: 7px;
    padding-bottom: 55px;
    letter-spacing: -.15px;
}


.rdcenter1-container {
    display: flex;
    width: 100%;
    max-width: 1444px;
    gap: 123px;
    margin: auto;

}

.rdinfo1-container {
    width: 100%;
    max-width: 603px;
    text-align: left;
    margin-top: 20px;
}

.rdphoto1 {
    width: 100%;
    max-width: 721px;
}

.rdphoto1 img {
    border-radius: 10px;
}


.rdinfo1-A {
    font-size: 45px;
    font-weight: 800;
    color: #33475E;
    letter-spacing: -.45px;
}

.rdinfo2-A {
    font-family: 'Poppins';
    max-width: 376px;
    font-size: 15px;
    font-weight: 300;
    color: #666666;
    letter-spacing: .85px;
    padding-top: 11px;
}


.rdinfo3-A {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 300;
    color: #666666;
    letter-spacing: .09px;
    line-height: 28px;
    padding-top: 15px;
}

.rdinfo4-A {
    width: 198px;
    height: 63px;
    margin-top: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
    letter-spacing: 1px;
}

.rdinfo4-A a {
    font-weight: 300;
    text-align: center;
    width: 203px;
    height: 63px;
    font-family: 'Poppins';
    font-size: 14px;
    color: #FFFFFF;
    background: #324558;
    background: linear-gradient(180deg, rgba(50, 69, 88, 1) 52%, rgb(37, 48, 65) 100%);
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.rdinfo4-A a:hover {
    background-color: #FFFFFF;
    color: #324558;
    border: 1px solid #324558;
    background: unset;
    transition: .3s;
}

.rdinfo4-B a:hover {
    background-color: #FFFFFF;
    color: #324558;
    border: 1px solid #324558;
    background: unset;
    transition: .3s;
}


.rdinfo4-C a:hover {
    background-color: #FFFFFF;
    color: #324558;
    border: 1px solid #324558;
    background: unset;
    transition: .3s;
}








.rdcenter2-container {
    display: flex;
    width: 100%;
    max-width: 1444px;
    margin: auto;
    gap: 50px;
    align-items: center;
    margin-top: 20px;
}



.rdinfo2-container {
    width: 100%;
    max-width: 620px;
    text-align: left;
    padding-top: 52px;
    padding-left: 1px;
}



.rdphoto2 {
    width: 100%;
    max-width: 721px;
}

.rdphoto2 img {
    border-radius: 10px;
}

.rdinfo1-B {
    max-width: 580px;
    padding-top: 2px;
    font-size: 45px;
    font-weight: 800;
    color: #33475E;
    letter-spacing: -.3px;
    text-align: left;
}

.rdinfo2-B {
    font-family: 'Poppins';
    font-size: 15px;
    color: #666666;
    letter-spacing: .3px;
    padding-top: 8px;
    padding-left: 7px;
    font-weight: 300;
}


.rdinfo3-B {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 300;
    color: #666666;
    letter-spacing: .10px;
    line-height: 28px;
    
}

.rdinfo4-B {
    width: 209px;
    height: 63px;
    margin-top: 18px;
    justify-content: center;
    align-items: center;
    display: flex;
    letter-spacing: 1.2px;
    padding-left: 10px;
}

.rdinfo4-B a {
    text-align: center;
    font-weight: 300;
    width: 203px;
    height: 63px;
    font-family: 'Poppins';
    font-size: 14px;
    color: #FFFFFF;
    background: #324558;
    background: linear-gradient(180deg, rgba(50, 69, 88, 1) 52%, rgb(37, 48, 65) 100%);
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rdcenter3-container {
    display: flex;
    width: 100%;
    max-width: 1464px;
    margin: auto;
    gap: 40px;
    align-items: center;
    margin-top: 20px;
    padding-left: 10px;
    margin-bottom: 81px;
}






.rdinfo3-container {
    width: 100%;
    max-width: 650px;
    text-align: left;
    margin-top: 67px;

}



.rdphoto3 {
    width: 100%;
    max-width: 721px;
}


.rdphoto3 img {
    border-radius: 10px;
}

.rdinfo1-C {
    max-width: 700px;
    font-size: 45px;
    font-weight: 800;
    color: #33475E;
    letter-spacing: -.45px;
    text-align: left;
    padding-left: 3px;
}

.rdinfo2-C {
    font-family: 'Poppins';
    font-size: 15px;
    color: #666666;
    letter-spacing: .9px;
    padding-top: 10px;
    padding-left: 3px;
    font-weight: 300;
}


.rdinfo3-C {

    font-family: 'Poppins';
    font-size: 14px;
    color: #666666;
    font-weight: 300;
    letter-spacing: .13px;
    line-height: 28px;
    padding-top: 15px;
    padding-left: 2px;
}

.rdinfo4-C {
    width: 198px;
    height: 63px;
    margin-top: 19px;
    justify-content: center;
    align-items: center;
    display: flex;
    letter-spacing: 1px;
    margin-left: 3px;
}

.rdinfo4-C a {
    text-align: center;
    width: 203px;
    font-weight: 300;
    height: 63px;
    font-family: 'Poppins';
    font-size: 14px;
    color: #FFFFFF;
    background: #324558;
    background: linear-gradient(180deg, rgba(50, 69, 88, 1) 52%, rgb(37, 48, 65) 100%);
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.rdbut {
    margin: auto;
    width: 312.5px;
    height: 87px;
    justify-content: center;
    align-items: center;
    display: flex;
    border: 1px solid #202B35;
    border-radius: 2px;
    letter-spacing: -.1px;
}


.rdbut {
    font-family: 'Poppins';
    font-size: 20px;
    color: #202B35;
}

.rdbut:hover {
    background: #324558;
    background: linear-gradient(180deg, rgba(50, 69, 88, 1) 52%, rgb(37, 48, 65) 100%);
    color: #ffffff;
    border: 1px solid #324558;
    transition: .3s;
}


/*4th section*/

#fourth {
    width: 100%;
}

.th-container {
    width: 100%;
    background-image: url(../images/pic/thbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 188px;
    padding-top: 2px;
}

.thinfo-container {
    width: 100%;
    max-width: 805px;
    text-align: left;
    margin-left: 14px;
    padding-top: 116px;
}

.thinfocenter {
    width: 100%;
    max-width: 615px;
    margin: auto;
}


.thinfo1 {
    font-family: 'Adamiya';
    font-size: 40px;
    color: #FFFFFF;
    letter-spacing: 1.3px;
}

.thinfo2 {
    font-family: 'Antipasto Pro';
    font-size: 100px;
    color: #FFFFFF;
    padding-top: 17px;
    line-height: 100px;
    letter-spacing: 2px;
    filter: drop-shadow(2px 10px 5px rgb(0, 0, 0, .5))
}

.thinfo3 {
    max-width: 590px;
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 300;
    color: #FFFFFF;
    padding-left: 12px;
    padding-top: 5px;
    letter-spacing: .01px;
    line-height: 35px;
}


.thinfo4 {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    padding-left: 15px;
    padding-top: 9px;
}


.thinfo5 {
    font-family: 'Montserrat';
    font-size: 35px;
    font-weight: 700;
    color: #FFFFFF;
    padding-left: 15px;
    letter-spacing: .1px;
}

.thinfo6 {
    display: flex;
    gap: 7px;
    padding-left: 15px;
    padding-top: 30px;
}

.thinfo6-white {
    width: 256px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
}

.thinfo6-white a {
    height: 86px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 256px;
    font-family: 'Poppins';
    font-size: 20px;
    color: #050401;
    letter-spacing: -.05px;

}

.thinfo6-trans {
    width: 311px;
    height: 87px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #FFFFFF;
}

.thinfo6-trans a {
    font-family: 'Poppins';
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: -.5px;
}

.thinfo6-trans a:hover {
    color: #fff !important;
}

.thinfo6-white:hover,
.thinfo6-white a:hover {
    background: #324558;
    background: linear-gradient(180deg, rgba(50, 69, 88, 1) 52%, rgb(37, 48, 65) 100%);
    color: #ffffff;
    transition: .3s;
    background-color: #324558;
}


.thinfo6-trans:hover {
    background: #324558;
    background: linear-gradient(180deg, rgba(50, 69, 88, 1) 52%, rgb(37, 48, 65) 100%);
    color: #ffffff;
    transition: .3s;
    background-color: #324558;
    border: none;
}




/*5th section*/


#fifth {
    width: 100%;
}

.ft-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;

    padding-bottom: 163px;
}


.ftoverlaycontainer {
    width: 100%;
    margin-top: -104px;
    margin-right: 15px;
}

.ftoverlay1 {
    height: 461px;
    width: 100%;
    max-width: 1430px;
    background: #324558;
    background: linear-gradient(180deg, rgba(50, 69, 88, 1) 52%, rgb(37, 48, 65) 100%);
    border-radius: 10px;
    margin: auto;
    position: relative;
    border-radius: 10px;
    filter: drop-shadow(7px 3px 3px rgb(0, 0, 0, .2));

}

.ftoverlay2 {
    width: 100%;
    max-width: 1399px;
    display: flex;
    margin: auto;
    position: absolute;
    margin-top: -23px;
    margin-left: 17px;
    border-radius: 10px;
    filter: drop-shadow(3px 10px 5px rgb(0, 0, 0, .2))
}

.ftoverlayphoto1 img {
    width: 100%;
    max-width: 655px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    height: 100%;
    object-fit: cover;
}

.ftoverlayinfo-container {
    width: 100%;
    max-width: 748px;
    background-color: #FFFFFF;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.ftoverlay3 {
    width: 100%;
    max-width: 660px;
    margin: auto;
    padding-bottom: 30px;
}


.ftoverlayinfo1 {
    font-family: 'Adamiya';
    font-size: 80px;
    color: #2E4053;
    padding-top: 59px;
    letter-spacing: 3px;
    padding-right: 25px;
}

.ftoverlayinfo1 p {
    font-size: 17px;
    font-family: 'Poppins';
    letter-spacing: 0;
    margin: 5px 0;
}

.ftoverlayinfo2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 13px;
    padding-right: 25px;
}

.ftoverlayinfo3 {
    font-family: 'Poppins';
    font-size: 17px;
    color: #777777;
    font-weight: 300;
    font-style: italic;
    letter-spacing: .6px;
    padding-right: 0;
    padding-top: 19px;
    line-height: 34px;
}

.ftoverlayinfo4 {
    font-family: 'Antipasto Pro';
    font-size: 23px;
    color: #131920;
    padding-right: 27px;
    padding-top: 15px;
    letter-spacing: .4px;
}

.ftoverlayinfo5 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding-top: 13px;
    margin-right: 15px;
}


.ft-centerinfo-container {
    width: 100%;
    max-width: 1675px;
    margin-top: 253px;
    overflow: hidden;
}

.ftcenterinfo1 {
    font-family: 'Antipasto Pro';
    font-size: 60px;
    color: #2C3E50;
    text-align: left;
    padding-top: 0px;
    padding-left: 10px;
    letter-spacing: 1.42px;
    padding-bottom: 2px;
}


.ftcenterinfo1 p {
    font-size: 17px;
    letter-spacing: 0;
    font-family: 'Poppins';
}




.ftcenterlogo {
    display: flex;
    justify-content: end;
    position: relative;
    padding-right: 18px;
    gap: 5px;
}

.ftleft2 {
    margin-top: -25px;
}

.ftright2 {
    margin-top: -25px;
}


.ftcenterphoto-container {
    width: 100%;
    max-width: 1670px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 548px);
    column-gap: 13px;
    row-gap: 18px;
    padding-left: 5px;
    padding-top: 17px;
}

.grad {
    position: relative;
    isolation: isolate;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 3px 3px 9px rgba(0, 0, 0, .6);
}


.grad::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    height: 58px;
    left: 0;
    right: 0;
    background: linear-gradient(0deg,
            rgb(0 0 0),
            rgb(0 0 0 / .5),
            rgb(0 0 0 / 0));
}




.ftcenterphoto1 img {
    width: 100%;
    max-width: 548px;
    height: 350px;
    border-radius: 5px;
}

.ftcenterphoto2 img {
    width: 100%;
    max-width: 548px;
    height: 350px;
    border-radius: 5px;
}

.ftcenterphoto3 img {
    width: 100%;
    max-width: 548px;
    height: 350px;
    border-radius: 5px;
}

.ftcenterphoto4 img {
    width: 100%;
    max-width: 548px;
    height: 349px;
    border-radius: 5px;
}

.ftcenterphoto5 img {
    width: 100%;
    max-width: 548px;
    height: 349px;
    border-radius: 5px;
}

.ftcenterphoto6 img {
    width: 100%;
    max-width: 548px;
    height: 349px;
    border-radius: 5px;
}


.ftbelow {
    margin: auto;
    width: 100%;
    max-width: 1340px;
}


.ftcenterinfo2 {
    margin: auto;
    max-width: 1300px;
    font-family: 'Poppins';
    font-size: 35px;
    color: #444444;
    font-weight: 300;
    padding-left: 7px;
    padding-top: 37px;
    letter-spacing: .1px;
    line-height: 50px;
}

.ftcenterlogo2 {
    padding-left: 10px;
    padding-top: 17px;
}

.ftcenterlogo2 img {
    margin: auto;
}


.ftcenterinfo3 {
    font-family: 'Antipasto Pro';
    font-size: 35px;
    color: #000000;
    padding-left: 10px;
    letter-spacing: -.2px;
    padding-top: 20px;
}

.ftcenterinfo4 {
    font-family: 'Montserrat';
    font-size: 25px;
    font-weight: 400;
    letter-spacing: .1px;
    padding-left: 7px;
    padding-top: 3px;
    color: #000000;
}


.ftcenterbut {
    margin-left: 517px;
    margin-top: 24px;
    width: 313px;
    height: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #0C3F59;
}

.ftcenterbut:hover {
    background: #324558;
    background: linear-gradient(180deg, rgba(50, 69, 88, 1) 52%, rgb(37, 48, 65) 100%);

    border: 1px solid #324558;
    transition: .3s;
}

.ftcenterbut a:hover {
    color: #ffffff;
}






.ftcenterbut a {
    height: 85px;
    width: 311px;
    font-family: 'Poppins';
    font-size: 20px;
    color: #0C3F59;
    letter-spacing: -.5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*6th section*/

#six {
    width: 100%;

}

.six-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #324558;
    background: linear-gradient(180deg, rgba(50, 69, 88, 1) 0%, rgba(31, 41, 52, 1) 80%);
}

.sixoverlay-container {
    width: 100%;
    max-width: 1600px;
    margin-top: -107px;
    background: #324558;
    background: #374C61;
    background: linear-gradient(180deg, rgba(55, 76, 97, 1) 0%, rgba(43, 58, 74, 1) 80%);
    filter: drop-shadow(0px 5px 10px rgb(0, 0, 0, .2));
}

.sixoverlay-info {
    width: 100%;

}

.sixoverlayinfo1 {
    font-family: 'Adamiya';
    font-size: 60px;
    color: #FFFFFF;
    padding-top: 67px;
    letter-spacing: 2px;
}


.sixoverlayinfo2 {
    font-family: 'Antipasto Pro';
    font-size: 70px;
    font-weight: 300;
    color: #FFFFFF;
    padding-top: 18px;
    letter-spacing: .09px;
    margin-right: 3px;
}


.sixoverlayinfo3 {
    margin: auto;
    max-width: 1100px;
    letter-spacing: -.13px;
    line-height: 35px;
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 300;
    padding-top: 8px;
    padding-right: 2px;
    color: #FFFFFF;
    padding-bottom: 27px;
}


.sixoverlayinfo4 {
    margin: auto;
    width: 100%;
    max-width: 1280px;
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 14px;
    padding: 30px 0;
}

.sixoverlayinfo2 h3 {
    font-size: 70px;
}

.sixlogo1 {
    width: 100%;
    /* height: 148px; */
    max-width: 400px;
    gap: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 20px;
}

/* .sixlogo1 img {
    padding-top: 17px;
    padding-left: 20px;
} */


.sixlogoinfo1 {
    font-family: 'Antipasto Pro';
    font-size: 30px;
    color: #333333;
    font-weight: 400;
    text-align: left;
    letter-spacing: .88px;
    /* padding: 38px 0 20px 2px; */
    line-height: 39.5px;
}


/* .sixlogo2{
    width: 100%;
    max-width: 333px;
    display: grid;
    grid-template-columns: repeat(2 ,166px );
    background-color: #FFFFFF;
       border-radius: 5px;
}

.sixlogo2 img{
    padding-top: 17px;
    padding-left: 59px;
}

.sixlogoinfo2{
    font-family: 'Antipasto Pro';
    font-size: 30px;
    color:#333333 ;
    font-weight: 400;
    text-align: left;
    letter-spacing: .01px;
    padding-left: 20px;
    padding-top: 36px;
    line-height: 40px;
}




.sixlogo3{
    width: 100%;
    max-width: 330px;
    display: grid;
    grid-template-columns: repeat(2 ,166px );
    background-color: #FFFFFF;
       border-radius: 5px;
}


.sixlogo3 img{
    padding-top: 17px;
    padding-left: 47px;
}

.sixlogoinfo3{
    font-family: 'Antipasto Pro';
    font-size: 30px;
    color:#333333 ;
    font-weight: 400;
    text-align: left;
    letter-spacing: .01px;

    padding-top: 39px;
    line-height: 40px;
}



.sixlogo4{
    width: 100%;
    max-width: 333px;
    display: grid;
    grid-template-columns: repeat(2 ,166px );
    background-color: #FFFFFF;
       border-radius: 5px;
}


.sixlogo4 img{
    padding-top: 20px;
    padding-left: 29px;
}

.sixlogoinfo4{
    font-family: 'Antipasto Pro';
    font-size: 30px;
    color:#333333 ;
    font-weight: 400;
    text-align: left;
    letter-spacing: .01px;
    margin-left: -23px;
    padding-top: 38px;
    line-height: 40px;
} */

/*six below*/

.sixbelow-container {
    width: 100%;
    max-width: 1440px;
    background-color: #FFFFFF;
    margin-top: 37px;
    margin-right: 10px;
    border-radius: 20px;
    padding-bottom: 68px;
    filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.4));
    margin-bottom: -272px;
}

.sixbelow {
    width: 100%;
    max-width: 1210px;
    margin: auto;
}

.sixbelow1 {
    width: 100%;
    max-width: 1000px;
    font-family: 'Antipasto Pro';
    font-size: 60px;
    letter-spacing: 5.8px;
    word-spacing: 1.5px;
    color: #263340;
    padding-top: 74px;
    margin: auto;
    padding-left: 12px;
}

.sixbelow2 {
    width: 100%;
    max-width: 800px;
    margin: auto;
    font-family: 'Poppins';
    font-size: 19px;
    color: #333333;
    word-spacing: .8px;
    padding-left: 3px;
    padding-top: 13px;
}

.sixbelow3 {
    text-align: left;
    margin-top: 25px;
}

.sixbelow3-A {
    display: flex;
    flex-direction: row;
    gap: 21px;
    padding-left: 7px;
    width: 100%;
    max-width: 1210px;
    margin: auto;
}

#name {
    font-family: 'Myriad Pro';
    font-size: 17px;
    width: 100%;
    max-width: 385px;
    height: 65px;
    border-radius: 15px;
    border: none;
    box-shadow: inset 2px 2px 4px #b4b1b1;
    text-indent: 20px;
}

#name::placeholder {
    font-family: 'Myriad Pro';
    font-size: 17px;
    color: #666666;
    text-indent: 20px;

}

#email {
    font-family: 'Myriad Pro';
    font-size: 17px;
    width: 100%;
    max-width: 385px;
    height: 65px;
    border-radius: 15px;
    border: none;
    box-shadow: inset 2px 2px 4px #b4b1b1;
    text-indent: 22px;
}

#email::placeholder {
    font-family: 'Myriad Pro';
    font-size: 17px;
    color: #666666;
    text-indent: 22px;
    letter-spacing: 1px;
}


#phone {
    font-family: 'Myriad Pro';
    font-size: 17px;
    width: 100%;
    max-width: 385px;
    height: 65px;
    border-radius: 15px;
    border: none;
    box-shadow: inset 2px 2px 4px #b4b1b1;
    text-indent: 14px;
}

#phone::placeholder {
    font-family: 'Myriad Pro';
    font-size: 17px;
    color: #666666;
    text-indent: 14px;
    letter-spacing: .3px;
}

.sixbelow3-B {
    padding-left: 7px;
    margin-top: 13px;
    margin-bottom: 26px;
}

#message {
    font-family: 'Myriad Pro';
    font-size: 17px;
    width: 100%;
    max-width: 1200px;
    padding-bottom: 168px;
    padding-top: 23px;
    border-radius: 10px;
    border: none;
    box-shadow: inset 2px 2px 4px #b4b1b1;
    text-indent: 20px;
    overflow: hidden;
}

#message::placeholder {
    font-family: 'Myriad Pro';
    font-size: 17px;
    color: #666666;
    text-indent: 20px;
    letter-spacing: .5px;


}

.sixbut {
    width: 100%;
    max-width: 220px;
    margin: auto;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #222D38;
    border-radius: 50px;

}

.sixbut b {
    color: #FFFFFF;
    font-family: 'Century Gothic';
    font-size: 18px;
    font-weight: 800;
    letter-spacing: .5px;
    width: 220px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.sixbut:hover {
    background-color: #ffffff;
    border: 1px solid #324558;
    transition: .3s;

}

.sixbut b:hover {
    color: #222D38;
}


#seven {
    width: 100%;
}

.seven-container {
    width: 100%;
    padding-bottom: 34px;
    background-image: url(../images/pic/ftbg.png);
    display: flex;
    align-items: center;
    justify-content: center;
}

.sevencenter {
    margin-top: 300px;
    width: 100%;
    max-width: 1220px;
    display: flex;
}

.sevenlogo-A {
    width: 100%;
    max-width: 415px;
    display: flex;
    flex-direction: column;
    row-gap: 19px;
}

.sevenlogo-B {
    width: 100%;
    max-width: 415px;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.sevenlogo1 {
    display: flex;
    column-gap: 8px;
    padding-left: 115px;
    margin-top: 80px;
}

.sevenlogo2 {
    display: flex;
    column-gap: 10px;
    padding-left: 114px;
}

.sevenlogo3 {
    display: flex;
    column-gap: 6px;
    margin-top: 80px;
    padding-left: 28px;
}

.sevenlogo4 {
    display: flex;
    column-gap: 10px;
    padding-left: 28px;
}

.svtxt {
    margin-top: 24px;
    line-height: 17px;
}

.svtxt-A {
    margin-top: 24px;
    line-height: 21px;
}

.svtxt1 {
    text-align: left;
    font-family: 'Teko';
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .95px;
    color: #222D38;
    padding-left: 2px;
}


.svtxt2 {
    text-align: left;
    font-family: 'Montserrat';
    font-size: 18px;
    color: #212121;
}


.svtxt1-A {
    text-align: left;
    font-family: 'Teko';
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #222D38;
    padding-left: 2px;
}


.svtxt2-A {
    text-align: left;
    font-family: 'Montserrat';
    font-size: 18px;
    color: #212121;
    width: 100%;

}

.svtxt-B {
    margin-top: 24px;
    line-height: 21px;
}



.svtxt1-B {
    text-align: left;
    font-family: 'Teko';
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #222D38;
    padding-left: 2px;
}


.svtxt2-B {
    text-align: left;
    font-family: 'Montserrat';
    font-size: 18px;
    color: #212121;
    width: 100%;

}



.sevencenterlogo {
    padding-top: 13px;
}


/*eight sectiong*/


#eight {
    width: 100%;
}

.eight-container {
    width: 100%;
    background: #324558;
    background: linear-gradient(180deg, rgba(50, 69, 88, 1) 52%, rgb(37, 48, 65) 100%);
    padding-bottom: 15px;
}

.lowcontainer {
    width: 100%;
    max-width: 805px;
    margin: auto;

}


.nav2 {
    width: 100%;
    max-width: 778px;
    margin: auto;
    padding-top: 20px;
}

.nav2 ul {
    width: 100%;
    max-width: 772px;
    display: flex;
    justify-content: space-between;
}

.nav2 li {
    list-style: none;
}

.nav2 li:hover {}

.nav2 a {
    font-family: 'Jost*';
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 2px;
}


.lowinfo2 {
    font-family: 'Poppins';
    font-size: 13px;

    color: #FFFFFF;
    letter-spacing: 1px;
    margin-top: 8px;
}


.destroy-on-load {
    display: none;
}

.inner .sevencenter {
    margin-top: 80px;
}

.inner .ftoverlaycontainer {
    margin-top: unset;

}

.inner .ftoverlay1 {
    height: unset;
    max-width: unset;

}

.inner .ftoverlay2 {
    position: static;
    margin: auto;
    padding-top: 80px;
    filter: none;
}

.inner .thinfo6-trans {
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner .ftoverlayinfo-container {
    position: static;
    max-width: unset;
    filter: none;
}

.inner hr {
    margin-top: 80px;
    margin-bottom: 30px;
}

.inner .sixbelow-container {
    margin: unset;
    filter: none;
    max-width: unset;
    border-radius: unset;
}

.inner .ftoverlayinfo1 h1 {
    font-size: 80px;
    font-weight: normal;
    margin: auto;
}


.inner .ft-container {
    padding-bottom: 80px;
}

.inner .ftcenterinfo1 h1 {
    max-width: 100%;
    font-size: 60px;
    font-weight: normal;
    text-align: center;
    padding-top: 10px;
}

.inner .sixbelow1 h1 {
    max-width: 828px;
    font-size: 60px;
    font-weight: normal;
    margin: auto;
}

.inner .ft-centerinfo-container {
    margin-top: 80px;
}


.inner .rdheadinfo1 h1 {
    max-width: 1516px;
    font-size: 45px;
    font-weight: normal;
    margin: auto;
}

.inner .thinfo1 h1 {
    padding: 10px;
}


.inner .content {
    width: 100%;
}

/*inner pages*/

.row {
    max-width: 1200px;
    margin: 0 auto
}

h1 {
    font-size: 60.22px;
    color: white;
    font-weight: 400;
    line-height: 1;
}

.ctc-form label {
    width: 100%;
}

.ctc-form input[type="text"],
.ctc-form textarea {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    color: #000;
    height: 45px;
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 5px 10px;
    box-sizing: border-box;
    margin: 0 auto 8px;
    background: #F3F3F3;
}

.ctc-form textarea {
    height: 120px;
    padding-top: 10px;
}

.ctc-form button {
    display: block;
    background-color: #222D38;
    border-color: #222D38;
}

.ctc-form button:hover {
    display: block;
    background-color: transparent;
    border-color: transparent;
}

.ctc-form .recap {
    display: inline-block;
}

.ctc-form .g-recaptcha div {
    margin: 0 auto 10px;
}

.ctc-form .ctc-hide {
    display: none;
}


.btn {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    letter-spacing: 1.4px;
    font-weight: 500;
    color: #fff;
    background: #444444;
    width: 100%;
    max-width: 188px;
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: #444444 1px solid;
    text-transform: uppercase;
    margin: auto;
}

.btn:hover {
    color: #444444;
    background: #fff;
}

form .messages p {
    display: none;
    font-family: Arial !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    font-size: 16px !important;
}

form .loading {
    display: none;
}

form .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

form .alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

form .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

form [type="submit"] {
    margin: 20px auto
}

form .messages p {
    display: none;
    font-family: Arial !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    font-size: 16px !important;
}

form .loading {
    display: none;
}

form .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

form .alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

form .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

form [type="submit"] {
    margin: 20px auto
}

/*_______*/


.inner .row form {
    display: flex;
    flex-direction: column;
}

.inner .ctc-hide {
    width: 400px;
}

.inner #content {
    min-height: 400px;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 80px 20px;
}

.inner #content h1 {
    padding-bottom: 30px;
    font-family: 'Antipasto Pro';
    font-weight: 400;
    color: #1F2A34;
    width: 100%;
    letter-spacing: 0.75px;
}



.inner .th-container {
    background-image: none;
    max-width: unset;
}


/*privacy policy*/
.inPrivacyBox {
    max-width: 850px;
    margin: 0 auto;
}

.inPrivacyBox p {
    text-align: justify !important;
}


#footer .silver img {
    display: inline-block;
    vertical-align: middle;
    max-width: 50px
}


.silver {
    font-family: 'Poppins';
    font-size: 13px;
    color: #fff;
}



.copy {
    margin-top: 30px;
    font-size: 13px;
    font-family: 'Poppins';
    color: #ffffff;
}


/*INNER GALLERY*/
.img-responsive { width: 200px; height: 200px; -o-object-fit: cover; object-fit: cover; }
#content .gallery-container { text-align: center; }
#content .gallery { list-style-type: none; margin: 0; padding: 0; text-align: unset !important;}
#content .gallery li { display: inline-block; }
#content .thumbnail { background-color: #fff; border: 1px solid #ddd; border-radius: 4px; display: block; line-height: .42857; margin-bottom: 20px; padding: 4px; transition: border 0.5s ease-in-out 0s; }
#content .thumbnail:hover { transform: scale(1.02); }
#content .page_navigation { display: inline-block; }
#content .page_link, #content .previous_link, #content .next_link, #content .first_link, #content .last_link, #content .ellipse { background-color: #fff; border: 1px solid #ddd; color: #0275d8; display: inline-block; line-height: 1.25; margin-left: -1px; padding: 0.5rem 0.75rem !important; position: relative; }
#content .page_navigation>a:hover,
.page_navigation>a.active_page { background-color: #eceeef; border-color: #ddd; color: #014c8c; text-decoration: none; }
.inner #content .gallery-container { margin-bottom: 20px }

/* Playback Buttons */



/* INNER PAGE */
.inner #content h1 {
    font-size: 45px;
}

.inner #content h2 {
    font-size: 40px;
}

.inner #content h3 {
    font-size: 35px;
}

.inner #content h4 {
    font-size: 30px;
}

.inner #content a {
    padding: 0;
}

.inner #content p,
.inner #content ul {
    font-size: 18px;
    padding: 10px;
}

.inner #content ul {
    text-align: left;
    width: fit-content;
    margin: auto;
}

.inner #content li {
    font-size: 18px;
    list-style-type: disc !important;
}

.rental-page .rdheadinfo1 {
    padding-top: 0;
}

.rental-page .rdcenter1-container {
    margin-top: 40px;
}

.about-page #content .rdbut { margin: 20px auto 0;}

/*** ABOUT US ***/

#content p, #content ul {
    font-family: 'Poppins';
}

.cont {
    margin-top: 50px;
}

.cont h2 {
    font-size: 35px ! IMPORTANT;
}

/**** Rental ***/
section#content.rental {
    max-width: 1200px;
    margin: 0 auto;
}

.rdphoto2 img {
    width: 100%;
}

.rdphoto2 {
    width: 100%;
    max-width: 600px;
}

.rdphoto3 img {
    width: 100%;
}

.rdphoto3 {
    width: 100%;
    max-width: 600px;
}
.rent h2 {
    font-size: 35px !important;
}
.rent {
    margin-top: 50px;
}

.rdcenter3-container div, .rdcenter2-container div {
    flex-grow: 1;
    flex-basis: 0;
}