

*{ 
    box-sizing: border-box;
    margin: 0;
    padding: 0;
   }
  a, ul, li{
    text-decoration: none !important;
  }
  ul, li, h4, h1, h2, h3, h5, h6, p{
    margin-bottom: 0px;
    padding: 0px;
    margin-top: 0px;
  }
  button{
    text-decoration: none;
    border: none;
    background-color: transparent;
  }
.home-area{
  overflow: hidden;
}

/* .brand-1 {
    display: none;
} */

.banner-2 img{
    width: 100%;
}
.banner-2{
    position: relative;
}
.banner-text{
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -57%);
}
.nabber-bg{
    position: absolute;
    top: 0%;
    left: 0%;
}

.banner-text h1{
    color: #01122F;
    font-size: 50px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

/* end banner */


.head h1{
    color: #D6152C;
    font-size: 50px;
    font-family: "Pattaya", sans-serif;
}
.head h2{
    color: #252525;
    font-size: 50px;
    font-family: "Poppins", sans-serif;
}
.lin-2{
    margin-left: 50px;
}
.lin-2 {
    margin-left: 120px;
}
  .head{
    margin-bottom: 40px;
    text-align: center;
  }

/* end head */

.up-icon{
    display: flex;
    gap: 20px;
}

.upper-con{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-ic{
    color: #fff;
    font-size: 22px;
}

.upper-nav{
    background-color: #5D5D5D;
    padding: 10px 0;
}

.upp-left{
    display: flex;
    align-items: center;
    gap: 50px;
}

.upper-area{
    display: flex;
    align-items: center;
    gap: 20px;
}
.lo-dt{
    color: #fff;
    font-size: 20px;
}
.upp-text p{
    color: #FFFFFF;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

/* end navbar */

.nav-main-area {
    position: relative;
}
:root {
  --color-white-100: hsl(206, 5%, 100%);
  --color-white-200: hsl(206, 5%, 90%);
  --color-white-300: hsl(206, 5%, 80%);
  --color-white-400: hsl(206, 5%, 60%);
  --color-white-500: hsl(206, 5%, 50%);
  --color-black-100: hsl(213, 23%, 8%);
  --color-black-200: hsl(214, 21%, 6%);
  --color-black-300: hsl(210, 21%, 6%);
  --color-black-400: hsl(216, 22%, 4%);
  --color-black-500: hsl(220, 18%, 3%);
  --color-pink-100: hsl(326, 85%, 90%);
  --color-pink-200: hsl(327, 87%, 80%);
  --color-pink-300: hsl(329, 86%, 70%);
  --color-pink-400: #133981;
  --color-pink-500: #133981;
  --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
/* Header */
.navbar {
    border-bottom: 1px solid #636363;
    margin-top: 8%;
}

.header {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 100;
    margin: 0 auto;
    left: 0%;
    top: 2%;
    right: 0%;
    /* box-shadow: var(--shadow-medium); */
    /* background-color: var(--color-white-100); */
    /* position: relative; */
}

.navbar .navfixed {
    position: fixed !important;
    width: 100%;
    height: 125px !important;
    z-index: 9999;
    margin: 0 auto;
    left: 0%;
    top: 2%;
    right: 0%;
    background-color: #fff;
}

/* Wrapper */
.wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 1rem;
  row-gap: 2rem;
  width: 100%;
  height: 4rem;
  margin: 0 auto;
}

/* Navbar */

.cross-icon{
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 0.5%;
  right: 2%;
}
.navbar.active {
  left: 0rem;
  opacity: 1;
  visibility: visible;
}

/* Menu */
.menu-item {
  position: relative;
  display: inline-block;
  margin-left: 0.9rem;
}

.menu-link {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.25rem;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: inherit;
  cursor: pointer;
  text-transform: capitalize;
  color: var(--color-black-500);
  transition: all 0.3s ease-in-out;
  padding: 0 4px;
}

.menu-link > i.bx {
  font-size: 1.35rem;
  line-height: 1.5;
  color: inherit;
}

.menu-link:hover {
  outline: none;
  color: var(--color-pink-500);
}
@media only screen and (max-width:1280px ) {
.menu-link {
  font-size: 12px;
}

}

@media only screen and (max-width:1024px ) {


  .menu-link {
      column-gap: 0.2rem;
      font-size: 10px;
  }
  .menu-item {
      position: relative;
      display: inline-block;
      margin-left: 0.2rem;
  }


}


/* Media Queries */
@media only screen and (min-width: 993px) {


  .menu-dropdown:hover .submenu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

@media only screen and (max-width: 992px) {
  .navbar {
      position: fixed;
      top: 0;
      left: -100%;
      width: 75%;
      height: 100%;
      z-index: 10;
      opacity: 0;
      overflow-y: auto;
      visibility: hidden;
      box-shadow: var(--shadow-medium);
      background-color: var(--color-white-100);
      transition: all 0.5s ease;
    }
    .tvs-logo {
      display: none;
  }

  .menu {
      width: 100%;
      height: auto;
      padding: 1rem 0;
      position: absolute;
      top: 0%;
  }

  .menu-item {
    display: block;
    margin: 0 auto;
  }

  .menu-link {
    justify-content: space-between;
    padding: 0.5rem 1.25rem;
  }
}

/* Submenu */
.submenu {
  position: absolute;
  top: 2.35rem;
  left: -2rem;
  min-width: 13rem;
  height: auto;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(1rem);
  border-radius: 0 0 0.25rem 0.25rem;
  border-top: 2px solid var(--color-pink-400);
  box-shadow: var(--shadow-medium);
  background-color: #DE5C67;
  transition: all 0.3s ease-in-out;
}

.submenu-item {
    text-align: center;
  display: block;
  margin-top: 0rem;
  padding: 10px 20px;
}
.submenu-item:hover{
  background-color: #133981;
  border-radius: 10px;
}
.submenu-item:hover .submenu-link{
  color: #fff;
}

.submenu-link {
    text-align: center;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  color: #fff;
  font-family: "Poppins", sans-serif;
  transition: all 0.35s ease;
}

.submenu-link:hover {
  outline: none;
  color: var(--color-pink-500);
}

/* Media Queries for Submenu */
@media only screen and (max-width: 992px) {
  .submenu {
    position: relative;
    top: -0.5rem;
    left: 0rem;
    width: 100%;
    max-height: 0;
    padding: 0px;
    border: none;
    outline: none;
    opacity: 1;
    overflow: hidden;
    visibility: visible;
    transform: translateY(0px);
    box-shadow: none;
    background: transparent;
  }
  .menu-link {
    column-gap: 0.2rem;
    font-size: 14px;
}

}

/* Burger */
.burger {
  position: relative;
  display: none;
  cursor: pointer;
  user-select: none;
  width: 1.6rem;
  height: 1.15rem;
  opacity: 0;
  visibility: hidden;
  background: transparent;
}

.burger-line {
  position: absolute;
  display: block;
  right: -716px;
  width: 100%;
  height: 2.1px;
  opacity: 1;
  border: none;
  outline: none;
  border-radius: 1rem;
  background: var(--color-black-500);
}

.burger-line:nth-child(1) {
  top: 0px;
}

.burger-line:nth-child(2) {
top: 0.5rem;
    width: 100%;
}

.burger-line:nth-child(3) {
  top: 1rem;
}

span.burger-line {
    top: 25px;
}







/* Media Queries for Burger */
@media only screen and (max-width: 992px) {
  .burger {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .submenu-link {
    color: #222;
}
.submenu-item {
    text-align: left;
    padding: 10px 8px 10px 38px;
}

}

/* Overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease-in-out;
  background-color: rgba(0, 0, 0, 0.65);
}





/* Media Queries for Overlay */
@media only screen and (max-width: 992px) {
  .overlay.active {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  /* .upper-nav-main {
    display: none;
} */

}



@media only screen and (max-width: 430px) {
.brand img{
  width: 80%;
}


}



/* end navbar */






/* start footer */

.footer{
    background-image: url(../../homeimage/footer-bg.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.foot-1 h1 {
    color: #FFFFFF;
    font-size: 24px;
    font-family: "Poppins", serif;
    font-weight: 600;
    margin-bottom: 35px;
}
.foot-2 p{
    color: #F5F5F5;
    font-size: 14px;
    font-family: "Poppins", serif;
    font-weight: 400;
    line-height: 28px;
    width: 90%;
    margin: 30px auto 0;
}
.foot-1 {
    width: 27%;
}
.foot-logo img{
    width: 100%;
}
.foot-logo {
    width: 100%;
}
.foot-2 {
    width: 29%;
    text-align: center;
}
.foot-3 {
    width: 27%;
}
.foot-contact{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.foot-contact-area{
    display: flex;
    gap: 10px;
    align-items: center;
}
.fo-cont-text p{
    color: #F5F5F5;
    font-size: 18px;
    font-family: "Outfit", serif;
    font-weight: 400;
}
.fo-lo {
    color: #F5F5F5;
    font-size: 20px;
}

.footer-con {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.foot-top {
    display: flex;
    justify-content: center;
        padding: 17px 0px;
        margin-top: 5px;
        border-bottom: 1px solid #FFFFFF;
}
.foot-top-area p {
    color: #fff;
    font-size: 16px;
    font-family: "Poppins", serif;
    padding: 0px 20px;
    font-weight: 600;
    border-right: 1px solid #fff;
}
.fo p {
    border-right: none !important;
}
.click p {
    color: #272727;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    text-align: center;
}
.click{
background: linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.07) 15%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.07) 88%, rgba(255, 255, 255, 0) 100%);
padding: 10px 0;
}

.fac-do{
    border: 1px solid #fff;
    font-size: 18px;
    padding: 8px 11px;
    border-radius: 100%;
    color: #fff;
}
.fac-do-2{
    padding: 8px 8px;
}
.fac-do-3{
    padding: 8px 10px;
}
.foot-icon {
    display: flex;
    justify-content: center;
    gap: 13px;
    margin: 20px 0;
}






/* end footer */


@media (max-width: 1920px){
  .upp-text p {
    font-size: 20px;
}

.lo-dt {
    font-size: 30px;
}

.nav-ic {
    font-size: 30px;
}

.menu-link {
    font-size: 15px;
}

.banner-text h1 {
    font-size: 85px;
}
}

@media (max-width: 1366px){
    .upp-text p {
        font-size: 17px;
        margin-left: -4%;
    }

    .navbar {
    margin-top: 4%;
}

    .menu-link {
        font-size: 20px;
    }
}

@media (max-width: 1024px){
  a.brand {
    margin-left: -5%;
}

   .upper-nav {
    display: none;
}

    .navbar {
        margin-left: 7%;
    }

    .banner-text {
    top: 70%;
}
}

@media (max-width: 768px){
     a.brand {
        margin-left: 3%;
        margin-top: -164%;
        background-color: red;
        padding: 10px 16px;
        border-radius: 10px;
    }

    a.brand img{
      width: 30%;
    }

        .menu {
        top: 5%;
    }

    /* .brand {
        margin-left: 2%;
        width: 90%;
    } */

    .banner-2 {
    width: 118%;
}

.footer {
    width: 117%;
}
}

@media (max-width:480px){

     a.brand {
        margin-left: 3%;
        margin-top: -164%;
        background-color: red;
        padding: 10px 16px;
        border-radius: 10px;
    }

    a.brand img{
      width: 30%;
    }

      .banner-2 {
        width: 100%;
    }

    .banner-text h1{
              font-size: 52px;
    }


        .footer {
        width: 100%;
    }
}

@media (max-width: 320px){
  .banner-2 {
        width: 151%;
    }

     a.brand {
        margin-left: 3%;
        margin-top: -164%;
        background-color: red;
        padding: 10px 16px;
        border-radius: 10px;
    }

    a.brand img{
      width: 30%;
    }

        .footer {
        width: 150%;
    }
}












