@import url("https://fonts.googleapis.com/css2?family=Italiana&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap");

/* newly added fonts  */

@import url("https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,700;1,400;1,700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400&display=swap");

/* @import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;1,100&display=swap'); */

@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");

/* @font-face {
  font-family: Venose;
  src: url(../fonts/Venose-lgJ9q.otf) format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Casanova;
  src: url(../fonts/Casanova\ Font\ Free.ttf) format("opentype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: Balerno;
  src: url(../fonts/Balerno-Rg.ttf) format("opentype");
  font-weight: 200;
  font-style: normal;
} */

@font-face {
  font-family: "century-gothic";
  src: url("../fonts/custom/CenturyGothic.ttf");
}

@font-face {
  font-family: "stencil";
  src: url("../fonts/custom/Stencil Regular.ttf");
}

@font-face {
  font-family: "bangla-mn";
  src: url("../fonts/custom/Bangla MN.ttf");
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "bangla-mn";
  margin-bottom: 40px;
}

.privacy-policy-page h2 {
    font-size: 35px;
    text-align: left;
    color: #000;
    margin-bottom: -1px;
}

.privacy-policy-page h3,
.privacy-policy-page h4 {
  margin-bottom: 10px !important;
  margin-top: 43px !important;
  font-size:30px;
}

.privacy-policy-page a {
  color: blue;
  text-decoration: underline;
}

.terms-of-service-page h5 {
  margin-bottom: 15px !important;
  margin-top: 48px !important;
}

h1 {
  font-size: 4em;
}

h3 {
  font-size: 3em;
}

h4 {
  font-size: 2.3em;
}

h5 {
  font-size: 1.8em;
}

.list-group li {
  font-family: "Josefin Sans", sans-serif;
  color: var(--main-color);
  font-weight: 300;
}
.list-group {
  margin-bottom: 10px;
}
.hr-title {
  margin: -20px 0px 20px 0px !important;
  background-color: #c69b7b !important;
}
hr {
  /* margin: -20px 0px 20px 0px !important; */
  background-color: #c69b7b !important;
}

:root {
  --main-color: #000;
}

#carouselExampleSlidesOnly {
  height: 100vh;
}

.mt-10 {
  margin-top: 6rem !important;
}
.mt-50 {
  margin-top: 10rem !important;
}

#home h1 {
  font-size: 30px;
  letter-spacing: 2px;
  /* font-family: "Playfair Display"; */
  font-family: "Josefin Sans", sans-serif;
  font-size: 26px;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-style: normal;
}
#home p {
  font-family: "PT Serif";
  font-size: 16px;
  line-height: 1.4em;
  text-transform: none;
  letter-spacing: 0.01em;
  font-weight: 400;
  font-style: normal;
  color: rgba(51, 51, 51, 0.6);
}
#home a {
  color: #000;
  font-family: "PT Sans";
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-weight: 400;
  font-style: normal;
}

a {
  color: var(--main-color);
  cursor: pointer;
}
a i {
  color: var(--main-color);
  cursor: pointer;
}

h1::before,
h1::after,
h2::before,
h2::after,
h3::before,
h3::after {
  display: inline-block;
  font-size: inherit;
  margin: 0px 0.35em;
  padding: 0px;
}

H1 {
  font-style: normal;
}
h3,
h4 {
  font-weight: 300;
  letter-spacing: 2px;
  color: #000 !important;
}

h5 {
  font-weight: 300;
  letter-spacing: 3px;
  color: #000 !important;
}

p {
  margin-bottom: 16px;
}

a {
  all: unset;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 3px;
}

.text_center {
  text-align: center;
  margin-top: 5%;
}

.enter_site_btn:hover {
  background: #000;
  color: white !important;
}

.padding {
  padding: 7rem 6rem;
}
.page-content {
  text-align: justify;
  color: var(--main-color);
  font-size: 15px;
  /* padding-bottom: 2em; */
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  line-height: 1.8em;
  text-transform: none;
  text-decoration: none;
  margin: 0 0 1em;
}

