


/*  RESET  */
@import url('https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');
body {
  width: 100%;
  position: relative;
  line-height: 1;
  z-index: 11;
  -webkit-font-smoothing: antialiased;
  font-family: "Afacad", sans-serif;
  font-size: 16px;
}


  :root {
    --yellow: #f48f1b;
    --secend:#00153a;
    --white: #fff;
    --black: #000;
    --gray: #444444;
    --red: #f00;

}
  


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1 {
  font-family: "Afacad", sans-serif;
  font-weight: 700;
}




h2 {
  font-family: "Afacad", sans-serif;
  font-weight: 700;
}




h3 {
  font-family: "Afacad", sans-serif;
}

a {
  font-family: "Afacad", sans-serif;
  text-decoration: none !important;
  color: var(--black) !important;
}



h5 {
  font-family: "Afacad", sans-serif;
}

p {
  font-family: "Afacad", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: var(--gray);
}



/* Banner */

.toppart{
  background: #f5b741;
  padding: 12px;
}
.toppart .rigitop{
  display: flex;
  justify-content: flex-end;
}
.toppart .rigitop li{
  text-align: right;
}

 .rigitop ul li{
  margin-right: 0 !important;
}
.toppart ul {
  justify-content: flex-start;
  align-items: center;
}
.toppart ul li{
  margin-left:40px;
}
.toppart ul li:nth-child(1){
  margin-left: 0 !important;
}
.toppart ul li a i{
  color: var(--secend);
  margin-right: 10px;
}

.menupart ul li a{
  font-size: 18px;
}
.menupart .navbar-brand img{
  width: 90px;
}
.slider{
  width: 100%;
  position: relative;
}

.slider .carousel-inner .carousel-item img{
    width: 100%;
    height: 550px;
    object-fit: cover;
    
}
.accordion-item .accordion-button{
  text-transform: capitalize;
}

.slider .carousel-caption{
  top: 50%;
   transform: translate(0, -50%);
     bottom: auto !important;
}
.accordion-body strong{
 line-height: 22px;
}

.slider .carousel-caption h1{
  font-size: 46px;
  color: var(--white);
  font-weight: 500;
  text-transform: capitalize;
}
.slider .carousel-caption p{
  color: var(--white);
  font-size: 22px;
  font-weight: 400;
  margin-top: 20px;
  
}
.slider .carousel-caption h5{
     font-family: "Dancing Script", cursive;
     font-size: 23px;
     margin-bottom: 10px;
     color: var( --yellow);
}
.about{
  position: relative;
}


.about .boximgfull img{

      position: absolute;
    left: -50px;
    transform: rotate(90deg);
    top: 248px;
    width: 463px;
}
.about .boximgfull::before{
  content: "";
  position: absolute;
}

.about .heading{
    font-size: 31px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about .heading span{
  position: relative;
  margin-left: 100px;
  font-size: 19px;
  color: #ffffff;
  background: #c7191e;
  min-width: 133px;
  text-align: center;
  line-height: 58px;
  border-radius: 3px;
  margin-top: -55px;
  z-index: 1;
  /* border: dotted; */
}

.about .heading span::before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 22px solid transparent;
    border-bottom: 14px solid #842029;
    right: -22px;
}


.about .heading span::after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-left: 16px solid transparent;
    border-bottom: 14px solid #842029;
    left: -16px;
    /* transform: rotate(54deg); */
}
.aboutleft, .information{
  margin-right: 70px;
}
.about .aboutleft h4{
     font-size: 25px;
     margin-bottom: 30px;
     background: #2b9ab4;
     line-height: 35px;
     padding-left: 10px;
     border-radius: 5px;
     color: #ffffff;
     border: dotted;
}
.formpart  {
  background: #f4ba35;
  padding: 20px;
  margin-top: -100px;
  position: relative;
  border-radius: 10px;
}
.formpart .packagepart{
  background: #644d24;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
  border: dotted #f4ba35 2px;
}
.formpart .packagepart h6{
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: capitalize;
  color: #fff;
}
.formpart .packagepart h3{
  font-size: 24px;
  margin: 9px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: capitalize;
  color: #ffffff;
}
.formpart .packagepart h3 span{
  text-decoration: line-through;

}
.formpart .packagepart h6 span{
  color: #f4ba35;
}
.formpart form h4{
  font-size: 23px;
  margin-bottom: 10px;
}
.formpart form  .form-group{
  margin-bottom: 15px;
}
.formpart  form .form-group input, .formpart  form .form-group  select{
  font-size: 15px;
  background: #ebe9e8;
  height: 45px;
}
.formpart  form .form-group input:focus, .formpart  form .form-group  select:focus{
  box-shadow: 0 0 0 transparent !important;
  border: solid 1px #000;
}
.formpart  form .form-group button{
  background: #643f28;
  border: solid 1px #ffffff33;
  color: var(--white);
}

.heading{
  font-size: 25px;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.heading span{
  font-size: 15px;
}
.information .listbox{
    list-style-type:disc;
    margin-left: 20px;
}

.information .listbox li{
  list-style-type: disc;
  margin-top: 20px;
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 18px;
}

.information .tabbox  .tab-content{
  border: solid 1px #a19f9d75;
  border-radius: 0 10px 10px 10px;
  padding: 20px;
}
.information .tabbox  #myTab li button{
  background: 0 0 #f4ba35;
  color: #fff;
  margin-right: 10px;
}
.information .tabbox  #myTab li button.active{
  color: #ffffff;
  background-color: #643f28;
  border-color: #dee2e6 #dee2e6 #fff;
}

.policy{
  background: #e9d4c5;
  padding: 20px;
  border-radius: 10px;
  color: #000000;
}


.Cancellation {
      background: #f4ba3566;
      border-radius: 10px;
      padding: 20px;
      margin-top: 30px;
      border: dotted #fff 3px;
}
.Cancellation h4{
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.Cancellation ul{
    margin-left: 20px;
}
.Cancellation ul li{
  margin-bottom: 10px;
  list-style-type: disc;
 line-height: 22px;
}



/* Footer */

.footer-area {
 background: #3b3b3b;
    margin-top: 100px;
    padding: 40px 0 0 0;
}


.footer-area .footer-area-inner-content h4{
  color:var(--white);
  margin-bottom: 10px;
}

.footer-area .footer-area-inner-content  ul li{
  margin-bottom: 10px;
}

.footer-area .footer-area-inner-content  ul li a , .footer-area .footer-area-inner-content  ul li p ,.footer-area .footer-area-inner-content  ul li i{
  color:var(--white) !important;
  margin-right: 10px;
  /* margin-top: 10px; */
  line-height: 20px;
  text-transform: capitalize;
}
.footer-area .footer-area-inner-content  ul li i{
      margin-top: 8px;
}
.accordion-button:not(.collapsed){
  background: transparent;
}
.footer-area .footer-area-inner-content ul li{
    display: flex;
    align-items: flex-start;
    justify-self: flex-start;
}

.footer-area-inner-content img{
  width: 100px;
}

.copy-right p{
       color: #fff;
    text-align: center;
    font-size: 14px;
    background: #1a1a19;
    line-height: 48px;
    margin-top: 20px;
}

.footer-area-inner-content p{
  color: #fff;
  margin-bottom: 10px;
  list-style: 22px !important;
}
.copy-right p a{
      color: #f9b933 !important;
    margin-left: 10px;
}

.mobiletestimonial .information {
    display: none !important;
}