@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap');
body{
	background-image: linear-gradient(to left bottom, #013558, #032d50, #052648, #061f3f, #061837, #061837, #061837, #061837, #061f3f, #052648, #032d50, #013558);
    font-family: "Unbounded", sans-serif;
    font-weight: 400 !important;
}
p {
     font-weight: 300 !important;
}
h1, h2, h3 {
	font-family: "Unbounded", sans-serif;
    font-weight: 600;
}
h1, h2, h3, h4, h5, h6, p, a, ul, li{
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a {
	text-decoration: none !important;
	transition: all 0.5s;
}
.carousel-item img {
    width: 100%;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
div#navbarCollapse {
    flex-direction: row-reverse;
}

/*Header Css Start*/
header {
    padding: 20px 0;
}
.flx-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.btn1 i {
    color: #000;
    background-color: #FFC700;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #FFC70080;
}
.btn2 {
    background-color: #FF2756;
    color: #fff;
    display: inline-block;
    padding: 12px 20px;
    border-radius: 30px;
    border: 2px solid #FF275680;
}
.btn2:hover {
    background-color: transparent;
    color: #fff;
}
.side-btn a {
    color: #fff !important;
}
.side-btn i {
    margin-right: 8px;
}
.btn1 {
    margin-right: 20px;
}
/*Banner Css Start*/
.banner {
    padding: 60px 0;
}
.slide-cap {
    color: #fff;
}
.pink-txt {
    color: #FF2756;
}
.row-flx {
    align-items: center;
}
.banner-sub {
    line-height: 32px;
    font-size: 20px;
    display: inline-block;
    margin: 10px 0;
}
.theme-pink {
    background-color: #FF2756;
    color: #fff;
    border: 2px solid #802d56;
}
.theme-yellow {
    background-color: #FFC700;
    color: #000;
    border: 2px solid #807c2a;
}
.theme-btn:hover {
    background-color: transparent;
    color: #fff;
}
.theme-btn {
    display: inline-block;
    padding: 12px 16px;
    border-radius: 30px;
}
.theme-btn i {
    margin-right: 5px;
}
.banner-btn {
    display: flex;
    gap: 10px;
}
.slide-cap p {
    line-height: 26px;
    font-size: 14px;
}
.banner-form {
    background-color: #04395ba6;
    border: 2px solid #7594a7;
    border-radius: 10px;
    padding: 70px 30px 30px;
    position: relative;
    text-align: center;
    width: 80%;
    float: right;
}
.form-discount {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    background-color: #666FFA;
    padding: 6px 30px;
    display: inline-block;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50%;
    border-radius: 0 0px 10px 10px;
}
.bannerarrow {
    position: absolute;
    left: -160px;
    width: 160px;
    bottom: 110px;
}
.banner-form h2 {
    color: #fff;
    font-size: 38px;
    margin: 0 0 20px;
}
.banner-form form input, .banner-form form textarea {
    width: 100%;
    border: 2px solid #7594a7;
    background-color: transparent;
    resize: none;
    border-radius: 8px;
    height: 46px;
    padding: 10px 12px;
    margin: 0 0 12px;
    font-family: "Unbounded", sans-serif;
    color: #fff;
}
.banner-form form input::placeholder, .banner-form form textarea::placeholder {
    color: #fff;
}
.banner-form form textarea {
    height: 120px;
}
.form-btn {
    background-color: #FF2756 !important;
    color: #fff;
    border: 2px solid #802d56 !important;
    padding: 0 !important;
    border-radius: 30px !important;
    cursor: pointer;
    margin: 0 !important;
}
.bdgs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 0 0 10px;
}
.bdgs img {
    width: 80px !important;
}
.badges-blk {
    border-top: 2px solid #7594a7;
    padding-top: 20px;
    margin-top: 20px;
    color: #fff;
}
.badges-blk p {
    margin: 0;
}
.review-blk {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 30px 0;
}
.review-blk img {
    width: 150px;
}
.countermain {
    display: flex;
    align-items: center;
    text-align: center;
    gap: 10px;
}
.counter-blk {
    background-image: linear-gradient(to left bottom, #013558, #032d50, #052648, #061f3f, #061837, #061837, #061837, #061837, #061f3f, #052648, #032d50, #013558);
    border: 2px solid #7594a7;
    min-width: 140px;
    padding: 6px 0px;
    border-radius: 10px;
    height: 80px;
}
.counter-blk p {
    font-size: 13px;
    margin: 0;
}
.counter-blk span {
    display: inline-block;
    font-size: 22px;
}
.bnr-review {
    display: flex;
    min-width: 190px;
    align-items: center;
    padding: 0 12px;
}
.bnrrev p {
    line-height: 16px;
}
.bnr-review b {
    font-size: 22px;
    margin-right: 8px;
}
.bnrrev i {
    color: #FFC700;
}

/*Codes Sec Css Start*/
.codes-sec {
    padding: 60px 0;
}
.codes-title {
    text-align: center;
    width: 70%;
    margin: 0 auto;
    color: #fff;
}
.yellow-txt {
    color: #FFC700;
}
.codes-sec .banner-btn {
    justify-content: center;
    margin-top: 35px;
}
.codes-title p {
    line-height: 30px;
    margin: 0;
}
.codes-title span {
    margin: 0 0 10px;
    display: inline-block;
}
.codes-blk {
    padding: 70px 0;
}
.codes-blk ul li:first-child, .codes-blk ul li:last-child {
    position: relative;
    top: 50px;
}
.codes-blk ul li:nth-child(2), .codes-blk ul li:nth-child(5) {
    position: relative;
    top: 25px;
}
.codes-blk ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.codes-blk ul li {
    border: 2px solid #7594a773;
    height: 220px;
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: 0 -11px;
    background-color: #7594a714;
    animation: logoAnim 4s infinite ease-in-out;
}
/* Keyframes */
@keyframes logoAnim {
  0% {
    transform: scale(1) rotate(0deg);
    opacity: 0.8;
  }
  25% {
    transform: scale(1.1) rotate(5deg);
    opacity: 1;
  }
  50% {
    transform: scale(1) rotate(0deg);
    opacity: 0.9;
  }
  75% {
    transform: scale(1.1) rotate(-5deg);
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 0.8;
  }
}

/*Review Sec Css Start*/
.review-sec {
    text-align: center;
    padding: 50px 0;
}
.rev-box {
    border: 2px solid #7594a7;
    border-radius: 60px 0px;
    padding: 50px;
    background-image: url(../images/texture-bg.png);
    background-size: cover;
}
.rev-title {
    color: #fff;
    margin: 0 0 50px;
}
.rev-title h3 {
    margin: 15px 0 30px;
}
.rev-slider-main {
    width: 60%;
    margin: 0 auto;
    color: #fff;
}
.clientname {
    display: block;
    font-weight: 600;
    font-size: 26px;
}
.rev-slide .pink-txt {
    display: inline-block;
    margin: 8px 0;
}
.rev-slide i {
    color: #F4B600;
}
.rev-slider .slick-slide {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  position: relative;
  z-index: 0;
}

.rev-slider .slick-slide.slick-active {
  opacity: 1;
  z-index: 1;
}
.rev-box .draggable {
    height: 250px !important;
}
.rev-box .slick-arrow {
    display: none !important;
}
.rev-box .slick-dots {
    display: none !important;
}

/*About Sec Css Start*/
.about-sec {
    padding: 40px 0;
}
.about-blk-img img {
    width: 100%;
}
.about-blk {
    color: #fff;
}
.about-blk h3 {
    line-height: 40px;
    margin: 0 0 18px;
}
.about-blk p {
    line-height: 26px;
}
.about-blk a {
    margin-top: 12px;
}

/*Portfolio Sec Css Start*/
.portfolio-sec {
    text-align: center;
    padding: 40px 0;
}
.portfolio-title {
    margin: 0 auto 50px;
    color: #fff;
}
.portfolio-title h3 {
    line-height: 42px;
    margin: 10px 0 0;
}
.portfolio-title h3 span {
    display: block;
}
.portfolio-slide img {
    width: 100%;
}
.portfolio-slide img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: top;
    padding: 0 10px;
    transition: all 0.9s;
    cursor: pointer;
}
.portfolio-slide img:hover {
    object-position: bottom;
}
.portfolio-sec .slick-arrow {
    display: none !important;
}

/*Pricing Sec Css Start*/
.pricing-sec {
    text-align: center;
}
.pric-blk {
    background-color: #7594a714;
    border: 2px solid #7594a773;
    border-radius: 60px 0;
    color: #fff;
    text-align: left;
    padding: 40px 30px;
    transform: scale(0.9);
}
.pkg-recom {
    transform: scale(1.1) !important;
}
.pricing-sec .portfolio-title {
    margin: 0 0 90px;
}
.pkg-name {
    font-size: 28px;
}
.pric-blk p {
    margin: 0;
}
.pkg-pric {
    font-weight: 700 !important;
    font-size: 58px;
    margin: 8px 0;
    display: inline-block;
}
.pack-list li {
    font-weight: 300;
    font-size: 14px;
    position: relative;
    margin: 12px 0;
    padding-left: 20px;
}
.pack-list li span::before {
    content: '\2714';
    position: absolute;
    left: 0;
    color: #ff2756;
}
.pack-list li strong {
    font-weight: 500;
    position: relative;
    left: -20px;
}
.pack-list {
    height: 360px;
    overflow-y: hidden;
    overflow-x: hidden;
    margin: 0 0 30px !important;
    padding-right: 10px;
    transition: all 0.5s;
}
.pack-list:hover {
    overflow-y: scroll;
}
.pack-list::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: transparent;
}

