/*

[Custom Stylesheet]

Project: CloudServer - Responsive HTML5 Technology, Web Hosting and WHMCS Template
Version: 1.1
Author : themelooks.com

*/
.Wrapper {
    width: 95%;
    max-width: 1440px;
    margin: 0 auto;
}

.Wrapper.Nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header {
    background: #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    /*padding: 10px 0;*/
    position: relative;
    z-index: 999;
}

header .Wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Logo {
    padding: 10px 0;
}

header .Nav {
    display: flex;
    align-items: center;
}

.navbar-right ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.navbar-right>ul li {
    height: 70px;
}

.navbar-right ul li {
    display: inline-flex;
    align-items: center;
    transition: all 0.3s linear;
}

.navbar-right ul li.Dropdown {
    position: initial;
}


.navbar-right ul li a {
    color: #666;
    padding: 10px 15px;
    font-weight: 400;
    font-size: 16px;
    transition: all 0.3s linear;
}

.navbar-right ul li a.Active {
    font-weight: 700;
}

.navbar-right ul li:hover a {
    color: #FFF;
}

.navbar-right ul li>ul {
    display: none;
    position: absolute;
    top: 70px;
}

.navbar-right ul li:hover>ul {
    display: block;
}

.navbar-right ul li>ul li {
    display: block;
    width: 300px;
    background: #FFF;
    height: 50px;
}

.navbar-right ul li>ul li:hover {
    background: #e6e6e6;
}

.navbar-right ul li>ul li a {
    color: #333 !important;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
}

.navbar-right #Close {
    display: none;
    width: 40px;
    height: 40px;
    color: #FFF;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    z-index: 9999;
}

.navbar-right ul li:hover .MegaSubmenu {
    display: block;
}

.navbar-right ul li:hover {
    background: #288feb;
}

.navbar-right .MegaSubmenu {
    display: none;
    position: absolute;
    width: 100%;
    top: 70px;
    left: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(5px);
    /*box-shadow: 0 0 10px rgba(0,0,0,0.2);*/
    z-index: 98;
}

.navbar-right .MegaSubmenu .SubMenu {
    display: grid;
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    padding: 20px 0;
}

.navbar-right .MegaSubmenu .SubMenu h3 {
    font-size: 20px;
    font-weight: 600;
}

.navbar-right .MegaSubmenu .SubMenu h3::after {
    content: "";
    display: block;
    width: 50px;
    margin: 15px 0;
    height: 2px;
    background: #288feb;
}

.navbar-right .SubMenu ul li {
    display: block;
    padding: 2px 0;
    margin-bottom: 5px;
    height: auto;
    background: transparent;
}

.navbar-right .SubMenu ul li a {
    display: block;
    padding: 2px 0;
    font-size: 14px;
    color: #333;
    background: transparent !important;
}

.navbar-right .SubMenu ul li {
    background: transparent;
}

.navbar-right .SubMenu ul li a:hover {
    color: #288feb;
    background: transparent;
}

.navbar-right .SubMenu h4 {
    font-size: 18px;
}

.navbar-right .SubMenu h4 a {
    padding: 0;
    color: #000 !important;
    font-weight: 600;
    background: transparent !important;
}

.navbar-right .SubMenu ul+h4 {
    margin-top: 40px;
}


.Center {
    text-align: center;
}

.Table {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    margin: 60px 0;
}

.Table .Col {
    padding: 15px;
    border: 1px solid #EEE;
    display: flex;
    justify-content: flex-start;
    font-size: 16px;
    font-weight: 700;
}

.Table .Col::before {
    content: "•";
    color: #35b863;
    padding-right: 10px
}

.ThreeColBlock {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

#NavBars {
    display: none;
}

/*Hero*/
.VideoHero {
    display: block;
    position: relative;
    overflow: hidden;
    /*padding-bottom: 56.25%;*/
    /*min-height: 800px;*/
}

.VideoHero video {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: none;
    margin: 0;
}

.VideoHero .Screen {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgb(40, 143, 235);
    background: linear-gradient(45deg, rgba(40, 143, 235, 0.7) 0%, rgba(53, 184, 99, 0.7) 100%);
}

.VideoHero .Wrapper {
    position: relative;
}

