@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Radio Canada Big:ital,wght@0,200..1000;1,200..1000&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Radio+Canada+Big:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


@font-face {
  font-family: 'Calluna';
  src: url('../fonts/calluna-regular.otf');
}

body{

	padding: 0;
	margin: 0;
}

ul li{
	list-style: none;
}
a{
	text-decoration: none;
	list-style: none;
}
h1,h2,h3,h4,h5,h6,p{
	font-size: 16px;
}

/*===========================header-top===============================*/
.header_area{
    box-shadow: 0px 3px 6px 0 #ddd;
}
.pre-header {
    background: #444444;
    padding: 3px;
}
.margin-0{
    margin: 0 10px !important;
    font-size: 12px !important;
}
.float-right a{
	  padding-left: 18px;
    color: #fff;
    font-family: 'Radio Canada Big';
    font-size: 14px;
}
.pre-call a {
    font-size: 14px;
    font-family: 'Radio Canada Big', sans-serif;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
    margin-right: 20px;
    padding-top: 2px;
}
.pre-call a:hover{
  text-decoration: none;
}
.pre-call a span{
  color: yellow;
}
.pre-header p i{
	margin-right: 5px;
}
.pre-header i {
    color: #fff;
}
/*==============================header bottom=============================*/

.header_area .header-btn .golf{
    color: #fff;
    font-family: 'Radio Canada Big';
    text-transform: uppercase;
    padding: 15px 38px !important;
    background-color: #ff8134;
    font-size: 14px;
    font-weight: 500;
    margin-top: 20px;
    border-radius: 50px;
}
.header-bottom img{
	width: 15%;
}
.header-bottom .navbar{
	padding:   0 0 5px 0;
}
.travel-logo a{
	color: #f56960;
	font-family: 'Cormorant-Italic';
	font-weight: 600;
	font-size: 48px;
}
.travel-logo a:hover{
	text-decoration: none;
}
.fast{
	display: flex;
	justify-content: space-between;
}
.best li a{
text-decoration: none;
color: #fff;
padding-right: 10px;
padding-left: 3px;
text-align: right;
font-family: 'Roboto-Bold';
font-size: 14px;
font-weight: 500;
}
.icon i{
	color: #fff;
	margin-right: 10px;
	height:25px;
	width: 25px;
	text-align: center;
	line-height: 25px
}
.navbar{
	background-color: #fff !important;
}
.navbar-light .navbar-nav .nav-link {
  color: #000;
  margin-left: 40px;
  font-family: 'Cormorant-Bold';
  font-size: 16px;
}
.navbar-light .navbar-nav .nav-link:hover{
	color: #f56960;
}
.navigation {
  width: 100%;
  height: 70px;
  display: table;
  position: relative;
  font-family: inherit;
}

.navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.navigation-portrait {
  height: 48px;
}

.navigation-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19998;
}

.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.align-to-right {
  float: right;
}

.nav-header {
  float: left;
  width: 102px;
}
.nav-header a img{
width: 100%;
}
.navigation-hidden .nav-header {
  display: none;
}

.nav-brand {
  line-height: 82px;
  padding: 0;
  color: #343a40;
  font-size: 24px;
  text-decoration: none !important;
}

.nav-brand:hover,
.nav-brand:focus {
  color: #343a40;
}

.navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}

.nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}

.nav-logo:focus > img {
  outline: initial;
}

.navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}

.nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}

.nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #343a40;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #343a40, 0 1em 0 0 #343a40;
}

.navigation-portrait .nav-toggle {
  display: block;
}

.navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #fff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}

.navigation-portrait
  .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}

.nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #343a40;
  font-size: 26px;
  cursor: pointer;
}

.navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}

.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}

.navigation-portrait .nav-menu {
  width: 100%;
}

.navigation-landscape .nav-menu.nav-menu-centered {
  float: none;
  text-align: center;
}

.navigation-landscape .nav-menu.nav-menu-centered > li {
  float: none;
}

.nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}

.navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #f0f0f0;
}

.navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #f0f0f0;
}

.nav-menu + .nav-menu > li:first-child {
  border-top: none;
}

.nav-menu > li > a {
  padding: 34px 0;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  color: #343a40;
  transition: color 0.3s, background 0.3s;
    margin: 0 25px;
}

.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}

.nav-menu > li:hover > a,
.nav-menu > li.active > a,
.nav-menu > li.focus > a {
  color: #ff8134;
}

.nav-menu > li > a > i,
.nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  transform: scale(1.4);
}

.nav-menu > li > a > [class*="ion-"] {
  width: 16px;
  display: inline-block;
  transform: scale(1.8);
}

.navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}

.nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}

.navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}

.nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}

.nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}

.navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}

.submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  transition: all 0.2s;
}

.navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}

.submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #70798b #70798b transparent;
  transform: rotate(45deg);
  transition: border 0.2s;
}

.navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}

.nav-menu > li:hover > a .submenu-indicator-chevron,
.nav-menu > .active > a .submenu-indicator-chevron,
.nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967adc #967adc transparent;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}

.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}

.no-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
  display: flex;
}

.navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}

.navigation-hidden .nav-search {
  display: none;
}

.nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
}

.navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}

.nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 14px -15px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #343a40;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  transform: rotate(-45deg);
}

.nav-search-icon:after,
.nav-search-icon:before {
  content: "";
  pointer-events: none;
}

.nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  transform: translateX(-50%);
}

.nav-search-button:hover .nav-search-icon {
  color: #ff6b00;
}

.nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 99;
}

.nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}

.navigation-portrait .nav-search-inner {
  height: 48px;
}

.nav-search-inner input[type="text"],
.nav-search-inner input[type="search"] {
    height: 50px;
    width: 100%;
    margin: 0;
    padding: 0 0px;
    font-size: 24px;
    text-align: center;
    color: #ffffff;
    outline: none;
    line-height: 55px;
    border: none;
    background-color: #990000;
    transition: all 0.3s;
    margin-top: 18px;
    font-family: 'Radio Canada Big';
}
.nav-search-inner ::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

.nav-search-inner ::-ms-input-placeholder { /* Edge 12-18 */
  color: #fff;
}
.navigation-portrait .nav-search-inner input[type="text"],
.navigation-portrait .nav-search-inner input[type="search"] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}

.nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #343a40;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}

.navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}

.nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}

.nav-button:hover,
.nav-button:focus {
  color: #fff;
  text-decoration: none;
}

.navigation-portrait .nav-button {
  width: calc(100% - 52px);
  margin: 17px 26px;
}

.nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #343a40;
  font-size: 14px;
}

.navigation-portrait .nav-text {
  width: calc(100% - 52px);
  margin: 12px 26px 0;
}

.navigation-portrait .nav-text + ul {
  margin-top: 15px;
}

.nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}

.navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}

.nav-dropdown .nav-dropdown {
  left: 100%;
}

.nav-menu > li > .nav-dropdown {
  border-top: solid 1px #f0f0f0;
}

.nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}

.nav-dropdown > li > a {
  width: 100%;
  padding: 16px 20px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 13px;
  color: #343a40;
  background-color: #fdfdfd;
  font-family: 'Radio Canada Big';
  text-transform: capitalize;
  font-weight: 600;
}

.nav-dropdown > li:hover > a,
.nav-dropdown > li.focus > a {
  color: #ff6b00;
}

.nav-dropdown.nav-dropdown-left {
  right: 0;
}

.nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}

.navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}

.navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}

.navigation-portrait
  .nav-dropdown
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > a {
  padding-left: 110px;
}

.nav-dropdown .submenu-indicator {
  right: 15px;
  top: 10px;
  position: absolute;
}

.navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(-45deg);
}

.navigation-portrait
  .nav-dropdown
  .submenu-indicator
  .submenu-indicator-chevron {
  transform: rotate(45deg);
}

.nav-dropdown > li:hover > a .submenu-indicator-chevron,
.nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #ff6b00 #ff6b00 transparent;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}

.navigation-landscape
  .nav-dropdown.nav-dropdown-left
  .submenu-indicator
  .submenu-indicator-chevron {
  transform: rotate(135deg);
}
.nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #f0f0f0;
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}

.nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}

.navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}

.nav-dropdown-horizontal > li > a {
  position: relative;
}

.nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  transform: rotate(90deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.navigation-portrait
  .nav-dropdown-horizontal
  .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}

.megamenu-panel {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #f0f0f0;
  background-color: #fdfdfd;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
}

.navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}

.megamenu-panel [class*="container"] {
  width: 100%;
}

.megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}

.megamenu-panel-half {
  width: 50%;
}

.megamenu-panel-quarter {
  width: 25%;
}

.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}

.megamenu-panel-row {
  width: 100%;
}

.megamenu-panel-row:before,
.megamenu-panel-row:after {
  content: "";
  display: table;
  line-height: 0;
}

.megamenu-panel-row:after {
  clear: both;
}

.megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}

.megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}

.navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}

.navigation-portrait
  .megamenu-panel-row:first-child
  [class*="col-"]:first-child {
  margin-top: 0;
}

.megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}

.megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}

.megamenu-panel-row .col-3 {
  width: 22.75%;
}

.megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}

.megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}

.megamenu-panel-row .col-6 {
  width: 48.5%;
}

.megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}

.megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}

.megamenu-panel-row .col-9 {
  width: 74.25%;
}

.megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}

.megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}

