/*========================================
            ALL COMMON PART STYLE
=========================================*/

@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
:root {
    --h1size: 50px;
    --h2size: 34px;
    --h3size: 24px;
    --h4size: 20px;
    --h5size: 18px;
    --h6size: 16px;
    --bodysize: 16px;
    --mdtext: 14px;
    --smtext: 12px;
    --h1height: 58px;
    --h2height: 48px;
    --h3height: 32px;
    --h4height: 28px;
    --h5height: 26px;
    --h6height: 26px;
    --bodyheight: 26px;
    --pfamily: 'Rubik', sans-serif;
    --text: #787878;
    --white: #ffffff;
    --black: #000;
    --body: #333;
    --border: #e8e8e8;
    --heading: #39404a;
    --primary: #002165;
    --secondary: #ff0000;
    --success: #198754;
    --danger: #ff3838;
    --warning: #ffab10;
}

* {
    margin: 0px;
    padding: 0px;
    outline: 0px;
}

img {
    vertical-align: middle;
}

a,
a:hover {
    color: var(--primary);
    text-decoration: none;
    display: inline-block;
}

p {
    line-height: 24px;
    font-size: 16px;
}

a:hover {
    text-decoration: none;
}

label {
    display: inline-block;
    margin-bottom: 5px !important;
}

