/*----------- HEADER -------------*/
header {
    padding: 0;
    border-bottom: 1px solid #ffffff26;
}
header .navbar-collapse .navbar-nav li a {
    padding: 0 0 !important;
    color: #ffffff3d;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 30px;
    position: relative;
    line-height: 140px;
}
header .navbar-collapse .navbar-nav li a.active {
    color: #fff;
}
header .navbar-collapse .navbar-nav li:last-child a {
    margin: 0;
}
header .navbar-expand-lg {
    padding: 0 0;
}
header .navbar-collapse .navbar-nav li a::before {
    content: '';
    width: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s;
    background: radial-gradient(169.76% 133.64% at 82.39% 99.58%, #FA4592 0%, #FFA973 100%);
    border-radius: 26px;
}
header .navbar-collapse .navbar-nav li a.active::before {
    width: 100%;
}
header .navbar-collapse .navbar-nav li a:hover::before {
    width: 100%;
}
header .navbar-collapse .navbar-nav li a:hover {
    color: #fff;
}
.additional-btn .phone-number {
    padding-right: 20px;
}
.additional-btn .phone-number a {
    font-size: 18px;
    font-weight: 600;
}
.additional-btn .phone-number a img {
    margin-right: 10px;
    border-right: 1px solid #ffffff36;
    padding-right: 10px;
}
/*=========== BANNER-SECTION ===========*/
.Hero-Banner .Banner-content h3 {
    margin: 0;
    letter-spacing: 3px;
    font-size: 24px;
    line-height: 18px;
}
.Hero-Banner .Banner-content h1 {
    font-size: 56px;
    line-height: 72px;
    margin: 0;
    padding: 20px 0;
}
.Hero-Banner .Banner-content p {
    font-size: 24px;
    line-height: 18px;
}
.project-form form {
    position: relative;
}
/*.project-form form::before {*/
/*    content: '';*/
/*    background-image: url(../img/icon/form-border.png);*/
/*    background-repeat: no-repeat;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    background-position: center;*/
/*    background-size: 100% 100%;*/
/*}*/
.project-form {
    padding-top: 40px;
    position: relative;
}
.project-form form input {
    background-color: #150226;
    border: 0;
    padding: 0 20px;
    height: 80px;
    color: #767676;
    width: 100%;
    font-size: 18px;
    line-height: 18px;
}
.project-form form input.btn-primary {
    background: radial-gradient(169.76% 133.64% at 82.39% 99.58%, #FA4592 0%, #FFA973 100%);
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    width: 177px;
    height: 60px;
    padding: 0 15px;
    border-radius: 4px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.project-form form input::placeholder {
    text-transform: uppercase;
    color: #767676;
}
.project-form form input.btn-primary:hover {
    background: radial-gradient(169.76% 133.64% at 82.39% 99.58%,#FFA973  0%, #FA4592 100%);
}
.Hero-Banner .container-fluid {
    padding-right: 0;
}
.banner-hand {
    position: absolute;
    top: 17%;
    right: 0;
}
.banner-elements .four-ele {
    top: 122px;
    right: 25%;
    animation: float 2s ease-in-out infinite;
}
.banner-elements .first-ele {
    bottom: 240px;
    left: 90px;
    animation: float 2s ease-in-out infinite;
}
.banner-elements .third-ele {
    right: 7%;
    bottom: 120px;
    animation: float 2s ease-in-out infinite;
}
.banner-elements .second-ele {
    top: -340px;
    z-index: -1;
    right: 14%;
    animation: port2 5s linear infinite;
}
section.Hero-Banner {
    padding: 270px 0 157px;
}
/*============ WEBIN-SEC-TWO ==============*/
.webin-serv-box .webin-serv-icon img {
    width: unset !important;
    transition: all 0.5s;
}
.webin-serv-box .webin-serv-icon {
    border: 2px solid #9e46f1;
    width: 88px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    transition: all 0.5s;
}
.webin-serv-box:hover .webin-serv-icon {
    background: radial-gradient(169.76% 133.64% at 82.39% 99.58%, #FA4592 0%, #FFA973 100%);
    transition: all 0.5s;
}
.webin-serv-box:hover .webin-serv-icon img {
    filter: brightness(100);
}
.webin-serv-box {/* Rectangle 55 */
    background: rgba(0, 0, 0, 0.23);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 40px 30px;
    border: 1px solid #fff;
}
.webin-serv-box .webin-serv-content h3 {
    margin: 0;
    font-size: 26px;
    padding: 30px 0px;
}
.webin-serv-box .webin-serv-content p {
    padding-bottom: 30px;
    width: 90%;
    height: 131px;
    overflow: hidden;
}
/*========= WEBIN-SEC-3 =============*/
.an-portfolio-section {
  text-align: center;
  padding: 100px 0px;
}
.an-portfolio-section .an-heading-wrap {
  margin-bottom: 50px;
}
.an-portfolio-slider img {
  width: 100%;
}
.an-portfolio-slider figure {
  margin-bottom: 20px;
}
.an-portfolio-slider .item {
  height: auto;
  padding: 10px;
  transition: 0.5s;
}
.an-portfolio-slider .item:nth-child(odd) {
  animation: port1 5s linear infinite;
}
/*============== WEBIN-SEC-4 =============*/
.packages-tabs .nav-tabs .nav-link {
    padding: 0;
    color: #ffffff47;
    text-transform: uppercase;
    outline: none !important;
    border: 0;
    margin-right: 35px;
    font-size: 18px;
    font-weight: 600;
    line-height: 106px;
    position: relative;
}
.packages-tabs .nav-tabs {
    border: 1px solid #ffffff2b;
    border-radius: 17px;
    padding: 0 0;
}
.packages-tabs .nav-tabs .nav-link.active {
    background: transparent;
    color: #fff;
}
.packages-tabs .nav-tabs .nav-link::before {
    content: '';
    width: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: radial-gradient(169.76% 133.64% at 82.39% 99.58%, #FA4592 0%, #FFA973 100%);
    transition: all 0.5s;
    border-radius: 30px;
}
.packages-tabs .nav-tabs .nav-link.active::before {
    width: 100%;
}
.packages-tabs .nav-tabs .nav-link:hover::before {
    width: 100%;
}
.packages-main .title-price h3 {
    font-size: 24px;
    letter-spacing: 6px;
    margin: 0;
    padding-bottom: 25px;
}
.packages-main .title-price p {
    font-size: 86px;
    line-height: 72px;
    font-weight: 600;
}
.packages-main .title-price p span,.packages-main .title-price p span del {
    font-size: 36px;
    font-weight: 400;
}
.packages-main .title-price p span {
    display: inline-block;
    margin-left: -15px;
}
.packages-main .title-price {
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.packages-main .title-price::before {
    content: '';
    width: 96px;
    height: 4px;
    border-radius: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: radial-gradient(169.76% 133.64% at 82.39% 99.58%, #FA4592 0%, #FFA973 100%);
}
.packages-main .packages-list ul li {
    font-size: 18px;
    line-height: 47px;
    font-weight: 400;
    position: relative;
    padding-left: 18px;
}
.packages-main .packages-list ul li::before {
    content: '';
    background: radial-gradient(169.76% 133.64% at 82.39% 99.58%, #FA4592 0%, #FFA973 100%);
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 20px;
    border-radius: 20px;
}
.packages-main .packages-list ul {
    height: 280px;
    overflow-y: scroll;
}
.packages-main .packages-list {
    padding-bottom: 40px;
}
.packages-main .packages-btns .packages-icon {
    border: 1px solid #B160FD;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin-left: 10px;
}
.packages-main .packages-btns .packages-icon a img{
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.packages-main .packages-btns .transparentbtn {
    width: 325px;
}
.packages-main .packages-btns .transparentbtn a {
    width: 325px;
    text-align: center;
}
.packages-main {
    background: rgba(0, 0, 0, 0.23);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 60px 40px;
    border: 1px solid #fff;
    margin-bottom:2px;
    margin-right: 2px;
}
.packages-main::before {
    content: '';
    position: absolute;
    width: 294px;
    height: 10px;
    background: radial-gradient(290.29% 311.44% at -40.53% 96.06%, #B160FD 0%, #711AFF 100%);
    border-radius: 4px 4px 0px 0px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 0.5s;
}
.packages-main:hover::before {
    width: 90%;
}
/*============ WEBIN-SEC-5 ===========*/
.testimonial-head h1 {
    margin: -70px 0 0 0;
    padding: 0;
    font-size: 56px;
}
.webin-sec-5 .container-fluid {
    background-repeat: no-repeat;
    background-position: center;
    padding: 10px 100px;
}
.testimonial-main .testimonial-title h3 {
    margin: 0;
    padding: 0 0;
    font-size: 30px;
}
.testimonial-main .testimonial-title span {
    display: inline-block;
    padding: 15px 0;
    font-size: 18px;
    line-height: 18px;
}
.slick-vertical .slick-slide {
    border: 0;
}
.testimonial-main {
    padding-bottom: 30px;
    border-bottom: 1px solid #ffffff38;
    margin-bottom: 30px;
}
.webin-sec-5 .hero__title {
    height: 690px;
    overflow: hidden;
    padding-left: 100px;
    position: relative;
}
.webin-sec-5 .hero__title::before {
    content: '';
    background-image: url(..//img/bg/shadow-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 285px;
    z-index: 1;
}
.webin-sec-5 .hero__title::after {
    content: '';
    background-image: url(..//img/bg/shadow-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 285px;
    z-index: 1;
}
/*============ WEBIN-6-SEC ============*/
.firts__marquee__tags marquee ul li {
    font-size: 65px;
    position: relative;
    padding-right: 220px;
    font-weight: 800;
}
.firts__marquee__tags marquee ul li::before {
    content: '';
    background: radial-gradient(169.76% 133.64% at 82.39% 99.58%, #FA4592 0%, #FFA973 100%);
    width: 129px;
    height: 11px;
    position: absolute;
    right: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 40px;
}
.firts__marquee__tags marquee.right__marquee ul li {
    font-weight: 400;
    color: #ffffff40;
}
.firts__marquee__tags marquee.right__marquee ul li::before {
    background: #ffffff40;
}
marquee.left__marquee {
    position: absolute;
    width: 100%;
    left: 0;
    top: 28%;
}
marquee.right__marquee {
    position: absolute;
    bottom: 35%;
    z-index: -1;
    right: 0;
}
/*=========== FOOTER =============*/
.footer-content ul li a {
    font-size: 18px;
    line-height: 47px;
}
.footer-content {
    padding-bottom: 60px;
}
.copyright_ {
    background-color: #00000026;
    padding: 15px 120px;
}
.swal2-confirm{
    background: radial-gradient(169.76% 133.64% at 82.39% 99.58%, #FA4592 0%, #FFA973 100%) !important;
}
/*======== THANK-YOU-PAGE ==========*/
.ThankYou-Pg {
    padding: 100px 0;
}
.ThankYou-Pg h2 {
    font-size: 56px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.ThankYou-Pg p {
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 20px;
}
.ThankYou-Pg .transparentbtn {
    display: inline-block;
}
/*=========== BREADCRUMBS-START ===========*/
.breadcrumbs {
    padding-top: 100px;
    padding-bottom: 100px;
}
.breadcrumbs .breadcrumbs-content h1 {
    margin: 0;
    padding: 0;
    font-size: 64px;
    font-weight: 700;
    letter-spacing: 4px;
}
.breadcrumbs .breadcrumbs-content ul li i {
    color: #fb5a8c;
    margin: 0 15px;
}
.breadcrumbs .breadcrumbs-content ul li {
    font-size: 22px;
}
.breadcrumbs-image {
    width: 600px;
    margin-left: 100px;
}
.breadcrumbs-image img {
    max-width: 600px;
}
.breadcrumbs .first-ele {
    right: 50px;
    width: 160px;
    top: 50px;
    animation: float 2s ease-in-out infinite;
}
.breadcrumbs .second-ele {
    top: 60px;
    width: 460px;
    z-index: -1;
    left: 0;
    animation: float 2s ease-in-out infinite;
}
/*=========== BREADCRUMBS-END ===========*/
/*================ CONTACT-PAGE-CCS-START ==============*/
.webin-text span {
    font-size: 22px;
    letter-spacing: 2px;
}
.social_links ul li {
    display: flex;
    align-items: center;
}
.social_links ul li i {
    background: radial-gradient(169.76% 133.64% at 82.39% 99.58%, #FA4592 0%, #FFA973 100%);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-right: 20px;
    border-radius: 5px;
}
.social_links ul li {
    margin-top: 23px;
}
.social_links ul li p a {
    display: inline-block;
    width: 100%;
    background: radial-gradient(169.76% 133.64% at 82.39% 99.58%, #FA4592 0%, #FFA973 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 500;
}
.MainCntForm form input,.MainCntForm form textarea {
    width: 100%;
    height: 54px;
    padding: 0 20px;
    border: 1px solid #ffa973;
    margin-bottom: 12px;
    background: #0000003d;
    color: #fff;
    font-size: 16px;
    outline: none;
    border-radius: 5px;
}
.MainCntForm form textarea {
    resize: none;
    height: 205px;
    padding: 20px;
}
.MainCntForm form input.subbtn {
    margin: 0;
    background: radial-gradient(169.76% 133.64% at 82.39% 99.58%, #FA4592 0%, #FFA973 100%);
    text-transform: uppercase;
}
.MainCntForm form input::placeholder, .MainCntForm form textarea::placeholder {
    color: #ffffffa6;
}
section.contact-sec-02 {
    padding: 100px 110px;
}
section.contact-sec-02 iframe {
    filter: invert(0.8);
    border-radius: 15px;
}
/*================ CONTACT-PAGE-CCS-END ==============*/

/*================ ABOUT-PAGE-CCS-START ==============*/
.abt-img .img1-2 {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30%;
    margin: auto;
    border-width: 2px;
    border-style: solid;
    border-image: radial-gradient(169.76% 133.64% at 82.39% 99.58%, #FA4592 0%, #FFA973 100%) 4;
    border-image-slice: 5;
    object-fit: cover;
    height: 300px;
    right: 60px;
    animation: float 2s ease-in-out infinite;
}
.abt-img {
    padding-left: 130px;
}
.counter-box {
    position: absolute;
    width: 48%;
    top: 12%;
    z-index: 1;
    left: 6%;
    animation: float 2s ease-in-out infinite;
}
.counter-box div#counter {
    background: radial-gradient(169.76% 133.64% at 82.39% 99.58%, #FA4592 0%, #FFA973 100%);
    width: 24%;
    padding: 15px 15px;
    border-radius: 6px;
}
.counter-box div#counter .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.counter-box div#counter .item h1.count {
    font-size: 26px;
    font-weight: 600;
    margin: 0;
}
.counter-box div#counter .item h3 {
    font-size: 18px;
    line-height: 23px;
    margin: 0;
}
.counter-box div#counter .item .counter-text {
    margin-left: 30px;
}
.webin-text ul {
    background: rgba(0, 0, 0, 0.23);
    backdrop-filter: blur(10px);
    padding: 20px 40px;
    border-radius: 0 0 10px 10px;
    margin: 40px 0 !important;
}
.webin-text ul li {
    font-size: 18px;
    line-height: 44px;
}
.webin-text ul li i {
    margin-right: 20px;
    background: radial-gradient(169.76% 133.64% at 82.39% 99.58%, #FA4592 0%, #FFA973 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.webin-text ul:after {
    content: '';
    background: radial-gradient(169.76% 133.64% at 82.39% 99.58%, #FA4592 0%, #FFA973 100%);
    width: 6px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px 0px 0px 10px;
}
/*================ ABOUT-PAGE-CCS-END ==============*/
.service-pg-package .title-price p {
    font-size: 70px;
}
.service-pg-package .title-price h3 {
    font-size: 18px;
    letter-spacing: 2px;
}
.service-pg-content ul {
    display: flex;
    align-items: center;
    margin-top: 30px !important;
}
.service-pg-content ul li {
    position: relative;
    padding-left: 30px;
    margin-right: 20px;
}
.service-pg-content ul li::before {
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    background: radial-gradient(169.76% 133.64% at 82.39% 99.58%, #FA4592 0%, #FFA973 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.service-pg-content ul li:last-child {
    margin: 0;
}
.service-pg-content .col-ul-2 {
    flex-wrap: wrap;
}
.service-pg-content .col-ul-2 li {
    width: 30%;
    margin-bottom: 12px !important;
}