* {
  font-family: "Mona Sans", sans-serif;
}

body {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.top {
  height: 75px;
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(10px);
  position: absolute;
  z-index: 9;
  width: 100%;
}

.top ul {
  display: flex;
  padding: 0;
  justify-content: right;
  padding-top: 26px;
}

.top ul li {
  list-style: none;
  padding: 0px 30px;
}

.top ul li a {
  color: #fff;
  font-weight: 550;
  transition: all ease-in 0.5s;
}
.top ul li a:hover{
  color: #d1d1d1;
}

.top img {
  width: 84%;
  height: 48px;
  margin-top: 16px;
  margin-left: 8px;
}


.banner {
  position: relative;
}

/* ///////slider/////// */

.slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slides {
  display: flex;
  transition: transform 0.5s ease;
}

.slide {
  min-width: 100%;
  height: 650px;
}

.slide img {
  width: 100%;
  height: 625px;
}

.navigation {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.nav-button {
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  font-size: 2em;
  padding: 10px;
  cursor: pointer;
  border-radius: 10%;
}

.nav-button:hover {
  background: rgba(0, 0, 0, 0.7);
}




.abt {
  margin-top: 40px;
}

.abt button {
  border: none;
  padding: 9px 27px;
  border-radius: 30px;
  margin-top: 25px;
  color: #fff;
  font-weight: 600;
  background-color: #ff2e12;

}

.abt h4 {
  font-weight: 550;
  font-size: 25px;
  color: rgb(219, 29, 4);
}

.abt h2 {
  font-size: 45px;
  font-weight: 600;
}

.abt p {
  font-size: 1em;
  color: #535353;
  line-height: 26px;
}

.abt-img {
  width: 100%;
  margin-top: 20px;
}

.l-abt {
  width: 80%;
}



.odisha-tr h4 {
  font-weight: 550;
  font-size: 25px;
  color: rgb(219, 29, 4);
  text-align: center;
  margin-bottom: 0;
}

.odisha-tr p {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}

.odisha-tr h3 {

  font-size: 24px;
}

.odisha-tr {
  border-radius: 20px;
  margin-top: 40px;
  padding: 36px 40px;
}

.odisha-tr h2 {
  font-size: 45px;
  font-weight: 550;
  margin-bottom: 30px;
  text-align: center;
}

.odi-btn {
  position: relative;
  text-align: right;
  padding-right: 15px;
  margin-top: -44px;
  background-color: #7f7f7f96;
  padding: 7px;
  padding-right: 22px;
}

.odi-btn a i {
  font-size: 22px;
  color: #dc3000;
}




/* ................///////////////////////////////////// */


h3 {
  color: #262626;
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 4px;
}

p {
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  color: #666666;

  &.small {
    font-size: 14px;
  }
}

.go-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 34px;
  height: 32px;
  overflow: hidden;
  top: 82%;
  right: 84%;
  background-color: #ff270afa;
  border-radius: 17px 120px 1px 20px;
  padding: 30px;
}

.go-arrow {
  margin-top: -4px;
  margin-right: -4px;
  color: white;
  font-family: courier, sans;
}


.card1 img {
  width: 27%;
  background-color: #eefbff;
  padding: 5px;
  border-radius: 50px;
}

.card1 {
  display: block;
  position: relative;
  width: 100%;
  background-color: #f2f8f9;
  border-radius: 4px;
  padding: 32px 24px;
  margin: 12px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  height: 255px;

  &:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 89%;
    right: 274px;
    background: #ff270ae9;
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 3% 70%;
    transition: transform 0.25s ease-out;
  }

  &:hover:before {
    transform: scale(21);
  }
}

.card1:hover {
  p {
    transition: all 0.3s ease-out;
    color: rgba(255, 255, 255, 0.8);
  }

  h3 {
    transition: all 0.3s ease-out;
    color: #ffffff;
  }
}

.card1:hover {
  box-shadow: 0 0 20px #cecece;
}

.srvc {
  margin-top: 40px;
}

