/* downloaded fonts */
@font-face {
  font-family: Shadhinata2;
  src: url(fonts/Li\ Shadhinata\ 2.0\ Unicode.ttf);
}

@font-face {
  font-family: Shadhinata2_iitalic;
  src: url(fonts/Li\ Shadhinata\ 2.0\ Unicode\ Italic.ttf);
}




/* common css */

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
br {
  margin: 0;
  padding: 0;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

/* FILLED = 1 */
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

a {
  text-decoration: none;
}

p {
  margin: 0px;
  padding: 0px;
}

input {
  border: none;
}

input:focus {
  outline: none;
}


/* HEADER */
.header {
  width: 100%;
  height: 74px;
  display: flex;
  flex-wrap: nowrap;
  background: linear-gradient(204deg, #05286e 0%, #0072c4 41% 58%, #05286e 77%);
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 99999;
}

.left_btn {
  width: 30%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.header.left_btn .hotline {
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-right: 60px; */
}

.header .left_btn .hotline a {
  width: 205px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  background-color: #ffe557;
  border-radius: 3px;
  font-weight: 500;
  color: #252121;
}

.header .left_btn .hotline:hover {
  transform: scale(1.1);
  transition: all 200ms;
}

.logo {
  width: 39%;
  height: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  /* position: relative; */
}

.logo img {
  width: 68px;
  height: 65px;
}

.header .text_logo {
  background: url(../img/text_logo1.png) no-repeat;
  width: 200px;
  height: inherit;
  background-size: 145px 90px;
}

.header_btn {
  width: calc(100% - 69%);
  display: flex;
  flex-wrap: nowrap;
  justify-content: end;
  align-items: center;
}

.top_btn {
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-right: 20px;

}

.top_btn .sign_btn {
  width: 38%;
  display: flex;
  justify-content: center;
  box-shadow: 0 0 0 0 #252121;
}

.top_btn .log_btn {
  width: 38%;
  display: flex;
  justify-content: center;
}

.top_btn .sign_btn:hover,
.top_btn .log_btn:hover {
  transform: scale(1.09);
  box-shadow: 0px 0px 3px 1px #404040;
}

.top_btn .log_btn a:hover {
  color: #000;
  background-color: #fff7ce;
  transition: all 500ms;
}

.top_btn .sign_btn a {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #fff7ce;
  box-shadow: 0px 0px 3px 1px #404040;
}


.top_btn a {
  width: 100%;
  background-color: #f3f4f5;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  padding: 8px 0px 8px 0px;
  color: black;

}

.top_btn .log_btn a {
  border: 1px solid #f3f4f5;
  color: #ffffff;
  background: none;
}

.header_btn .lang {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  margin-right: 22px;
}


/* lang btn */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropbtn {
  background-color: #eee;
  border: none;
  padding: 6px 8px;
  border-radius: 20px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.dropbtn img {
  width: 23px;
  height: 23px;
  border-radius: 50%;
}

.arrow {
  font-size: 12px;
  margin-left: 6px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 180px;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  margin-top: 8px;
  z-index: 999999;
  position: absolute;
  right: 0;
}

.dropdown-content a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 16px;
  text-decoration: none;
  color: #000;
  font-size: 15px;
  transition: background 0.3s;

}

.dropdown-content a img {
  width: 22px;
  height: 22px;
  /* border-radius: 50%; */
}

.dropdown-content a:hover {
  background-color: rgb(1, 102, 182, .4);
}

.show {
  display: block;
}



/* second header */

.second_header {
  width: 100%;
  height: inherit;
  margin-top: 76px;
}

.second_header .img_div {
  width: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.second_header .img_2 {
  /* transform: rotate(180deg); */
  transform: scaleX(-1);
  /* margin-left: -4px; */
  /* position: absolute; */
}

.second_header .img_3 {
  transform: scaleX(1);
  /* margin-left: -4px; */
  /* position: absolute; */

}

.second_header .img_4 {
  transform: scale(-1, 1);
  /* transform: scaleY(1.5); */
  margin-left: -6px;
  /* position: absolute; */
}

.second_header .img_5 {
  transform: scale(1);
  /* transform: scaleY(1.5); */
  /* margin-left: -6px; */
  /* position: absolute; */
}

.second_header .img_6 {
  transform: scale(-1, 1);
}

.second_header .img_7 {
  transform: scale(1, 1);
}

.second_header img {
  width: 100%;
  height: 106px;
  opacity: 95%;
  filter: grayscale(25%) contrast(4);
}




/* SECOND NAVBAR */
.Sec-Nav {
  width: 100%;
  height: 110px;
}

.Sec-Nav .width_bar {
  width: 90%;
  height: 80px;
  background: rgb(249 237 144 / 38%);
  margin: auto;
  position: relative;
  display: flex;
  justify-content: center;
}

.second_header .Sec-Nav .width_bar .sec_nav_bar {
  width: 50%;
  height: 65px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
}

.second_header .Sec-Nav .width_bar .sec_nav_bar span {
  margin: 5px -2px 0px 0px;
  color: #adadad;
  font-weight: 300;
  font-size: 24px;
}

.second_header .Sec-Nav .width_bar .sec_nav_bar .search_btn {
  width: 140px;
  height: 25px;
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 5px;
  border: 1.5px solid #ffd700;
}

.second_header .Sec-Nav .width_bar .sec_nav_bar input {
  border: none;
  background: none;
  overflow: hidden;
  font-size: 14px;
  width: 84%;
}

.second_header .Sec-Nav .width_bar .sec_nav_bar a {
  width: 100px;
  background-color: #f3f4f5;
  border-radius: 5px;
  text-align: center;
  font-size: 17px;
  padding: 6px 0px;
  color: black;
  border: 1.9px solid #ffd700;
  /* margin-left: 12px; */
}

.second_header .Sec-Nav .width_bar .sec_nav_bar a:hover {
  transform: scale(1.1);
  border: 1px solid #ffd700;
  transition: all .1s;
}

/* .second_header .Sec-Nav .width_bar .sec_nav_bar a:nth-child(3):hover{
    border: none;
} */

.Sec-Nav .width_bar .sec_nav_bar .draw-border {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 42px;
  background: #f3f4f5;
}



/* custmized menu button */
.Sec-Nav .width_bar .sec_nav_bar .draw-border a {
  /* padding: 13px 40px 6px 7px; */
  padding: 11px 24px;
  font-size: 18px !important;
  border: none !important;
  border-radius: 0;
  text-align: center;
  display: flex;
  background: none;
}



.draw-border {
  box-shadow: inset 0 0 0 2px #efdf68;
  color: #58afd1;
  transition: color 0.25s 0.0833333333s;
  position: relative;
  border-radius: 4px;
}

.draw-border::before,
.draw-border::after {
  border: 0 solid transparent;
  box-sizing: border-box;
  content: '';
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
}

.draw-border::before {
  border-bottom-width: 3px;
  border-left-width: 3px;
}

.draw-border::after {
  border-top-width: 3px;
  border-right-width: 3px;
}

.draw-border:hover {
  color: #2998e7;
  /* background: #f8eb87 linear-gradient() !important; */
  background: #fff4a3 !important;
  /* background: linear-gradient(340deg, rgba(255, 244, 163, 1) 39%, rgba(255, 247, 92, 1) 57%) !important; */

  border-radius: 4px;
  transform: scale(1.1);
  /* transition: ease-in-out .20s; */
  transition: width .2s, transform .2s;
}

.draw-border:hover::before,
.draw-border:hover::after {
  border-color: #2998e7;
  border-radius: 4px;
  /* background: gold; */
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;
}

.draw-border:hover::before {
  transition-delay: 0s, 0s, 0.15s;
}

.draw-border:hover::after {
  transition-delay: 0s, 0.15s, 0s;
}

.btn {
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1.5;
  font: 500 1.2rem 'Roboto Slab', sans-serif;
  padding: 1em 2em;
  letter-spacing: 0.05rem;
}

.btn:focus {
  outline: 2px dotted #55d7dc;
}


/* Vertical Navbar RIGHT Styles */
.vertical-navbar {
  position: fixed;
  top: 75px;
  right: 0;
  /* bottom: 48px; */
  height: 74.4%;
  width: 60px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* padding-top: 0px; */
  box-shadow: -2px 0 7px rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.vertical-navbar .nav-item {
  writing-mode: vertical-rl;
  /* vertical text */
  text-orientation: mixed;
  /* transform: rotate(180deg); readable direction */
  margin: 8px;
  padding: 8px;
  color: #002f6c;
  text-decoration: none;
  font-size: 13px;
  text-align: center;
}

.vertical-navbar .nav-item i {
  font-size: 20px;
  writing-mode: horizontal-tb;
}

.vertical-navbar .nav-item:hover {
  background-color: #f2f2f2;
  border-radius: 6px;
}


/* Vertical Navbar LEFT Styles */
.vertical-navbar_left {
  position: fixed;
      top: 32%;
  left: 2px;
  /* bottom: 48px; */
  height: auto;
  width: 40px;
  background: #fff7ce !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 3px;
  box-shadow: -2px 0 7px rgba(0, 0, 0, 0.1);
}

.second {
  position: fixed;
  top: 50%;
  left: 3px;
}


.fix-img {
  background: url(../img/home_scroll_img/first_scroll_img.svg) no-repeat;
  width: 100%;
  height: 370px;
  background-size: cover;
  background-position: 0;
}

.welcome_section .welcome {
  width: 100% !important;
  justify-content: unset !important;
  align-items: unset !important;
}

.welcome_section .welcome .img_1 {
  background-image: url(../img/welcome_pic.jpg) !important;
  box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.5);
  width: 55% !important;
  height: 100vh !important;
  background-size: 100% 108% !important;
  border-radius: 11px;
}

.welcome_section .text_card {
  width: 35%;
  height: 80% !important;
  display: flex;
  flex-direction: column;
  background: #eee;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  margin-left: 20px;
  margin: auto 25px;
  padding: 20px 30px;

}

.text_card h3 {
  font-size: 40px;
  margin-bottom: 40px;
}

.text_card h4,
h5,
h6 {
  font-size: 30px;
  margin-bottom: 22px;
}

.text_card a {
  display: inline-block;
  background: #015dab;
  color: #fff;
  font-size: 16px;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.3s;
}

.text_card a:hover {
  background-color: #004080;
  transform: scale(1.1);
  transition: all 200ms linear;
}

.text_card p {
  font-size: 20px;
}

.text_card .buttons {
  display: flex;
  justify-content: space-between;
  cursor: pointer;



}

.text_card .buttons img {
  width: 190px;
  /* height: auto; */
  object-fit: contain;
  filter: contrast(1.9);
}



/* food rider started here */

.bg_img_div {
  background: url(../img/rider.svg) no-repeat;
  width: 33%;
  height: 63vh;
  background-size: 100% 100%;
  margin: auto;
      border-radius: 85px;
}

.container {
  width: 90%;
  font-family: "Shadhinata", Arial, sans-serif;
  color: #333;
  line-height: 1.6;
  /* padding: 20px; */
  display: flex;
  justify-content: space-between;
  margin: 80px 0px 50px 0;
}


.delivery-section {
  max-width: 47%;
  margin: auto;
  text-align: justify;
}

.delivery-box {
  margin-bottom: 25px;
}

.delivery-box h2 {
  font-size: 22px;
  font-weight: bold;
  color: #034d99;
  margin-bottom: 10px;
}

.delivery-box p {
  font-size: 16px;
  color: #333;
}


.btn-box {
  margin-top: 20px;
  text-align: left;
}

.container .btn {
  display: inline-block;
  background: #015dab;
  color: #fff;
  font-size: 16px;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.3s;
}

.btn:hover {
  background: #034d99;
}



/* our clients */

.main_div{
  width: 100%; height: 500px; display: flex; justify-content: space-between;margin: 0; background: #014b8c;
    background: radial-gradient(circle, #013a6c 24%, rgba(11, 35, 53, 1) 53%);
}

.main_div .customers {
  width: 800px;
  margin-right: 70px;
  margin: auto auto;
}

.main_div .customers .container {
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;

}

.main_div .customers-header {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #eee;
  margin-bottom: 20px;
  margin-top: 10px;
}

.main_div .customers-header h2 {
  font-size: 35px;
  font-weight: bold;
  margin: 0;
}

.main_div .container .first_div,
.second_div {
  display: flex;
  width: 100%;
  justify-content: space-between;
}


.main_div .logo-box {
  width: 140px;
  height: 140px;
  background: #eee;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 5px .1px rgb(0, 0, 0, .3);
  position: relative;
}

.main_div .logo-box:hover {
  transform: scale(1.1);
  transition: all 100ms linear;
}

.main_div .customers .container img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  /* opacity: 100%; */
}

.main_div .customers .container .logo-box p {
  width: 140px;
  /* height: 100%; */
  background: #ffe557;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 12px;
  padding: 5px;
  opacity: 0;
  text-align: center;
}

.main_div .customers .container .logo-box p:hover {
  opacity: 100%;
}


.main_div .right_img {
  background: url(../img/client_img_right_bg_rmv.png);
  width: 240px;
  height: auto;
  background-size: 100% 100%;
  /* margin-right: 1px; */
}

.main_div .left_img {
  background: url(../img/client_img_left.png);
  width: 240px;
  height: auto;
  background-size: 100% 100%;
}


/* BRAND PROMOTION */
.brand_promote {
  width: 90%;
  margin: 60px auto;
  display: flex;
  flex-direction: row;
  gap: 0px 45px;
}

.brand_promote .img img {
  width: 700px;
  height: auto;
  border-radius: 15px;
}

.brand_promote .text h2 {
  font-size: 40px;
  text-align: center;
}

.brand_promote .text h3 {
  font-size: 30px;
  margin-bottom: 50px;
  text-align: center;
}

.brand_promote .text p {
  font-size: 22px;
  text-align: justify;
  letter-spacing: 0px;
  line-height: 33px;
  margin-bottom: 47px;

}

.brand_promote .text .countdown {
  display: flex;
  justify-content: center;
  gap: 5px;
  flex-wrap: wrap;
}

.brand_promote .text .box {
  background-color: #0072c4;
  border-radius: 15px;
  width: 74px;
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
}

.brand_promote .text .box:nth-child(2) {
  background-color: #0072c4;
}

.brand_promote .text .box:nth-child(3) {
  background-color: #0072c4;
}

.brand_promote .text .number {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  position: relative;
}




/* our at_glance div */
.at_glance {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  padding: 50px 20px;
  background: #f6f4f2;
  color: #1d252c;
}

.at_glance h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}

.glance-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 35px;
}

.glance-box {
  background: #fff;
  border-radius: 20px;
  padding: 30px 20px;
  width: 200px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.glance-box:hover {
  transform: scale(1.1);
  transition: all 100ms;

}

.glance-box i {
  font-size: 40px;
  color: #f26522;
  /* Orange color */
  margin-bottom: 15px;
}

.glance-box h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 10px;
}

.glance-box p {
  font-size: 14px;
  color: #444;
  margin: 0;
}



/* art_section */

.t_time-section {
  padding: 40px 20px;
  text-align: center;
  background: #f6f4f2;
}

.t_time-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1100px;
  margin: auto;
}

.t_time-box {
  flex: 1 1 300px;
  max-width: 300px;
  text-align: center;
}

.t_time-box img {
  max-width: 100px;
  margin-bottom: 20px;
}

.t_time-box h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.3;
}

.t_time-box p {
  font-size: 15px;
  color: #444;
  margin-bottom: 15px;
}

.t_time-box a {
  font-size: 15px;
  font-weight: bold;
  color: #004080;
  /* t_time Red */
  text-decoration: none;
}

.t_time-box a:hover {
  text-decoration: underline;
}



/* preview footer */
.preview_footer_img {
  background: url(../img/preview_footer_img.jpg);
  width: 100%;
  height: 59vh;
  background-size: 100% 100%;
  filter: contrast(1.4);
  margin-bottom: 10px;
}