.logo img {
    width: 60%;
  }

  .fancybox-close-small:hover:after,
  .fancybox-close-small:after {
    display: none;
  }

  .halloween-popup .halloween-filed input {
    background: #fff;
  }


/* popupcss */

.overlay-bg {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
  }

  .pop-form .submit-btn {
    font-size: 18px;
    width: 100%;
    padding: 15px 0px;
    background-color: #000000;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    border: none;
    margin-top: 15px;
    width: 100%;
    margin: 10px 0 0 0px !important;
    font-weight: 700;
  }

  .pop-form .submit-btn {
    font-size: 18px;
    padding: 15px 0px;
    background: #fb2224;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    border: none;
    margin-top: 15px;
    width: 100%;
  }

  .popupform-main.active {
    display: block;
  }

  .popupform-main {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.62);
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
  }

  .pop-form {
    position: absolute;
    width: 1049px;
    height: 679px;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: url(https://imagedelivery.net/nJwaBs__P2JfMUeYJ4vmjQ/e964e4cd-d4d1-4e30-f276-86e02d671100/1920resizing);
    padding: 0px 0 0px 0;
    z-index: 99;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background-size: cover;
  }

  .popupform-main .main-pop .col-md-12 {
    padding: 0;
  }

  .popupform-main h3 {
    font-size: 26px;
    margin: 31px 0 0 0;
    float: none;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    padding: 0 !important;
  }

  .popupform-main h2 {
    font-size: 40px;
    margin: 10px 0 0 0;
    color: #ffffff;
    font-weight: 700;
  }

  .popupform-main h4 {
    font-size: 26px;
    margin: 8px 0 0 0;
    color: #ffffff;
    font-weight: 700;
  }

  .fspx-23 {
    font-size: 23px;
  }

  .fw-exbold {
    font-weight: 800 !important;
  }

  .ls-xsmall {
    letter-spacing: -2px;
  }

  .fc-red {
    color: #fb2224;
  }

  .tt-uppercase {
    text-transform: uppercase !important;
  }

  .popupform-main h6 {
    letter-spacing: 0;
    font-size: 45px;
    background: #4274fa;
    color: #fff;
    border-radius: 10px;
    padding: 10px 15px 5px 15px;
    text-align: left;
    position: relative;
    right: 0px;
    margin: 0px;
    float: right;
  }

  .fspx-20 {
    font-size: 20px;
    display: block;
  }

  .fspx-23 {
    font-size: 23px;
    margin-bottom: 10px;
  }

  .fw-normal {
    font-weight: 400 !important;
  }

  .popupform-main .main-pop {
    padding: 25px 10px 0 0;
  }

  .pop-form .no-thanks {
    text-decoration: underline;
    color: #666666;
  }

  .pop-form form .control-group {
    margin-bottom: 10px;
  }

  form .control-group {
    margin-bottom: 24px;
    position: relative;
  }

  .pop-form form .control-group input[type="text"],
  .pop-form form .control-group input[type="text"],
  .pop-form form .control-group input[type="number"],
  .pop-form form .control-group input[type="email"],
  .pop-form form .control-group select,
  .pop-form form .control-group textarea {
    background-color: #fff;
    font-family: "Nunito", sans-serif;
    text-align: left;
  }

  .popupform-main form input[type="text"],
  .popupform-main form input[type="number"],
  .popupform-main form input[type="email"] {
    padding-left: 10px;
    min-height: 50px;
  }

  .popupform-main form input[type="text"],
  .popupform-main form input[type="number"],
  .popupform-main form input[type="email"] {
    color: #333333;
    padding: 10px;
    height: 44px;
    width: 100%;
    background: transparent;
    border: 1px solid #cccccc;
    box-shadow: none;
    -webkit-appearance: none;
    border-radius: 4px;
    font-family: "Nunito", sans-serif;
  }

  form .numberarea {
    width: auto;
    position: relative;
  }

  .pop-form .submit-btn {
    font-size: 18px;
    width: 100%;
    padding: 10px 0px;
    background-color: #ffffff;
    color: #000;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    border: none;
    margin-top: 15px;
    width: 100%;
    margin: 10px 0 0 0px !important;
    font-weight: 700;
    text-transform: uppercase;
  }

  .pop-form .no-thanks {
    text-decoration: underline;
    color: #666666;
  }

  .popupform-main h6:before {
    position: absolute;
    content: "";
    left: -35px;
    top: 0px;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-right: 45px solid #4274fa;
    border-bottom: 28px solid transparent;
  }

  .float-left {
    float: left;
  }

  .lh-medium {
    line-height: 1.2;
  }

  .lh-medium {
    line-height: 1.2;
  }

  .ta-left {
    text-align: left;
  }

  .fw-exbold {
    font-weight: 800 !important;
  }

  .mtpx-60 {
    margin-top: 60px;
  }

  .pop-form .close-btn {
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    top: 80px;
    right: 120px;
    font-size: 18px;
    font-weight: 900;
    color: #000;
    padding-top: 3px;
    background-color: #e9e9e9;
    text-align: center;
    border-radius: 50px;
    align-items: center;
    display: grid;
    border: inset 3px #000;
    /* border: 5px solid #fff; */
  }

  @media (max-width: 1366px) {
    .pop-form {
      width: 950px;
      height: 620px;
    }
  }

  @media (max-width: 991px) {
    .pop-form {
      position: absolute;
      width: 510px;
      height: 500px;
      top: 0px;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      /* background-image: url(../images/popup-bg2.png); */
      padding: 0px 0 0px 0;
      z-index: 99;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      background: #260868;
    }

    .popupform-main .col-sm-offset-4.col-sm-8 {
      max-width: 100%;
      width: 100%;
      margin: 0;
    }

    .popupform-main h3 {
      font-size: 30px !important;
    }

    .popupform-main h6 {
      font-size: 30px;
    }

    #flform input[type="text"],
    input[type="email"] {
      margin-bottom: 0px;
    }

    .pop-form .close-btn {
      width: 35px;
      height: 30px;
      display: block;
      position: absolute;
      top: 2px;
      right: 0;
      font-size: 18px;
      font-weight: 900;
      color: #080808;
      padding-top: 3px;
    }
  }

  @media (max-width: 767px) {
    .popupform-main h6:before {
      position: absolute;
      content: "";
      left: -20px;
      top: 0px;
      width: 0;
      height: 0;
      border-top: 0px solid transparent;
      border-right: 28px solid #4274fa;
      border-bottom: 28px solid transparent;
    }

    div#pop-form form {
      width: 100% !important;
    }

    .pop-form {
      position: absolute;
      width: 334px !important;
      height: 535px !important;
    }

    .popupform-main .pop-form h3 {
      font-size: 21px !important;
      margin-top: 4px;
    }

    .pop-form .close-btn {
      top: -13px;
      right: -6px;
      height: 35px;
    }

    .popupform-main h6 {
      letter-spacing: 0;
      font-size: 21px;
      background: #4274fa;
      color: #fff;
      border-radius: 10px;
      padding: 3px 8px 5px 8px;
      text-align: left;
      position: relative;
      right: 0px;
      margin: 0px;
      float: right;
    }

    .pop-form .submit-btn {
      font-size: 18px;
      width: 100%;
      padding: 8px 0px;
    }

    div#pop-form {
      max-width: 100%;
      width: 100%;
      margin: 0;
      text-align: center;
      padding-top: 10px;
    }

    .popupform-main h3 {
      font-size: 26px;
      margin: 31px 0 0 0;
      color: #ffffff;
      font-weight: 500;
    }

    .popupform-main h2 {
      font-size: 30px;
      margin: 10px 0 0 0;
      color: #ffffff;
      font-weight: 700;
    }

    .popupform-main h4 {
      font-size: 24px;
      margin: 8px 0 0 0;
      color: #fff;
      font-weight: 700;
    }

    .chk-st-1 {
      display: inline-flex;
    }
  }

  div#pop-form {
    width: 100%;
    margin: 0 auto;
    display: table;
    text-align: center;
    padding-top: 70px;
  }

  div#pop-form form {
    width: 33%;
    margin: 0 auto;
    display: table;
  }
  @media (max-width: 767px) {
    .popupform-main h4 {
      font-size: 16p !important;
      margin: 8px 0 0 0;
      color: #fff;
      font-weight: 700;
    }

    .popupform-main h2 {
      font-size: 20px !important;
      margin: 10px 0 0 0;
      color: #ffffff;
      font-weight: 700;
    }
  }




