@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Amiri&family=Kanit:wght@100;200;300;400;500;600;700&display=swap');
/* Font */

* {
    font-family: 'cube_realregular','Kanit', sans-serif;
    color: #000000;
}
p > b {
    color: #fff;
}
h1, h2, h3 {
    font-family: 'cube_realbold','Kanit', sans-serif;
}
h4, h5 {
    font-family: 'cube_realbold','Kanit', sans-serif;
}
a {
    font-family: 'cube_realbold','Kanit', sans-serif;
}
.color-black {
    color: #000;
}
a:hover {
    transition: 0.2s;
    filter: brightness(120%);
}
.custom-fixed-top {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #ffffff28;
}
.navbar-expand-lg .navbar-nav {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;

}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
    margin-left: 3px;
    margin-right: 3px;
}
body {
    background-image: url("../images/cloud/main-bg.jpg");
    background-repeat: repeat;
    background-position: top center;
    background-attachment: fixed;
}

/* Topbar */
.navbar-brand {
    width: 160px;
    padding-top: 5px;
    padding-bottom: 20px;
}
.top-bar-logo {
    padding-top: 12px;
}
.navbar-nav a.nav-item {
    font-size: 20px !important;
    font-weight: 500 !important;
    padding-left: 20px;
    padding-right: 20px;
    color: #000000 !important;
    transition: 0.2s;
}
.navbar-nav a.nav-item:hover {
    color: #b17b07 !important;
    border-radius: 0px;
}
.navbar-nav a.active {
    color: #b17b07 !important;
    border-radius: 0px;
}

.navbar-contact {
    align-items: center;
    display: flex;
}
.navbar-contact a {
    margin-left: 2px;
    margin-right: 2px;
    border: 1px solid #d3bea9;
    padding: 2px 4px;
}
.social {
    border-right: 2px solid #fce8d0;
    padding-right: 10px;
}
.language {
    padding-left: 10px;
}

/* Top Social Icons */
/* .line-top img, .fb-top img, .phone-top img, .th-lang img, .en-lang img{
    opacity: 0;
}
.line-top {
    background-size: cover;
    background-image: url("../images/line-white.png");
    transition: 0.2s;
}
.line-top:hover {
    background-size: cover;
    background-image: url("../images/line-white-active.png");
}
.fb-top {
    background-size: cover;
    background-image: url("../images/facebook-white.png");
    transition: 0.2s;
}
.fb-top:hover {
    background-size: cover;
    background-image: url("../images/facebook-white-active.png");
}
.phone-top {
    background-size: cover;
    background-image: url("../images/phone-white.png");
    transition: 0.2s;
}
.phone-top:hover {
    background-size: cover;
    background-image: url("../images/phone-white-active.png");
}
.phone-top {
    background-size: cover;
    background-image: url("../images/phone-white.png");
    transition: 0.2s;
}
.phone-top:hover {
    background-size: cover;
    background-image: url("../images/phone-white-active.png");
} */
.th-lang {
    /* background-size: cover;
    background-image: url("../images/th-lang.png"); */
    transition: 0.2s;
    color: #000;
    text-decoration: none;
}
.th-lang:hover,
.th-active {
    color: #b17b07;
}
.en-lang {
    transition: 0.2s;
    color: #000;
    text-decoration: none;
}
.en-lang:hover,
.en-active {
     color: #b17b07;
}

/* Go to Sec */
.goto-section {
    /* position: relative; */
    /* top: -83px; */
    width: 1px;
    height: 83px;
    opacity: 0;
    background-color: red;
    margin-top: -83px;
}

/* =============================== */
/*           Section 1           */
/* ========================== */

/* Coopers Title */
.coopers-title {
    margin-top: 40px;
    margin-bottom: 0px;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    color: #ffffff;
}
.coopers-title h2{
    font-size: 60px;
}
.coopers-title img {
    margin-bottom: 10px;
}
.section-1 {
    position: relative;
    z-index: 0;
}
.section-1-inner {
    padding-top: 0px;
    width: 100%;
}
.owl-nav {
    height: 0px;
}
.coopers-carousel .owl-dots {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 3;
    text-align: center;
}
.coopers-carousel .owl-dots button {
    width: 26px;
    height: 6px;
    background: #F5F7F7;
    margin: 0 5px;
}
.coopers-carousel .owl-dots .owl-dot.active {
    background-color: #802242;
    border: 0px solid transparent;
    outline: 0px solid transparent;
}

