

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Quattrocento+Sans:wght@400;700&display=swap');
         * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body {
    font-family: "Quattrocento Sans", sans-serif;
  }
  .logo {
    position: fixed; /* Change from fixed to absolute */
    top: 0;
    left: 0;
    width: 10vw; /* Default size */
    padding: 0.5rem;
    z-index: 12 !important;
  }

  @media (max-width: 575px) {
    .logo {
      width: 20vw; /* Size for mobile */
      padding: 0.5rem;
    }
  }
  @media (min-width: 576px) {
    .logo {
      width: 13vw; /* Size for mobile */
      padding: 0.5rem;
    }
  }

  @media (min-width: 768px) {
    
    .logo {
      width: 17vw; /* Size for desktop */
      padding: 0.75rem;
    }
  }
  @media (min-width: 992px) {
    .logo {
        width: 17vw; /* Size for desktop */
    }
  }
  @media (min-width: 1200px) {
    .logo {
        width: 15vw; /* Size for desktop */
    }
  }
  @media (min-width: 1400px) {
    .logo {
      width: 12vw; /* Size for desktop */
    }
  }
  @media (min-width: 1600px) {
    .logo {
      width: 10vw; /* Size for desktop */
    }
  }

 

  .container-1, .container-2 {
    position: relative;
    display: flex;
    /***justify-content: center;
    align-items: center;***/
    width: 100%;
    height: 100vh;
  }
  .container-1 {
    /**background: wheat;**/
    background-image: url(../img/fallback-image.jpg);
    background-size: cover;
  }
  .container-2 {
    background: blue;
  }

 
/**** bento start ****/

        .bento-grid {
            display: grid;
            grid-template-columns: repeat(12, 1fr);
            grid-template-rows:repeat(6, 240px);
            grid-gap: 15px;
            padding: 8px 16px;
        }

        .bento-item {
            background-color: #f8f9fa;
            border-radius: 25px;
            padding: 20px;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            align-items: flex-start;
            text-align: left;
            transition: all 0.3s ease;
        }

        .bento-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        }

        .bento-item h3 {
            margin-bottom: 0;
            font-size: 1rem;
        }

        .bento-item p {
            margin-bottom: 0;
            
        }
        .bento-item-1 {
          grid-column: span 3;
          grid-row: span 2;
        }
        .bento-item-2, .bento-item-13 {
            grid-column: span 6;
            grid-row: span 2;
        }
        .bento-item-3, .bento-item-4, .bento-item-8, .bento-item-11, .bento-item-12 {
            grid-column: span 3;
        }
        .bento-item-5, .bento-item-9, .bento-item-10, .bento-item-12, .bento-item-14 {
            grid-column: span 3;
        }
        .bento-item-6, .bento-item-11 {
            grid-column: span 3;
            grid-row: span 2;
            background-color: #e9ecef;
        }
        .bento-item-7 {
          grid-column: span 6;
        }
        


        @media (max-width: 768px) {
            .bento-grid {
                grid-template-columns: repeat(6, 1fr);
                grid-template-rows:repeat(13, 200px);
                padding: 8px;
            }

            .bento-item-1 {
                grid-column: span 6;
            }
            .bento-item-2 {
                grid-column: span 3;
                grid-row: span 1;
            }
            .bento-item-4 {
                grid-column: span 6;
                grid-row: span 2;
            }
            .bento-item-6 {
                grid-row: span 1;
            }
            .bento-item-10 {
                grid-column: span 3;
            }
            .bento-item-13 {
                grid-column: span 6;
                grid-row: span 2;
            }
            .bento-item-14 {
                grid-column: span 6;
                grid-row: span 2;
            }
        }

        /***change header****/
        .headers {
            z-index: 10;
            width: 100%;
            /**background: rgba(34,34,34,0.25);**/
            /**background: rgba(8,6,114,0.85);**/
            background: rgba(0,38,61,0);
            -webkit-transition: all ease-out .5s;
          -moz-transition: all ease-out .5s;
          -o-transition: all ease-out .5s;
          transition: all ease-out .5s;
        }

        .activex {
          background-color: rgba(0,38,61,0.95);
        }

        @media (min-width: 576px) {
            .headers {

            background: rgba(0,38,61,0);

            }
            .activex {
          background-color: rgba(0,38,61,1);
            }
        }
        .bg-head {
          background-image: url('../img/grad-top-6.png');
          background-repeat: no-repeat;
          background-position: bottom;
          z-index: 8 !important;
          background: rgb(255,255,255);
          background: linear-gradient(180deg, rgba(255,255,255,0) 72%, rgba(255,255,255,0.45) 84%, rgba(255,255,255,0.75) 92%, rgba(255,255,255,1) 100%);
        }
        #myVideo {
          position: absolute;
          right: 0;
          bottom: 0;
          min-width: 100%;
          min-height: 100%;
          z-index: 6;
        }
        #myVideo-sm {
            position: absolute;
            right: 0;
            bottom: 0;
            min-width: 100%;
            max-height: 100%;
            z-index: 6;
          }
     