.megamenu-panel-row .col-12 {
  width: 100%;
}

.megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}

.megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}

.navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}

.megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #343a40;
  border: solid 1px #eff0f2;
  outline: 0;
  background-color: #fff;
}

.megamenu-tabs-nav > li.active a,
.megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}

.megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  font-size: 13px;
  color: #343a40;
  border: solid 1px #eff0f2;
  background-color: #fff;
}

.megamenu-tabs-pane.active {
  display: block;
}

.navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}

.megamenu-lists {
  width: 100%;
  display: table;
}

.megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}

.megamenu-list:last-child {
  margin: 0;
  border: none;
}

.navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px #f0f0f0;
}

.navigation-landscape .megamenu-list:last-child {
  border: none;
}

.megamenu-list > li > a {
  width: 100%;
  padding: 10px 15px;
  display: inline-block;
  color: #343a40;
  text-decoration: none;
  font-size: 13px;
}

.megamenu-list > li > a:hover {
  background-color: #ff6b00;
  color: #fff;
}

.megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #343a40;
}

.megamenu-list > li.megamenu-list-title > a:hover {
  background-color: transparent;
}

.navigation-landscape .list-col-2 {
  width: 50%;
}

.navigation-landscape .list-col-3 {
  width: 33%;
}

.navigation-landscape .list-col-4 {
  width: 25%;
}

.navigation-landscape .list-col-5 {
  width: 20%;
}

.nav-menu > li > a {
  color: #333333;
  font-family: 'Radio Canada Big';
  text-transform: capitalize;
  font-weight: 600;
  font-size: 14px !important;
}

.nav-dropdown > li > a {
  color: #343a40;
  padding: 10px 20px;
  border-bottom: 1px solid #f6f6f6;
    font-size: 14px !important;
}

.nav-dropdown > li > a:hover,
.nav-dropdown > li > a:focus {
  color: #ff6b00;
}

.main_header_area.sticky {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.transparent-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 10px 10px 10px 30px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .nav-dropdown > li > a,
  .megamenu-list > li > a {
    width: 65%;
  }
}




/*================================banner=============================*/

.doller .carousel-caption{
    bottom: 22% !important;
    width: 46%;
    text-align: center;
    padding: 14px;
    left: 43%;
}

.doller .carousel-caption h1{
	color: #fff;
	font-size: 62px;
	font-weight: 800;
	font-family: 'Radio Canada Big';

}

.nav-item .prop{
	background-color: #00275b;
	color: #fff !important;
	padding: 10px 15px !important;
border-radius: 3px;
}
.carousel-caption h4{
font-size: 16px;
font-family: 'Raleway';
color: #709184;
font-weight: 600;
}
.carousel-caption h2{
    font-size: 72px;
    font-family: "Radio Canada Big", sans-serif;
    color: #404040;
    font-weight: 500;
    text-transform: capitalize;
}

.nav-item .prop:hover{
	background-color: #5087d0;
}

.carousel-caption a{
	  color: #fff;
    font-family: "Radio Canada Big", sans-serif;
    text-transform: capitalize;
    padding: 15px 38px !important;
    background-color: #709184;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
    border-radius: 50px;
}
.carousel-caption a:hover{
	text-decoration: none;
	color: #fff;
}

.doller .carousel-caption p{
	font-size: 16px;
	margin: 15px auto 25px;
	font-family: "Radio Canada Big", sans-serif;
	color: #888888;
	font-weight: 400;
  width: 85%;
}
.doller .carousel-caption .edit{
	font-size: 16px;
	background-color: #f56960;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
	font-family: 'PTSerif-Bold';
	font-weight: 400;
	transition: .5s all;
}
.doller .carousel-caption .upcomming-class{
	font-size: 16px;
	background-color: #03ac75;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
	font-family: 'PTSerif-Bold';
	font-weight: 400;
	transition: .5s all;
}
.doller .carousel-caption .edit:hover{
	background-color: transparent;
	border: 2px solid #f56960;
	color: #fff;

}
.doller .carousel-caption .upcomming-class:hover{
	background-color: transparent;
	border: 2px solid #03ac75;
	color: #fff;

}
.banner-form{
	position: absolute;
	top: 70%;
    left: 19%;
    width: 65%;
    display: block;
    text-align: center;
    background-color: #fff;
    padding: 20px;
}
.form-con{
	display: flex;
	border: 1px solid #ddd;
	padding: 3px  15px;
}
.form-con  .form-group {
	width: 100%;
}
.form-icon i{
	color: #0660b0;
	margin-top: 10px;
}
.form-con .form-group input,
.form-con .form-group select{
border: 0;
padding: 0 10px;
font-size: 13px;
    font-family: 'Radio Canada Big', sans-serif;
}
.form-icon{
	height: 25px;
}
.form-con .form-group {
	margin-bottom: 0 ;
}

.banner-form .about-content .description-btn {
    font-size: 14px;
    background-color: #303030;
    padding: 12px 50px;
    color: #fff;
    text-decoration: none;
    font-family: 'Radio Canada Big';
    font-weight: 400;
    transition: .5s all;
}
.banner-form .about-content {
	margin-top: 7px;
}


/*==================================about us=======================================*/
.about-us{
  padding-bottom: 50px;
}
.about-img{
	width: 100%;
}
.about-img img{
	width: 100%;
  box-shadow: 0 0 10px 0 #ddd;
}
.control h2{
    font-weight: 600;
    font-size: 36px;
    color: #663e3e;
    font-family: "Radio Canada Big", sans-serif;
    position: relative;
    margin-top: 50px;
}
.about-content{
  padding-top: 38px;
}
.about-content h3::after{
    position: absolute;
    content: "";
    background: #709184;
    height: 2px;
    width: 50px;    
    top: 8px;
    margin-left: 10px;
}

.about-content h3{
    font-size: 16px;
    color: #709184;
    font-family: 'Raleway', serif;
    font-weight: 600;
    position: relative;
}
.about-content h2{
    font-size: 40px;
    color: #404040;
    font-family: "Radio Canada Big", sans-serif;
    font-weight: 900;
}
.different-color{
  color: #8dcf3e;
}
.about-content p{
font-size: 14px;
font-family: 'Radio Canada Big', sans-serif;
font-weight: 500;
text-align: justify;
color: #393939;
    padding-top: 20px;
}
.groot{
	display: flex;
	justify-content: space-between;
}

.about-content .description-btn {
color: #fff;
    font-family: 'Radio Canada Big';
    padding: 15px 38px !important;
    background-color: #709184;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    border-radius: 50px;
	transition: .5s all;	
}

.about-content .description-btn:hover{
box-shadow: 0px 15px 47px -6px rgba(166,166,166,1);
}
.controls h3{
font-size: 25px;
color: #000;
font-family: 'PTSerif-Bold';
}
.controls {
	padding: 50px 0;
}
.controls p{
	font-size: 14px;
font-family: 'Roboto-Light', sans-serif;
font-weight: normal;
}






/*=========================================destination===================================*/
.destination {
	padding-top: 50px;
}
.destination .owl-carousel .item img:hover{
opacity: .5;
}
.destination .owl-carousel .item img{
	position: relative;
}
.all-heading {
	text-align: center;
  padding-bottom: 40px;
}
.all-heading h3 {
    font-weight: 600;
    font-size: 30px;
    color: #000000;
    font-family: 'Jost';
}
.all-heading p{
font-size: 16px;
font-family: 'Radio Canada Big', sans-serif;
font-weight: 500;
margin-bottom: 45px;
text-align: center;
}
.line{
	background-color: #303030;
	height: 2px;
	width: 100px;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
}
/*====================================holiday==================================*/
.holiday{
	padding: 50px 0;
}
.holiday-ul{
text-align: center;
}
.holiday-destination{
    margin-bottom: 60px;
}
a:hover{
  text-decoration: none;
}
.holiday-ul h2 {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0 0;
    font-family: "Jost", sans-serif;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.holiday-img img{
  width: 100%;
  height: 350px;
}

.holiday-img .image{
  position: relative;
}

.holiday-img .first{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: z-index .5s ease,transform .6s ease;
}

.holiday-img .image:hover .first{
  z-index: 0;
  background-color: red;
  transform: scale(1.05);
}
.holiday-2{
    padding-bottom: 50px;
}
.bj-button{
font-size: 14px;
font-family: 'Jost';
color: #fff !important;
font-weight: 500;
background-color: #663e3e;
padding: 8px 20px;
border-radius: 3px;
}
.holiday-btn-div .holiday-btn{
	font-size: 16px;
color: #000;
text-decoration: underline;
font-family: 'Kanit';
font-weight: 500;
transition: .5s all;
}
.center-button{
    text-align: center;
    padding: 50px 0 20px;
}
.center-button a{
  color: #fff;
    font-family: 'Radio Canada Big';
    text-transform: uppercase;
    padding: 15px 38px !important;
    background-color: #ff8134;
    font-size: 14px;
    font-weight: 500;
    margin-top: 20px;
    border-radius: 50px;
}
.holiday-btn-div .holiday-btn:hover{
	color: #206617;
}
.holiday-2 .holiday-package{
margin: 20px;
position: relative;
}
.holiday-package::after{
position: absolute;
background-color: #206617;
bottom: 0%;
width: 60%;
left: 20%;
height: 6px;
opacity: 1;
       content: "";
}


.holiday-package ul li{
	float: left;
	list-style: disc;
margin-right: 28px;
font-family: 'Roboto-Light', sans-serif;
}
.holiday-ul ul{
	padding-left: 26px;
}


.holiday-btn-div{
	text-align: center;
}
.cold-head .holiday-btn{
	position: absolute;
	font-family: 'PTSerif-Bold';
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
width: 100%;
}
.cold-head{
    position: absolute;
    left: 37%;
	top: 45%;
    box-shadow: 0px 8px 5px 0px rgba(0,0,0,0.21);
    border-radius: 50%;
	z-index: 9999;
}
.cold-head img{
	transition: .5s all;
}
.cold-head:hover img{
	transform: rotate(90deg);
	transition: .5s all;
}
.cold-head .holiday-btn:hover{
	text-decoration: none;
}
.holiday-img {
	width: 100%;
  overflow: hidden;
}

/*.holiday-img:hover img{*/
-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
/*  filter: grayscale(100%);*/
/*  transition: .5s all;*/
/*}*/
.holiday-img img{
	width: 100%;
	transition: .5s all;
}
.holiday-package{
	border: 10px solid #fff;
	background-color: #fff;
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.3);
}
.holiday-ul h3{
	font-size: 14px;
	font-family: 'Radio Canada Big';
	text-transform: capitalize;
	font-weight: 600;
    margin-top: 50px;
    text-align: center;
	padding: 0 30px;
}