.VideoHero .AngleScreen {
    display: block;
    position: absolute;
    width: 80%;
    height: 100%;
    left: 10%;
    top: 0;
    z-index: 3;
    transform: skew(-7deg, 0);
    background: linear-gradient(45deg, rgba(40, 143, 235, 0.7) 0%, rgba(53, 184, 99, 0.7) 100%);
    mix-blend-mode: lighten;
    backdrop-filter: blur(2px);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.VideoHero .HeroText {
    display: flex;
    align-items: center;
    padding: 100px 0;
    min-height: 800px;
}

.VideoHero .HeroText .Inner {
    max-width: 1200px;
    text-align: center;
    position: relative;
    z-index: 5;
}

.VideoHero .HeroText h1 {
    color: #FFF;
    font-size: 70px;
    font-weight: 400;
    margin: 0 auto 20px;
    line-height: 1.2;
    width: 85%;
    text-transform: uppercase;
}

.VideoHero .HeroText .Btn {
    display: inline-flex;
    height: 70px;
    border-radius: 3px;
    align-items: center;
    font-size: 18px;
    /*background:linear-gradient(45deg, rgba(132, 38, 176, 0) 10%, rgba(189, 2, 130, 0) 54%,rgba(236, 75, 60, 0) 95%);*/
    border: 1px solid #FFF;
    padding: 0 40px;
    transition: all 0.2s linear;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.VideoHero .HeroText .Btn:hover {
    color: #FFF;
    /*background:linear-gradient(45deg, rgba(132, 38, 176, 1) 10%, rgba(189, 2, 130, 1) 54%,rgba(236, 75, 60, 1) 95%);*/
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}

.VideoHero .HeroText .Btn.Phone::before {
    margin-right: 10px;
    font-family: 'FontAwesome';
}


.VideoBanner {
    display: block;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.VideoBanner .Screen {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(40, 143, 235);
    background: linear-gradient(45deg, rgba(40, 143, 235, 0.9) 0%, rgba(53, 184, 99, 0.9) 100%);
    /*mix-blend-mode: hard-light;*/
}

.HeroLabel {
    position: absolute;
    width: 65%;
    height: 100%;
    top: 0;
    right: -3.5%;
    z-index: 3;
    background: rgb(40, 143, 235);
    background: linear-gradient(45deg, rgba(53, 184, 99, 0.9) 0%, rgba(40, 143, 235, 0.9) 100%);
    transform: skew(-10.77deg, 0);
    /*mix-blend-mode: multiply;*/
}

.VideoBanner .Action {
    display: flex;
    align-items: center;
    text-align: center;
    position: absolute;
    width: 60%;
    height: 100%;
    z-index: 3;
    top: 0;
    right: 0;
}

.VideoBanner .Wrapper {
    position: relative;
}

.VideoBanner h1 {
    color: #FFF;
    font-size: 50px;
    font-weight: 400;
    margin: 0 auto 20px;
    line-height: 1.2;
    width: 85%;
    text-transform: uppercase;
}

.VideoBanner .Btn {
    display: inline-flex;
    height: 70px;
    border-radius: 3px;
    align-items: center;
    font-size: 18px;
    /*background:linear-gradient(45deg, rgba(132, 38, 176, 0) 10%, rgba(189, 2, 130, 0) 54%,rgba(236, 75, 60, 0) 95%);*/
    border: 1px solid #FFF;
    padding: 0 40px;
    transition: all 0.2s linear;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.VideoBanner .Btn::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.2s linear;
    background: linear-gradient(45deg, #8426b0 10%, #bd0282 54%, #ec4b3c 95%);
    opacity: 0;
}

.VideoBanner .Btn:hover {
    color: #FFF;
    /*background:linear-gradient(45deg, rgba(132, 38, 176, 1) 10%, rgba(189, 2, 130, 1) 54%,rgba(236, 75, 60, 1) 95%);*/
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}

.VideoBanner .Btn:hover::before {
    opacity: 1;
}

.VideoWrap {
    position: relative;
    overflow: hidden;
    margin: 60px 0 60px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

#PausePlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 36%;
    height: 100%;
    z-index: 9;
    background: url(../img/2022/playbtn.png) center no-repeat;
    background-size: 50% auto;
    cursor: pointer;
}

.VideoWrap .AngleSreen {
    display: block;
    position: absolute;
    width: 70%;
    height: 100%;
    left: 33%;
    top: 0;
    z-index: 3;
    transform: skew(-7deg, 0);
    background: linear-gradient(45deg, rgba(40, 143, 235, 0.7) 0%, rgba(53, 184, 99, 0.7) 100%);
    /*mix-blend-mode: lighten;*/
    backdrop-filter: blur(3px);
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
}

.TitlesBlock {
    display: flex;
    align-items: center;
    position: absolute;
    width: 60%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 6;
}

.Titles {
    color: #FFF;
    text-align: left;
}

.Titles h1 {
    font-weight: 400;
    font-size: 40px;
    line-height: 1.3;
}

.VideoInfo {
    background: #f0f5f6;
    padding: 80px 0;
}

.VideoInfo h3 {
    font-size: 26px;
}

.VideoInfo h4 {
    font-size: 21px;
    color: #288feb;
}

.VideoInfo h5 {
    font-size: 20px;
}

.VideoInfo .Wrapper {
    text-align: center;
}

.VideoInfo p {
    font-size: 18px;
}

.VideoInfo p a {
    color: #288feb;
}

.Poster img {
    width: 100%;
    height: auto;
}

.Video {
    width: 100%;
    height: auto;
}

/*After Banner*/
.AfterBanner {
    position: relative;
    margin: -50px 0 100px;
    z-index: 10;
}

.AfterBanner .ThreeColBlock .Col {
    padding: 20px;
    background: #FFF;
    display: flex;
    align-items: center;
    transition: all 0.3s linear;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    height: 100px;
    font-size: 18px;
    border-radius: 5px;
}

.AfterBanner .ThreeColBlock .Col:hover {
    margin-top: -10px;
}

.AfterBanner .ThreeColBlock .Col .Icon {
    display: block;
    /*float: left;*/
    width: 80px;
    height: 80px;
    margin-right: 20px;
}

.AfterBanner .ThreeColBlock .Col .Icon img {
    width: 80px;
    height: auto;
}

/* MAin */
.Main {
    display: block;
    padding-bottom: 80px;
}

.Main h2 {
    font-size: 30px;
}

.Main h4 {
    font-size: 22px;
    font-weight: 700;
}

.Spacer {
    height: 40px;
}

.BtnColor {
    display: inline-flex;
    height: 80px;
    border-radius: 40px;
    align-items: center;
    font-size: 18px;
    padding: 0 50px;
    transition: all 0.3s linear;
    margin-top: 20px;
    font-weight: 400;
    font-size: 22px;
    overflow: hidden;
    z-index: 1;
    position: relative;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.BtnColor::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #8426b0 10%, #bd0282 54%, #ec4b3c 95%);
    border-radius: 40px;
    z-index: -2;
}

.BtnColor::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: linear-gradient(45deg, rgba(40, 143, 235, 1) 0%, rgba(53, 184, 99, 1) 100%);
    transition: all 0.15s linear;
    border-radius: 40px;
    z-index: -1;
}

.BtnColor:hover {
    color: #FFF;
}

.BtnColor:hover::before {
    width: 100%;
}

/*Consultation*/
.BreadCrumbBlock {
    padding: 20px 0;
    /*background: linear-gradient(45deg, rgba(53, 184, 99, 0.9) 0%, rgba(40, 143, 235, 0.9) 100%);*/
    background-color: #288feb;
    color: #FFF;
}

.BreadCrumbBlock .Wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.BreadCrumbBlock .Wrapper h3 {
    margin: 0;
}

.BreadCrumbBlock a {
    opacity: 0.5;
    transition: all 0.3s;
}

.BreadCrumbBlock a:hover {
    opacity: 1;
}

.Line::after {
    content: '';
    display: block;
    margin: 20px 0;
    width: 50px;
    height: 2px;
    background: linear-gradient(45deg, rgba(40, 143, 235, 1) 0%, rgba(53, 184, 99, 1) 100%);
}

.Center .Line::after {
    margin: 20px auto;
}

.Main h1 {
    font-weight: 400;
}

.Main .Iframe {
    background: #FFF;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
    height: 600px;
}

.Main .Iframe iframe {
    width: 100%;
    height: 100%;
    ;
}

/*Contact 2022*/
.ContactBlock {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    overflow: hidden;
}

.ContactBlock .Col {
    padding: 40px;
    position: relative;
    display: flex;
    /*align-items: center;*/
}

.ContactBlock .Info {
    background: url(../img/customer-service.jpg) left top no-repeat;
    background-size: cover;

}

.ContactBlock .Info .Screen {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, rgba(40, 143, 235, 0.85) 0%, rgba(53, 184, 99, 0.85) 100%);
    z-index: 2;
    backdrop-filter: blur(5px);
}

.ContactBlock .Info .Inside {
    position: relative;
    z-index: 3;
}

.ContactBlock .Info .Inside h2 {
    color: #FFF;
}

.ContactBlock .Info .Inside a {
    display: block;
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    line-height: 1.6;
}

.ContactBlock .Info .Inside a::before {
    font-size: 20px;
    font-family: FontAwesome;
    color: #144876;
    position: absolute;
    left: 0;
    top: 0;
}

a.Mail::before {
    content: "";
}

a.Adress::before {
    content: "";
    left: 5px !important;
}

a.Phone::before {
    content: "";
}

a.Support::before {
    content: "";
}

.ContactBlock .Info .Inside a:last-child {
    margin-bottom: 0;
}

.ContactBlock .Forms .Btns {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ContactBlock .Forms .Btns li {
    margin-bottom: 20px;
}

.ContactBlock .Forms .Btns li:last-child {
    margin-bottom: 0;
}

.ContactBlock .Forms .Btns li a {
    display: block;
    text-align: left;
    /*width: 50%;*/
    padding: 10px 15px;
    background: #f0f5f6;
    border: 1px solid #e6e6e6;
    color: #333;
    border-radius: 3px;
    transition: all 0.3s linear;
    font-size: 18px;
}

.ContactBlock .Forms .Btns li a span {
    color: #288feb;
}

.ContactBlock .Forms .Btns li a:hover {
    background: #288feb;
    border: 1px solid #288feb;
    color: #FFF !important;
}

.ContactBlock .Forms .Btns li a:hover span {
    color: #35b863;
}

.Spots span {
    display: inline-block;
    font-size: 22px;
    width: 25%;
    text-align: center;
    font-weight: 600;
}

.Spots span i {
    color: #288feb;
}

.SpotsWP {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
    justify-content: center;
}

.SpotsWP .Col {
    width: 28%;
}

.SpotsWP .Image {
    margin-bottom: 10px;
}

.SpotsWP .Title {
    font-size: 20px;
}

.Butons .Btn {
    background: #288feb;
    padding: 20px 25px;
    font-size: 18px;
    transition: all 0.3s linear;
}

.Butons .Btn:hover {
    background: #35b863;
    color: #FFF;
}

.WPSpots .Image {
    font-size: 40px;
    color: #288feb;
    margin-bottom: 10px;
}

.WPSpots>div {
    margin: 20px 0;
}

/*Responsive*/
/*iPad*/
@media (max-width: 770px) {
    #NavBars {
        display: flex;
        width: 40px;
        height: 40px;
        align-items: center;
        justify-content: center;
        font-size: 22px;
    }

    header .Nav {
        display: none;
        position: fixed;
        background: rgba(40, 143, 235, 0.95);
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
        padding: 20px;
        box-sizing: border-box;
        z-index: 998;
        top: 0;
        left: 0;
    }

    /*
    .Nav.Open {
        display: flex;
    }
    .Nav #Close {
        display: flex;
        cursor: pointer;
        align-items: center;
        justify-content: center;
        background: rgba(255,255,255,0.2);
        border-radius: 3px;
        z-index: 999;
        opacity: 1;
    }
    .Nav #Close.Hide, #NavBars.Hide {
        display: none;
    }
    .Nav ul {
        text-align: center;
    }
    .Nav ul li {
        display: block;
        margin: 10px;
    }
    .Nav ul li a {
        color: #FFF;
        font-size: 7vw;
        line-height: 1.5;
        padding:10px 0;
        font-weight: 400;
    }*/
    .AfterBanner .ThreeColBlock .Col {
        font-size: 14px;
        line-height: 1.2;
    }

    .AfterBanner .ThreeColBlock .Col .Icon,
    .AfterBanner .ThreeColBlock .Col .Icon img {
        width: 50px;
        height: auto;
    }

    .VideoBanner h1 {
        font-size: 30px;
        width: 100%;
    }

    .VideoBanner .Btn {
        font-size: 16px;
        padding: 0 20px;
        height: 50px;
    }

    .BreadCrumbBlock .Wrapper {
        display: block;
    }

    .BreadCrumbBlock .Wrapper h3 {
        margin-bottom: 5px;
    }

    .VideoHero .HeroText h1 {
        font-size: 52px;
    }

    .VideoHero .HeroText {
        min-height: unset;
        padding: 100px 0 150px;
    }

    .ContactBlock .Forms .Btns li a {
        width: 100%;
    }
}

/*Mobile*/
@media (max-width:426px) {
    .ThreeColBlock {
        grid-template-columns: repeat(1, 1fr);
    }

    .Poster {
        display: none;
    }

    .VideoBanner h1 {
        width: 100%;
        font-size: 40px;
    }

    .Table {
        grid-template-columns: repeat(1, 1fr);
    }

    .VideoBanner .Action {
        position: relative;
        width: 100%;
        height: auto;
        padding: 20px 0 80px
    }

    .VideoHero .HeroText h1 {
        font-size: 40px;
    }

    .ContactBlock {
        grid-template-columns: repeat(1, 1fr);
    }

    .Titles h1 {
        font-size: 20px;
    }

    .VideoHero .HeroText .Btn.Phone {
        margin-top: 20px;
    }

    .Butons .Btn {
        margin-bottom: 20px;
    }
}

/*xs*/
@media (max-width:376px) {
    .Titles h1 {
        font-size: 14px;
    }
}