a {
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #c7417b;
  outline: none;
  text-decoration: none;
}

p {
    font-family: "Quattrocento Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Quattrocento Sans", sans-serif;
}
.p-50-b {
    font-family: "Quattrocento Sans", sans-serif;
    font-size: 2rem;
    letter-spacing: -0.03em;
    font-weight: 700;
    line-height: 2.5rem;
}
.p-50 {
    font-family: "Quattrocento Sans", sans-serif;
    font-size: 2.125rem;
    letter-spacing: -0.03em;
    line-height: 2.875rem;
}
.p-36-b {
    font-family: "Quattrocento Sans", sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 2.25rem;
}
.p-36 {
    font-family: "Quattrocento Sans", sans-serif;
    font-size: 1.75rem;
    letter-spacing: -0.02em;
    line-height: 2.75rem;
}
.p-22 {
    font-family: "Quattrocento Sans", sans-serif;
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.p-12 {
    font-family: "Quattrocento Sans", sans-serif;
    font-size: 0.75rem;
    line-height: 1.125rem;
}
.p-11 {
    font-family: "Quattrocento Sans", sans-serif;
    font-size: 0.688rem;
    line-height: 1.125rem;
}
.p-11-ft {
    font-family: "Quattrocento Sans", sans-serif;
    font-size: 0.688rem;
    line-height: 1.125rem;
    letter-spacing: 0.1em;
}

@media (min-width: 576px) {
    
}

@media (min-width: 768px) {  
    .p-50, .p-50-b {
        font-size: 3.125rem;
        line-height: 3.875rem;
    }
    .p-36, .p-36-b {
        font-size: 2.25rem;
        letter-spacing: -0.02em;
        line-height: 2.5rem;
    }
    .p-22 {
        font-size: 1.375rem;
        line-height: 2.125rem;
    }
}

@media (min-width: 992px) {

}

.tx-gray-4d {
    color: #4d4d4d;
}
.tx-turqoise {
    color: #00b4b5;
}

/****** end desktop setup ********/






@media (min-width: 768px) {}


@media (min-width: 992px) {}



/**** background responsive ******/

.bg-skycab {
    background-image: url('../img/skycab-4.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bg-tengkorak {
    background-image: url('../img/pantai-pasir-tengkorak.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bg-kapal-layar {
    background-image: url('../img/kapal-layar-sm.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media (min-width: 768px) {  
    .bg-kapal-layar {
        background-image: url('../img/kapal-layar.webp');
    } 
}
.bg-kilim {
    background-image: url('../img/kilim.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bg-dream {
    background-image: url('../img/dream-forest.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bg-telaga {
    background-image: url('../img/telaga-tujuh.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bg-gemalai {
    background-image: url('../img/laman-padi.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bg-mahsuri {
    background-image: url('../img/kota-mahsuri.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bg-kefi {
    background-image: url('../img/kefi.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bg-tuba {
    background-image: url('../img/tuba-island.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bg-dataran {
    background-image: url('../img/dataran-lang-2.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bg-kubang {
    background-image: url('../img/kubang-badak-2.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bg-licc {
    background-image: url('../img/licc.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bg-dayang {
    background-image: url('../img/dayang-bunting.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media (min-width: 992px) { }

@media (min-width: 1200px) { }

@media (min-width: 1400px) { }

.bg-bento {
    background-color: #E8EDF7;
}
.bg-b4-bento {
    background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(232,237,247,1) 100%);
}
.bg-aft-bento {
    background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,1) 25%, rgba(232,237,247,1) 100%);
}


/*****MARGIN & PADDING EXTRA*****/

.m-6 {
    padding: 5rem;
}
.mt-6 {
    margin-top: 5rem !important;
}
.mt-7 {
    margin-top: 7rem !important;
}
.my-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}
.mx-6 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
}
.my-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
}
.p-7 {
    padding: 7rem;
}
.pt-6 {
    padding-top: 5rem !important;
}
.pt-7 {
    padding-top: 7rem !important;
}
.pt-8 {
    padding-top: 7.5rem !important;
}
.pt-9 {
    padding-top: 8.5rem !important;
}
.pb-6 {
    padding-bottom: 5rem !important;
}
.pb-7 {
    padding-bottom: 7rem !important;
}
.pb-8 {
    padding-bottom: 8rem !important;
}
.pb-9 {
    padding-bottom: 15.5rem !important;
}
.px-6 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}
.py-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}
.py-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
}
.py-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
}
.py-9 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
}
.py-10 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
}

.mt-150 {
    margin-top: 75px;
}
.mt-200 {
    margin-top: 100px;
}
.mt-250 {
    margin-top: 125px;
}
.mt-300 {
    margin-top: 150px;
}

@media (min-width: 576px) {
    .mt-sm-6 {
        margin-top: 5rem !important;
    }
    .mt-sm-7 {
        margin-top: 7rem !important;
    }
    .pt-sm-6 {
        padding-top: 5rem !important;
    }
    .pt-sm-7 {
        padding-top: 7rem !important;
    }
    .pb-sm-6 {
        padding-bottom: 5rem !important;
    }
    .pb-sm-7 {
        padding-bottom: 7rem !important;
    }
    .px-sm-6 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }
    .py-sm-6 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
    .py-sm-7 {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important;
    }
    .mt-150 {
        margin-top: 150px;
    }
    .mt-200 {
        margin-top: 200px;
    }
    .mt-250 {
        margin-top: 250px;
    }
    .mt-300 {
        margin-top: 300px;
    }
}

@media (min-width: 768px) {
    .mt-md-6 {
        margin-top: 5rem !important;
    }
    .mt-md-7 {
        margin-top: 7rem !important;
    }
    .pt-md-6 {
        padding-top: 5rem !important;
    }
    .pt-md-7 {
        padding-top: 7rem !important;
    }
    .pb-md-6 {
        padding-bottom: 5rem !important;
    }
    .pb-md-7 {
        padding-bottom: 7rem !important;
    }
    .px-md-6 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }
    .py-md-6 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
    .py-md-7 {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important;
    }
}

    @media (min-width: 992px) {
        .mt-lg-6 {
            margin-top: 5rem !important;
        }
        .mt-lg-7 {
            margin-top: 7rem !important;
        }
        .pt-lg-6 {
            padding-top: 5rem !important;
        }
        .pt-lg-7 {
            padding-top: 7rem !important;
        }
        .pt-lg-8 {
            padding-top: 9rem !important;
        }
        .pt-lg-9 {
            padding-top: 11rem !important;
        }
        .pb-lg-6 {
            padding-bottom: 5rem !important;
        }
        .pb-lg-7 {
            padding-bottom: 7rem !important;
        }
        .pb-lg-9 {
            padding-bottom: 15.5rem !important;
        }

        .px-lg-6 {
            padding-left: 5rem !important;
            padding-right: 5rem !important;
        }
        .py-lg-6 {
            padding-top: 5rem !important;
            padding-bottom: 5rem !important;
        }
        .py-lg-7 {
            padding-top: 7rem !important;
            padding-bottom: 7rem !important;
        }
        .py-lg-9 {
            padding-top: 8.5rem !important;
            padding-bottom: 8.5rem !important;
        }
        .py-lg-10 {
            padding-top: 9.5rem !important;
            padding-bottom: 9.5rem !important;
        }
        
        .mx-lg-6 {
            margin-left: 5rem !important;
            margin-right: 5rem !important;
        }
        .my-lg-6 {
            margin-top: 5rem !important;
            margin-bottom: 5rem !important;
        }
        .my-lg-7 {
            margin-top: 7rem !important;
            margin-bottom: 7rem !important;
        }
    }
    @media (min-width: 1200px) {
        .mt-xl-6 {
            margin-top: 5rem !important;
        }
        .mt-xl-7 {
            margin-top: 7rem !important;
        }
        .pt-xl-6 {
            padding-top: 5rem !important;
        }
        .pt-xl-7 {
            padding-top: 7rem !important;
        }
        .pt-xl-9 {
            padding-top: 11rem !important;
        }
        .pb-xl-6 {
            padding-bottom: 5rem !important;
        }
        .pb-xl-7 {
            padding-bottom: 7rem !important;
        }
        .pb-xl-9 {
            padding-bottom: 15.5rem !important;
        }
        .px-xl-6 {
            padding-left: 5rem !important;
            padding-right: 5rem !important;
        }
        .px-xl-7 {
            padding-left: 7rem !important;
            padding-right: 7rem !important;
        }
        .py-xl-6 {
            padding-top: 5rem !important;
            padding-bottom: 5rem !important;
        }
        .py-xl-7 {
            padding-top: 7rem !important;
            padding-bottom: 7rem !important;
        }
        .py-xl-8 {
            padding-top: 8.5rem !important;
            padding-bottom: 8.5rem !important;
        }
        .py-xl-9 {
            padding-top: 10rem !important;
            padding-bottom: 10rem !important;
        }
        .py-xl-10 {
            padding-top: 11.5rem !important;
            padding-bottom: 11.5rem !important;
        }

    }