.local-btn .description-btn{
font-size: 16px;
background-color: #f56960;
padding: 10px 20px;
color: #fff;
text-decoration: none;
font-family: 'PTSerif-Bold';
font-weight: 400;
transition: .5s all;
}
.local-btn {
	text-align: center;
}
.local-btn .description-btn:hover{
	box-shadow: 0px 15px 47px -6px rgba(166,166,166,1);
}
/*========================ticket============================== */
.facilities{
	padding: 40px 40px 40px 0;
  background-image: url(../holiday-img/pro-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
	width: 100%;
  border-radius: 50px;
  height: 460px;
  margin-bottom: 100px;
}
.facilities ul{
  padding: 0;
}
.facilities ul li{
font-size: 15px;
    font-family: 'Radio Canada Big', sans-serif;
    font-weight: 500;
    margin-bottom: 12px;
    color: #fff;
    width: 29.33%;
    float: left;
    list-style: auto;
    margin-left: 4%;
}
.ticket-icon{
	margin-bottom: 20px;
}
.ticket-content h4{
	display: inline-block;
    font-size: 18px;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 3.5px;
    color: #003a6c;
    font-weight: 600;
    font-family: 'Radio Canada Big';
}









/*========================================tour===================================*/

.diaries{
    padding: 50px 0;
    background-image: url(../holiday-img/banner-image-2.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}
.diaries .all-heading h3{
color: #fff;
}
.diaries .all-heading p{
	color: #fff;
}
.main-title{
  color: #2d2d2d;
  text-align: center;
  text-transform: capitalize;
  padding: 0.7em 0;
}

.tour-details{

}
.tour-details .content{
    border: 2px solid #fbff00;
}
.tour .title{
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}
.diaries .container{
	padding-top: 30px;
}
.content {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.tour {
	padding: 3px;
}
.content .content-overlay {
  background: rgba(0,0,0,0.5);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
font-family: 'PTSerif-Bold';
font-size: 18px;
color: #fff;
text-align: center;
}

.content-details p{
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}
/*==============================contact=================================*/
.address-details h3{
	font-size: 24px;
	font-family: 'PTSerif-Bold';
	padding-bottom: 20px;
}
.contact{
	padding: 50px 0;
}
.choose h2{
  margin-top: 0;
}
.address-img{
	width: 20%;
}
.contact-form{
    background: #f6f6f6;
    border-radius: 10px;
    padding: 50px;
}
.animate__fadeInRight{
  width: 40%;
}
.contact-form-haeding h3{
	font-size: 24px;
font-family: 'PTSerif-Bold';
text-align: center;
margin-bottom: 20px;
}

.contact-form .contFrm input,
.contact-form .contFrm textarea{
	width: 100%;
font-size: 14px;
padding: 12px 15px;
border: none;
margin-bottom: 10px;
font-family: 'Radio Canada Big', sans-serif;
border: 1px solid #ddd;
background-color: #fdfaea;
}
.contact-form .address-content h6 {
  margin-bottom: 20px;
}
.contact-form .address-content h4 {
    font-size: 24px;
    margin-bottom: 30px;
}

.contact-form .address-content {
  width: 100%;
}

.contact-form .inptBtn{
	  background-color: #663e3e !important;
    color: #fff;
    font-family: 'Jost';
    font-size: 16px;
    text-transform: capitalize;
    width: 100px !important;
    font-weight: 600;
}

.control .address-content h4{
text-align: center;
padding-bottom: 20px;
}
.address-content p{
	font-family: 'Roboto-Light', sans-serif;
	font-size: 14px;
	color: #888;
}

.icons ul {
	padding-left: 0;
}
.icons ul li a{
	font-size: 28px;
	color: #000;
}
.icons ul li {
	float: left;
	margin-right: 30px;
}

/* Contact Information */
.contact-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 0;
}

.contact-info {
    width: 50%;
    margin-right: 30px;
}

.info-box {
    background: #f6f6f6;
    border-bottom: 2px solid #ff0000;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.map-section h2{
      font-size: 20px;
    margin-bottom: 25px;
    font-family: 'Radio Canada Big';
    font-weight: 600;
    color: #424141;
}
.info-box h3 {
    font-weight: 400;
    font-size: 18px;
    color: #663e3e;
    font-family: "Radio Canada Big", sans-serif;
    margin-bottom: 0;
}

.info-box p {
    font-size: 14px;
    color: #000000;
    font-family: "Jost", sans-serif;
    margin: 0;
}
.info-box i{
    color: #ff0000;
    font-size: 38px;
    margin-bottom: 20px;
}

.contact-form form {
    display: flex;
    flex-direction: column;
}

.form-field {
    margin-bottom: 20px;
}

.form-field label {
    font-weight: 500;
    font-size: 16px;
    color: #663e3e;
    font-family: "Radio Canada Big", sans-serif;
    margin-bottom: 15px;
}

.form-field input,
.form-field textarea {
    width: 100%;
    padding: 10px;
    border-radius: 0px;
    font-size: 1em;
    color: #333;
    border: none;
    background-color: #f1f1f1;
    border-bottom: 1px solid;
}

.form-field input:focus,
.form-field textarea:focus {
    border-color: #007bff;
    outline: none;
}

.contact-form button {
    padding: 15px;
    background: #663e3e;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 1.1em;
    cursor: pointer;
    transition: background 0.3s ease;
    font-family: "Radio Canada Big", sans-serif;
}

.contact-form button:hover {
    background: #0056b3;
}

/* Map Section */
.map-section {
    text-align: center;
    padding: 30px;
    border-top: 1px solid #e0e0e0;
}

#map iframe {
    border-radius: 10px;
}

@media (max-width: 768px) {
    .contact-content {
        flex-direction: column;
        align-items: center;
    }

    .contact-info,
    .contact-form {
        margin: 0 0 20px 0;
        width: 100%;
    }

    .contact-info {
        order: 2;
    }

    .contact-form {
        order: 1;
    }
}






/* ==============================testimonial===================== */



.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-borders span {
    height: 5px;
    background: #6aaf08;
    width: 40px;
    display: inline-block;
    border-radius: 2px;
}

.section-borders span.black-border {
    background: #333;
    width: 30px;
    margin: 0 6px;

}

.client-testimonial-carousel .owl-dots button {
    background: #70918459 !important;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin: 5px;
    transition: .2s;
}
.single-testimonial-item p{
    font-size: 14px;
    font-family: 'Radio Canada Big', sans-serif;
    font-weight: 500;
    color: #001e30;
    font-style: initial;
}
.client-testimonial-carousel button.owl-dot.active {
    background: #709184 !important;
    width: 14px;
    height: 14px;
}

.client-testimonial-carousel .owl-dots {
    text-align: center;
    margin-top: 25px
}

.single-testimonial-item {
    position: relative;
    box-shadow: 0 0 2px #dadfd3;
    margin: 2px;
    padding: 20px;
    font-style: italic;
    padding: 18px;
    background-color: #fff;
}
.testimonial-content-flex{
    display: flex;
}
.single-testimonial-item i{ 
    color: #000;
    font-size: 35px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.single-testimonial-item:before {
    font-family: "Font Awesome 5 Free";
    content: "\f10e";
    font-weight: 900;
    position: absolute;
	left: 34%;
top: 33%;
font-size: 82px;
color: #000000a3;
    line-height: 30px;
    margin-top: -15px;
    opacity: .1;
}
.call-img{
    width: 23%;
}
.call-img img{
    width: 100%;
}

.single-testimonial-item h3 {
font-size: 18px;
    font-style: normal;
    font-family: "Radio Canada Big", sans-serif;
    font-weight: 600;
}
.testimonial-content{
    padding-top: 24px;
    padding-left: 22px;
}
.testimonial-content p{
    font-size: 14px;
color: #5b5b5b;
font-family: "Radio Canada Big", sans-serif;

}
.single-testimonial-item h3 span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
}
.testimonial{
	background-color: #f6f5f0;
	padding: 50px 0;
}

/*==============================footer==============================*/
.footer-top{
	  padding: 50px 0 20px;
    background: #000                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       ;
}
.andaman .col-md-4{
	padding: 3px;
}
.call-details{
	display: flex;
}
.call-content{
	font-size: 14px;
	color: #fff;
	font-family: 'Radio Canada Big';
	font-weight: 400;
	margin: 6px;
	margin-bottom: 0;
}
.call-content h4{
    font-size: 14px; 
}
.call-content h6{
   font-size: 14px; 
}
.logo{
	width: 17%;
	margin: 0 auto;
}
.logo img{
	width: 100%;
}
.normal-menu{
	padding-left: 0;
	text-align: left;
}
.footer-logo p{
	margin-top: 18px;
	font-size: 14px;
	color: #fff;
	font-family: 'Roboto-Light', sans-serif;
}
.btn a{
	background-color: #448ccb;
	color: #fff;
	font-size: 13px;
	padding: 10px 15px;
	font-family: 'Radio Canada Big';
}
.btn a:hover{
	text-decoration: none;
}
.sun ul{
	margin-left: -41px;
}
.sun i{
	float: left;
	margin-right: 15px;
	color: #ffffff;
padding-bottom: 30px;
}
.normal-menu li{
  padding-bottom: 8px;
}
.advance{
color: #ffffff;
font-size: 13px;
font-family: 'Jost', sans-serif;
}
.footer-p p{
    color: #fff;
    font-size: 15px;
    font-family: 'Radio Canada Big';
    text-align: justify;
}
.footer-p img{
  width: 80%;
  margin-bottom: 6px;
}
.footer-img img{
  width: 100%;
  border-radius: 3px;
}
.Useful p{
  color: #1d2736;
    font-size: 14px;
    font-family: 'Radio Canada Big';
}

.Contact-icon .fa{
	color: #ffffff;
}
.advance:hover{
	color: #d29797;
}
.Useful{
	overflow: hidden;
}
.footer-top h4{
font-weight: 600;
    font-size: 18px;
    color: #fff;
font-family: 'Radio Canada Big';
margin-bottom: 24px;
text-transform: uppercase;
position: relative;
}
.footer-top h4::before{
  position: absolute;
  content: "";
  width: 40px;
    height: 2px;
    left: 0;
    top: 30px;
  background-color: #fff;
}
.footer-top h4 span{
  color: #ff8134;
}
.normal-menu li a i{
	color: #ffffff;
	margin-right: 10px;
}
.footer-logo-a{
	font-size: 40px !important;
}
.footer-content h5{
	font-size: 16px;
color: #fff;
font-family: 'PTSerif-Bold';
font-weight: 400;
transition: .5s all;
margin-top: 15px;
}
.footer-img-content{
	display: flex;
}
.dream{
	background-color: #cef2f2;
	border: none;
padding: 3px 20px;
margin-bottom: 20px;
}
.honest{
	padding: 10px 20px;
	background-color: #012959;
	color: #fff;
	transition: 0.8s all;
}
.honest:hover{
	text-decoration: none;
	background-color: transparent;
	color: #000;
	border: 2px solid #012959;

}
.footer-img{
	width: 30%;
}
.footer-img{
	width: 100%;
}
.newsletter h3{
margin-left: -1px;
}
.story-head h2{
text-align: center;
font-size: 26px;
font-weight: bold;
margin-top: 30px;
}
.content .input-box input {
    width: 100%;
    height: 36px;
    border: 1px solid #e5e5e5;
    padding: 0 50px 0 10px;
    color: #222;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Radio Canada Big';
}
.newsletter-box{
  margin-bottom: 20px;
}
.footer-newsletter button {
    border: 0 none;
    background: #ff8134;
    color: #fff;
    padding: 6px 13px;
}
.social-square a {
    padding-right: 15px;
    font-size: 14px;
    color: #000000;
    text-align: center;
    font-weight: 600;
    font-family: 'Radio Canada Big';
}
.footer-newsletter{
  display: flex;
}
.footer-bottom{
    background: #dadada;
    padding: 12px 0;
}
.footer-bottom h6{
	text-align: center;
	color: #000;
	margin: 0;
	font-family: 'Radio Canada Big';
	padding: 0;
	font-size: 13px;
}
.about-banner{
	background-image: url(../holiday-img/about-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 88px 0;
}

.about-banner h1{
color: #000;
text-align: center;
font-size: 30px;
}
.about-banner{
	text-align: center;
}

.about-last{
	background-image: url(../holiday-img/about-banner-image.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0;
	}
.about-last h2{
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.about-last p{
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.about-ban{
	background-image: url(../images/inner-ban.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 90px 0;
}
.contact-back{
  background-image: url(../holiday-img/about-ban.jpg);
}
.about-page-details .about-content-head h2 {
    font-size: 35px;
    font-family: 'Radio Canada Big';
    color: #fff;
    font-weight: 1000;
    letter-spacing: 6px;
    text-transform: uppercase;
}
.about-page-details {
    background-image: url(../holiday-img/banner-image-4.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    padding: 50px;
}
.subscribe-btn a {
    background-color: transparent;
    border: 1px solid #fff;
    padding: 12px 20px;
    color: #fff;
    font-family: 'Radio Canada Big';
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 2px;
}
.about-ban h1{
    color: #002849;
    font-size: 70px;
    font-weight: 600;
    font-family: 'Radio Canada Big';
    text-transform: capitalize;
}
.about-ban p{
	font-size: 18px;
	font-family: 'Radio Canada Big', sans-serif;
	font-weight: 400;
	color: #666;
  text-transform: capitalize;
}
.contact-head h2{
	text-align: center;
	font-size: 30px;
}
.map-add iframe{
	width: 100%;
height: 159px;
}
.contact-page .contact-form{
    background: transparent;
    border-radius: 0px;
    padding: 0px;
}

.map-add{
	margin: 31px 0;
}

.space{
	display: flex;
	justify-content: space-between;
	margin-top: 38px;
}

.contact-last h3{
	font-weight: 600;
color: #000;
}

.bean{
	text-align: left;
	margin-left: 205px;
	color: #606060;
	font-weight: 400;
}

.contact-page{
	padding: 50px 0;
	background-color: #edf9fc;
}
.address-details {
padding: 18px 26px;
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
margin: 38px 24px;
	border-left: 4px solid #ff8134;
	display: flex;
	background-color: #fff;
}
.out img{
	width: 100% !important;
	height: auto !important; 
}
.address-img {
    width: 20%;
}
.owl-theme .owl-nav{
	display: inline !important;
}
.address-img i {
    font-size: 35px;
    color: #ff8134;
    margin-top: 4px;
}
.address-content {
    width: 80%;
}
.address-content h4 {
    font-size: 20px;
    margin-bottom: 5px;
    font-family: 'Radio Canada Big';
    font-weight: 600;
    color: #424141;
}
.address-content h6 {
    font-family: 'Radio Canada Big';
    font-size: 14px;
    color: #000000;
    font-weight: 400;
}
.owl-prev{
	position: absolute;
	left: 0 ;
	top: 22%;
	margin-left: -45px;
font-size: 50px !important;
}

.owl-next{
	right: 0;
	position: absolute;
	top: 22%;
margin-right: -45px;
	font-size: 50px !important;
}

.story h2{
	font-size: 26px;
	text-align: center;
}
#counter-section-container {
  width: 100%;
  text-align: center;
}

#counter-box-container {
  /*border: 1px solid #999999;*/
  overflow: hidden;
  display: inline-block;
}

#counter-box {
  /*width: 33.22%;*/
  width: 300px;
  min-width: 200px;
  margin: 5px 5px 5px 5px;
  padding: 5px 5px 5px 5px;
  float: left;
  text-align: center;
  /*background-color: #111111;*/
  color: #cccccc;
  /*border: 1px solid #666666;*/
}

.counter {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    padding-top: 15px;
}
.stastic p{
    color: #000;
    text-transform: capitalize;
    font-family: 'Radio Canada Big';
    font-weight: 500;
    font-size: 13px;
    margin-top: 20px;
}
.stastic img{
    width: 110px;
    display: block;
    margin: 0 auto;
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #ff8100;
}
.statistics-section{
  background-color: #e8fff6;
  padding: 50px 0;
}
.submit a{
	padding: 10px 15px;
	background-color: #012959;
	color: #fff; 
}

.submit a:hover{
	border: 1px solid #1eb2a6;;
	background-color: transparent;
	text-decoration: none;
	color: #1eb2a6;;
}

.subscription {
  background-image: url(../holiday-img/about-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 88px 0;
}

.subscription-heading {
	text-align: center;
}


.subscription-heading h5{
	color: #000;
text-align: center;
font-size: 30px;
}


/*===============================faq===================================*/
.accordion-faq {
    color: rgba(4,57,94,1);
    background: rgba(4,57,94,.1);
    padding: 0 1em 1em;
    font-family: 'Open Sans', sans-serif;
    padding: 50px 0;
}
.accordion-faq h1{
    text-align:center;
    font-size: 24px;
    margin-bottom: 40px;
    color: #00275b;
}
.accordion input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.accordion-wrapper {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
    width: 50%;
    margin:0 auto;
}
.accordion {
    width: 100%;
    color: white;
    overflow: hidden;
    margin-bottom: 16px;
}
.accordion:last-child{
    margin-bottom: 0;
}
.accordion-label {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 16px;
    background: #00275b;
    font-weight: bold;
    cursor: pointer;
    font-size: 15px;
}
.accordion-label:hover {
    background: #ffb400;
}
.accordion-label::after {
    content: "\276F";
    width: 16px;
    height: 16px;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.accordion-content {
    max-height: 0;
    padding: 0 16px;
    color: rgba(4,57,94,1);
    background: white;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.accordion-content p{
    margin: 0;
    color: rgba(12, 13, 13, 0.7);
    font-size: 13px;
}
input:checked + .accordion-label {
    background: rgb(41, 4, 94);
}
input:checked + .accordion-label::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
input:checked ~ .accordion-content {
    max-height: 100vh;
    padding: 16px;
}
  
/*===================================register page===================================*/

.defent{
	margin: 0 auto;

}
.otp-inputs{
	width: 100%;
	text-align: center;
}
.otp-inputs label{
	width: 100%;
}
.otp-inputs input{
  width: 40px;
  height: 40px;
  background-color: #fff;
  margin: 0 15px;
  padding: 10px;
  font-family: 'Lato', sans-serif;
  color: #000;
  border: 2px solid #4d4d4d;
  text-align: center;
  font-weight: 600;
  font-size: 13px;
}
.registration-form{
box-shadow: 0px 0px 58px -6px rgba(255,255,255,1);
padding: 30px;
border-radius: 10px;
background-color: #fff;
}


.registration-form form h4 {
  color: #e40101;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  margin: 15px 0 0 0;
  text-align: center;
}

.register-details h2{
	text-align: center;
font-size: 24px;
margin-bottom: 40px;
color: #fff;
}


.form-group select {
  font-size: 14px;
  color: #1e1e1e;
  font-family: 'Lato', sans-serif;
  padding: 8px 10px;
  background-color: #fff;
  border: 1px solid #cecaca;
    border-radius: 5px;
  width: 98%;
}
.form-group input{
font-size: 13px;

}
.clear{
	clear: both;
}
.form-group label{
font-size: 13px;
font-weight: 600;
font-family: 'Lato', sans-serif;
text-transform: uppercase;
}
.register-group label {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  margin: 0 0 5px 0;
  font-family: 'Lato', sans-serif;
}

.jack{
	float: left;
width: 50%;
padding-right: 10px;
}

.jack label{
	width: 100%;
}
.btn-space{
text-align: center;
margin: 20px 0 30px 0;
width: 100%;
}

.btn-space a{
padding: 12px 35px;
background-color: #00275b;
color: #fff;
font-size: 14px;
font-family: 'Lato', sans-serif;
font-weight: 700;
text-transform: uppercase;
border: none;
outline: none;
border-radius: 5px;
transition: 0.3s;
text-decoration: none;
}
.register-page{
	background-image: url(../holiday-img/banner-image.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-attachment: fixed;
	padding: 50px 0;
	width: 100%;
}


.btn-space a:hover{
	background-color: #5087d0;
}

/*==============================gallery====================================*/

@import url('https://fonts.googleapis.com/css?family=Anton');


.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    padding: 30px 50px;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

.cool{
	padding-bottom: 50px;
}
.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 40%;
left: 48%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 47px;
    font-family: 'Glyphicons Halflings';
    content: '\2b';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.36);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}

@media(max-width: 768px) {
    body {
        padding: 0;
    }
}

/*==================================upcoming page=================================*/

.upcome-content h3{
	color: #f56960;
font-size: 28px;
font-weight: 600;
font-family: 'Cormorant-Bold';
}

.upcome-content{
	padding: 78px;
border: 1px solid #ddd;
margin: 20px 0;
background-color: #f7f4f4;
}

.upcome-content h4{
font-size: 18px;
color: #000;
font-family: 'PTSerif-Bold';
}

.upcome{
	padding-top: 50px;
}
.upcome-img{
	padding: 20px 0;
	width: 100%;
}
.upcome-img img{
	width: 100%;
}

.font-we{
	font-size: 16px;
	font-weight: 500;
	color: #888;
}

/*==========================tour details=====================*/

.andaman-tour-details {
    border: 1px solid #ddd;
    padding: 20px;
}
.tour-content-place h2{
    font-size: 24px;
    font-family: 'Kanit', sans-serif;
    margin-top: 30px;
}
.tour-content-place p {
    font-size: 14px;
    font-family: 'Roboto-Light', sans-serif;
    font-weight: normal;
    text-align: justify;
    color: #000;
}
.andaman-img {
    width: 100%;
}
.andaman-img img {
    width: 100%;
}
.tour-details-ul ul li{
    list-style: none;
    line-height: 30px;
    font-family: 'Radio Canada Big';
    text-transform: capitalize;
}
.tour-details-ul ul li i{
	
}
.padding-pack {
    padding: 10px;
    border: 1px solid #ddd;
}

.others-pack-content h3 {
    color: #074282;
    font-size: 16px;
    font-family: 'Roboto-Bold';
}
.andaman-tour{
    padding: 50px;
}
.others-pack-img img {
    width: 100%;
}
.others-pack-content {
    padding: 20px 0;
}


/*=============================security service=======================*/
.section-service{
  padding: 50px 0;
}
.service-security {
text-align: center;
}
.dark{
  background: #709184;
}
.dark .content h4{
  color: #fff !important;
}
.dark .content p{
  color: #fff !important;
}
.service-security .icons{
    width: 100%;
    margin-right: 10px;
}
.icons img{
    width: 100%;
    border-radius: 10px;
    height: 250px;
}
.product-heading h3{
    color: #000000;
    font-size: 36px;
    font-weight: 600;
    margin-top: 65px;
    font-family: "Radio Canada Big", sans-serif;
}
.product-heading a{
    color: #ff0000;
    font-size: 15px;
    font-weight: 600;
    font-family: "Radio Canada Big", sans-serif;
    text-decoration: underline;
}
.service-security .content h4{
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
    font-family: "Jost", sans-serif;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.service-security .content p{
    font-size: 14px;
    color: #000000;
    font-family: "Jost", sans-serif;
    margin: 0;
    margin-bottom: 20px;
}

.service-bg-2{
    background: #ededed;
}
.section-service .col-lg-3{
padding: 0;
}
.choose .service-security{
  background-color: transparent;
  padding: 0;
  margin: 25px 0;
}
.choose .service-security p{
      padding-top: 0px;
          overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.choose .service-security .icons {
    width: 100px;
    margin-right: 30px;
}
/*=======================client===========================*/




/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img{
    display: block;
    filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1);
}
.slick-slide img:hover {
  -webkit-filter: grayscale(0);
  filter: none;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.client{
  padding: 50px 0;
}
/*==================gallery=====================*/


/* -----------------------------------
      Gallery Section
--------------------------------------*/
.portfolio-section {
  padding: 50px 0 0;
  overflow: hidden;
}
.portfolio-section h2 {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.portfolio-menu {
  text-align: center;
}
.testi-img img{
    width: 100%;
    border-radius: 100%;
    height: 85px;
    width: 85px !important;
    box-shadow: 0px 8px 10px 0px #d3d3d3;
    padding: 5px;
    object-fit: cover;
}
.mixitup-control-active {
  color: #fff;
  background: #343a40;
}
.fancybox-container button:focus {
  outline: 0;
  box-shadow: none;
}
.portfolio-item {
  padding: 0;
  margin-bottom: 0;
}
.pd {
  padding: 0;
  padding: 0px;
}
.pd img {
  height: 275px;
  transition: all 0.5s;
  width: 100%;
}
.portfolio-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  text-align: center;
  visibility: hidden;
  transition: all 0.5s;
  transform: scale(0);
}
.portfolio-overlay p,
.portfolio-overlay a {
  position: relative;
  z-index: 4;
}
.portfolio-overlay::before {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  left: 10%;
  top: 10%;
  transition: 50ms height ease 150ms;
  z-index: 3;
}
.portfolio-overlay::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  right: 10%;
  bottom: 10%;
  transition: 100ms width ease 200ms;
  z-index: 3;
}
.portfolio-item:hover .portfolio-overlay::before {
  width: 80%;
  height: 80%;
  border-top: 1px solid #50977f;
  border-right: 1px solid #50977f;
  transition: width 0.1s ease 0.3s, height 0.1s ease 0.5s;
}
.portfolio-item:hover .portfolio-overlay::after {
  width: 80%;
  height: 80%;
  border-bottom: 1px solid #50977f;
  border-left: 1px solid #50977f;
  transition: width 0.1s ease 0.6s, height 0.1s ease 0.7s;
}
.portfolio-item li:hover .portfolio-overlay {
  visibility: visible;
  transform: scale(1);
}
.portfolio-overlay .category {
  margin-top: 70px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.portfolio-overlay .magnify-icon {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background: #50977f;
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
}
.portfolio-overlay .magnify-icon:hover {
  background: #000;
}
.portfolio-overlay .magnify-icon p span i {
  font-size: 15px;
  color: #fff;
  line-height: 40px;
  cursor: pointer;
}

/*******Responsive media query******/

/* Extra small devices (portrait phones, less than 576px)*/


  .slideanim {visibility:hidden;}
  .slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }


.whats-float {
    position: fixed;
    top: 116px;
    right: 0;
    height: 150px;
    overflow: hidden;
    background-color: #0bb100;
    color: #FFF;
    border-radius: 2px 0 0 2px;
    z-index: 10;
    vertical-align: middle;
}

.whats-float a span {
    display: inline-block;
    font-size: 16px;
    height: 22px;
    line-height: 0px;
    position: fixed;
    right: 0;
    text-align: center;
    text-decoration: none;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: bottom right;
    color: #fff;
    font-family: "Roboto", sans-serif;
}
.whats-float i {
    font-size: 30px;
    color: white;
    line-height: 30px;
    padding: 10px;
    transform: rotate(0deg);
    transition: all 0.5s ease-in-out;
    text-align: center;
    margin-top: 100px;
}
.phone-float {
    position: fixed;
    top: 265px;
    right: 0;
    height: 185px;
    overflow: hidden;
    background-color: #2179c5;
    color: #FFF;
    border-radius: 2px 0 0 2px;
    z-index: 10;
    vertical-align: middle;
    width: 46px;
}
.phone-float a span {
    display: inline-block;
    font-size: 16px;
    height: 22px;
    line-height: 0px;
    position: fixed;
    right: 0;
    text-align: center;
    text-decoration: none;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: bottom right;
    color: #fff;
    font-family: 'Radio Canada Big', sans-serif;
    font-weight: 700;
}
.phone-float i {
    font-size: 17px;
    padding: 15px !important;
    color: white;
    line-height: 24px;
    transform: rotate(42deg);
    transition: all 0.5s ease-in-out;
    text-align: center;
    margin-top: 140px;
}

.member-list li{
    font-size: 15px;
    font-family: 'Radio Canada Big', sans-serif;
    font-weight: 500;
    margin-bottom: 12px;
    color: #000;
    width: 21%;
    float: left;
    list-style: auto;
    margin-left: 4%;
}
.member-list {
  height: 200px;
}



/*======================================*/

.display-flex {
display: flex;
}
.display-flex .icons{
  width: 70px;
}
.display-flex .content h4{
  text-align: left;
  margin: 5px 0;
}
.padding-50{
  padding: 50px 0;
}

.contact-content h2{
  font-weight: 600;
    font-size: 38px;
    color: #663e3e;
    font-family: "Radio Canada Big", sans-serif;
}
.contact-content p{
    font-weight: 400;
    font-size: 15px;
    color: #2f2f2f;
    font-family: "Jost", sans-serif;
}

/* ================= Product Zoom Container======================== */
.zoom-container {
    position: relative;
    width: 90%;
}

.zoom-lens {
  position: absolute;
  border: 1px solid #d4d4d4;
  width: 240px;
  height: 240px;
  display: none;
  opacity: 0.4;
  background: rgba(255, 255, 255, 0.5);
  cursor: crosshair;
}

.zoomable {
  display: block;
  width: 100%;
  transition: transform 0.2s ease-in-out;
}

.zoom-result {
  width: 400px;
  height: 400px;
  overflow: hidden;
  border: 1px solid #d4d4d4;
  display: none;
  position: absolute;
  top: 0;
  right: -450px; /* Adjust position as needed */
  background-color: white;
  z-index: 9999;
}

.zoom-result img {
  position: absolute;
  width: 100%;
}


.preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 996px) {
    .preview {
      margin-bottom: 20px; } }

.preview-pic {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.preview-thumbnail.nav-tabs {
    border: none;
    border: none;
    padding: 0;
    margin-right: 10px;
}
.preview-thumbnail.nav-tabs li {
    width: 70px;
    margin-top: 10px;
    float: left;
    margin-right: 10px;
}
    .preview-thumbnail.nav-tabs li img {
      max-width: 100%;
      display: block; 
    }
    .preview-thumbnail.nav-tabs li a {
      padding: 0;
      margin: 0; }
    .preview-thumbnail.nav-tabs li:last-of-type {
      margin-right: 0; }

.tab-content {
  overflow: hidden; }
  .tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
            animation-name: opacity;
    -webkit-animation-duration: .3s;
            animation-duration: .3s; }



@media screen and (min-width: 997px) {
  .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.colors {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.product-title, .price, .sizes, .colors {
  text-transform: capitalize;
  font-weight: bold; }

.checked, .price span {
  color: #ff9f1a;
    font-weight: 400;
}

.product-title, .rating, .price, .vote, .sizes {
  font-weight: 600;
    font-size: 16px;
    color: #000;
    font-family: "Radio Canada Big", sans-serif;
    margin-bottom: 30px;
}
.details p{
    font-weight: 400;
    font-size: 15px;
    color: #2f2f2f;
    font-family: "Jost", sans-serif;
    text-align: justify;
}
.details span{
  font-weight: 400;
    font-size: 15px;
    color: #fff;
    font-family: "Jost", sans-serif;
}
.product-title {
    font-weight: 600;
    font-size: 26px;
    color: #663e3e;
    font-family: "Radio Canada Big", sans-serif;
}

.size {
  margin-right: 10px; }
  .size:first-of-type {
    margin-left: 40px; }

.color {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  height: 2em;
  width: 2em;
  border-radius: 2px; }
  .color:first-of-type {
    margin-left: 20px; }

.add-to-cart, .like {
  background: #663e3e;
  padding: 10px 32px;
  border: none;
  text-transform: capitalize;
  font-weight: bold;
  color: #fff;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
  font-family: "Radio Canada Big", sans-serif;
  font-weight: 400;
}
.add-to-cart:hover, .like:hover {
    background: #885353;
    color: #fff; 
}


.buy_now, .like {
  background: #663e3e;
  padding: 10px 32px;
  border: none;
  text-transform: capitalize;
  font-weight: bold;
  color: #fff;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
  font-family: "Radio Canada Big", sans-serif;
  font-weight: 400;
}
.buy_now:hover, .like:hover {
    background: #885353;
    color: #fff; 
}



.not-available {
  text-align: center;
  line-height: 2em; }
  .not-available:before {
    font-family: fontawesome;
    content: "\f00d";
    color: #fff; }

.orange {
  background: #ff9f1a; }

.green {
  background: #85ad00; }

.blue {
  background: #0076ad; }

.tooltip-inner {
  padding: 1.3em; }

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

.product-flex{
  
}

/*=========================contact us page===========================*/

.contact-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
}
.contact-header {
    text-align: center;
    padding: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.contact-header h1 {
    font-size: 36px;
    margin: 0;
    color: #333;
    font-family: 'Radio Canada Big';
    font-weight: 700;
}

.contact-header p {
    margin: 10px 0 30px;
    font-size: 16px;
    font-family: 'Radio Canada Big', sans-serif;
    font-weight: 400;
    color: #666;
    text-transform: capitalize;
}

/*========================product-details=======================*/
.details {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.details h3.product-title {
    font-size: 24px;
    margin-bottom: 10px;
}

.price-section {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.price-details {
    margin-right: 20px;
}

.price-details .original-price {
    font-size: 18px;
    color: #757575;
    text-decoration: line-through;
    font-family: "Radio Canada Big", sans-serif;
    font-weight: 400;
}
.details h4{
    font-weight: 400;
    font-size: 16px;
    color: #03a900;
    font-family: "Radio Canada Big", sans-serif;
    text-decoration: underline;
}
.price-details .sale-price {
    font-size: 30px;
    color: #212121;
    font-weight: 600;
    padding-right: 20px;
    font-family: 'Radio Canada Big';
}
.price-details .sale-price i{
  font-size: 24px;
}
.discount-badge {
    background-color: #4caf50;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 14px;
}

.quantity {
    margin-top: 23px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.quantity label {
    margin-right: 10px;
    font-family: 'Radio Canada Big';
    font-weight: 600;
}

.quantity input[type="number"] {
    width: 55px;
    height: 35px;
    border: 1px solid #eb6f00;
    border-radius: 0px;
    text-align: center;
}

.quantity .quantity-button {
    width: 35px;
    height: 35px;
    border: none;
    background-color: #eb6f00;
    cursor: pointer;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0px;
    font-size: 18px;
    color: #fff;
}

.quantity .quantity-button:hover {
    background-color: #f15400;
}

.action {
    margin-bottom: 26px;
    margin-top: 20px;
}
.about-us-con {
  padding: 50px 0;
  text-align: center;
}
.about-us-con h2{
      font-weight: 600;
    font-size: 36px;
    color: #663e3e;
    font-family: "Radio Canada Big", sans-serif;
}
.about-us-con p{
  width: 80%;
  margin: 1rem auto;
    color: #777;
    font-size: 16px;
    font-weight: 400;
    font-family: "Jost", sans-serif;
}
/*=======================cart===========================*/


.sidecart{
  width: 400px;
  min-width: 320px;
  height: 100vh;
  position: fixed;
  top: 0px;
  overflow:auto !important;
  right: -100%;
  z-index: 9000;
  transition: 0.2s ease;
  padding: 20px;
}

@media(max-width: 400px){
  .sidecart{
    width: 100vw;
    right: -100vw;
  }
}

.open-cart{
  right: 0px !important;
}
.open-cart:before{
  content: '';
  position: fixed;
  top: 0px;
  width: 100vw;
  height: 100vh;
  left: 0px;
  right: 0px;
  bottom: 0px;
  pointer-events: none;
  opacity: 0.5;
  z-index: -1;
}
.heading-text{
      color: #002849;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Radio Canada Big';
    text-transform: capitalize;
    display: flex;
    justify-content: space-between;
}
.product-quantity{
  position: relative;
}

.product-quantity:after{
  content: 'x de';
  white-space: nowrap;
  position: absolute;
  z-index: 10;
  margin-left: 2px;
}

.sidecart-price > div{
  margin: auto;
  width: 100%;
  white-space: nowrap;
}


.product-quantity {
  font-size: 1.5rem;
}

.product-price,
.product-price-total {
  font-size: 1.2rem;
  font-weight: bold;
}

.img-fluid {
  max-width: 100%;
  height: auto;
  display: block;
}

.sidecart-price {
  padding: 10px;
}

.sidecart-price .h5 {
  font-size: 1.2rem;
}

/*================================cart================================*/
.d-inline i {
  cursor: pointer;
}
.item-details p {
  color: #888;
  font-size: 14px;
  font-weight: 400;
  font-family: "Radio Canada Big", sans-serif;
}
.item-total p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  font-family: "Radio Canada Big", sans-serif;
}
.cart-items {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.item-image {
  width: 25%;
}
.cart-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border: 1px solid #ddd;
  position: relative;
}
.sidecart .nav-link {
  padding: 20px 0rem !important;
}
.item-image img {
  width: 80px;
  border-radius: 10px;
}
.item-details {
  width: 50%;
  text-align: left;
  font-family: 'Radio Canada Big';
}
.item-details h2 {
    margin: 0;
    font-size: 18px !important;
    text-align: left !important;
    text-transform: capitalize !important;
    font-family: 'Radio Canada Big' !important;
}
.item-quantity {
  display: flex;
  align-items: center;
}
.quantity-btn {
  background: #ddd;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
}
.quantity-input {
  width: 50px;
  text-align: center;
  margin: 0 0px;
  height: 34px;
  border-radius: 0;
  border: 1px solid #ddd;
}
.item-total {
  padding-top: 22px;
}
.delete-btn {
  background: #dc3545;
  color: white;
  padding: 5px 10px;
  border: none;
  border-radius: 5px;
  right: 0;
  bottom: 10px;
  font-family: 'Radio Canada Big';
}
.delete-btn:hover {
  background: #c82333;
}
.cart-summary {
  text-align: center;
  margin-top: 20px;
  font-family: 'Radio Canada Big';
  margin-bottom: 20px;
}
#checkout-btn {
  background: #28a745;
  color: white;
  padding: 8px 50px;
  border: none;
  cursor: pointer;
  border-radius: 3px;
  line-height: 65px;
}
#checkout-btn:hover {
  background: #218838;
}

/*========================login=============================*/

   
.login-page .container {
    padding: 30px;
    border-radius: 25px;
    display: flex;
    width: 55%;
    margin: 60px auto;
    background-color: #f6e8e8;
}

.login-page .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}

.login-page form {
  display: flex;
  flex-direction: column;
  width: 100%;
    justify-content: space-around;
    margin-right: 50px;
}

.login-page .main-img {
  background-image: url(../images/des-3.jpg);
  background-size: cover;
  width: 50%;
  height: 500px;
  border-radius: 25px;
}

.login-page h1 {
    font-weight: 600;
    font-size: 26px;
    color: #663e3e;
    font-family: "Radio Canada Big", sans-serif;
}

.login-page .wrapper p {
    font-weight: 400;
    font-size: 14px;
    color: #000;
    font-family: "Radio Canada Big", sans-serif;
}
.login-page .pass-icon {
  display: flex;
  position: relative;
  width: 100%;
}
.login-page input {
    width: 100%;
    border-radius: 3px;
    padding: 12px;
    border: 1px solid #bdbaba;
    margin-bottom: 20px;
    font-family: "Radio Canada Big", sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.register a{
  color: #663e3e !important;
}
.login-page .pass-icon img {
  width: 25px;
  position: absolute;
  align-self: center;
  top: 27%;
  right: 0;
  margin-right: 10px;
  filter: opacity(0.3);
}

.login-page a {
text-decoration: none;
    font-weight: 400;
    font-size: 13px;
    color: #3277ff;
    font-family: "Radio Canada Big", sans-serif;
    text-align: right;
}
.login-page #login-btn {
  margin: 20px 0;
  border-radius: 5px;
  border: none;
  background-color: #663e3e;
  color: white;
  font-size: 1rem;
  font-weight: 600;
  transition: 0.5s;
}

.login-page span {
  text-align: center;
  position: relative;
}

.login-page .or {
  width: 250px;
  display: flex;
  justify-content: space-between;
  align-content: center;
  color: #663e3e;
  margin-bottom: 20px;
  font-size: 0.8rem;
}

.or hr {
  width: 40%;
  height: 1px;
  background-color: #663e3e;
  border: none;
  align-self: center;
}

.google-btn {
  height: 40px;
  border: 1px solid #663e3e;
  border-radius: 5px;
  font-weight: bold;
  display: flex;
  align-items:center;
  justify-content: center;
  background-color: white;
  margin-bottom: 20px;
  color: #663e3e;
  transition: 0.5s;
    font-family: "Radio Canada Big", sans-serif;

}

.google-btn svg {
  width: 20px;
  margin-right: 10px;
}

.register {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.register-btn {
  height: 25px;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  font-weight: bold;
  background-color: white;
  border: 1px solid #663e3e;
  border-radius: 3px;
  color: #663e3e;
  transition: 0.5s;
    font-family: "Radio Canada Big", sans-serif;
}

.register p {
  margin: 0 11px 0;
}

.login-page button:hover, .login-page #login-btn:hover {
  transform: scale(1.1);
}

/*========================checkout===========================*/

.checkout-form form .checkout-form-input input:not([type=checkbox]) {
    width: 100%;
    padding: 10px 10px 10px 10px;
    border-radius: 4px;
    outline: none;
    border: 0.2px solid #c3c3c3;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Radio Canada Big';
}
.checkout-form form h6 {
    font-weight: 600;
    font-size: 26px;
    color: #663e3e;
    font-family: "Radio Canada Big", sans-serif;
    margin-bottom: 25px;
    margin-top: 20px;
}
.checkout-form form .checkout-form-input label:not([for=checkout-checkbox]) {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 2px;
    text-transform: capitalize;
    font-family: 'Radio Canada Big';
}

.checkout-form form .checkout-form-input label[for=checkout-checkbox] {
    font-size: 13px;
    font-weight: 500;
    line-height: 0px;
    font-family: 'Radio Canada Big';
    margin: 0;
}
.checkout-form form .form-control-btn button {
    padding: 10px 25px;
    font-size: 10px;
    color: #fff;
    background: #F2994A;
    border: 0;
    border-radius: 7px;
    letter-spacing: 0.5px;
    font-weight: 200;
    cursor: pointer;
}
.checkout-form form .form-control-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.checkout-form form .checkout-form-input {
    margin: 10px 0px;
    width: 100%;
}
.checkout-form form .form-group {
    display: flex;
    column-gap: 25px;
}
.checkout-form form .checkbox-control {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.checkout-form-input-btn{
      text-align: center;
    margin-top: 40px;
}
.checkout-form-input-btn #checkout-btn{
    line-height: 25px;
    font-family: 'Radio Canada Big';
}
.checkout-form{
    padding: 30px;
    border-radius: 5px;
    width: 55%;
    margin: 60px auto;
    background-color: #f6e8e8;
}
.nav-search a{
    padding: 29px 0;
    display: inline-block;
    text-decoration: none;
    font-size: 18px !important;
    color: #343a40;
    transition: color 0.3s, background 0.3s;
    margin: 0 25px;
}


  /* Size Button Styles */

/* Highlighted Size Button */
.size-button.active {
    background-color: #007bff;
    color: white;
}

/* Highlighted Color Circle */
.color-circle.active {
    border-color: #007bff;
    transform: scale(1.2);
}
.size-options {
    display: flex;
    gap: 10px;
}

.size-button {
    padding: 10px 15px;
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.size-button:hover {
    background-color: #ddd;
}

.size-button.active {
    background-color: #007bff;
    color: white;
}

/* Color Circle Styles */
.color-options {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.color-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #ccc;
    cursor: pointer;
    transition: transform 0.3s ease, border 0.3s ease;
}

.color-circle:hover {
    transform: scale(1.1);
    border-color: #007bff;
}

.color-circle.active {
    border-color: #007bff;
    transform: scale(1.2);
}

#cart_show{
    position: absolute;
    right: -3px;
    color: red;
    font-size: 14px;
    top: -10px;
}
.cart-icon{
        position: relative;
}

/*====================order========================*/


/*===================order-history page=====================================*/

.cancel-btn .cancel-button{
    background-color: #000;
    font-size: 14px;
    color: #fff;
    padding: 8px 15px;

}
.cancel-btn .cancel-button:hover{
    color: #fff;
}
.cancel-btn .return-button{
    background-color: #f8c301;
    font-size: 14px;
    color: #fff;
    padding: 8px 15px;
}

.cancel-btn-details{
    margin-bottom: 20px;
}
.order-details a{
    font-size: 20px;
    margin-bottom: 30px;    
    font-weight: 600;
    color: #663e3e;
    font-family: "Radio Canada Big", sans-serif;
}
.order-history{
    background-color: #eee;
    padding: 15px;
    margin-bottom: 20px;
}
.order-button a{
    padding: 15px 25px;
    font-size: 14px;
    font-weight: 600;
    background-color: transparent;
    color: #000;  
}
.order-button a:hover{
    text-decoration: none;
}
.order-button {
    border: 1px solid #f8c301;
    text-align: center;
    margin: 20px 0;
padding: 8px;
}
.order-details{
    display: flex;
}
.order-img{
   width: 77%;
margin: 0 auto;
margin-right: 0;
}

.order-img img{
    width: 100%;
}
.order-content a:hover{
    text-decoration: none;
    color: #000;
}

.order-content h4{
    font-size: 22px;
    color: #000;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    font-family: "Radio Canada Big", sans-serif;
    margin-bottom: 20px;
}
.order-content h4 span{
    color: #888;
    font-family: 'Jost';
    font-weight: 500;
}
.order-history-details{
    padding: 30px;
    width: 100%;
    margin: 0 auto;
}
.order-content h3{
margin: 0 0 25px 0;
font-weight: 600;
}
.order-img p{
    font-size: 12px;
color: #888;
font-weight: 600;
}
.cancel-btn{
    padding-top: 30px;
}
.order-head h2{
    font-size: 18px;
    font-weight: 700;
padding: 20px 0 0 0;
}
.product-size label{
    font-size: 18px;
    color: #000;
    font-family: "Radio Canada Big", sans-serif;
    font-weight: 600;
}
.product-color  label{
    font-size: 18px;
    color: #000;
    font-family: "Radio Canada Big", sans-serif;
    font-weight: 600;
    margin-top: 20px;
        margin-bottom: 0;
}
.size-options button{
    font-size: 14px;
    color: #000;
    font-family: "Radio Canada Big", sans-serif;
}
.order-head p{
    font-size: 14px;
    color: #888;
    margin: 0;
}
.order-head {
    text-align: center;
}
.hosting{
font-size: 12px;
margin-left: 10px;
color: #088c11;
}
.order-content h5{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    font-family: 'Radio Canada Big';
}
.history{
    margin-bottom: 0px;
}
.user-div h4 {
  background: #233658;
  padding: 12px 10px;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
  font-size: 15px;
 font-family: 'Radio Canada Big';
  font-weight: 600;
}
.order-content{
     width: 100%;
}
.profile-ul {
  border: 1px solid #dbdbdb;
  padding: 0 20px;
}
.profile-ul li {
  list-style-type: none;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #d5d5d5;
  line-height: 58px;
}
.profile-ul li a {
  color: #6b6b6b;
    font-family: 'Radio Canada Big';
}
.profile-right {
  margin-top: 14px;
}
.profile-right .edit-text {
  padding: 0 10px 10px;
  font-size: 20px;
  font-weight: 600;
  margin-top: 0;
      font-family: 'Radio Canada Big';
}

.profile-details{
    padding: 50px 0;
}
.order{
    padding: 50px 0;
}
.profile-right .form-group input{
    width: 100% !important;
    padding: 18px !important;
    margin-bottom: 20px;
    font-size: 14px !important;
    font-family: 'Radio Canada Big';
}
.profile-right .btn-default {
  background: #000;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #000;
  padding: 10px 30px;
      font-family: 'Radio Canada Big';
  font-weight: 600;
}
.results{
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    width: 62%;
    margin: 16px auto;
    border-top: 1px solid #ddd;
    padding-left: 0;
    font-family: 'Radio Canada Big';
    text-transform: capitalize;
}
.none-display{
    display: none  !important;
}
.results li{
    list-style: none;
    padding: 0px;
    border-bottom: 1px solid #ddd;
}

.results a{
    color: #000 !important;
}

.results a:hover{
    color: #000 !important;
    text-decoration:none !important;
}

.form-price{
    display: flex;
}


.input-details-price input{
   width: 84%;
}

.price-cool {
    margin: 14px 0 0 0;
    text-align: left;
}

.input-details-price label{
    margin-left: 0;
    font-weight: 600;
}
.price-cool button{
    
}
.price-a{
    padding: 5px 17px !important;
}

.closes-details{
    margin-top: 16px;
}

.login-paragraph p{
    text-align: center;
}

.customer-choose select{
    font-size: 12px;
font-weight: 500;
border: 1px solid #ddd;
width: 100%;
margin-bottom: 30px;
padding: 10px;
}
.pro-head h4{
    color: #888;
    font-weight: 400;
    font-size: 16px;
    padding: 30px 0;
}
.font-bold{
    font-weight: 600;
    color: #000;
}

.btn-primary:hover {
  color: aliceblue !important;
  background-color: #0069d9 !important;
  border-color: #0062cc !important;
}

.terms-content h3 {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin: 30px;
}

.logo img{
    width: 100%;
}

/*===================checkout===================*/

.checkout-container {
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.checkout-container h2 {
    margin-bottom: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 26px;
    font-family: 'Radio Canada Big';
}

.checkout-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.order-summary, .billing-details {
    width: 48%;
}

.order-summary h3, .billing-details h3 {
    margin-bottom: 10px;
    font-size: 20px;
    background-color: aliceblue;
    padding: 12px;
    font-family: 'Radio Canada Big';
    font-weight: 600;
}

.order-summary ul {
    list-style-type: none;
    margin-bottom: 10px;
        padding-left: 0;
}

.order-summary ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.total {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 8px;
    font-family: 'Radio Canada Big';
}

.billing-details .form-group {
    margin-bottom: 15px;
}

.billing-details label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Radio Canada Big';
    font-size: 14px;
    margin-top: 16px;
}

.billing-details input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.payment-section {
    margin-top: 20px;
}

.payment-section h3 {
    margin-bottom: 10px;
    font-size: 18px;
}

.payment-section .form-group {
    margin-bottom: 15px;
}

.payment-section label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.payment-section input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.billing-details .btn {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-top: 20px;
    font-family: 'Poppins';
    margin-bottom: 50px;
}
.billing-details .btn:hover {
    background-color: #45a049;
}
.checkout{
    padding: 50px 0;
}
.checkout-container .item-details h2{
    margin-bottom: 5px;
}
.checkout-container .item-details p{
    margin-bottom: 5px;
    font-family: 'Poppins';
    color: #767676;
    font-size: 14px;
    font-weight: 500;
}

.checkout-container .item-image img {
    width: 65px;
}
.order-summary .form-group label {
    font-size: 13px;
    font-weight: 600;
    font-family: 'Radio Canada Big';
    text-transform: capitalize;
}
.wallet-con h3{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    font-family: 'Radio Canada Big';
}
.wallet-con{
    display: flex;
    justify-content: space-between;
    background-color: #d8f2ff;
    padding: 20px;
}
.wallet-con h5 {
    color: #000;
    font-family: 'Radio Canada Big';
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}
.table-wallet-data table {
    width: 50%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 18px;
    text-align: left;
}
.table-wallet-data th, .table-wallet-data td {
    padding: 12px;
    border: 1px solid #ddd;
    font-family: 'Radio Canada Big';
}
.table-wallet-data th {
    background-color: #002b72;
    color: #fff;
    font-weight: 500;
}
.table-wallet-data table {
    width: 100%;
}
.table-wallet-data td{
    font-size: 14px;
}

.results li a {
    padding: 8px 0 !important;
    font-size: 14px !important;
}


.price {
    font-size: 14px;
    color: #000;
    margin: 5px 0 20px;
}

.original-price {
    text-decoration: line-through;
    color: #000;
    font-size: 14px;
    font-family: 'Radio Canada Big';
}

.discounted-price {
    color: #000 !important;
    font-size: 18px;
    font-family: 'Radio Canada Big';
    margin-right: 10px;
}

.offer {
    font-size: 18px;
    color: #27ae60;
    font-weight: bold;
    margin-top: 10px;
}


/*sumanta code*/


/* Accordion header styling */
.card-header {
    background-color: #f7f7f7;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
}

/* Button link styling */
.btn-link {
    font-size: 16px;
    text-decoration: none;
    color: #000000;
    display: flex;
    justify-content: space-between;
    width: 100%;
    text-align: left;
    padding: 0;
    font-family: 'Jost';
    font-weight: 500;
}
#accordionExample .btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.btn-link:hover {
    color: #0056b3;
    text-decoration: none;
}
/* Accordion icon styles */
.icon {
    margin-right: 10px;
    transition: transform 0.3s ease;
    font-size: 11px;
}

/* Accordion content */
.card-body {
    font-size: 16px;
    padding: 15px;
}

/* Active accordion styling */
.btn-link[aria-expanded="true"] .icon {
    transform: rotate(180deg);
}

#accordionExample .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: none;
}
.content{
    text-align: center;
}
.content h4{
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    margin: 20px 0 0;
    font-family: "Poppins", sans-serif;
}





.order-content strong {
    background: #0065b5;
    padding: 5px 8px;
    font-size: 13px;
    color: #fff;
    font-family: system-ui;
    font-weight: 700;
}



/*==============================order last==============================*/

.my-order-list table {
      width: 100%;
      border-collapse: collapse;
      margin-bottom: 20px;
      background-color: #fff;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    .my-order-list thead {
      background-color: #c30000;
      color: white;
    }
    .my-order-list th, td {
      padding: 10px 8px;
      text-align: center;
      border: 1px solid #ddd;    
      font-family: 'Radio Canada Big';
    font-size: 14px;
    }
.my-order-list th {
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Radio Canada Big';
}
.my-order-list tbody tr:hover {
      background-color: #f1f1f1;
    }
.my-order-list img {
      border-radius: 8px;
      max-width: 80px;
      margin-bottom: 20px;
}
.my-order-list td img {
      vertical-align: middle;
      margin-right: 10px;
}
.edit {
    background-color: #0381ea;
    color: white;    
    border: none;
    padding: 6px 10px;
    border-radius: 4px;
}


.my-order-list .cart-item {
    display: flex;
    justify-content: normal;
    align-items: center;
    padding: 0;
    border: none;
    position: initial;
    width: 100%;
}

.my-order-list .item-details {
    width: 100%;
}
.my-order-list h6{
    font-size: 14px;
}
.my-order-list .item-image {
    width: 35%;
}