@media only screen and (max-width: 600px) {
  #carouselExampleSlidesOnly {
    height: auto;
  }

  .fs_sm {
    font-size: 1.8rem;
  }

  #home {
    overflow: auto;
  }

  .text-start {
    text-align: justify !important;
  }

  .padding {
    padding: 10% 8%;
  }

  .enter_site_btn {
    margin-top: 2rem;
    margin-bottom: 3rem !important;
  }

  .logo {
    margin: 3rem;
  }
}

@media only screen and (min-width: 1440px) {
}

@media only screen and (min-width: 1440px) {
  .padding {
    padding: 20% 20%;
  }
}
/* home page */
#home {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  color: #6d838b;
  z-index: 1;
  font-size: 0.9em;
  padding: 1.9em 0 1.4em;
  padding: calc(0.4em + 1.2vmin) 0 calc(0.25em + 1.2vmin);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} */

.logo-holder {
  position: relative;
  text-align: center;
  width: 96%;
  width: calc(100% - 2em);
  margin: 0 auto;
  height: 7vmin;
  min-height: 6.5em;
  max-height: 3em;
  -webkit-backface-visibility: hidden;
}

.logo-holder .logo {
  height: 100%;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: transform 0.35s ease, opacity 0.25s ease;
  -o-transition: transform 0.35s ease, opacity 0.25s ease;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.35s ease;
  transition: transform 0.35s ease, opacity 0.25s ease;
  transition: transform 0.35s ease, opacity 0.25s ease,
    -webkit-transform 0.35s ease;
}

header img {
  height: 100%;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  overflow: visible;
}

h1 {
  color: #000;
  margin: 1em auto 0.7em;
}