.combo-package {
    position: relative;
    background-size: cover;
    padding: 90px 0;
}
.package-details h5 {
    width: 400px;
    background-color: #fff;
    padding: 5px 12px;
    color: #230d55;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}
.package-details h3 span {
    font-weight: 900;
    color: #f36e16;
}
.package-details h3 {
    font-size: 85px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
}
.package-details p {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 30px;
}
.package-details .item-list {
    margin-bottom: 20px;
}
.package-details .item-list h6 {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.package-details .item-list ul li {
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
}
.package-details .item-list ul li i {
    color: #e4b90b;
    font-weight: 600;
    margin-right: 4px;
}
.combo-box-pack {
    position: relative;
    border-radius: 10px;
}
.combo-box-pack * {
    position: relative;
}
.combo-box-pack::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 7px;
    transition: all .3s ease-in-out;
    background: #f36e16;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db1e5a', endColorstr='#1d1a42', GradientType=1 );
}
.combo-box-pack .info {
    padding: 35px 20px 0;
    text-align: center;
}
.combo-box-pack .info::before {
    content: '';
    position: absolute;
    left: -30px;
    top: -30px;
    background: url(https://www.cloudanimations.com/lp/assets/images/elements/element-101.html) no-repeat;
    width: 60px;
    height: 59px;
    animation: rotateElement 6000ms infinite linear;
}
.combo-box-pack .title {
    margin-bottom: 20px;
}
.combo-box-pack .title h3 {
    font-weight: 700;
    margin: 0;
    font-size: 40px;
    color: var(--white);
}
.combo-box-pack .title p {
    margin: 0;
    font-size: 20px;
    color: #fcfdfd;
}
.combo-box-pack .price {
    display: flex;
    align-items: center;
    justify-content: center;
}
.combo-box-pack .price h3 {
    color: var(--white);
    font-size: 110px;
    font-weight: 700;
    margin: 0;
}
.combo-box-pack .price h6 {
    margin: 0;
    font-size: 24px;
    color: #fcfdfc;
    margin-left: 20px;
}
.combo-box-pack .price h6 span {
    display: block;
    text-decoration: line-through;
    text-decoration-color: #ffa6cd;
}
.combo-box-pack .details {
    padding: 35px 20px;
}
.combo-box-pack .details::before {
    content: '';
    position: absolute;
    bottom: -30px;
    right: -30px;
    background: url(https://www.cloudanimations.com/lp/assets/images/elements/element-111.html) no-repeat;
    width: 60px;
    height: 59px;
    overflow: hidden;
    animation: rotateElement 6000ms infinite linear;
}
.combo-box-pack .details ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.combo-box-pack .details ul li {
    color: var(--white);
    position: relative;
}
.combo-box-pack .details ul li:first-child {
    text-align: right;
}
.combo-box-pack .details ul li+li {
    padding-left: 50px;
}
.combo-box-pack .details ul li+li::before {
    content: '';
    position: absolute;
    left: 25px;
    height: 100%;
    width: 2px;
    background-color: var(--white);
}
.combo-box-pack .details ul li:last-child {
    text-align: left;
}
.combo-box-pack .details ul li a {
    font-size: 16px;
    font-weight: 600;
    color: var(--white);
}
.combo-box-pack .details ul li a span {
    font-size: 14px;
    display: block;
    font-weight: 400;
}
.combo-box-pack .off-now {
    background-color: #e4b90b;
    text-align: center;
    padding: 10px 0;
}
.combo-box-pack .off-now h6 {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    color: #333;
}
.combo-box-pack .off-now h6 span {
    color: white;
}
.combo-box-pack .btn-style-2::before, .combo-box-pack .btn-style-2::after {
    background: #ee1236;
    background: -moz-linear-gradient(left, #ee1236 0%, #bc0422 100%);
    background: -webkit-linear-gradient(left, #ee1236 0%, #bc0422 100%);
    background: linear-gradient(to right, #ee1236 0%, #bc0422 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee1236', endColorstr='#bc0422', GradientType=1 );
}
header {
    padding: 12px 0;
}
footer .ft__nav .footer-logo {
    max-width: 65%}
.our__portfolio .btn-style-2 {
    color: #fff;
}
.our__portfolio .headingstyle1 h3 {
    color: #fff;
}
.our__portfolio .headingstyle1 p {
    color: #fff;
}
.custom-tablist-1 ul li a {
    color: #fff;
}
.custom-tablist-1 ul li.active a, .custom-tablist-1 ul li:hover a {
    color: #f36e16;
}
.custom-tablist-1 ul li a::before {
    background-image: url(https://www.cloudanimations.com/lp/assets/images/plus2.html);
}
.footer-top .row {
    display: flex;
    align-items: center;
}
.footer-top {
    padding: 40px 0 30px;
}
@media(max-width:1367px) {
    .banner-home.bg__detail.mt-78 {
    margin-top: 59px;
}
.form-bg {
    height: 105.9%}
}@media(max-width:820px) {
    .combo-package {
    background-color: #230d55;
    padding: 40px 0;
}
.package-details {
    margin-bottom: 15px;
}
.package-details h3 {
    font-size: 35px;
}
.combo-box-pack .info::before {
    display: none;
}
.combo-box-pack .details::before {
    display: none;
}
.package-details h5 {
    width: 100%;
    font-size: 18px;
    padding: 0;
    color: #fff;
    background-color: transparent;
}
.package-details p {
    font-size: 15px;
}
.combo-box-pack .title h3 {
    font-size: 22px;
}
.combo-box-pack .details ul li a {
    font-size: 14px;
}
.combo-box-pack .details ul li a span {
    font-size: 14px;
}
.combo-box-pack .details {
    padding: 20px 10px;
}
.combo-box-pack .off-now h6 {
    font-size: 24px;
}
.combo-box-pack .title p {
    font-size: 16px;
}
}.fancybox-container {
    z-index: 9999999!important;
}