ul,
ol {
    padding: 0px;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
span,
label {
    margin-bottom: 0px;
}

html,
body {
    scroll-behavior: smooth;
}

body {
    color: var(--text);
    /* background: var(--body); */
    font-size: var(--bodysize);
    font-family: var(--pfamily);
    line-height: var(--bodyheight);
    overflow-x: hidden;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-weight: 600;
    color: var(--heading);
}

h1,
.h1 {
    font-size: var(--h1size);
    line-height: var(--h1height);
}

h2,
.h2 {
    font-size: var(--h2size);
    line-height: var(--h2height);
    letter-spacing: -0.3px;
    text-transform: capitalize;
}

h3,
.h3 {
    font-size: var(--h3size);
    line-height: var(--h3height);
}

h4,
.h4 {
    font-size: var(--h4size);
    line-height: var(--h4height);
}

h5,
.h5 {
    font-size: var(--h5size);
    line-height: var(--h5height);
}

h6,
.h6 {
    font-size: var(--h6size);
    line-height: var(--h6height);
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: var(--bodysize);
    color: #787878 !important;
    text-transform: capitalize;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-size: var(--bodysize);
    color: #787878 !important;
    text-transform: capitalize;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    font-size: var(--bodysize);
    color: #787878 !important;
    text-transform: capitalize;
}

input::placeholder,
textarea::placeholder {
    font-size: var(--bodysize);
    color: #787878 !important;
    text-transform: capitalize;
}

.btn-primary {
    color: #fff !important;
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-primary:hover {
    color: #fff !important;
    background-color: var(--primary);
    border-color: var(--primary);
}


/* Custom Buttons */

.btn.btn-theme,
.btn.btn-stack {
    padding: 12px 14px 12px 25px;
    border-radius: 50px;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
}

.btn.btn-theme:hover,
.btn.btn-stack:hover {
    transform: translateY(-3px);
}

.btn.btn-theme i,
.btn.btn-stack i {
    padding: 8px;
    border-radius: 50px;
    margin-left: 6px;
}

.btn.btn-theme {
    background-color: var(--primary);
    color: var(--white);
    border: 1px solid var(--primary);
}

.btn.btn-theme i {
    background-color: #ffffff38;
}

.btn.btn-stack {
    background-color: var(--border);
    color: var(--heading);
    border: 1px solid var(--border);
}

.btn.btn-stack i {
    background-color: #87878738;
}

.form-control:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(237 32 36 / 25%);
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background-color: #fff;
    box-shadow: none;
}

.title_block {
    position: relative;
}

.about-section p.about_subtitle {
    background-color: var(--secondary);
    color: var(--white);
    padding: 14px;
    margin-bottom: 22px;
    font-size: 19px;
    font-weight: 500;
    line-height: 26px;
    border-radius: 9px;
}

.title_block span.sub-text {
    color: var(--secondary);
    text-transform: uppercase;
    margin: 0 0 16px;
    display: block;
    z-index: 1999;
    position: relative;
}

.title_block .title {
    font-size: 38px;
    margin: 0 0 30px;
    line-height: 54px;
    font-weight: 600;
    z-index: 1999;
    position: relative;
}


/* .title_block span.watermark {
    line-height: .8;
    color: #fff;
    background-color: #000;
    background-size: 100% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-stroke: 0.6px transparent;
    font-size: 149px;
    opacity: 0.29;
    position: absolute;
    left: -65px;
    right: 0;
    top: -26px;
    font-weight: 700;
    z-index: -1;
} */

/* .title_block span.watermark {
    line-height: .8;
    color: #e5e5e5;
    font-size: 118px;
    opacity: 0.29;
    position: absolute;
    left: -29px;
    right: 0;
    top: -14px;
    font-weight: 700;
    z-index: 1;
} */

/* About Us CSS */

.title_block {
    position: relative;
}

.about-section p.about_subtitle {
    background-color: var(--secondary);
    color: var(--white);
    padding: 14px;
    margin-bottom: 22px;
    font-size: 19px;
    font-weight: 500;
    line-height: 26px;
    border-radius: 9px;
}

.title_block span.sub-text {
    color: var(--secondary);
    text-transform: uppercase;
    margin: 0 0 16px;
    display: block;
    z-index: 1999;
    position: relative;
}

.title_block .title {
    font-size: 42px;
    margin: 0 0 30px;
    line-height: 54px;
    font-weight: 600;
    z-index: 1999;
    position: relative;
}


/* .title_block span.watermark {
    line-height: .8;
    color: #fff;
    background-color: #000;
    background-size: 100% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-stroke: 0.6px transparent;
    font-size: 149px;
    opacity: 0.29;
    position: absolute;
    left: -65px;
    right: 0;
    top: -26px;
    font-weight: 700;
    z-index: -1;
} */

.title_block span.watermark {
    line-height: .8;
    color: #e5e5e5;
    font-size: 118px;
    opacity: 0.29;
    position: absolute;
    left: -28px;
    right: 0;
    top: -12px;
    font-weight: 700;
    z-index: 1;
}

.about-section {
    padding: 5em 0em 10em;
    height: 100%;
    clear: both;
}

.about-section .about_wrapper .aboutus-image1 img {
    border-radius: 0 200px 200px 200px;
}

.about-section .about_wrapper .aboutus-image1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.about-section .about_wrapper {
    position: relative;
    top: 14%;
}

.about-section .about_wrapper .aboutus-image2 {
    position: absolute;
    left: -42px;
    top: 392px;
    z-index: 1;
}

.about-section .about_wrapper .aboutus-image2 img {
    border-radius: 100px 0 100px 100px;
    border-top: 5px solid var(--white);
    border-right: 5px solid var(--white);
}

.about-section .image-circle {
    position: absolute;
    z-index: 2;
    background-color: #ff0000cc;
    border-radius: 100px;
    width: 158px;
    height: 158px;
    display: table;
    right: 0;
    top: -19px;
    border: 5px solid #ffff;
}

.about-section .image-circle .years {
    text-align: center;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.about-section span.value.counter {
    font-size: 48px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 8px;
    display: inline-block;
}

.about-section sup.plus {
    font-size: 34px;
    line-height: 34px;
    font-weight: 700;
    display: inline-block;
}

.about-section span.text {
    font-size: 18px;
    line-height: 17px;
    font-weight: 500;
    display: block;
    padding: 4px 0px 0px;
}

.ab_img {
    background-color: #d9e6ff;
    padding: 21px 26px;
    border-radius: 5px;
    margin-right: 14px;
    /* width: 86px; */
    /* height: 86px; */
    text-align: center;
    line-height: 0px;
    /* display: inline-block; */
}

.ab_img img {
    width: 74px;
}

.ab_img i {
    font-size: 38px;
    color: var(--primary);
}

.about_card .card-body {
    display: flex;
    align-items: start;
}

.about_card.card {
    border: 0;
    box-shadow: 0 0 4px 4px #d7d7d724;
    border-radius: 8px;
    margin-bottom: 22px;
}

.about_card.card h4 {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 18px;
}

.banner_play {
    position: absolute;
    background-color: var(--secondary);
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 86px;
    border-radius: 50px;
    right: 59px;
    top: 4px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    border: 3px solid var(--secondary);
    cursor: pointer;
    box-shadow: 0px 0px 9px 5px #ff00007a;
}


#bannervideo .modal-body {
    position: relative;
}

#bannervideo .modal-content {
    border-radius: 0px;
    border: 0;
}