/* Custom slide nav */
.owl-carousel .nav-btn{
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 45%;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{
  pointer-events: none;
  opacity: 0.2;
}

.owl-carousel .prev-slide{
    background: url("../images/nav-icon.png") no-repeat 0 0;
    left: 10px;
}
.owl-carousel .prev-slide:hover{
    background: url("../images/nav-icon.png") no-repeat 0 -53px;
}
.owl-carousel .next-slide{
    background: url("../images/nav-icon.png") no-repeat -24px 0px;
    right: 10px;
}
.owl-carousel .next-slide:hover{
    background: url("../images/nav-icon.png") no-repeat -24px -53px;
}
/* End Custom slide nav */

button:focus {
    outline: 0px auto -webkit-focus-ring-color;
}

/* ================================ */
/* ======== Register Section ====== */
/* ================================ */

.register-section {
    padding-top: 60px;
    padding-bottom: 60px;
}
.register-title-img {
    margin-left: -100px;
}
.register-img-title {
    margin-top: 40px;
}
.register-container {
    margin-top: 0px;
    padding: 0px 60px 50px 60px;
    width: 90%;
    background-color: #ffffff00;
    border-radius: 0px;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0);
    z-index: 2;
}
.register-container h2 {
    font-size: 34px;
    text-align: left;
    letter-spacing: 2px;
    color: #000;
}
.register-container h4 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 13px;
}
.register-container h4 span {
    color: #f5911e;
}
.start-price {
    border: 1px solid #272727;
    padding: 5px 40px;
    text-align: center;
    font-size: 24px;
    display: inline-block;
    margin-bottom: 30px;
}
.register-title {
    text-align: center;
}
.register-container .form-floating {
    margin-bottom: 15px;
}
.register-container .form-control {
    height: 60px;
    padding-top: 25px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 20px;
    border-radius: 0;
    border: 0px solid #ffffff;
    border-bottom: 2px solid #000000;
    background-color: transparent;
}
.register-container .form-control:focus {
    color: #000000;
    background-color: transparent;
    border-color: #9c7800;
    outline: 0;
    box-shadow: none;
}
.register-container .form-floating > label {
    padding: 1rem 0px;
    color: #666;
    transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
}
.register-container .form-floating > .form-control:focus ~ label,
.register-container .form-floating > .form-control:not(:placeholder-shown) ~ label {
    transform: scale(.85) translateY(-1rem) translateX(0);
    opacity: .65;
    color: #343d5a;
}

.form-floating>.form-control-plaintext~label::after,
.form-floating>.form-control:focus~label::after,
.form-floating>.form-control:not(:placeholder-shown)~label::after,
.form-floating>.form-select~label::after {
    background-color: transparent;
}
.register-container .form-group {
    margin-bottom: 10px;
}
.form-control:focus {
    color: #000000;
    background-color: rgba(255, 255, 255, 1);
    border-color: #9c7800;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(254, 192, 77, 0.7);
}
.register-btn {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0px;
    width: 240px;
    font-family: 'cube_realbold','Kanit', sans-serif !important;
    background-color: #343d5a;
    color: #ffffff;
    font-size: 34px;
    font-weight: 400;
    transition: 0.2s;
}
.register-btn:hover {
    color: #ffffff;
    filter: brightness(120%);
    background-color: #000000;
}

/* ================================ */
/* ========= Section 2 ============ */
/* ================================ */

.section-2 {
    z-index: 1;
}
.blue-top, .blue-bottom {
    position: relative;
    width: 100%;
    z-index: 0;
    background-position: center top;
    background-size: cover;
    background-repeat: repeat-x;
}

.blue-bottom {
    position: relative;
    z-index: 0;
    border-top: 1px solid #343d5a;
}
.section-2-inner {
    background-color: #343d5a;
}
.concept-text-container {
    /* width: 60%; */
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: -40px;
}
.concept-text-container h1 {
    font-size: 28px;
    font-weight: 600;
    font-family: 'cube_realbold','Kanit', sans-serif;
}
.concept-text-container p {
    font-size: 20px;
    font-weight: 200;
    margin-bottom: 24px;
    color: #fff;
}
.concept-title {
    color: #ffffff;
    font-size: 22px;
}
.concept-underline {
    width: 40%;
    height: 2px;
    background-color: #bfb6a6;
    margin-top: 30px;
    margin-bottom: 26px;
}
.concept-img {
    /* padding-left: 40px; */
}
.brochure-concept {
    margin-top: 20px;
    text-align: left;
}
.brochure-concept a {
    display: inline-block;
    transition: 0.2s;
    padding: 16px 40px 16px 40px;
    border-radius: 0px;
    background-color: #efe2ca;
    color: #343d5a;
    text-decoration: none;
    font-size: 24px;
    font-weight: 500;
    line-height: 38px;
}
.brochure-concept a:hover {
    filter: brightness(105%);
}
.brochure-concept-btn:hover img{
    transform: scale(0.98);
}

