File: /var/www/html/wpcurated/wp-content/themes/curatedbkk/css/homesection1.css
@import url("https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&display=swap");
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
.home-banner {
min-height: 1085px;
display: flex;
align-items: center;
flex-wrap: wrap;
position: relative;
padding: 130px 0;
}
.home-banner .video {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
pointer-events: none;
z-index: -1;
}
@media (max-width: 1679px) {
.home-banner {
min-height: 960px;
}
}
@media (max-width: 1441px) {
.home-banner {
min-height: 820px;
padding: 90px 0;
}
}
@media (max-width: 1199px) {
.home-banner {
min-height: 700px;
}
}
@media (max-width: 991px) {
.home-banner {
min-height: 610px;
}
}
.home-banner .content {
position: relative;
z-index: 1;
}
.home-banner .content .title {
margin: 0;
line-height: 1.1;
}
.home-banner .content .title .focus {
color: #014cb2;
}
.home-banner .content .para {
font-size: 20px;
color: #313646;
line-height: 1.4;
padding: 0 50px 20px 0;
margin: 0;
}
@media (max-width: 1679px) {
.home-banner .content .para {
font-size: 18px;
}
}
@media (max-width: 1441px) {
.home-banner .content .para {
font-size: 16px;
}
}
@media (max-width: 991px) {
.home-banner .content .para {
padding-right: 0;
font-size: 14px;
}
}
.home-banner .content .button {
height: 62px;
display: flex;
align-items: center;
border-radius: 30px;
justify-content: space-between;
padding: 10px 25px;
border: 0;
background: #014cb2;
margin-bottom: 30px;
transition: all 0.5s ease;
}
@media (max-width: 991px) {
.home-banner .content .button {
height: 52px;
}
}
@media (max-width: 479px) {
.home-banner .content .button {
height: 42px;
padding: 10px 20px;
}
}
.home-banner .content .button span {
font-size: 20px;
color: #ffffff;
font-weight: 600;
padding-right: 35px;
}
@media (max-width: 1679px) {
.home-banner .content .button span {
font-size: 18px;
}
}
@media (max-width: 1441px) {
.home-banner .content .button span {
font-size: 16px;
}
}
@media (max-width: 991px) {
.home-banner .content .button span {
font-size: 14px;
padding-right: 15px;
}
}
@media (max-width: 479px) {
.home-banner .content .button span {
font-size: 12px;
}
}
.home-banner .content .button .icon {
width: 16px;
}
@media (max-width: 1441px) {
.home-banner .content .button .icon {
width: 14px;
}
}
.home-banner .content .button .icon path {
transition: all 0.5s ease;
}
.home-banner .content .button:hover {
background: #fff;
}
.home-banner .content .button:hover span {
color: #313646;
}
.home-banner .content .button:hover .icon path {
stroke: #014cb2;
}
.home-banner .content .sub-title {
color: #00124d;
font-size: 18px;
font-weight: 500;
line-height: 1.1;
padding: 0 0 15px 0;
margin: 0;
}
@media (max-width: 1679px) {
.home-banner .content .sub-title {
font-size: 16px;
}
}
.home-banner .content .listing {
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
}
@media (max-width: 479px) {
.home-banner .content .listing {
flex-direction: column;
}
}
.home-banner .content .listing li {
background: url(../img/listing-bg.svg) no-repeat 0 6px;
list-style: none;
margin: 0;
padding: 0 0 0 20px;
width: 50%;
margin: 0 0 10px 0;
font-size: 16px;
color: #313646;
font-weight: 400;
}
@media (max-width: 1679px) {
.home-banner .content .listing li {
font-size: 14px;
}
}
@media (max-width: 767px) {
.home-banner .content .listing li {
text-shadow: 1px 1px 5px rgb(255, 255, 255);
}
}
@media (max-width: 479px) {
.home-banner .content .listing li {
width: 100%;
}
}
.home-banner .scroll-wrap {
position: absolute;
inset: auto 0 60px 0;
text-align: center;
}
.home-banner .scroll-wrap a {
text-decoration: none;
}
@media (max-width: 1441px) {
.home-banner .scroll-wrap {
inset: auto 0 25px 0;
}
}
.home-banner .scroll-wrap .mouse {
margin: 0 0 10px 0;
width: 17px;
}
@media (max-width: 1441px) {
.home-banner .scroll-wrap .mouse {
width: 14px;
}
}
.home-banner .scroll-wrap .txt {
font-size: 16px;
font-weight: 600;
color: #ffffff;
text-transform: uppercase;
}
@media (max-width: 1679px) {
.home-banner .scroll-wrap .txt {
font-size: 14px;
}
}
@media (max-width: 1441px) {
.home-banner .scroll-wrap .txt {
font-size: 12px;
}
}
.approch-wrap {
padding: 140px 0 100px 0;
}
@media (max-width: 1679px) {
.approch-wrap {
padding: 90px 0;
}
}
@media (max-width: 1199px) {
.approch-wrap {
padding: 60px 0 70px 0;
}
}
@media (max-width: 991px) {
.approch-wrap {
padding: 40px 0 50px 0;
}
}
@media (max-width: 767px) {
.approch-wrap {
padding: 30px 0;
}
}
.approch-wrap .row-align {
align-items: center;
justify-content: space-between;
}
.approch-wrap .head {
text-align: center;
padding-bottom: 70px;
}
@media (max-width: 1441px) {
.approch-wrap .head {
padding-bottom: 50px;
}
}
@media (max-width: 991px) {
.approch-wrap .head {
padding-bottom: 30px;
}
}
.approch-wrap .head .tag {
color: #014cb2;
font-size: 24px;
font-weight: 600;
padding: 0 0 20px 0;
}
@media (max-width: 1679px) {
.approch-wrap .head .tag {
font-size: 22px;
}
}
@media (max-width: 1441px) {
.approch-wrap .head .tag {
padding: 0 0 10px 0;
font-size: 20px;
}
}
@media (max-width: 1199px) {
.approch-wrap .head .tag {
font-size: 18px;
}
}
@media (max-width: 767px) {
.approch-wrap .head .tag {
font-size: 16px;
}
}
.approch-wrap .head .title {
line-height: 1.1;
margin: 0;
padding: 0;
}
@media (max-width: 1679px) {
.approch-wrap .head .title {
margin: 0 auto;
max-width: 90%;
}
}
@media (max-width: 1441px) {
.approch-wrap .head .title {
max-width: 80%;
}
}
@media (max-width: 767px) {
.approch-wrap .head .title {
max-width: 100%;
}
}
.approch-wrap .head .title span {
color: #014cb2;
}
.approch-wrap .img-wrap {
position: relative;
max-width: 690px;
}
.approch-wrap .img-wrap::before {
position: absolute;
inset: 0;
background: url(../img/approch-gradient.png) no-repeat top center/cover;
content: "";
border-radius: 30px;
}
@media (max-width: 767px) {
.approch-wrap .img-wrap {
margin: 0 auto 20px auto;
max-width: 440px;
}
}
.approch-wrap .img-wrap .img {
border-radius: 30px;
}
.approch-wrap .img-wrap .txt {
position: absolute;
inset: auto 0 0 0;
padding: 0 50px 50px 50px;
}
@media (max-width: 1679px) {
.approch-wrap .img-wrap .txt {
padding: 0 40px 40px 40px;
}
}
@media (max-width: 991px) {
.approch-wrap .img-wrap .txt {
padding: 0 20px 20px 20px;
}
}
.approch-wrap .img-wrap .txt .sub-title {
font-size: 24px;
color: #ffffff;
font-weight: 600;
padding: 0 0 10px 0;
margin: 0;
}
@media (max-width: 1679px) {
.approch-wrap .img-wrap .txt .sub-title {
font-size: 22px;
}
}
@media (max-width: 1441px) {
.approch-wrap .img-wrap .txt .sub-title {
font-size: 20px;
}
}
@media (max-width: 991px) {
.approch-wrap .img-wrap .txt .sub-title {
font-size: 18px;
}
}
@media (max-width: 479px) {
.approch-wrap .img-wrap .txt .sub-title {
font-size: 16px;
}
}
.approch-wrap .img-wrap .txt .para {
color: #ffffff;
font-size: 20px;
line-height: 1.4;
font-weight: 400;
margin: 0;
padding: 0;
}
@media (max-width: 1679px) {
.approch-wrap .img-wrap .txt .para {
font-size: 18px;
}
}
@media (max-width: 1441px) {
.approch-wrap .img-wrap .txt .para {
font-size: 16px;
}
}
@media (max-width: 991px) {
.approch-wrap .img-wrap .txt .para {
font-size: 14px;
}
}
@media (max-width: 479px) {
.approch-wrap .img-wrap .txt .para {
font-size: 12px;
}
}
.approch-wrap .listing {
margin: 0;
padding: 0;
}
@media (max-width: 767px) {
.approch-wrap .listing {
margin: 0 auto;
max-width: 440px;
}
}
.approch-wrap .listing li {
background: url(../img/listing-bg.svg) no-repeat 0 6px;
list-style: none;
padding: 0 0 0 20px;
margin: 0;
font-size: 20px;
color: #00124d;
font-weight: 300;
}
@media (max-width: 1679px) {
.approch-wrap .listing li {
font-size: 18px;
}
}
@media (max-width: 1199px) {
.approch-wrap .listing li {
font-size: 16px;
}
}
@media (max-width: 991px) {
.approch-wrap .listing li {
font-size: 14px;
background-size: 9px;
}
}
.approch-wrap .listing li + li {
margin-top: 30px;
}
@media (max-width: 1679px) {
.approch-wrap .listing li + li {
margin-top: 20px;
}
}
@media (max-width: 1199px) {
.approch-wrap .listing li + li {
margin-top: 15px;
}
}
@media (max-width: 991px) {
.approch-wrap .listing li + li {
margin-top: 10px;
}
}
.trest-wrap {
padding: 120px 0 150px 0;
background: linear-gradient(180deg, rgba(85, 227, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
overflow: hidden;
}
@media (max-width: 1679px) {
.trest-wrap {
padding: 90px 0;
}
}
@media (max-width: 1441px) {
.trest-wrap {
padding: 60px 0;
}
}
@media (max-width: 1199px) {
.trest-wrap {
padding: 50px 0;
}
}
@media (max-width: 991px) {
.trest-wrap {
padding: 40px 0;
}
}
.trest-wrap .head {
padding-bottom: 70px;
}
@media (max-width: 1199px) {
.trest-wrap .head {
padding-bottom: 50px;
}
}
@media (max-width: 991px) {
.trest-wrap .head {
padding-bottom: 60px;
}
}
.trest-wrap .head .title {
margin: 0;
padding: 0 0 15px 0;
}
@media (max-width: 767px) {
.trest-wrap .head .title {
padding: 0 0 10px 0;
}
}
.trest-wrap .head .title span {
color: #014cb2;
}
.trest-wrap .head .para {
color: #313646;
font-size: 20px;
line-height: 1.4;
font-weight: 400;
margin: 0;
padding: 0;
}
@media (max-width: 1679px) {
.trest-wrap .head .para {
font-size: 18px;
}
}
@media (max-width: 1441px) {
.trest-wrap .head .para {
font-size: 16px;
}
}
@media (max-width: 991px) {
.trest-wrap .head .para {
font-size: 14px;
}
}
.trest-wrap .slick-wrap {
position: relative;
}
.trest-wrap .slick-wrap .slick-treat .img-wrap {
position: relative;
max-width: 875px;
}
@media (max-width: 1679px) {
.trest-wrap .slick-wrap .slick-treat .img-wrap {
max-width: 675px;
}
}
@media (max-width: 1441px) {
.trest-wrap .slick-wrap .slick-treat .img-wrap {
max-width: 600px;
}
}
@media (max-width: 991px) {
.trest-wrap .slick-wrap .slick-treat .img-wrap {
max-width: 490px;
}
}
@media (max-width: 767px) {
.trest-wrap .slick-wrap .slick-treat .img-wrap {
max-width: 370px;
}
}
@media (max-width: 479px) {
.trest-wrap .slick-wrap .slick-treat .img-wrap {
max-width: 300px;
}
}
.trest-wrap .slick-wrap .slick-treat .img-wrap:before {
position: absolute;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
inset: 0;
content: "";
border-radius: 20px;
}
.trest-wrap .slick-wrap .slick-treat .img-wrap .img {
border-radius: 20px;
max-height: 470px;
height: 100%;
}
@media (max-width: 1679px) {
.trest-wrap .slick-wrap .slick-treat .img-wrap .img {
max-height: 380px;
}
}
@media (max-width: 1441px) {
.trest-wrap .slick-wrap .slick-treat .img-wrap .img {
max-height: 340px;
}
}
@media (max-width: 991px) {
.trest-wrap .slick-wrap .slick-treat .img-wrap .img {
max-height: 275px;
}
}
@media (max-width: 767px) {
.trest-wrap .slick-wrap .slick-treat .img-wrap .img {
max-height: 275px;
min-height: 275px;
}
}
.trest-wrap .slick-wrap .slick-treat .img-wrap .txt {
position: absolute;
inset: auto 0 0 0;
padding: 0 40px 40px 40px;
}
@media (max-width: 1441px) {
.trest-wrap .slick-wrap .slick-treat .img-wrap .txt {
padding: 0 20px 20px 20px;
}
}
@media (max-width: 579px) {
.trest-wrap .slick-wrap .slick-treat .img-wrap .txt {
padding: 0 10px 10px 10px;
}
}
.trest-wrap .slick-wrap .slick-treat .img-wrap .txt .sub-title {
font-size: 26px;
color: #ffffff;
font-weight: 600;
margin: 0;
}
@media (max-width: 1679px) {
.trest-wrap .slick-wrap .slick-treat .img-wrap .txt .sub-title {
font-size: 22px;
}
}
@media (max-width: 1441px) {
.trest-wrap .slick-wrap .slick-treat .img-wrap .txt .sub-title {
font-size: 20px;
}
}
@media (max-width: 991px) {
.trest-wrap .slick-wrap .slick-treat .img-wrap .txt .sub-title {
font-size: 18px;
}
}
@media (max-width: 767px) {
.trest-wrap .slick-wrap .slick-treat .img-wrap .txt .sub-title {
font-size: 16px;
}
}
@media (max-width: 579px) {
.trest-wrap .slick-wrap .slick-treat .img-wrap .txt .sub-title {
font-size: 14px;
}
}
.trest-wrap .slick-wrap .slick-treat .img-wrap .txt .para {
color: #ffffff;
font-size: 23px;
line-height: 1.4;
font-weight: 300;
margin: 0;
padding: 10px 0 0 0;
}
@media (max-width: 1679px) {
.trest-wrap .slick-wrap .slick-treat .img-wrap .txt .para {
font-size: 18px;
}
}
@media (max-width: 1441px) {
.trest-wrap .slick-wrap .slick-treat .img-wrap .txt .para {
font-size: 16px;
}
}
@media (max-width: 991px) {
.trest-wrap .slick-wrap .slick-treat .img-wrap .txt .para {
font-size: 14px;
}
}
@media (max-width: 767px) {
.trest-wrap .slick-wrap .slick-treat .img-wrap .txt .para {
font-size: 12px;
line-height: 1.3;
padding: 5px 0 0 0;
}
}
@media (max-width: 479px) {
.trest-wrap .slick-wrap .slick-treat .img-wrap .txt .para {
font-size: 11px;
line-height: 1.2;
}
}
.trest-wrap .slick-wrap .slick-treat .img-wrap .txt .hide {
opacity: 0;
visibility: hidden;
height: 0;
transition: all 1s ease;
}
.trest-wrap .slick-wrap .slick-slide {
padding: 0 15px;
}
.trest-wrap .slick-wrap .slick-slide.slick-active .sub-title {
opacity: 0 !important;
visibility: hidden !important;
}
.trest-wrap .slick-wrap .slick-slide.slick-active .hide {
opacity: 1 !important;
visibility: visible !important;
height: auto !important;
}
.trest-wrap .slick-wrap .btn-wrap {
position: absolute;
top: 0;
left: 0;
right: 0;
display: flex;
justify-content: center;
z-index: 1;
gap: 15px;
margin: -130px 0 0 1190px;
}
@media (max-width: 1441px) {
.trest-wrap .slick-wrap .btn-wrap {
margin: -130px 0 0 1030px;
}
}
@media (max-width: 1199px) {
.trest-wrap .slick-wrap .btn-wrap {
margin: -130px 0 0 840px;
}
}
@media (max-width: 991px) {
.trest-wrap .slick-wrap .btn-wrap {
margin: -50px 0 0 70%;
}
}
.trest-wrap .slick-wrap .btn-wrap .prev-btn,
.trest-wrap .slick-wrap .btn-wrap .next-btn {
width: 45px;
height: 45px;
border: 0;
cursor: pointer;
padding: 0;
background: none;
border-radius: 30px;
transition: all 0.5s ease;
}
@media (max-width: 1679px) {
.trest-wrap .slick-wrap .btn-wrap .prev-btn,
.trest-wrap .slick-wrap .btn-wrap .next-btn {
width: 35px;
height: 35px;
}
}
@media (max-width: 767px) {
.trest-wrap .slick-wrap .btn-wrap .prev-btn,
.trest-wrap .slick-wrap .btn-wrap .next-btn {
width: 30px;
height: 30px;
}
}
.trest-wrap .slick-wrap .btn-wrap .prev-btn:hover,
.trest-wrap .slick-wrap .btn-wrap .next-btn:hover {
background: #014cb2;
}
.trest-wrap .slick-wrap .btn-wrap .prev-btn:hover .lines,
.trest-wrap .slick-wrap .btn-wrap .next-btn:hover .lines {
fill: #fff;
}
.trest-wrap .slick-wrap .btn-wrap .next-btn {
transform: rotate(180deg);
}
.fancybox__nav {
display: none !important;
}
#dialog-content {
width: auto;
height: auto;
padding: 0;
max-width: 90%;
background: none !important;
}
#dialog-content iframe {
width: 700px;
height: 400px;
}
@media (max-width: 1199px) {
#dialog-content iframe {
width: 500px;
height: 300px;
}
}
@media (max-width: 991px) {
#dialog-content iframe {
width: 400px;
height: 300px;
}
}
@media (max-width: 479px) {
#dialog-content iframe {
width: 90%;
height: 250px;
}
}
/*# sourceMappingURL=homesection1.css.map */