.logo-holder .tuck-logo {
  height: 45%;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

/* .logo-holder div,
.logo-holder a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  margin: 0 auto;
} */

ul.nav-menu li a {
  font-weight: 300;
}

.content {
  padding-top: calc(8vmin + 5.4em);
  font-size: 0.9em;
  padding-bottom: 2em;
  min-height: calc(100vh - 4em);
  background: #f2efe8;
}
.content h1 {
  font-weight: 300;
  letter-spacing: 3px;
}

p {
  font-family: inherit;
}
.page-title {
  margin-bottom: 3rem;
}
.my-hr-line {
  position: relative;
  z-index: 1;
  height: 100%;
  min-width: 1000px;
  max-width: 1500px;
  margin: 0 auto;
}

.img-container {
  background-color: rgba(223, 218, 204, 0.26);
  overflow: hidden;
  width: 100%;
  height: 300px;
  position: relative;
}

.img-container:hover img {
  -webkit-transform: scale(1.075) rotate(0.1deg);
  -ms-transform: scale(1.075) rotate(0.1deg);
  transform: scale(1.075) rotate(0.1deg);
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.35s;
  transition: -webkit-transform 0.5s ease, opacity 0.35s;
  -o-transition: transform 0.5s ease, opacity 0.35s;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.5s ease;
  transition: opacity 0.35s, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.35s;
  transition: transform 0.5s ease, opacity 0.35s, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease, opacity 0.35s;
}

.img-container img {
  min-width: 100%;
  height: 300px;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s ease, opacity 0.35s;
  transition: -webkit-transform 0.2s ease, opacity 0.35s;
  -o-transition: transform 0.2s ease, opacity 0.35s;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.2s ease;
  transition: opacity 0.35s, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.35s;
  transition: transform 0.2s ease, opacity 0.35s, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease, opacity 0.35s;
}

/* contact Page */
/** {*/
/*    font-family: 'futura-pt' !important;*/
/*    font-style: italic;*/
/*    */
/*}*/

.submit_btn {
  background: none;
}

.submit_btn:hover {
  background: var(--main-color);
  color: white !important;
}

.tbm_form input,
.tbm_form textarea {
  background: none;
  height: 30px;
  border: none;
  outline: none;
  border-radius: 0px !important;
  border-bottom: 1px solid #000;
}

.tbm_form input:hover,
.tbm_form textarea:hover {
  background: none;
}
.tbm_form input:focus,
.tbm_form textarea:focus {
  background: none;
  box-shadow: none;
  /* border-color: none; */
  /* border: 0; */
  /*box-shadow: 0 !important;*/
  /*bottom: none !important;*/

  /* outline: none; */
}

.cc {
  text-align: center;
  color: #000;
  font-style: normal !important;
}
.tbm_form input::placeholder,
.tbm_form textarea::placeholder {
  color: gray;
  font-size: 1.2rem !important;
}

.contact-box {
  color: var(--main-color);
}
.service-box {
  padding: 1rem 5rem;
}
.tbm-services p {
  color: #000;
  font-weight: 300;
}
.tbm-journey h2 {
  color: #000;
}
.tbm-journey p {
  color: #000;
  font-weight: 300;
}

/* .tbm_form input:focus,
.tbm_form textarea:focus {
    border-color: #000;
    border: 0;
    box-shadow: 0px 0px 5px gray !important;
   
} */

.card {
  padding: 30px 40px;
  margin-top: 60px;
  margin-bottom: 60px;
  border: none !important;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
}

.blue-text {
  color: #00bcd4;
}

.form-control-label {
  margin-bottom: 0;
}

input,
textarea,
button {
  padding: 8px 20px;
  border-radius: 5px !important;
  margin: 5px 0px;
  box-sizing: border-box;
  border: 1px solid #d9c1a9;
  font-size: 18px !important;
  font-weight: 300;
}

input:focus,
textarea:focus {
  /*-moz-box-shadow: none !important;*/
  /*-webkit-box-shadow: none !important;*/
  /*box-shadow: none !important;*/
  /*border: 1px solid #00BCD4;*/
  /*outline-width: 0;*/
  /*font-weight: 400*/
}

.btn-block {
  text-transform: uppercase;
  font-size: 15px !important;
  font-weight: 350;
  height: 40px;
  cursor: pointer;
}

.btn-block:hover {
  color: #fff !important;
}

button:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline-width: 0;
}

body {
  background: #f2f2f2;
}

/* @media screen and (min-width: 45em) {
  nav,
  .tucked nav {
    height: 1.8rem;
    margin: 2em auto 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-backface-visibility: hidden;
  }

  .menu-toggle {
    display: none;
  }
} */

/* Dropdown Button */
.dropbtn {
  /*background-color: ;*/
  padding: 0;
  margin: 0;
  color: #000;
  /* padding: 16px; */
  /*font-size: 15px;*/
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  padding: 0 calc(0.2rem + 1.5vw);
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content1 {
  text-align: left;
  top: 1rem !important;
  margin-top: 1rem;
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown-content1 li {
  font-size: inherit !important;
  padding: unset;
  width: inherit;
}

/* Links inside the dropdown */
.dropdown-content1 a {
  color: #000;
  padding: 10px 16px;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #ededed;
  /*width: 100%;*/
  font-size: inherit;
  /*margin-left: 16px;*/
  letter-spacing: 1px !important;
}

/* Change color of dropdown links on hover */
.dropdown-content1 a:hover {
  background-color: rgba(0, 0, 0, 0.08);
}

/* Show the dropdown menu on hover */
/*.dropdown:hover .dropdown-content {*/
/*    display: block;*/
/*}*/

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  /*background-color: ;*/
  /*opacity: .7;*/
}
nav * {
  text-transform: uppercase !important;
}

H1::after,
H1::before {
  all: unset;
}

H1 {
  font-style: normal;
}

P {
  font-style: normal;
}

a {
  all: unset;
  font-style: normal;
  cursor: pointer;
}

.text_center {
  text-align: center;
  margin-top: 7%;
}

.enter_site_btn:hover {
  background: #000;
  color: white !important;
}

.padding {
  /* padding: 7rem 6rem; */
  padding: 20% 10%;
}
.footer .page-content {
  text-align: center !important;
}
.footer ul,
ol {
  margin: 0 0 0 0 !important;
}

@media only screen and (max-width: 600px) {
  .fs_sm {
    font-size: 1.8rem;
  }

  #home {
    overflow: auto;
  }

  .text-start {
    text-align: justify !important;
  }

  .padding {
    padding: 10% 8%;
  }

  .enter_site_btn {
    margin-top: 2rem;
    margin-bottom: 3rem !important;
  }

  .logo {
    margin: 3rem;
  }

  .footer .page-content {
    text-align: center !important;
  }
}