#bannervideo button.btn-close {
    position: absolute;
    top: -38px;
    right: 0;
    color: #fff;
}

#bannervideo {
    z-index: 9999;
}

.banner_play i {
    font-size: 30px;
    color: #fff;
}

.banner_play::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    border: 2px solid var(--secondary);
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    animation: pulse-border 1500ms ease-out infinite;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}


/* Choose Cloud CSS */

.choose_cloud {
    padding: 6em 0 5em;
    background-image: url(../img/banner_d.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: 199;
    position: relative;
}

.choose_cloud .title_block span.sub_title {
    background: rgb(255 255 255 / 16%);
}

.choose_cloud:before {
    position: absolute;
    content: '';
    background: rgb(3 17 48 / 85%);
    mix-blend-mode: normal;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1111;
}

.choose_cloud .cloud_solution_block .title {
    font-size: 24px;
    color: #fff;
}

.choose_cloud .cloud_solution_block .text {
    color: #fff;
}

.cds_img {
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.35);
    display: inline-block;
    border-radius: 50%;
    padding: 34px;
    position: relative;
    margin-bottom: 38px;
}

.cds_img img {
    width: 64px;
}

.cds_img:before {
    content: '';
    position: absolute;
    top: -19px;
    left: -19px;
    width: 164px;
    height: 164px;
    background-image: url(../img/cloud_cds_shape.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.swiper.choose_cloud_slider {
    padding: 3em 0em 0em;
}

.choose_cloud .cloud_solution_block .inner-box {
    padding: 45px 29px 50px;
    background-color: transparent;
    border: 0;
}

/* Solutions CSS */

.title_block span.sub_title {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    color: var(--primary);
    background: #0021650f;
    border-radius: 50px;
    padding: 4px 13px;
    margin-bottom: 12px;
}


/* Cloud Solution CSS */

.cloud_solutions {
    padding: 6em 0 5em;
    background-image: url(../img/team_bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    /* z-index: -1; */
    position: relative;
}

.cloud_solution_block {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}

.cloud_solution_block .inner-box {
    position: relative;
    background-color: var(--white);
    border: 1px solid var(--border);
    padding: 45px 50px 50px 50px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 10px;
    overflow: hidden;
}

.cloud_solution_block .inner-box::before {
    position: absolute;
    width: 124px;
    height: 121px;
    left: 0;
    top: 0;
    background-image: url(../img/dots_square.png);
    content: "";
}

.cloud_solution_block .inner-box:hover {
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}

.cloud_solution_block .inner-box:hover .icon-box {
    /* background-color: #0021653d; */
}

.cloud_solution_block .inner-box:hover .icon-box .icon {
    color: #ffffff;
}

.cloud_solution_block .inner-box:hover .read-more i {
    color: #ffffff;
    background-color: var(--primary);
}

.cloud_solution_block .icon-box {
    position: absolute;
    right: -52px;
    bottom: -52px;
    height: 210px;
    width: 210px;
    background: #f3f3f3;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    padding: 40px 50px;
    border-radius: 50%;
}

.cloud_solution_block .icon-box .icon {
    color: var(--secondary);
    font-size: 72px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.icon-box svg {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    fill: var(--secondary);
    width: 72px;
    right: -4px;
    position: relative;
    top: 5px;
}

.cloud_solution_block .inner-box:hover .icon-box svg {
    /* fill: var(--primary); */
}

.cloud_solution_block .title {
    margin-bottom: 19px;
    font-size: 30px;
    font-weight: 600;
}

.cloud_label {
    display: block;
    background: var(--border);
    border-radius: 8px;
    font-size: 16px;
    line-height: 19px;
    color: var(--body);
    padding: 10px 20px;
    margin-top: 15px;
    margin-bottom: 26px;
}

.cloud_solution_block .title:hover {
    color: var(--secondary);
}

.cloud_solution_block .text {
    position: relative;
    margin-bottom: 54px;
}

.cloud_solution_block .read-more {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    color: #6a6a6a;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
}

.cloud_solution_block .read-more i {
    margin-right: 20px;
    height: 52px;
    width: 52px;
    font-size: 16px;
    color: var(--primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Blog CSS */

.blog {
    padding: 6em 0px 3em;
}

.blog-post-thumb {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.blog-post-thumb img {
    width: 100%;
    transform: scale(1);
    transition: all 0.3s ease-out 0s;
    height: 202px;
    object-fit: cover;
}

.blog-post-content {
    /* border: 1px solid var(--border); */
    border-radius: 0 0 10px 10px;
    border-top: none;
    padding: 40px 35px 35px;
    position: relative;
    /* margin-bottom: 30px; */
}

.blog-post-item:hover .blog-post-thumb img {
    transform: scale(1.1);
}

.blog-post-content .tag {
    font-size: 14px;
    font-weight: 600;
    display: block;
    text-transform: capitalize;
    background: #ff0000;
    color: var(--white);
    position: absolute;
    left: 30px;
    top: -18px;
    padding: 4px 16px;
    border-radius: 30px;
}

.blog-meta .list-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 25px;
    margin-bottom: 20px;
    margin: 0px;
    padding: 0px;
}

.blog-meta .list-wrap li {
    font-weight: 400;
    font-size: 13px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    color: #7a7a7a;
}

.blog-meta .list-wrap li i {
    font-size: 18px;
    margin-right: 8px;
    color: #7a7a7a;
}

.blog-meta .list-wrap li a {
    color: #7a7a7a;
}

.blog-post-content .title a {
    text-transform: capitalize;
    color: var(--body);
    font-weight: 500;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-post-content .title {
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 18px;
    text-transform: capitalize;
}

.blog-post-content .link-btn {
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--primary);
}

.blog-post-content .link-btn i {
    line-height: 0;
    font-size: 20px;
    color: var(--primary);
    margin-left: 10px;
}

.blog-post-item {
    border: 1px solid var(--border);
    margin-bottom: 30px;
    border-radius: 11px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.blog-post-item:hover {
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
}

.single_blog .card.single_card .card-body {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 26px;
    color: var(--body);
}


/* Subscribe CSS */

.subscribe-section {
    padding: 80px 0;
    background-color: #f8f8f8;
    position: relative;
}

.subscribe-section:before {
    content: '';
    position: absolute;
    background-image: url(../img/dot_shape_a.png);
    background-position: top left;
    background-size: auto;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    /* animation: alltuchtopdown 8s infinite linear; */
    top: 50%;
    left: 50px;
    transform: translate(-50%, -50%);
}

.subscribe-section .subscribe-right-wrapper .subscribe-info p {
    color: var(--body);
    font-size: 15px;
}

.subscribe-form input {
    height: 58px;
    border-radius: 50px;
}

.subscribe-form {
    margin-top: 24px;
}

.subscribe-form input {
    height: 58px;
    border-radius: 50px;
    padding: 9px 27px;
}

.subscribe-right-wrapper {
    position: relative;
    z-index: 1999;
}


/* Footer CSS */

.site-footer {
    background-color: #202020;
    position: relative;
    z-index: 1;
}

.site-footer .footer-overlay-right {
    background-color: transparent;
    background-image: url(../img/line_shape.png);
    background-repeat: no-repeat;
    background-position: top right;
    opacity: 0.05;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}

.site-footer .footer-overlay-left {
    background-color: transparent;
    background-image: url(../img/line_shape.png);
    background-repeat: no-repeat;
    background-position: top right;
    opacity: 0.05;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    -moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

.site-footer .top-footer {
    padding-top: 100px;
}

.site-footer .top-footer .img-textwidget {
    margin-bottom: 10px;
}

.footer-primary .widget {
    margin-bottom: 0;
    color: #D9D9D9;
}

.site-footer .footer-logo {
    margin-bottom: 20px;
}

.widget a {
    display: block;
}

.site-footer .top-footer .textwidget {
    font-size: 15px;
}

.site-footer .footer-social-links {
    margin-top: 20px;
}

.site-footer .footer-social-links ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.site-footer .footer-social-links ul li:first-child {
    margin-left: 0;
}

.site-footer .footer-social-links ul li {
    margin: 0 5px;
    display: inline-block;
}

.site-footer .footer-social-links ul li a {
    background-color: #fff;
    color: #ff0000 !important;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    line-height: 36px !important;
    text-align: center;
    display: block;
    font-size: 15px !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer-primary .widget p {
    font-size: 15px;
    margin-bottom: 15px;
}

.footer-primary .widget .widget-title {
    color: var(--white);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 20px;
}

.widget ul {
    margin: 0;
    padding: 0;
}

.widget ul li {
    list-style: none;
}

.footer-primary .widget ul li a {
    color: #D9D9D9;
    font-size: 15px;
    line-height: 32px;
}

.widget.widget_text ul li {
    margin-bottom: 10px;
    padding-left: 38px;
    position: relative;
}

.widget.widget_text ul li i {
    color: #ff0000;
    position: absolute;
    left: 0;
    top: 4px;
    background-color: #fff;
    border-radius: 50px;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    font-size: 13px;
}


.site-footer .bottom-footer {
    margin-top: 40px;
}

.site-footer .copy-right {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 20px 0;
    color: #ffffff;
}

.footer-logo img {
    width: 202px;
    background-color: #fff;
    padding: 6px 9px;
}
.footer-social-links span{display:none;}

@media only screen and (min-device-width: 280px) and (max-device-width: 480px) {
    .btn.btn-theme,
    .btn.btn-stack {
        padding: 12px 12px 12px 20px;
    }
}

.banner_listv2 li {
    background-color: #ffffff24;
    padding: 4px 12px;
    border-radius: 5px;
} 
ul.banner_listv2 {
    display: flex;
    flex-flow: wrap;
    gap: 12px;
    margin-top: 34px;
    justify-content: center;
    color: white
}

button{
    width:500px;
    height:70px;
    background: linear-gradient(to left top, #c32c71 50%, #b33771 50%);
    border-style: none;
    color:#fff;
    font-size: 23px;
    letter-spacing: 3px;
    font-weight: 600;
    outline: none;
    cursor: pointer;
    position: relative;
    padding: 0px;
    overflow: hidden;
    transition: all .5s;
    box-shadow: 0px 1px 2px rgba(0,0,0,.2);
    border-radius: 10px;
}

button a.wms_tour_link{
color:#fff;
}

button span{
    position: absolute;
    display: block;
}
button span:nth-child(1){
    height: 3px;
    width:200px;
    top:0px;
    left:-200px;
    background: linear-gradient(to right, rgba(0,0,0,0), #f6e58d);
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    animation: span1 2s linear infinite;
    animation-delay: 1s;
}

@keyframes span1{
    0%{
        left:-200px
    }
    100%{
        left:200px;
    }
}
button span:nth-child(2){
    height: 70px;
    width: 3px;
    top:-70px;
    right:0px;
    background: linear-gradient(to bottom, rgba(0,0,0,0), #f6e58d);
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    animation: span2 2s linear infinite;
    animation-delay: 2s;
}
@keyframes span2{
    0%{
        top:-70px;
    }
    100%{
        top:70px;
    }
}
button span:nth-child(3){
    height:3px;
    width:200px;
    right:-200px;
    bottom: 0px;
    background: linear-gradient(to left, rgba(0,0,0,0), #f6e58d);
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
    animation: span3 2s linear infinite;
    animation-delay: 3s;
}
@keyframes span3{
    0%{
        right:-200px;
    }
    100%{
        right: 200px;
    }
}

button span:nth-child(4){
    height:70px;
    width:3px;
    bottom:-70px;
    left:0px;
    background: linear-gradient(to top, rgba(0,0,0,0), #f6e58d);
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
    animation: span4 2s linear infinite;
    animation-delay: 4s;
}
@keyframes span4{
    0%{
        bottom: -70px;
    }
    100%{
        bottom:70px;
    }
}

button:hover span{
    animation-play-state: paused;
}


.wrapper {
    margin-top: 50px;
    display: flex;
    justify-content: center; /* Horizontally center */
    align-items: center; /* Vertically center */
}