.srvc h2 {
  text-align: center;
  font-weight: 600;
  font-size: 45px;
  margin-bottom: 30px;
}

.srvc h4 {
  font-weight: 550;
  font-size: 25px;
  color: rgb(219, 29, 4);
  text-align: center;
  margin-bottom: 0px;
}

.srvc-1 {
  margin-top: 40px;
  text-align: center;
  line-height: 26px;
}

.sr-btn {
  width: 100%;
  text-align: center;
}

.sr-btn button {
  border: none;
  padding: 10px 30px;
  border-radius: 27px;
  color: #fff;
  font-weight: 600;
  background-color: #ff2e12;
}

.m-left {
  margin-left: 5px
}

/* .//////////..//////////////////////////////////////. */

.rent-1 {
  margin-top: 50px;
  background: url(../images/q1.jpg) no-repeat;
  background-size: cover;
  height: 350px;
  width: 100%;

}

.rent-1 h3 {
  margin-top: 90px;
  font-size: 42px;
  font-weight: 520;
  color: #fff;

}

.rent-2 {
  background-color: #000000eb;
  padding: 30px 30px;
}

.rent-2 img {
  width: 85%;
}

.rent-2 h5 {
  color: #fff;
  font-weight: 550;
  font-size: 17px;
}

.q-links li{
  padding-top: 10px;
}



/* .////////////////////.................... */



.low-img {
  width: 85%;
  height: 44px;
}

.low-m {
  padding-top: 30px;
  background-color: #000;
}

.low-m ul {
  padding: 10px;
}

.low-m ul li {
  list-style: none;
}

.low-m ul li a {
  color: #fff;
  font-weight: 550;
  transition: all ease-in 0.3s;
}
.low-m ul li a:hover{
  color: #d1d1d1;
}
.low-m h3 {
  color: #fff;
  font-weight: 500;
  font-size: 25px;
}

.copy {
  height: 40px;
  background-color: #2c2c2c;
  color: #fff;
  padding-top: 12px;
  padding-left: 30px;
}

.copy h6 {
  font-size: 13px;
  font-weight: 500;
}

.low-cartex {
  text-align: right;
}

.low-cartex img {
  width: 50%;
  margin-top: 61px;
  /* filter: drop-shadow(0 0 0.75rem #ea1f00) */
}

.cntr {
  text-align: center;
}

.low-addd li {
  color: #fff;
  font-weight: 550;
  margin-bottom: 5px;

}

.low-addd {
  padding-top: 10px !important;
}

.low-addd i {
  color: #c62b00;
  float: left;
  margin-right: 8px;
  margin-top: 5px;
}




.low-mnnn {
  display: flex;
  flex-direction: row;
}

/* ............///////////////why choose us */



.team {
  margin-top: 40px;
  background: url(../images/c4.jpg) repeat rgba(1, 18, 50, 0.774);
  background-blend-mode: multiply;
  background-attachment: fixed;
  width: 100%;
  padding: 80px 0px;
}

.team h6 {
  color: #fff;
  font-weight: 550;
  position: relative;
}

.team h6::after {
  position: absolute;
  content: "";
  height: 3px;
  width: 35px;
  background-color: #ff2e12e7;
  left: 0;
  bottom: 0;
  top: 30px;

}

.team h3 {
  font-size: 35px;
  font-weight: 600;
  margin-top: 30px;
  color: #fff;
  text-transform: uppercase;
}

.team i {
  color: #f9ab25;
  font-size: 24px;
  float: left;
  margin-right: 30px;
  border: 2px solid #dfdfdf;
  line-height: 27px;
  text-align: center;
  padding: 8px;
  border-radius: 50%;
  margin-bottom: 80px;
}

.team h4 {
  font-family: "Montserrat", sans-serif !important;
  font-size: 17px;
  color: #e9e2e2;
  font-weight: 550;
  margin-bottom: 0px;
  margin-top: 8px;
  margin-bottom: 30px;
  position: relative;
}

.team h4::after {
  position: absolute;
  content: "";
  height: 3px;
  width: 35px;
  background-color: #ff2e12e7;
  left: 75px;
  bottom: 0;
  top: 30px;
}