.pack-list::-webkit-scrollbar
{
    width: 8px;
}

.pack-list::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #FF2756;
}
.pric-blk .theme-btn {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.pricing-sec {
    padding: 50px 0;
}

/*Process Sec Css Start */
.process-sec {
    padding: 40px 0;
}
.process-sec .portfolio-title {
    text-align: center;
}
.process-sec .portfolio-title h3 span {
    display: inline-block;
}
.process-sec .row {
    justify-content: center;
}
.process-blk {
    border-radius: 10px;
    color: #fff;
    padding: 20px 30px;
    width: 80%;
    margin: 50px auto;
    background-color: #7594a714;
    border: 2px solid #7594a773;
    position: relative;
}
.process-1 {
    margin: 50px auto;
}
.process-3, .process-5 {
    margin-left: 0;
}
.process-2, .process-4 {
    margin-right: 0;
}
.process-3 {
    margin-top: 80px;
}
.process-5 {
    margin-top: 100px;
}
.process-blk b {
    font-size: 24px;
    display: inline-block;
    margin: 0 0 16px;
}
.process-blk p {
    line-height: 26px;
}
.process-blk::before {
    color: #fff;
    position: absolute;
    font-size: 130px;
    top: -100px;
    left: -60px;
    z-index: -1;
    opacity: 0.1;
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent;
}
.process-1::before {
   content: '01'; 
}
.process-2::before {
   content: '02'; 
}
.process-3::before {
   content: '03'; 
}
.process-4::before {
   content: '04'; 
}
.process-5::before {
   content: '05'; 
}
/*Contact Sec Css Start*/
.contact-blk {
    background-color: #04395ba6;
    border: 2px solid #7594a7;
    border-radius: 10px;
    padding: 50px;
    position: relative;
    text-align: center;
    color: #fff;
}
.contact-title span {
    display: block;
}
.contact-title {
    margin: 0 0 40px;
}
.contact-blk input, .contact-blk select, .contact-blk textarea {
    width: 100%;
    border: 2px solid #7594a7;
    background-color: transparent;
    resize: none;
    border-radius: 8px;
    height: 46px;
    padding: 10px 12px;
    margin: 0 0 12px;
    font-family: "Unbounded", sans-serif;
    color: #fff;
    font-weight: 300;
}
.contact-blk textarea {
    height: 100px;
}
.contact-blk input::placeholder, .contact-blk select::placeholder, .contact-blk textarea::placeholder {
    color: #fff;
}
.contact-blk select option {
    color: #000;
}
footer {
    padding: 60px 0;
}
ul.info-address {
    margin: 0;
    color: #fff;
}
ul.info-address li a {
    color: #fff;
}
ul.info-address li {
    margin: 10px 0;
}
ul.info-address li i {
    margin-right: 16px;
}
.copyrit p {
    margin: 0;
    color: #fff;
    text-align: center;
}
.copyrit {
    padding: 12px 0;
    background-color: #04395ba6;
}
.mainBanner {
    height: 100vh;
    text-align: center;
    display: flex;
    align-items: center;
    color: #fff;
}

/*Popup Css Start*/
.popupform {
    width: 100%;
}
#creativeModal .modal-body {
    padding: 0 !important;
    background-color: transparent !important;
}
#creativeModal .close {
    position: absolute;
    background-color: #FF2756 !important;
    z-index: 99;
    right: 0;
    height: 50px;
    width: 50px;
    opacity: 1;
}
#creativeModal .modal-content {
    background-color: #000;
    border-radius: 6px;
    overflow: hidden;
}
@media only screen and (min-device-width:520px) and (max-device-width:767px) and (orientation:portrait) {}
@media only screen and (min-device-width:120px) and (max-device-width:750px) and (orientation:landscape) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:portrait) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:landscape) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:portrait) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:landscape) {}