/* ================================ */
/* ========= Section 3 ============ */
/* ================================ */

.section-3 {
    z-index: 1;
}
.section-3 .coopers-title img {
    width: 90px;
}

/* Gallery Dropdown */
.gallery-dropdown-container {
    max-width: 400px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.gallery-dropdown-container .dropdown-toggle {
    background: none;
    border: none;
    font-size: 40px;
    font-family: 'cube_realbold', 'Kanit', sans-serif;
    color: #000;
    width: 100%;
    text-align: left;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: url(../images/arrow-down.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.gallery-title {
    margin-top: -140px;
    position: relative;
    margin-bottom: -60px;
    z-index: 1;
    margin-left: -60px;
}
.gallery-dropdown-container .dropdown-toggle::after {
    border-top: .4em solid;
    border-right: .4em solid transparent;
    border-left: .4em solid transparent;
}

.gallery-dropdown-container .dropdown-menu {
    width: 100%;
    border-radius: 0;
    margin-top: 0;
    border: 1px solid #ccc;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.gallery-dropdown-container .dropdown-item {
    font-size: 24px;
    padding: 12px 20px;
    font-family: 'cube_realbold', 'Kanit', sans-serif;
    transition: 0.2s;
}

.gallery-dropdown-container .dropdown-item:hover,
.gallery-dropdown-container .dropdown-item.active {
    background-color: #d3d3d3;
    color: #000;
}
.gallery-container .gallery-overlay {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.thumb-1 {
    width: 70%;
}
.thumb-1 img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.thumb-2 {
    width: 28%;
}
.thumb-2 img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.thumb-3 {
    width: 21%;
}
.thumb-3 img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.thumb-4 {
    width: 21%;
}
.thumb-4 img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.thumb-5 {
    width: 55%;
}
.thumb-5 img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.gallery-container .gallery-overlay > img {
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.gallery-container .nav-tabs {
    border-bottom: 0px solid #dee2e6;
    background-color: #2f3c4500;
}
.gallery-container .nav-tabs .nav-item.show .nav-link,
.gallery-container .nav-tabs .nav-link.active {
    background-color: #f6911e00;
}
.lg-counter span {
    color: #999;
}
.lg-backdrop {
    background: #fff;
}
.lg-next, .lg-prev {
    color: #fff;
    cursor: pointer;
    font-size: 22px;
    background-color: rgba(47, 60, 69, 0.9);
}
.lg-next:hover , .lg-prev:hover {
    background-color: #f6921e;
    color: #ffffff;
}
.lg-outer .lg-thumb-outer {
    background-color: #fff;
}
.lg-outer .lg-thumb-item {
    border-radius: 0px;
    border: 0px solid #000;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #f6921e;
}
.lg-outer .lg-thumb-item.active {
    border-radius: 0px;
    border: 3px solid #f6921e;
}
.gallery-overlay {
    cursor: pointer;
    position: relative;
    transition: 0.2s;
}
.gallery a {
    margin: 5px;
}
.gall-view-more {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 2;
    opacity: 0;
    transition: 0.2s;
    width: 100%;
    height: 100%;
    background-color: #00000030;
    display: flex;
}
.gall-view-more img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
.gallery-overlay:hover .gall-view-more {
    opacity: 1;
}
.restique-text p{
    font-size: 24px;
    font-weight: 300;
    color: #000000;
}
/* ================================ */
/* ========= Section 4 ============ */
/* ================================ */

.section-4 {
    padding-bottom: 40px;
}
.vdo-title  {
    position: relative;
    margin-bottom: -60px;
    z-index: 1;
    margin-left: -60px;
}

/* ================================ */
/* ========= Section 5 ============ */
/* ================================ */

/* ================================ */
/* ========= Section 6 ============ */
/* ================================ */

.section-6 {
    /* position: relative;  */
}
.plan-container {
    position: relative;
}
.plan-container .container {
    position: relative;
    z-index: 1;
}
.plan-container .nav-tabs {
    border-bottom: 0;
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 768px) {
    .plan-container .nav-tabs {
        justify-content: center !important;
    }
    .plan-container .nav-tabs .nav-item {
        width: 100%;
        text-align: center;
    }
    .plan-container .nav-tabs .nav-link {
        width: 100%;
        font-size: 20px;
    }
}
.plan-container .nav-tabs .nav-item {
    border-bottom: 2px solid #000;
    min-width: 220px;
    width: auto;
    background-image: url(../images/arrow-down.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right 10px center;
    margin-bottom: 10px;
}
.plan-container .nav-tabs .nav-link {
    border: 0px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color:transparent;
    font-size: 24px;
    color: #000000;
    font-weight: 300;
    padding: 10px 40px 10px 15px;
}
.dropdown-toggle::after {
    display: none;
}
.plan-container .nav-tabs .nav-item.show .nav-link,
.plan-container .nav-tabs .nav-link.active {
    box-shadow: inset 0px 0px 0px 2px #f6951e00;
}

.plan-container .dropdown-menu {
    background-color: #fff0;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0rem;
    padding: 0;
}
.plan-container .dropdown-title {
    font-size: 22px !important;
    margin-top: 7px;
    background-color: transparent;
    padding-left: 0px;
    padding-right: 0px;
}
.dropdown-title:hover {
    background-color: transparent;
}
.plan-container .dropdown-toggle:hover {
    background-color: transparent;
}
.plan-container .dropdown-title.show.active,
.plan-container .nav-tabs .nav-link.active  {
    background-color: transparent;
}
.plan-container .dropdown-menu.show {
    width: 100%;
    padding-right: 20px;
    background-color: #fff;
}
.plan-container .tab-content {
    padding: 20px 10px 0px 10px;
}
.plan-box a{
    cursor: pointer;
}
.plan-container .tab-content {
    padding-bottom: 40px;
}
.section-6 .nav-link img {
    opacity: 0;
}
.section-6 .nav-link span {
    font-family: 'cube_realbold';
    font-size: 40px;
    padding-top: 3px;
    color: #000;
    top:50%;
    left: 40px;
    transform:translate(0%, -50%);
    position: absolute;
}
.section-6 .nav-link:hover span,
.section-6 .nav-link.active span {
    color: #4dfecf;
}
.section-6 .nav-link {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-color: red;
    color:#000;
}
.section-6 .nav-link:hover,
.section-6 .nav-link.active {
    color: #000000;
}

/* Location Dropdown */
.location-dropdown-container {
    max-width: 400px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.location-dropdown-container .dropdown-toggle {
    background: none;
    border: none;
    font-size: 40px;
    font-family: 'cube_realbold', 'Kanit', sans-serif;
    color: #000;
    width: 100%;
    text-align: left;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: url(../images/arrow-down.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.location-dropdown-container .dropdown-menu {
    width: 100%;
    border-radius: 0;
    margin-top: 0;
    border: 1px solid #ccc;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.location-dropdown-container .dropdown-item {
    font-size: 24px;
    padding: 12px 20px;
    font-family: 'cube_realbold', 'Kanit', sans-serif;
    transition: 0.2s;
}

.location-dropdown-container .dropdown-item:hover,
.location-dropdown-container .dropdown-item.active {
    background-color: #d3d3d3;
    color: #000;
}

/* ================================ */
/* ========= Section 7 ============ */
/* ================================ */

.section-7-inner {
    padding: 0px;
    background-color: #343d5a;
}
.nearby-main-title {
    margin-top: -170px;
}
.nearby-title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
.nearby-items {
    font-size: 18px;
    font-weight: 400;
}
.nearby-name, .nearby-distance {
    color: #fff;
}
.google-map {
    width: 100%;
    height: 604px;
    background-color: #ffffff;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.10);
    padding: 15px;
}
.graphic-map-container {
    margin-top: -70px;
}
/* ================================ */
/* ========= Section 8 ============ */
/* ================================ */

.section-8 {
    background-image: url("../images/footer-bg.jpg");
    background-size: cover;
    background-position: center bottom;
    margin-bottom: 0px;
}
.section-8 .goto-section {
    margin-top: 0px;
}
.section-8 > .container {
    margin-top: -83px;
}
.section-8 .coopers-title {
    margin-top: 0px;
    padding-top: 54px;
}
.section-8 .progress-main-title h2 {
    margin-bottom: 40px;
    color: #343d5a;
   font-size: 70px;
}
.coopers-progress {
    margin-bottom: 5px;
}
.coopers-progress .progress{
    height: 60px;
    background-color: transparent;
    border-radius: 0px;
    border: 2px solid #343d5a;
    padding: 7px;
}
.progress-bar {
    background-color: #eab156;
    color: #343d5a;
    font-family: 'cube_realbold','Kanit', sans-serif;
    font-size: 22px;
    padding-top: 4px;
}
.progress-title {
    margin-top: 0px;
    color: #343d5a;
    text-align: center;
    font-family: 'cube_realbold','Kanit', sans-serif;
    font-size: 24px;
    font-weight: 600;
}
.progress-bar-value {
    font-size: 24px;
    color: #343d5a;
    font-weight: 600;
    font-family: 'cube_realbold','Kanit', sans-serif;
}


/* Footer */
footer {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
}
.footer-address {
    color: #000000;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 24px;
    margin-top: 21px;
    margin-bottom: 20px;
}
.company-profile {
    margin-top: 10px;
    text-align: center;
}
.footer-contact {
    padding-bottom: 10px;
}
.footer-contact-icon a {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    text-decoration: none;
    transition: 0.2s;
}
.footer-bottom {
    margin-top: 20px;
    font-size: 12px;
    color: #2c2c2c;
}
.line-bottom img, .fb-bottom img, .phone-bottom img, .email-bottom img {
    opacity: 1;
}
.ig-bottom {
    transition: 0.2s;
}
.ig-bottom:hover {
    filter: brightness(1.5);
}
.fb-bottom {
    transition: 0.2s;
}
.fb-bottom:hover {
    filter: brightness(1.5);
}
.x-bottom {
    transition: 0.2s;
}
.x-bottom:hover {
    filter: brightness(1.5);
}

/* ========================== */
/*            Other          */
/* ======================== */

.swal2-styled.swal2-confirm {
    background-color: #f5911e!important;
    border: 1px solid #f5911e!important;
    border-radius: 0;
  }
  .swal2-styled.swal2-confirm:hover{
    background-color: #f5911e!important;
  }

  .swal2-styled.swal2-confirm:focus{
    box-shadow: #f7b161!important;
  }
.cookie-consent{
    position: fixed;
    bottom: 0;
    background-color:rgba(47, 60, 69, 0.75);
    z-index: 2;
    width: 100%;
    text-align: center;
}

.cookie-consent__agree{
    margin-top: 0px;
    border-radius: 0px;
    background-color: #f5911e;
    color: #fff;
    transition: 0.2s;
}

.cookie-consent p{
    color: #fff;
}

/* ========================== */
/* ====== Media Query ====== */
/* ======================== */

@media (max-width: 1600px) {
    /* Navbar */
    .navbar-nav a.nav-item {
        font-size: 18px !important;
    }

    .register-container h1 {
        font-size: 36px;
    }
    .register-container h4 {
        font-size: 24px;
    }

    /* Section 3 */
    .gallery-container .nav-tabs .nav-link span {
        font-size: 28px;
    }
}
@media (max-width: 1400px) {
    /* Navbar */
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 10px;
        padding-left: 10px;
    }
    .line-top img, .fb-top img, .phone-top img, .th-lang img, .en-lang img {
        width: 30px;
    }
    .navbar-brand{
        width: 120px;
    }
    /* Section 1 */
    .register-container h1 {
        font-size: 28px;
        margin-bottom: 0px;
    }
    .register-container h4 {
        font-weight: 500;
        text-align: center;
        margin-bottom: 10px;
    }
    .start-price {
        margin-bottom: 20px;
    }
    .register-container .form-control {
        height: calc(2.25rem + 6px);
    }
    /* Section 2 */
    .concept-text-container {
        background-image: url(../images/concept-bg-top-right.png), url(../images/concept-bg-center-right.png);
        background-repeat: no-repeat;
        background-position: top right 40px, bottom right -300px;
    }
    /* Section 7 */
    .nearby-main-title {
        margin-top: -140px;
    }
}
@media (max-width: 1300px) {
    /* Navbar */
    .top-bar-logo {
        width: 80px;
    }
    .navbar-brand {
        width: 80px;
        padding-top: 5px;
        padding-bottom: 20px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 10px;
        padding-left: 10px;
        font-size: 16px !important;
    }
    /* Section 1 */
    .top-bar-logo {
        width: 100px;
    }
    .section-1-inner {
        padding-top: 0px;
    }
    .register-container {
        margin-top: 0px;
        width: 100%;
    }

    .register-container h4 {
        font-size: 22px;
    }
    /* Section 3 */
    .section-3 .coopers-title img {
        width: 80px;
    }
}
@media (max-width: 1199.98px) {
    /* Navbar */
    .top-bar-logo {
        width: 100px;
    }
    .navbar-brand {
        width: 100px;
        padding-top: 5px;
        padding-bottom: 20px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 5px;
        padding-left: 5px;
        font-size: 12px !important;
    }

    /* Section 1 */
    .section-1-inner {
        width: 100%;
        padding-top: 0px;
    }
    .register-section {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .register-title-img {
        margin-left: -60px;
    }
    .register-container {
        margin-top: 0px;
        width: 100%;
        padding: 20px 40px 30px 40px;
    }

     /* Section 2 */
     .concept-text-container {
        /* width: 80%; */
        text-align: center;
        margin: 0 auto;
        padding-right: 0px;
     }
     .concept-text-container h4 {
        font-size: 20px;
        font-weight: 600;
    }
    .concept-text-container p {
        padding-right: 0px;
        font-size: 20px;
        font-weight: 300;
        margin-bottom: 24px;
    }
    .concept-img {
        padding-left: 0px;
        /* width: 60%; */
        margin: 0 auto;
    }
    .coopers-title  {
        margin-top: 0;
    }
    .coopers-title h2 {
       text-align: center;
    }
    .brochure-concept {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }
    /* Section 3 */
    .gallery-container .nav-tabs .nav-link {
        font-size: 18px;
    }
    .gall-view-more img {
        width: 120px;
    }
    .thumb-1 {
        width: 69%;
    }
    .thumb-5 {
        width: 54%;
    }
    .restique-text p {
        font-size: 18px;
        font-weight: 300;
        color: #000000;
    }
    .gallery-container .nav-tabs .nav-link {
        font-size: 18px;
    }
    .gall-view-more img {
        width: 120px;
    }
    .thumb-1 {
        width: 69%;
    }
    .thumb-5 {
        width: 54%;
    }
    .restique-text p {
        font-size: 18px;
        font-weight: 300;
        color: #000000;
    }
    /* Section 6 */
    .plan-container .nav-tabs .nav-link {
        border: 0px solid transparent;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        background-color:transparent;
        font-size: 30px;
        color: #000000;
        font-weight: 300;
        font-size: 30px !important;
    }
    .plan-container .dropdown-title {
        font-size: 16px !important;
    }
    /* Section 6 */
    .plan-container .tab-content {
        padding: 40px;
    }
    /* Section 7 */
    .maps-container .nav-tabs .nav-link {
        border: 0px solid transparent;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        font-size: 30px;
        color: #fff;
        font-weight: 300;
    }
    .footer-address {
        font-size: 16px;
    }
}
@media (max-width: 1100.98px) {
    .register-container {
        position: static;
        margin-top: -20px;
        margin-left: auto;
        margin-right: auto;
    }
    .register-title-img {
        margin-left: -60px;
        width: 80%;
    }
    .register-btn {
        margin-top: 10px;
        width: 180px;
        font-size: 24px;
    }
    .location-box {
        min-height: 352px;
    }

    .owl-carousel .nav-btn{
        top: 42%;
    }
    .concept-img {
        padding-left: 0;
    }
    .coopers-title {
        text-align: center;
    }
    .coopers-title h2 {
        font-size: 44px;
    }
    .concept-text-container {
        text-align: center;
        padding-right: 0px;
    }
    .brochure-concept {
        text-align: center;
    }
    .concept-text-container p {
        padding-right: 0px;
    }

    /* Section 3 */
    .section-3 .nav-link span,
    .section-6 .nav-link span,
    .section-7 .nav-link span {
        left: 30px;
    }
    /* Section 7 */
    .nearby-main-title {
        margin-top: -100px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 1024.98px) {
    .gallery-title {
        margin-top: -50px;
        position: relative;
        margin-bottom: -40px;
        z-index: 1;
        margin-left: -30px;
        width: 200px;
    }
    .vdo-title {
        margin-top: 0px;
        position: relative;
        margin-bottom: -40px;
        z-index: 1;
        margin-left: -30px;
        width: 200px;
    }
    .restique-text  img {
        margin: 0 auto;
    }
    .restique-text {
        text-align: center;
    }
    /* Section 6 */
    .coopers-title img {
        width: 200px;
    }
}
@media (max-width: 991.98px) {
    /* Navbar */
    .fixed-top {
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-top: 0px;
    }
    .custom-fixed-top {
        padding-top: 0px;
        padding-bottom: 0px;
        background-color: #ffffffde;
    }
    .top-bar-logo {
        padding-top: 0px;
    }
    .navbar-light .navbar-toggler-icon {
        padding: 18px !important;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(72, 46, 25, 1)' stroke-width='3' stroke-linecap='butt' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }
    .navbar-light .navbar-toggler {
        border: 0px solid #F5F7F7;
        color:#F5F7F7;
        border-radius: 0;
        padding-top: 0px;
    }
    .custom-toggler.navbar-toggler {
        border-color: rgb(255,102,203);
      }
    .navbar-expand-lg .navbar-nav .nav-link:first-child {
        margin-top: 5px;
        border-top: 2px solid #ffffff91 !important;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0px;
        padding-left: 0px;
        margin-left: 3px;
        margin-right: 3px;
        padding-top: 24px;
        padding-bottom: 20px;
        border-bottom: 2px solid #ffffff91 !important;
        text-align: center;
        font-size: 16px !important;
    }
    .navbar-brand {
        width: 100px;
        padding-top: 7px;
        padding-bottom: 5px;
    }
    .navbar-contact {
        align-items: center;
        display: flex;
        justify-content: center;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .coopers-title {
        margin-bottom: 20px;
    }
    /* Section 1 */
    .section-1-inner {
        width: 100%;
        padding-top: 0px;
    }
    .register-title-img {
        margin-left: auto;
        width: 100%;
        margin-right: auto;
        text-align: center;
    }
    .register-title-img img {
        margin: 0 auto;
    }
    .register-container {
        margin-top: 0px;
        width: 100%;
        padding: 20px 40px 30px 40px;
    }
    .register-img-title {
        display: none;
    }
    /* Section 2 */
        .concept-img {
        padding-left: 0px;
        width: 100%;
        margin: 0 auto;
        margin-top: -160px;
    }
    /* Section 3 */
    .gallery-container .tab-content {
        height: initial;
    }
    .gallery-container .gallery-overlay {
        height: initial;
    }
    .gallery-container .gallery-overlay > img {
        height: initial;
        object-fit: cover;
        object-position: center;
        width: 100%;
    }
    .thumb-1 {
        width: 100%;
    }
    .thumb-5 {
        width: 24%;
    }

    /* Section 2 */
    .concept-text-container {
        margin-top: 0px;
        text-align: center;
    }
    .concept-text-container p {
        padding-right: 0;
        font-size: 16px;
        line-height: 30px;
    }
    .concept-underline {
        margin-left: auto;
        margin-right: auto;
    }
    .brochure-concept {
        margin-top: 10px;
    }

    /* Section 3 */
    .gallery-container .nav-tabs .nav-link span {
        font-size: 22px;
        left: 20px;
    }
    .gallery-container #gallery-1 > img{
        height: 400px;
        object-fit: cover;
        object-position: center;
    }
    .gallery-container #gallery-2 > img{
        height: 400px;
        object-fit: cover;
        object-position: center;
    }
    .gallery-container #gallery-3 > img{
        height: 400px;
        object-fit: cover;
        object-position: center;
    }
    /* Section 6 */
    .plan-container .nav-tabs {
        margin-top: 0px;
        justify-content: center !important;
    }
    .plan-container .coopers-title img {
        text-align: center;
        margin: 0 auto;
        width: 280px;
    }
    /* Section 7 */
    .section-7-inner {
        padding-bottom: 40px;
    }
    .coopers-title.text-left {
        text-align: center !important;
    }
    .nearby-main-title {
        margin-top: -80px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .nearby-title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 30px;
}
    .location-box {
        margin-bottom: 20px;
    }
    .maps-container .nav-tabs .nav-item:nth-of-type(1) {
        padding-right: 0px;
    }
    .maps-container .nav-tabs .nav-item:nth-of-type(2) {
        padding-left: 0px;
    }
    .map-title {
        padding-right: 0px;
        text-align: center;
    }
    .graphic-map-container {
        margin-top: 30px;
    }
    .google-map-container {
        margin-top: 30px;
    }
}
@media (max-width: 767.98px) {
    .custom-fixed-top {
        padding-right: 20px;
    }
    .section-1-inner {
        padding-top: 0px;
    }
    .section-6 .nav-link span, .section-7 .nav-link span {
        font-size: 28px;
    }
    /* Section 1 */
    .coopers-carousel .owl-item img {
        object-fit: cover;
    }
    .register-container {
        width: 100%;
        margin-top: 20px;
    }
    .register-section {
        padding-top: 0px;
        padding-bottom: 20px;
        margin-top: -110px;
    }
    .register-container h2 {
        font-size: 34px;
    }

    .coopers-title img {
        width: 110px;
    }
    .coopers-title h2 {
        font-size: 30px;
        letter-spacing: 2px;
    }

    /* section 2 */
    .coopers-title {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .concept-img {
        padding-left: 0px;
        width: 100%;
        margin: 0 auto;
        margin-top: -80px;
    }
    .concept-text-container {
        margin-top: 0px;
        padding-bottom: 10px;
    }
    .concept-text-container h4 {
        font-size: 22px;
        font-weight: 500;
    }
    .concept-text-container p {
        font-size: 16px;
        line-height: 30px;
    }
    .brochure-concept {
        margin-top: 0px;
    }
    .brochure-concept a {
        padding: 10px 20px 10px 20px;
        font-size: 18px;
    }
    /* Section 3 */
    .gallery-container .nav-tabs .nav-link {
        margin-left: 0px;
        margin-right: 0px;
    }
    .gallery-container .tab-content {
        padding: 10px;
    }
    .thumb-5 {
        width: 21%;
    }
    /* Section 6 */
    .plan-container .nav-tabs .nav-link {
        width: 100%;
    }
    /* Section 7 */
    .coopers-title.text-left {
        text-align: center !important;
    }

    /* Custom slide nav */
    .owl-carousel .nav-btn{
        height: 19px;
        position: absolute;
        width: 26px;
        cursor: pointer;
        top: 40%;
    }

    .owl-carousel .owl-prev.disabled,
    .owl-carousel .owl-next.disabled{
    pointer-events: none;
    opacity: 0.2;
    }

    .owl-carousel .prev-slide{
        background: url(/images/nav-icon.png) no-repeat scroll 13px 0px;
        background-size: 75%;
        left: 0;
    }
    .owl-carousel .next-slide{
        background: url(/images/nav-icon.png) no-repeat scroll -7px 0px;
        background-size: 75%;
        right: 0;
    }

    /* End Custom slide nav */
    /* Section 3 */
    .gallery-dropdown-container .dropdown-toggle,
    .location-dropdown-container .dropdown-toggle {
        font-size: 18px;
    }

    /* section 8 */
    .coopers-progress .progress{
        height: 40px;
    }
    .section-8 .progress-main-title h2 {
        margin-bottom: 21px;
        color: #343d5a;
        font-size: 36px;
        margin-top: 20px;
    }
    .footer-address {
        margin-top: 0px;
    }
}

@media (max-width: 575.98px) {
    /* Register */

    /* Footer */
    .footer-bottom {
        font-size: 10px;
    }
    .footer-address {
        font-size: 14px;
    }

    .coopers-title {
        margin-top: 10px;
    }
    .coopers-title img {
        width: 80px;
    }
    /* Section 1 */
    .register-container h4 {
        font-size: 18px;
    }
    /* Section 3 */
    .section-3 .nav-link img {
        height: 40px;
    }
    .gallery-container .nav-tabs .nav-link {
        border-right: 2px solid #4dfecf;
        margin-left: 2px;
        margin-right: 2px;
    }
    .section-3 .coopers-title img {
        width: 60px;
    }
    .thumb-5 {
        width: 19%;
    }
    .gallery-container .tab-content {
        padding: 0px;
    }
    .restique-text p {
        font-size: 16px;
    }

    /* Section 6 */
    .plan-container .nav-tabs .nav-item {
        width: 36%;
    }
    .plan-container .nav-tabs .nav-link {
        font-size: 16px !important;
    }
    .plan-container .nav-tabs .nav-item {
        padding-left: 0px;
        padding-right: 0px;
    }
    .plan-container .nav-tabs .nav-link {
        font-size: 14px;
    }
    .plan-container .dropdown-title {
        font-size: 12px !important;
        text-align: center;
    }
    /* Section 7  */
    .section-7 {
        padding-bottom: 0px;
    }
    .nearby-main-title {
        margin-top: -40px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .nearby-items {
        font-size: 14px;
        font-weight: 400;
    }

    /* Section 8 */
    .progress-title {
        font-size: 24px;
    }
    .footer-logo img {
        width: 50%;
    }
}

@media (max-width: 420px) {
    .register-container h4 {
        font-size: 17px;
    }
    .thumb-2 {
        width: 21%;
    }
}