.team p {
  color: #eae9e9;
  font-weight: 500;
  line-height: 26px;
}


/* //////////////////////////////////////////// */

.low-soci{
  display: flex;
}
.low-soci i{
  display: flex;
  justify-content: space-evenly;
  margin-top: 15px;
  font-size: 23px;
}
.low-soci li{
  position: relative;
  display: block;
  color: #666;
  font-size: 30px;
  height: 55px;
  width: 55px;
  background: #171515;
  line-height: 60px;
  border-radius: 50%;
  cursor: pointer;
  transition: .5s;
  list-style: none;
  margin-right: 8px;
}
.low-soci li:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: inherit;
  width: inherit;
  /* background: #d35400; */
  border-radius: 50%;
  transform: scale(.9);
  z-index: -1;
  transition: .5s;
}
.low-soci li:nth-child(1):before{
  background: #4267B2;
}
.low-soci li:nth-child(2):before{
  background: #1DA1F2;
}
.low-soci li:nth-child(3):before{
  background: #e72365;
}
.low-soci li:nth-child(4):before{
  background: #ff0000;
}

.low-soci li:hover:before{
  filter: blur(3px);
  transform: scale(1.2);
  /* box-shadow: 0 0 15px #d35400; */
}
.low-soci li:nth-child(1):hover:before{
  box-shadow: 0 0 15px #4267B2;
}
.low-soci li:nth-child(2):hover:before{
  box-shadow: 0 0 15px #1DA1F2;
}
.low-soci li:nth-child(3):hover:before{
  box-shadow: 0 0 15px #e72365;
}
.low-soci li:nth-child(4):hover:before{
  box-shadow: 0 0 15px #ff0000;
}

.low-soci li:nth-child(1):hover{
  color: #456cba;
  box-shadow: 0 0 15px #4267B2;
  text-shadow: 0 0 15px #4267B2;
}
.low-soci li:nth-child(2):hover{
  color: #26a4f2;
  box-shadow: 0 0 15px #1DA1F2;
  text-shadow: 0 0 15px #1DA1F2;
}
.low-soci li:nth-child(3):hover{
  color: #e72365;
  box-shadow: 0 0 15px #e72365;
  text-shadow: 0 0 15px #e72365;
}
.low-soci li:nth-child(4):hover{
  color: #ff1a1a;
  box-shadow: 0 0 15px #ff0000;
  text-shadow: 0 0 15px #ff0000;
}
/* ul li:hover{
  color: #ffa502;
  box-shadow: 0 0 15px #d35400;
  text-shadow: 0 0 15px #d35400;
} */














/* .......................////////////contact us page */



.c-banner img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.cmsg {
  background: url(../images/tex1.png) repeat;
  background-size: cover;
  padding: 60px;
  position: relative;
}

.cmsgimg img {
  width: 100%;
  height: 450px;
  border-radius: 20px;
  box-shadow: 1px 1px 16px #c2c2c2;
}

.form-control {
  height: 44px !important;
}

.cmsg h1 {
  color: #4b4b4b;
  text-align: center;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: bold;
}

.cmsg textarea {
  margin-top: 30px;
  width: 100%;
  border-radius: 5px;
  padding: 5px;
  border: 1px solid #e0dddd;
}

.cmsg1 {
  padding-top: 12px;
  padding-left: 20px;
}

.form-control {
  height: 50px;
}

.cbtn {
  margin-top: 30px;
  text-align: center;
}

.cbtn button {
  color: #fff;
  background-color: #fb371d;
  border: 0;
  padding: 6px 35px;
  font-size: 17px;
  font-weight: bold;
  border-radius: 6px;
}

.map {
  margin-bottom: -5px;
}

/* .cmap {
  position: relative;
  margin-bottom: 60px;
}

.cmap h1 {
  text-decoration: underline;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: bold;
  color: #F48634;
} */





.contactus {
  margin-top: 100px;
}

.contactus a {
  color: #000000;

}