@media only screen and (min-width: 1440px) {
  /** {*/
  /*    text-align: center !important;*/
  /*}*/

  .text-start {
    text-align: center !important;
  }
}

@media only screen and (min-width: 1440px) {
  .padding {
    padding: 20% 20%;
  }
}

* {
  font-style: normal !important;
}
H1::after,
H1::before {
  all: unset;
}

.tb {
  color: #000;
}
.sm_menu * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-align: left;
  margin-left: 10px;
}
.sm_menu ul {
  list-style: none;
  text-align: center !important;
}
.sm_menu ul li {
  width: 100%;
}

.sm_menu {
  z-index: 999;
  position: absolute;
  top: 153px;
  width: 100%;
  background: white;
}
.dropdown-content2 a:hover {
  background-color: rgba(0, 0, 0, 0.08);
}
.sm_menu ul.dropdown-content2 {
  display: none;
}
.sm_menu-li ul.dropdown-content2 {
  display: none;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.sm_menu {
  width: 100%;
  text-align: left;
  /* margin: auto; */
  left: 0;
  /* transform: translate(-50%, 0); */
  /* right: auto; */
  color: #000;
  height: auto;
  margin-bottom: auto;
}

.m1px {
  line-height: 0%;
}

.footer {
  color: var(--main-color);
  border-top: 1px solid #c69b7b;
}

.icon_col {
  color: #c69b7b !important;
}
.page-title .list {
  font-family: "Josefin Sans", sans-serif;
  color: var(--main-color);
  font-weight: 300;
}
.tbmclick {
  font-family: "Josefin Sans", sans-serif;
  color: var(--main-color);
  font-weight: 400;
  border-color: var(--main-color);
}
.tbmclick:hover {
  font-family: "Josefin Sans", sans-serif;
  color: #fff;
  font-weight: 400;
  background-color: var(--main-color);
  border-color: var(--main-color);
}
.footer h3 {
  margin-top: 20px !important;
  letter-spacing: 0px;
}
.footer .list-group {
  margin: 1rem;
  padding: 0%;
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 20px;
  color: #cfb094;
  /* background-color: #086AD8; */
  z-index: 4;
  width: 75px;
  text-align: center;
  height: 75px;
  line-height: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  /* border-radius: 50%; */
  /* border: 1px solid #086AD8; */
  font-family: "Josefin Sans";
  font-weight: 300;
}

.go-top.active {
  top: 98%;
  -webkit-transform: translateY(-98%);
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
}

.go-top i {
  position: absolute;
  /* top: 50%; */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: -10px auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 30px;
}

.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  /* top: 60%; */
}

.go-top::before {
  /* content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #212121;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%; */
}

.go-top:hover,
.go-top:focus {
  /* color: #ffffff; */
}

.go-top:hover::before,
.go-top:focus::before {
  opacity: 1;
  visibility: visible;
}

.go-top:hover i:first-child,
.go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:hover i:last-child,
.go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  /* top: 50%; */
}
#tbm-services h5 {
  font-weight: 400 !important;
}
#term-condition h3 {
  font-weight: 400 !important;
}
#privacy-policy h3 {
  font-weight: 400 !important;
}
h3 {
  margin: 3rem auto 1rem !important;
}