@media only screen and (min-width: 1366px) and (max-width: 1920px){}
@media only screen and (min-width: 1200px) and (max-width: 1365px){}
@media only screen and (min-width: 992px) and (max-width: 1199px){}
@media only screen and (min-width: 768px) and (max-width: 991px){}
@media only screen and (min-width: 520px) and (max-width: 767px){}
@media only screen and (min-width: 300px) and (max-width: 519px){
.flx-div {
    flex-direction: column;
    text-align: center;
}
.logo img {
    width: 70%;
}
.side-btn {
    display: flex;
    margin-top: 15px;
}
.side-btn a {
    font-size: 12px;
}
.slide-cap h1 {
    font-size: 28px;
    line-height: 40px;
}
.banner-sub {
    line-height: 28px;
    font-size: 16px;
    margin: 0px 0 10px;
}
.banner {
    padding: 20px 0 40px;
}
.banner-btn a {
    width: 100%;
    font-size: 13px;
    margin-top: 10px;
}
.banner-btn {
    display: block;
    text-align: center;
}
.review-blk {
    gap: 15px;
    justify-content: center;
}
.review-blk img {
    width: 95px;
}
.countermain {
    flex-direction: column;
    margin: 0 0 30px;
    display: none;
}
.counter-blk {
    min-width: 230px;
}
.bnr-review {
    min-width: 230px;
    justify-content: center;
}
.banner-form {
    width: 100%;
}
.form-discount {
    width: 80%;
}
.banner-form h2 {
    font-size: 28px;
}
.bdgs img {
    width: 58px !important;
}
.codes-title {
    width: 100%;
}
.codes-blk ul {
    flex-direction: column;
    display: none;
}
.codes-blk ul li {
    animation: none;
    margin: -13px 0;
}
.codes-blk ul li:first-child, .codes-blk ul li:last-child, .codes-blk ul li:nth-child(2), .codes-blk ul li:nth-child(5) {
    top: 0;
}
.rev-slider-main {
    width: 100%;
}
.rev-box {
    padding: 50px 20px;
}
.rev-box .draggable {
    height: auto !important;
}
.about-blk-img {
    margin-top: 30px;
}
.rev-title h3, .about-blk h3, .portfolio-title h3, .contact-title h3 {
    font-size: 24px;
    line-height: 37px;
}
.pkg-recom {
    transform: none !important;
}
.pricing-sec .portfolio-title {
    margin: 0 0 20px;
}
.contact-blk {
    padding: 40px 20px;
}
footer {
    padding: 40px 0;
    text-align: center;
}
.revers {
    flex-direction: column-reverse;
}
.process-blk {
    width: 100%;
    margin: 50px 0 !important;
}
.codes-blk {
    padding: 0;
}
.slide-cap {
    text-align: center;
}
}