.contactus h1 {
  color: #0b0b0b;
  font-size: 40px;
  text-align: center;
  font-weight: 600;

}


.single-card .card {
  background-color: #ffffff;
  border: 0;
  -webkit-box-shadow: 2px 4px 10px 0 rgb(0 34 51 / 5%), 2px 4px 10px 0 rgb(0 34 51 / 5%);
  box-shadow: 2px 4px 10px 0 rgb(0 34 51 / 5%), 2px 4px 10px 0 rgb(0 34 51 / 5%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.single-card .card {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.single-card .card:hover {
  background: #ff2e12;
}

.single-card .card:hover .contact-icon i {
  color: #222;
}

.single-card .card:hover .contact-icon i {
  background: #fff;
}

.single-card .card:hover .card-title,
.single-card .card:hover .card-text {
  color: #fff;
}

.single-card .card-body {
  height: 215px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.single-card .contact-icon i {
  font-size: 28px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #ff2e12;
  border-radius: 50%;
  color: #fff;
  margin-bottom: 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.single-card .card-title {
  margin-bottom: 0.75rem;
  font-size: 25px;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: 550;
  color: #0d0d10;
}

.single-card .card-text {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  color: #0d0d10;
}







/* ..............//////////about us */



.about-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-section img {
  max-width: 100%;
  height: auto;
}


.sec-title {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}

.sec-title .title {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #ff2222;
  font-weight: 550;
  margin-bottom: 5px;
}

.sec-title h2 {
  position: relative;
  display: block;
  font-size: 40px;
  color: #222222;
  font-weight: 550;
  padding-bottom: 18px;
}

.sec-title h2:before {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 50px;
  height: 3px;
  background-color: #ffbcac;
}

.sec-title .text {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
  margin-top: 35px;
}




.list-style-one li {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #222222;
  font-weight: 400;
  padding-left: 35px;
  margin-bottom: 12px;
}

.list-style-one li:before {
  content: "\f058";
  position: absolute;
  left: 0;
  top: 0px;
  display: block;
  font-size: 18px;
  padding: 0px;
  color: #ff2222;
  font-weight: 600;
  -moz-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.6;
  font-family: "Font Awesome 5 Free";
}


.btn-style-one {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff !important;
  padding: 9px 30px;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0.02em;
  background-color: #ff1212;
  border-radius: 30px;
}

.about-section {
  position: relative;
  padding: 60px 0 30px;
}

.about-section .sec-title {
  margin-bottom: 15px;
}

.about-section .content-column {
  position: relative;
  margin-bottom: 50px;
}

.about-section .content-column .inner-column {
  position: relative;
  padding-left: 30px;
}

.about-section .text {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
}

.about-section .list-style-one {
  margin-bottom: 25px;
}

.about-section .btn-box {
  position: relative;
}

.about-section .btn-box a {
  padding: 9px 35px;
}


.about-section .image-column .inner-column {
  position: relative;
  padding-left: 75px;
  padding-bottom: 125px;
}

.about-section .image-column .inner-column:before {
  position: absolute;
  left: -75px;
  top: 65px;
  height: 520px;
  width: 520px;
  background-image: url(../images/about-circle-1.png);
  content: "";
}

.about-section .image-column .image-1 {
  position: relative;
}

.about-section .image-column .image-2 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.about-section .image-column .image-2 img {
  height: 225px;
  width: 76%;
  object-fit: cover;
  margin-bottom: 25px;
}

.about-section .image-column .image-1 img {
  height: 400px;
  object-fit: cover;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img {
  box-shadow: 0 30px 50px rgba(8, 13, 62, .15);
}

.abt-kgn {
  height: 330px;
  background: url(../images/chillika.png) repeat rgba(30, 31, 32, 0.804);
  background-blend-mode: multiply;
  background-size: cover;
  margin-bottom: 40px;
  background-attachment: fixed;
}

.abt-kgn h2 {
  margin-top: 45px;
  font-size: 40px;
  color: #fff;
  font-weight: 550;
  text-align: center;
}

.abt-kgn p {
  font-size: 18px;
  color: #fefefe;
  text-align: center;
  line-height: 28px;
  font-weight: 550;
}



.abt-festiv{
  margin-top: 40px;
  margin-bottom: 40px;
}
.festiv img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 1px 2px 4px #c3c3c3;

}

.festiv {
  height: 550px;
  box-shadow: 0px 6px 30px #dddddd;
  padding: 15px;
  border-radius: 14px;
}
.festiv h3{
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 27px;
  color: #ff2222;

}
.festiv p{
  font-size: 15px;
  text-align: justify;
  color: #575757;
  height: 220px;
  overflow-y: scroll;
}


.tr-icon{
  width: 54px;
}




/* .........................////////////////photo gallery */

.modal .show{
  padding-right: 0px !important;
}
.modal button.close {
  right: 0;
  outline: 0;
}
  
#gallery-lightbox img {
  height: 260px;
  object-fit: cover;
  cursor: pointer;
}

#gallery-lightbox img:hover {
  opacity: 0.9;
  transition: 0.5s ease-out;
}

.lgt-box{
  margin-top: 40px;
  margin-bottom: 40px;
}
.crsl{
  padding: 0px 10px;
}

.tour h2{
  font-size: 45px;
  font-weight: 550;
  margin-bottom: 0px;
  text-align: center;
}
.tour h3{
  font-weight: 550;
  font-size: 25px;
  color: rgb(219, 29, 4);
  text-align: center;
  margin-bottom: 0;
}
.tour{
  margin-top: 40px;
}

.crsl h3{
  text-transform: capitalize;
  color: #ff2222;
  margin-top: 15px;
}


.crsl p{
  text-align: justify;
  font-size: 15px;
}




/* ...................../////////////////////////////////car rent */


table {
  width: 100%;
  max-width: 900px;
  border-collapse: collapse;
}

th, td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: center;
}

th {
  background-color: #de1203e1;
  color: white;
  font-weight: bold;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}

.header-cell {
  background-color: #003366;
  color: white;
  font-weight: bold;
  text-align: center;
}

.car-rental{
  margin-top: 40px;
  margin-bottom: 40px;
}

.car-rental h2{
  margin-top: 40px;
  text-align: center;
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 20px;
}



/* ..........////////////product slider */

.p-slide{
  margin-top: 40px;
}
.owl-carousel {
  position: relative;
  margin-top: 30px;
}
.owl-nav {
  position: absolute;
  top: -60px;
  left: 10px;
}
   .uk-section {
padding-top: 0px !important;  
}
.uk-card-primary {
  border-radius: 8px;
  background-color: #eaeaea !important;
  box-shadow: 0 5px 15px rgb(235 235 235 / 48%) !important;
}
.p-slide h3 {
  margin-top: 10px;
  color: rgb(255, 41, 13) !important;
  font-weight: 550;
}
.uk-card > :last-child {
  margin-top:0;
  margin-bottom: 10px
}
.p-slide p {
  margin-top: 30px;
  margin-bottom: 0;
}
.owl-next {
  background: #3286f0;
}
.owl-theme .owl-nav [class*='owl-'] {
  background: #383838;
}
.owl-dots {
  margin-top: 30px;
}
.uk-card-title {
  padding-bottom: 20px
}
.p-slide img{
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.uk-card {
  padding: 18px !important;
}
.p-slide h2{
  margin-top: 40px;
  text-align: center;
  font-weight: 600;
  font-size: 45px;
  margin-bottom: 20px;
}
.p-slide .tr-icon{
  width: 54px;
  height: auto;
}

.trms-cond h2{
  margin-top: 10px;
  margin-bottom: 5px;
  color: rgb(255, 41, 13) !important;
  font-weight: 550;
}
.trms-cond ul{
  margin: 0;
}
.trms-cond ul li{
  list-style: none;
}
.trms-cond ul li i{
  margin-right: 10px;
}
.p-slide{
  background: url(../images/tex2.png) repeat;
  background-size: cover;
  margin-bottom: 40px;
}