/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500&display=swap'); */
*{
  margin: 0;
  padding: 0;
  /* box-sizing: border-box; */
  font-family: 'Poppins', sans-serif;
}

/*---------------- container ----------------*/
.container {
  max-width: 1200px; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1200px; } }

/*---------------- responsive-column will be visible on responsive ----------------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .responsive-column {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .responsive-column {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .responsive-column {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (max-width: 1366px) {
  .responsive-column-l {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .responsive-column-l {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .responsive-column-l {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (max-width: 1199px) {
  .responsive--column-l {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (max-width: 1024px) {
  .responsive-column-m {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .responsive-column-m {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media only screen and (min-width: 320px) and (max-width: 479px) 
{
  .responsive-column-m {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } 
}


@media (max-width: 1024px) 
{
  .responsive-column--m {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } 
}

/*======= action-btns ========*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .profile-item .d-flex {
    display: block !important; } }

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .profile-item .d-flex {
    display: block !important; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .profile-item .pr-5 {
    padding-right: 0 !important; } }

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .profile-item .pr-5 {
    padding-right: 0 !important; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .profile-item .flex-grow-1.pr-5 {
    padding-bottom: 30px; } }

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .profile-item .flex-grow-1.pr-5 {
    padding-bottom: 30px; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .profile-item .list-items {
    padding-right: 0 !important; } }

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .profile-item .list-items {
    padding-right: 0 !important; } }




/*===== traveler-form ======*/
@media (max-width: 1366px) {
  .traveler-form .col-lg-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .traveler-form .col-lg-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .traveler-form .col-lg-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (max-width: 1366px) {
  .traveler-form .col-lg-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

/*===== package-area ======*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .package-area .row.padding-top-60px {
    padding-top: 30px; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .package-area .row.padding-top-60px {
    padding-top: 30px; } }

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .package-area .row.padding-top-60px {
    padding-top: 30px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .package-area .col-lg-4 {
    padding-right: 15px !important;
    padding-left: 15px !important; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .package-area .col-lg-4 {
    padding-right: 15px !important;
    padding-left: 15px !important; } }

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .package-area .col-lg-4 {
    padding-right: 15px !important;
    padding-left: 15px !important; } }

/*===== post-tag-wrap ======*/
@media (max-width: 375px) {
  .post-tag-wrap {
    display: block !important; } }

.post-tag-wrap .post-share ul li .icon-element {
  margin-right: 0; }

@media (max-width: 375px) {
  .post-author-wrap .author-content .d-flex,
  .post-navigation {
    display: block !important; } }

@media (max-width: 375px) {
  .post-author-wrap .author-content .author-img {
    margin-right: 0 !important;
    margin-bottom: 15px; } }




.main{
  /*width: 100%;
  height: 100vh;
  display: flex;*/
  align-items: center;
  justify-content: center;
  /*background-color : #A020F0;*/
  /* background-color : #9a55bd; */
  background-color : rgba(237, 233, 254, var(--tw-bg-opacity));;
  /*background-image: url(images/back.jpg);*/
  /*background-image: linear-gradient(red, yellow);*/
  background-position: center;
  position : relative;
  /*background-size: cover;*/
}
.profile-card{
  display: flex;
  flex-direction: column;
  align-items: center;
  /*max-width: 400px;*/ max-width: 100%;
  width: 100%;
  padding: 30px;
  border: 1px solid #ffffff40;
  box-shadow: 0 5px 20px rgba(0,0,0,0.4);
  /*opacity: 0.5;*/
  /*background-image: url('https://assets.digitalocean.com/labs/images/community_bg.png');*/
  /*background-color:#fff;*/
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
/* .image{
  position: relative;
  height: 150px;
  width: 150px;
}
.image .profile-pic{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 5px 20px rgba(0,0,0,0.4);
} */
.data{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
}
.data h2{
  color: #fff;
  font-size: 33px;
  font-weight: 600;
}

.data span{
  color: #f5f5f5;
  font-size: 18px;
  font-weight: 800;
}


span{
  font-size: 18px;
}
.row{
  color: #f5f5f5;
  /*display: flex;*/
  -ms-flex: 0 0 100%;
  align-items: center;
  margin-top: 30px;
  position :50%;
}
.row .info{
  text-align: center;
  padding: 0 20px;
}
.buttons{
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.buttons .btn{
  color: #fff;
  text-decoration: none;
  margin: 0 20px;
  padding: 8px 25px;
  border-radius: 25px;
  font-size: 18px;
  white-space: nowrap;
  /*background: linear-gradient(to left, #33ccff 0%, #ff99cc 100%);*/
  background: linear-gradient(to left, yellow 0%, red 100%);
}
.buttons .btn:hover{
  box-shadow: inset 0 5px 20px rgba(0,0,0,0.4);
}

li.no-bullets {
  list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margins */
}

/*======= list-items ========*/
.list-items li {
  margin-bottom: 6px;
  color: #dfdfdf; 
}

  .list-items li a {
	color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .list-items li a:hover {
	  color: #fff;
	  }
	  
	  /*======= list--items ========*/
.list--items a {
  position: relative;
  display: inline-block; }
  .list--items a::before {
    position: absolute;
    content: "";
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 2px;
	background-color: #fff;
	/* adr eom*/
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; 
}

  .list--items a:hover::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/*======= list-items-2 ========*/
.profile_property {
  display: inline-block;
  width: 150px;
  color: #0d233e;
  font-weight: 500; }
  
  
/*=== theme-btn ====*/
.theme-btn {
  font-size: 15px;
  color: #fff;
  line-height: 45px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #578899;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #287dfa;
  font-weight: 500; }
  .theme-btn:hover {
    background-color: #fff;
    color: #287dfa; }

/*=== theme-btn-small ====*/
.theme-btn-small {
  line-height: 35px;
  padding-left: 15px;
  padding-right: 15px; }



.theme-btn-return {
  line-height: 35px;
  /*background-image: url("images/return-btn.png");*/
  background-repeat: no-repeat;
  background-size: 35px 35px;
 }
.theme-btn-return:hover {
  line-height: 35px;
  /*background-image: url("images/return-btn-hoover.png");*/
  background-repeat: no-repeat;
  background-size: 38px 38px;
 }