@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Epilogue:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;500;600&display=swap');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

html,body{
    background-color: #f2f4f4;
    font-family: 'Inter', sans-serif;
}

/* ===== Top Bar ===== */
#topbar{
    background-color: #232f3e;
    height: 40px;
    font-size: 14px;
    transition: all 0.5s;
    color: #fff;
    padding-left: 4px;
    position: sticky;
    top: 0;
    z-index: 998;
}

@media screen and (max-width: 768px){
    #topbar{
        position: static;
    }
}
#topbar .btn{
    padding: 1px 10px;
    color: white;
    background-color: #686868;
    border-radius: 3px;
    font-size: 12.8px;
    font-weight: 500;
    vertical-align: middle;
    margin-right: 10px;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}
#topbar span{
    color: #fff;
    margin-right: 5px;
}
#topbar span:hover{
    cursor: default;
}
#topbar .language-info i {
    font-style: normal;
    color: #fff;
}
#topbar .language-info i a, #topbar .language-info i span {
    padding-left: 5px;
    color: #fff;
}
#topbar .language-info i a{
    line-height: 0;
    transition: 0.3s;
    transition: 0.3s;
}
#topbar .language-info i a:hover{
    color: #fff;
    text-decoration: underline;
} 
.dropdown-menu{
    min-width: 120px;
}
.dropdown-menu li{
    border-bottom: 1px solid #e9e9e9;
}
.dropdown-menu li:last-child{
    border: none;
}
#topbar .support-links a{
    color: #fff;
    font-size: 14px;
    padding: 10px;
}
#topbar .support-links a:hover{
    color: #E8E8E8;
}

.globe{
    width: 20px;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    margin-right: 4px;
}
/* ===== NAVBAR ===== */


.navbar{
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    box-shadow: 0 1px 10px rgb(140 152 164 / 13%);
    position: sticky;
    top: 40px;
}

@media only screen and (max-width: 768px){
    .navbar{
        position: static;
    }
} 

@media only screen and (min-width: 768px){
    .dropdown:hover .dropdown-menu {
    display: block;
    }
}
.navbar .logo{
    font-size: 30px;
    color: #232f3e;
    margin-right: 48px;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.8px;
    font-family: 'Epilogue', sans-serif;
}
.navbar .logo:hover{
    color: #232f3e;
}
.navbar .logo img {
    max-height: 40px;
}
.navbar-light .navbar-nav .nav-link{
    font-size: 16px;
    padding: 15px;
    font-weight: 500;
}
@media only screen and (max-width: 768px){
    .navbar-light .navbar-nav .nav-link{
        padding: 10px;
    }
}
/* .navbar-light .navbar-nav .nav-link:hover{
    color: #ff5821;
} */

.dropdown-item:hover{
    color: #ff5821;
}
.dropdown-item.active, .dropdown-item:active{
    color: #ff5821;
    background-color: transparent;
}
.navbar .navbar-nav .nav-item .btn{
    background: #ff5821;
    border: none;
    border-radius: 8px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-size: 16px;
    font-weight: 650;
    line-height: 24px;
    padding: 12px 24px;
    text-decoration: none;
}
.navbar .navbar-nav .nav-item .btn:hover{
    transition: all 0.3s ease 0s;
    background-color: rgb(233, 58, 0) !important;
    color: #fff !important;
}

.dropdown-menu[data-bs-popper] {
    margin-top: 0;
    display: none;
}

@media only screen and (max-width: 768px){
    .dropdown-menu[data-bs-popper]{
        display: block;
    }
}

.navbar .dropdown-menu .serverIcon{
    color: #212529;
    padding-right: 7px;
    padding-left: 2px;
    font-size: 20px;
}
.navbar .dropdown-menu .cloudIcon{
    color: #212529;
    padding-right: 5px;
    font-size: 20px;
}
.navbar .dropdown-menu .balanceIcon{
    color: #212529;
    padding-right: 5px;
    font-size: 20px;
}
.navbar .dropdown-menu .videoIcon{
    color: #212529;
    padding-right: 7px;
    font-size: 20px;
}
.navbar .dropdown-menu .serviceIcon{
    color: #212529;
    padding-right: 10px;
    font-size: 20px;
}

.navbar .dropdown-menu .forumIcon{
    color: #212529;
    padding-right: 14px;
    padding-left: 2px;
    font-size: 20px;
}

/* ===== Hero Section ===== */

#hero {
    width: 100%;
    height: 650px;
    background: url("../img/clouds-orange.png");
    background-size: cover;

    background-repeat: no-repeat;
    background-position: center center;
  }
#hero .container{
    display: flex;
    flex-direction: column;
    margin: 0px auto;
    max-width: 50rem;
    width: 100%;
}

#hero p{
    color: #fff;
    font-size: 16px;
    margin-top: 0;
    text-align: center;
    padding-left: 70px;
    padding-right: 70px;
}
#hero h1.display-1{
    margin: 0;
    font-size: 88px;
    font-weight: 800;
    line-height: 96px;
    letter-spacing: -2px;
    margin: auto;
    text-align: center;
    color: #fff;
    font-family: "Epilogue", sans-serif;
}
@media only screen and (max-width: 768px){
    #hero h1.display-1{
        font-size: 48px;
        line-height: 48px !important;
    }
}
@media only screen and (max-width: 768px){
    #hero p{
        padding-left: 0px;
        padding-right: 0px;
    }
}
.hero-btn{
    color: #fff;
    text-align: center;
    justify-content: center;

}
div.row.py-3{
    display: flex;
    justify-content: center;
    margin: 40px 0 60px;
    padding: 0px;
}
.btn-primary-email{
    align-items: center;
    background-color: #ff5821;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 6px 20px -6px;
    color: rgb(255, 255, 255);
    display: flex;
    font-weight: 600;
    margin-right: 24px;
    padding: 12px 24px;
    transition: all 0.2s ease 0s;
    justify-content: center;
}
.btn-primary-email:hover{
    background-color: rgb(230, 86, 39) !important;
    color: #fff;
}
.btn-primary-google{
    align-items: center;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    box-shadow: rgb(11 43 158 / 15%) 0px 6px 20px -6px;
    color: rgb(8, 27, 75);
    display: flex;
    font-weight: 600;
    margin-right: 24px;
    padding: 12px 24px 12px 16px;
    transition: all 0.2s ease 0s;
    justify-content: center;
}
.hero-btn span{
    margin: 0px 0px 0px 16px;
}
@media only screen and (max-width: 768px){
    .hero-btn{
        display: block;
        flex-direction: column;
    }
    .hero-btn a{
        margin-right: 0px;
        margin: 0 0 16px;
    }
}

/* ===== Stats Section ===== */

#stats{
    display: flex;
    flex-direction: column;
    margin: 0px auto;
    max-width: 80rem;
    width: 100%;
}

.stats .title{
    color: #ff5821;
    font-weight: 700;
    font-size: 40px;
    margin: 0px;
    font-family: 'Epilogue', sans-serif;
}

.stats .description {
    color: rgb(77, 91, 124);
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin-right: 58.67px;
    max-width: 228px;
    text-align: left;
    width: 100%;
}

@media only screen and (max-width: 768px){
    .stats .test{
        text-align: center;
        justify-content: center;
    }
    .stats .test p{
        text-align: center;
        margin: 0px;
    }
}

/* ===== Explore ===== */
.explore{
    padding-bottom: 60px;
}
.explore-title{
    text-align: center;
    padding-bottom: 15px;
}
.explore-title h2{
    font-size: 40px;
    font-family: 'Epilogue', sans-serif;
    font-weight: 700;
    color: #232f3e;
}
.explore-title p{
    color: rgb(77, 91, 124);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0px auto;
    max-width: 640px;
    text-align: center;
}
.explore-product{
    text-align: center;
    text-decoration: none;
    color: #ff5821;
    font-weight: 600;
    font-size: 20px;
    font-family: 'JetBrains Mono', monospace;
}
.explore-product:hover{
    color: #ff5821;
}
@media only screen and (max-width: 768px){
    .explore-product{
        width: 100%;
    }
}
.arrow{
    right: -8px;
    position: relative;
    color: #ff5821;
    font-size: 18px;
    text-align: center;
    justify-content: center;
    transition: .2s ease-in;
}
.explore-product:hover i{
    margin-bottom: 2px;
    padding-left: 10px;
    transition: .2s ease-in;
}
.explore-video{
    padding-top: 30px;
    margin: 0px auto;
    max-width: 864px;
    position: relative;
    width: 100%;
}
.video{
    border-radius: 40px;
    box-shadow: rgb(11 43 158 / 20%) 0px 6px 20px -3px;
    margin: 0px;
    max-width: 100%;
}

/* ===== Customer ===== */
.customer{
    padding: 15px 0;
    text-align: center;
    background-color: #fcefeb;
}
.customerContainer{
    padding: 64px 0;
}
.customer img{
    max-width: 100%;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    padding: 15px 0;
}
.customer img:hover {
    transform: scale(1.05);
}
.customer-title h2{
    font-size: 40px;
    font-family: 'Epilogue', sans-serif;
    font-weight: 700;
    color: #232f3e;
    text-align: center;
}
  @media only screen and (max-width: 768px) {
    .customer img {
      max-width: 100%;
    }
}

/* ===== Managed Services =====*/
@media only screen and (max-width: 768px){
    .managed-services .left-column{
        padding: 12px !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important; 
    }
    .managed-services .left-column p{
        text-align: center !important;
    }
}
.managed-services{
    padding: 80px 0;
    background: url("../img/managed-orange.png");
    background-size: cover;

    background-repeat: no-repeat;
    background-position: center center;
}
.managed-services .left-column{
    display: flex;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    padding-right: 32px;
}
.managed-services .left-column h2{
    color: black;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 110%;
    margin: 0px;
    text-align: left;
    font-family: 'Epilogue', sans-serif;
    text-transform: uppercase;
    align-items: center;
    text-align: center;
       
}

.managed-services .left-column p{
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    padding-top: 20px;
    text-align: left;
}
.managed-services img{
    border-bottom-right-radius: 24px;
    bottom: -33px;
    right: 0px;
    z-index: 1;
    max-width: 100%;
}
.managed-services .vpsDivBackground{
    background-color: transparent;
}

.managed-services a{
    padding-top: 10px;
    margin: 0;
    width: 200px;
    font-size: 16px;
}
/* ===== Virtual Private Services ===== */

.vps{
    padding: 80px 0;
    background: url("../img/vps-orange.png");
    background-size: cover;

    background-repeat: no-repeat;
    background-position: center center;
}

.vps .left-column{
    display: flex;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    padding-right: 32px;
}

.vps .left-column h2{
    color: black;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 110%;
    margin: 0px;
    text-align: left;
    font-family: 'Epilogue', sans-serif;
    text-transform: uppercase;
       
}
.vps ul{
    color: #fff;
    font-size: 24px;
    padding-top: 20px;
}

.vps img{
    border-bottom-right-radius: 24px;
    bottom: -33px;
    right: 0px;
    z-index: 1;
    max-width: 100%;
}
.vps .vpsDivBackground{
    background-color: transparent;
}

/* ===== Second Pricing =====*/
.second-pricing{
    padding: 60px 0;
}

.under-title{
    text-align: center;
    padding-bottom: 30px;
}

.second-pricing-list{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    list-style: none;
    margin: auto;
    max-width: 1312px;
}
.second-pricing-list li{
    align-items: center;
    background: rgb(255, 255, 255);
    border-radius: 8px;
    box-shadow: rgb(3 27 78 / 20%) 0px 5px 5px -2px;
    display: flex;
    flex-direction: row;
    height: 56px;
    margin-bottom: 16px;
    margin-right: 32px;
    max-width: 550px;
    padding: 16px;
    width: 100%;
}
@media only screen and (max-width: 768px){
    .second-pricing-list li{
        height: auto;
        flex-direction: column;
    }
}
.second-pricing-list div{
    display: flex;
}
.second-pricing-list div img{
    align-self: flex-start;
    margin-right: 16px;
    margin-top: 24px;
}

/* ===== Industry Leading PRICING ===== */

.industry-leading{
    padding: 60px 0;
}
.industry-leading-numbers{
    align-items: center;
    flex-direction: column;
    display: flex;
    justify-content: space-around;
    width: 100%;
}
@media only screen and (max-width: 768px){
    .industry-leading-numbers{
        padding: 0px;
    }
}
.industry-leading-heading{
    padding-bottom: 30px;
}
.industry-leading-heading h1{
    font-size: 44px;
    font-weight: 800;
    text-align: center;
    padding-bottom: 20px;
    letter-spacing: -2px;
    color: #232f3e;
}
.industry-leading-heading p{
    text-align: center;
}
@media only screen and (max-width: 768px){
    .industry-leading-heading{
        text-align: center;
    }
}
.industry-leading-numbers-li{
    align-items: flex-start;
    background: rgb(255, 255, 255);
    border-radius: 8px;
    box-shadow: rgb(0 8 36 / 20%) 0px 5px 5px -2px;
    color: rgb(91, 105, 135);
    display: flex;
    flex-direction: column;
    font-weight: 500;
    margin-top: 16px;
    padding: 24px;
}
.industry-leading-numbers-li h2{
    font-size: 60px;
    margin: 0px;
}
.blue{
    color: rgb(0, 105, 255);
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 110%;
}
.blue span{
    font-size: 24px !important;
    margin-left: -10px;
}

.graph{
    margin-top: 32px;
    width: 100%;
}
.under-graph{
    margin: 28px auto;
    max-width: 640px;
    text-align: center;
}

/* ===== TABLE ===== */

.table>:not(caption)>*>*{
    box-shadow: none;
}

.form-select:focus{
    border-color: #ff5821 !important;
    box-shadow: none;
}

/* ===== PRICING CARDS ===== */

.pricing-cards{
    padding: 60px 0;
}
.pricing-cards-content{
    background: rgb(255, 255, 255);
    border-radius: 8px;
    box-shadow: rgb(0 8 36 / 20%) 0px 5px 5px -2px;
    cursor: pointer;
    margin: 0px auto 30px;
    max-width: 284px;
    padding: 20px;
    position: relative;
    width: 100%;
}
.pricing-cards-content:hover{
    box-shadow: rgb(1 14 40 / 15%) 0px 12px 30px -5px;
    transition: box-shadow 0.2s ease 0s;
}
.pricing-cards-content span{
    color: rgba(192, 194, 211, 0.9);
    font-size: 14px;
    margin-left: 5px;
}
.pricing-cards-content-h5{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 110%;
    margin: 0px;
}
.pricing-cards-content-h2{
    color: rgb(0, 8, 36);
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 110%;
    margin: 0px auto;
    font-family: 'Epilogue', sans-serif;
}
@media only screen and (max-width: 768px){
    .pricing-cards-content-h2{
        text-align: center;
    }
}
.pricing-cards-content2 h2{
    font-size: 52px;
    margin-bottom: 20px;
    margin-top: 4px;
}
.pricing-cards-content2 .month{
    color: rgb(0, 8, 36);
    font-size: 25px;
    font-weight: 400;
}
.pricing-cards-desc{
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-bottom: 10px;
    margin-top: 16px;
    list-style: none;
    padding: 0;
}
.pricing-cards-desc li{
    color: rgb(91, 105, 135);
    display: flex;
    margin-bottom: 8px;
    padding-left: 0px;
}
.pricing-cards-desc li .green-arrow{
    margin-top: 8px;
}
.pricing-cards-desc li img{
    align-self: flex-start;
    margin-left: 2px;
}
.pricing-cards-desc li p{
    margin-bottom: 0px;
    margin-left: 10px;
    margin-top: 0px;
}

.form-select{
    width: auto;
    display: inline-block;
}

/* ===== Pricing Vps ===== */

@media only screen and (max-width: 768px){
    .pricing-vps .pricingMobile{
        padding-bottom: 20px;
    }
}

.pricing-vps{
    padding: 60px 0;
}
.pricing-vps .box{
    padding: 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 20%);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    height: 400px;
    justify-content: center; 
}
.pricing-vps .box:hover{
    box-shadow: rgb(1 14 40 / 35%) 0px 12px 30px -5px;
    transition: box-shadow 0.2s ease 0s;
}

.pricing-vps .box h3{
    margin: -20px -20px 20px -20px;
    padding: 20px 15px;
    font-size: 24px;
    font-weight: 600;
    background: #f8f8f8;
    color: #232f3e;
}

.pricing-vps ul{
    padding: 0;
    list-style: none;
    color: #313030;
    text-align: center;
    line-height: 36px;
    font-size: 20px;
}

.pricing-vps .btn-wrap{
    padding: 20px 15px;
    background: #f8f8f8;
    text-align: center;
    margin-top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    
}

.pricing-vps .btn-buy{
    background: #ff5821;
    display: inline-block;
    padding: 6px 35px 8px 35px;
    border-radius: 10px;
    color: #fff;
    transition: none;
    font-size: 20px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    box-shadow: 0 3px 7px rgb(255 88 33 / 40%);
    transition: 0.3s;
    text-decoration: none;
}
.pricing-vps .btn-buy:hover{
    transition: all 0.3s ease 0s;
    background-color: rgb(233, 58, 0) !important;
    color: #fff !important;
}

.pricing-vps h4{
    font-size: 36px;
    color: #ff5821;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    margin-bottom: 20px;
}
.pricing-vps sup{
    font-size: 20px;
    top: -15px;
    left: -3px;
}
.pricing-vps h4 span {
    color: #bababa;
    font-size: 16px;
    font-weight: 300;
}

.pricing-title{
    color: #232f3e;
    font-size: 44px;
    font-weight: 800;
    letter-spacing: -2px;
    text-align: center;
    padding-bottom: 60px;
}
/* ===== Video Streaming =====*/
.video-streaming{
    padding: 80px 0;
    background: url("../img/clouds-orange2.png");
    background-size: cover;

    background-repeat: no-repeat;
    background-position: center center;
}

.video-streaming h1{
    font-family: 'Epilogue', sans-serif;
    color: black;
    font-weight: 700;
    font-size: 44px;
}
.video-streaming p{
    padding-top: 16px;
    color: #fff;
    font-size: 24px;
    font-family: 'Inter', sans-serif;
    padding-bottom: 16px;
}
.getStartedBtn2{
    background-color: white;
    border-radius: 10px;
    box-shadow: rgb(11 43 158 / 15%) 0px 6px 20px -6px;
    color: rgb(8, 27, 75);
    font-weight: 600;
    padding: 12px 24px;
    transition: all 0.2s ease 0s;
}

.getStartedBtn2:hover{
    color: white;
    background-color: #ff5821;
    box-shadow: rgb(11 43 158 / 50%) 0px 6px 20px -6px;
}

.talkToExpert{
    background-color: white;
    border-radius: 10px;
    box-shadow: rgb(11 43 158 / 15%) 0px 6px 20px -6px;
    color: rgb(8, 27, 75);
    font-weight: 600;
    padding: 12px 24px;
    transition: all 0.2s ease 0s;
    margin-left: 24px;
}

.talkToExpert:hover{
    color: white;
    background-color: #ff5821;
    box-shadow: rgb(11 43 158 / 50%) 0px 6px 20px -6px;
}

/* ===== Testimonials ===== */
.testimonial-slider .carousel-indicators button {
    width: 10px;
    height: 10px;
    background-color: #ff5821;
    border-radius: 100%;
}
.testimonial-slider {
    padding: 60px 0;
}

.testimonial-header{
    font-weight: 500;
    margin: 0 !important;
}

@media only screen and (max-width: 768px){
    .testimonial-slider .carousel-indicators{
        display: none;
    }
}

/* ===== Video Streaming Features ===== */
.video-streaming-features img{
    max-width: 600px;
    margin: 32px auto;
}
@media only screen and (max-width: 768px){
    .video-streaming-features img{
        margin: 18px 0px;
        max-width: 320px;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding-left: 50px;
    }
}
.video-streaming-features h3{
    font-weight: 600;
    color: #232f3e;
}
.video-streaming-features p{
    color: rgb(91, 105, 135);
    font-size: 20px;
    font-weight: 300;
}

/* ===== Video Streaming Contact ===== */
.video-streaming-contact{
    padding: 60px 0;
}
.video-streaming-contact h2{
    color: #232f3e;
    font-weight: 600;
    text-align: center;
}
.video-streaming-contact p{
    color: rgb(91, 105, 135);
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 150%;
    margin-top: 20px;
    text-align: center;
    max-width: 670px;
}
.video-streaming-contact .php-email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 30px;
  }
  .video-streaming-contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
  }
  .video-streaming-contact .php-email-form .error-message br + br {
    margin-top: 25px;
  }
  .video-streaming-contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
  }
  .video-streaming-contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
  }
  .video-streaming-contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
  }
  .video-streaming-contact .php-email-form input, .video-streaming-contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
  }
  .video-streaming-contact .php-email-form input:focus, .video-streaming-contact .php-email-form textarea:focus {
    border-color: #ff5821;
  }
  .video-streaming-contact .php-email-form input {
    padding: 10px 15px;
  }
  .video-streaming-contact .php-email-form textarea {
    padding: 12px 15px;
  }
  .video-streaming-contact .php-email-form button[type=submit] {
    background: #ff5821;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 5px;
  }
  .video-streaming-contact .php-email-form button[type=submit]:hover {
    background: #ff7e54;
  }
/* ===== Load Balancer ===== */
.load-balancer{
    padding: 80px 0;
    background: url("../img/clouds-orange2.png");
    background-size: cover;

    background-repeat: no-repeat;
    background-position: center center;
}
.load-balancer .left h2{
    color: black;
    font-weight: 700;
    text-align: center;
    font-family: 'Epilogue', sans-serif;
    font-size: 40px;
}
.load-balancer .left p{
    color: #fff;
    font-size: 20px;
}
.load-balancer p{
    padding-top: 10px;
    padding-bottom: 10px;
}
.load-balancer img{
    width: 62.7%;
}

.load-balancer .btn-view-prices{
    text-align: start;
    background-color: #ff5821;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 6px 20px -6px;
    color: rgb(255, 255, 255);
    display: inline;
    font-weight: 600;
    margin-right: 24px;
    padding: 12px 24px;
    transition: all 0.2s ease 0s;
}

.btn-view-prices:hover{
    background-color: rgb(230, 86, 39) !important;
    color: #fff;
}

/* ===== Features Load Balancer ===== */
.features-load-balancer{
    background-color: #fcefeb;
    padding: 60px 0;
}

.features-load-balancer-title{
    text-align: center;
    padding-bottom: 30px;
}

.features-load-balancer-title h2{
    color: #232f3e;
    font-weight: 700;
}

.features-load-balancer .icon-box{
    padding: 50px 20px;
    margin-top: 35px;
    margin-bottom: 25px;
    text-align: center;
    height: 70%;
    position: relative;
    background: #fff;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}

.features-load-balancer .icon{
    position: absolute;
    top: -36px;
    left: calc(50% - 36px);
    transition: 0.2s;
    border-radius: 50%;
    border: 6px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 72px;
    height: 72px;
    background: #ff5821;
}

.features-load-balancer .icon i{
    color: #fff;
    font-size: 24px;
    line-height: 0;
}

.features-load-balancer .features-title{
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.features-load-balancer .features-title p{
    color: #232f3e;
    padding-top: 10px;
}

.features-load-balancer .description{
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
}

.features-load-balancer .lastDesc{
    padding-top: 0;
}


.features-load-balancer .icon-box:hover .icon {
    background: #fff;
    border: 2px solid #ff5821;
  }
  .features-load-balancer .icon-box:hover .icon i {
    color: #ff5821;
  }
  .features-load-balancer .icon-box:hover .features-title p {
    color: #ff5821;
  }

/* ===== Pricing ===== */

.pricing{
    padding: 80px 0;
    background: url("../img/clouds-orange2.png");
    background-size: cover;

    background-repeat: no-repeat;
    background-position: center center;
}
@media only screen and (max-width: 768px){
    .publicCloudContainer{
        text-align: center;
    }
    .publicCloudContainer h2{
        text-align: center !important;
    }

}
.pricing .left h2{
    color: black;
    font-weight: 700;
    font-family: 'Epilogue', sans-serif;
    text-align: left;
    text-transform: uppercase;
    font-size: 40px;
}
.pricing .left p{
    color: #fff;
    font-size: 20px;
}
.pricing p{
    padding-top: 10px;
    padding-bottom: 10px;
}
.pricing img{
    width: 75%;
}
/* ===== Public Cloud ===== */

.public-cloud{
    padding: 80px 0;
    background: url("../img/clouds-orange2.png");
    background-size: cover;

    background-repeat: no-repeat;
    background-position: center center;
}


@media only screen and (max-width: 768px){
    .publicCloudContainer{
        text-align: center;
    }
    .public-cloud .btn-view-prices{
        margin-right: 0px !important;
    }
    .features-public-cloud .icon-box{
        height: auto !important;
    }
}

.public-cloud .left h2{
    color: black;
    font-weight: 700;
    font-family: 'Epilogue', sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
}
.public-cloud .left p{
    color: #fff;
    font-size: 20px;
}
.public-cloud p{
    padding-top: 10px;
    padding-bottom: 10px;
}

.public-cloud .btn-view-prices{
    text-align: start;
    background-color: #ff5821;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 6px 20px -6px;
    color: rgb(255, 255, 255);
    display: inline;
    font-weight: 600;
    margin-right: 24px;
    padding: 12px 24px;
    transition: all 0.2s ease 0s;
}

.btn-view-prices:hover{
    background-color: rgb(230, 86, 39) !important;
    color: #fff;
}
.public-cloud img{
    width: 83.3%;
}

/* ===== Public Cloud Get Started =====*/

.get-started{
    padding: 80px 0;
}
.get-started h2{
    font-weight: 700;
    color: #232f3e;
    padding-bottom: 10px;
}

.get-started h4{
    color: #232f3e;
    padding-bottom: 20px;
}

.getStartedBtn{
    background: #ff5821;
    border: none;
    border-radius: 8px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-size: 16px;
    font-weight: 650;
    line-height: 24px;
    padding: 12px 24px;
    text-decoration: none;
}

.getStartedBtn:hover{
    transition: all 0.3s ease 0s;
    background-color: rgb(233, 58, 0) !important;
    color: #fff !important;
}

/* ===== Public Cloud Features ===== */

.features-public-cloud{
    background-color: #fcefeb;
    padding: 60px 0;
}

.features-public-cloud-title{
    text-align: center;
    padding-bottom: 30px;
}

.features-public-cloud-title h2{
    color: #232f3e;
    font-weight: 700;
}

.features-public-cloud .icon-box{
    padding: 50px 20px;
    margin-top: 35px;
    margin-bottom: 25px;
    text-align: center;
    height: 440px;
    position: relative;
    background: #fff;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}

.features-public-cloud .icon{
    position: absolute;
    top: -36px;
    left: calc(50% - 36px);
    transition: 0.2s;
    border-radius: 50%;
    border: 6px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 72px;
    height: 72px;
    background: #ff5821;
}

.features-public-cloud .icon i{
    color: #fff;
    font-size: 24px;
    line-height: 0;
}

.features-public-cloud .features-title{
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: uppercase;
}

.features-public-cloud .features-title p{
    color: #232f3e;
    padding-top: 10px;
}
.features-public-cloud .description{
    line-height: 24px;
    font-size: 14px;
    padding-top: 42px;
    font-weight: 400;
}

.features-public-cloud .lastDesc{
    padding-top: 0;
}

.features-public-cloud .icon-box:hover .icon {
    background: #fff;
    border: 2px solid #ff5821;
  }
  .features-public-cloud .icon-box:hover .icon i {
    color: #ff5821;
  }
  .features-public-cloud .icon-box:hover .features-title p {
    color: #ff5821;
  }

/* ===== Public Cloud Prices ===== */

.prices-public-cloud{
    padding: 64px 0;
}

.pricesCloudContainer{
    display: flex;
    flex-direction: column;
    margin: 0px auto;
    max-width: 80rem;
    width: 100%;
}
.prices-public-cloud-content{
    align-items: flex-start;
    background-color: #ff5821;
    border-radius: 24px;
    box-shadow: rgb(11 43 158 / 15%) 0px 6px 20px -6px;
    display: flex;
    flex-direction: column;
    margin: 0px auto;
    max-width: 1088px;
    padding: 32px 40px 32px 64px;
    position: relative;
    width: 100%;
}

.prices-public-cloud-content img{
    border-bottom-right-radius: 24px;
    position: absolute;
    right: 0px;
    z-index: 1;
    max-width: 100%;
}

.prices-public-cloud-content-left{
    max-width: 550px;
    z-index: 2;
}

.prices-public-cloud-content-left-header h3{
    color: rgb(255, 255, 255);
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    margin: 0px 0px 32px;
}

.prices-public-cloud-content-left-text p{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
}

.prices-public-cloud-content-left-link{
    display: flex;
}
.prices-public-cloud-content-left-link p{
    margin-top: 32px;
}
@media only screen and (max-width: 991px){
    .prices-public-cloud-content img{
        display: none;
    }
}

/* ===== ODS Section ===== */

.ods-section{
    padding: 60px 0;
}
.oui-icon-svg--xlarge svg {
    width: 64px;
    width: 4rem;
    height: 64px;
    height: 4rem;
}

.odsHeader{
    font-weight: 700;
}

.ods-section-content img{
    width: 100%;
    height: auto;
}

.topPaddingOds{
    padding-top: 100px;
}

.ods-section h2{
    color: #232f3e;
}

@media only screen and (max-width: 768px){
    .topPaddingOds{
        padding-top: 10px;
    }
    .odsImage{
        margin-bottom: -30px;
        padding-top: 20px;
    }
}

/* ===== FAQ ===== */

.faq{
    background-color: #fcefeb;
    padding: 60px 0;
    overflow: hidden;
}

.faq-title{
    text-align: center;
    padding-bottom: 30px;
    color: #232f3e;
}

.accordion-item{
    background-color: transparent;
    border: none;
}

.accordion-button{
    background-color: transparent;
    font-weight: 700;
}

.accordion-button:focus{
    box-shadow: none;
}

.accordion-button:hover{
    color: #ff5821;
}
.accordion-button:not(.collapsed):focus{
    background-color: transparent;
    box-shadow: none;
    color: #212529;
}

.accordion-body{
    max-width: 75%;
    padding: 5px 20px !important;
}

@media only screen and (max-width: 768px){
    .accordion-body{
        max-width: 100%;
    }
}

/* ===== Calculator ===== */

.calculator{
    padding: 60px 0;
}
/* Left Column */

.left-column{
    display: flex;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    padding-right: 32px;
}

.left-column h2{
    color: #232f3e;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 110%;
    margin: 0px;
    text-align: left;
}

.left-column p{
    margin: 16px 0px;
}

.calculate-your-savings{
    align-items: center;
    color: #ff5821;
    display: inline-flex;
    font-family: "JetBrains Mono", sans-serif;
    font-weight: 600;
    position: relative;
    margin-right: 12px;
    text-decoration: none;
    font-size: 20px;
}
.calculate-your-savings:hover{
    color: #ff5821;
}

.calculate-your-savings:hover i{
    padding-left: 5px;
    transition: .2s ease-in;
}
/* Right Column */

.right-column{
    background-color: rgb(255, 255, 255);
    border-radius: 24px;
    color: rgb(192, 194, 211);
    display: flex;
    flex-direction: column;
    max-width: 528px;
    padding: 0;
}

.top-part{
    background-color: #ff5821;
    border-radius: 24px 24px 0px 0px;
    padding: 32px 40px;
}

.bottom-part{
    background-color: rgb(255, 255, 255);
    border-radius: 24px;
    padding: 32px 40px;
}

.right-column .top-part .heading{
    margin-bottom: 24px;
}
.right-column .top-part .heading h3{
    color: rgb(255, 255, 255);
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 120%;
    margin: 0px;
}
.right-column .top-part .heading h6{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 8px;
    color: #fff;
}

.top-part .cpu{
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.top-part .cpu button{
    background-color: #ff5821;
    border: none;
    border-radius: 8px;
    color: white;
    cursor: pointer;
    overflow: hidden;
    padding: 12px 24px;
    position: relative;

}

.top-part .cpu button:hover{
    transition: background-color 0.2s ease 0s;
    background-color: rgba(255, 255, 255, 0.3) !important;
}

.top-part .cpu button:focus{
    transition: background-color 0.2s ease 0s;
    background-color: rgba(255, 255, 255, 0.3) !important;
}

.memory-description{
    align-items: center;
    background: rgb(239, 242, 251);
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 16px 24px;
}

.memory-description p{
    color: rgb(77, 91, 124);
    margin: 0px;
}
/* Calculator Price */

.calculator-price{
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}

.calculator-price li{
    border-bottom: 1px dashed rgb(169, 179, 202);
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 6px 0px;
}

.calculator-price li:last-child{
    border: none;
}

.calculator-price p{
    color: rgb(8, 27, 75);
    margin: 16px 0 20px;
}

.calculator-price-logo{
    display: flex;
    align-items: center;
}

.calculator-price-logo img{
    margin-right: 16px;
    width: 24px;
}

.calculator-price-number-blue{
    align-items: center;
    color: rgb(0, 105, 255);
    display: flex;
    font-family: "JetBrains Mono", sans-serif;
    font-size: 32px;
    font-weight: bold;
}
.calculator-price-number-red{
    align-items: center;
    color: rgb(255, 76, 108);
    display: flex;
    font-family: "JetBrains Mono", sans-serif;
    font-size: 32px;
    font-weight: bold;
}

@media only screen and (max-width: 991px){
    .calculator .left-column.col-lg-6{
        padding-left: 32px;
        align-items: center;

    }
    .calculator .left-column h2{
        text-align: center;
    }
    .calculator .left-column p{
        text-align: center;
    }
}

/* ===== Docs ===== */

.docs{
    padding-top: 64px;
    padding-bottom: 64px;
}

.docContainer{
    display: flex;
    flex-direction: column;
    margin: 0px auto;
    max-width: 80rem;
    width: 100%;
}

.docs-content{
    align-items: flex-start;
    background-color: #ff5821;
    border-radius: 24px;
    box-shadow: rgb(11 43 158 / 15%) 0px 6px 20px -6px;
    display: flex;
    flex-direction: column;
    margin: 0px auto;
    max-width: 1088px;
    padding: 32px 40px 32px 64px;
    position: relative;
    width: 100%;
}
.docs-content img{
    border-bottom-right-radius: 24px;
    bottom: -33px;
    position: absolute;
    right: 0px;
    z-index: 1;
    max-width: 100%;
}

@media only screen and (max-width: 991px){
    .docs-content img{
        display: none;
    }
}

.docs-content-left{
    max-width: 550px;
    z-index: 2;
}

.docs-content-left-header, .docs-content-left-text, .docs-content-left-link{
    display: flex;
}

.docs-content-left-header h3{
    color: rgb(255, 255, 255);
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    margin: 0px 0px 32px;
}
.docs-content-left-text p{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
}



.docs-content-left-link p{
    margin-top: 32px;
}

.view-our-docs{
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    font-family: 'JetBrains Mono', monospace;
    padding: 0;
}
.view-our-docs:hover{
    color: #fff;
}
.view-our-docs:hover i{
    margin-bottom: 2px;
    padding-left: 5px;
    transition: .2s ease-in;
}
.arrow2{
    right: -8px;
    position: relative;
    color: #fff;
    font-size: 18px;
    text-align: center;
    justify-content: center;
    transition: .2s ease-in;
}
.community{
    padding-bottom: 64px;
}

.communityContainer{
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
}

.community-content{
    align-items: center;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
}

.community-content h2{
    font-weight: 700;
    line-height: 48px;
    margin: 0px 0px 32px;
    text-align: center;
    color: #232f3e;
    font-size: 40px;
    letter-spacing: -1px;
}

.community-paragraph{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0px auto;
    max-width: 640px;
    text-align: center;
}

.join-our-community{
    text-align: center;
    text-decoration: none;
    color: #ff5821;
    font-weight: 600;
    font-size: 20px;
    font-family: 'JetBrains Mono', monospace;
    margin: 32px 0 0;
}
.join-our-community:hover{
    color: #ff5821;
}
.join-our-community:hover i{
    margin-bottom: 2px;
    padding-left: 10px;
    transition: .2s ease-in;
}

/* ===== Footer ===== */

.footer-top{
    background-color: #232f3e;
    padding-top: 64px;
}

.footer-top h5{
    color: #fff;
}

.footer-top ul{
    list-style: none;
    padding: 0;
    padding-top: 10px;
    line-height: 35px;
}

.footer-top a{
    text-decoration: none;
    color: rgb(206, 206, 206);
    
}

.footer-top a:hover{
    color: #ff5821;
}

.footer-bottom{
    background-color: #232f3e;
    color: #fff;
    padding-top: 10px;
}

.footer-icons a{
    justify-content: space-between;
    padding-left: 10px;
}

.footer-icons i{
    font-size: 25px;
    color: #fff;
}

.footer-bottom .footer-icons i:hover{
    color: #ff5821;
}

@media only screen and (max-width: 768px){
    .footer-icons{
        text-align: center !important;
    }
    .footer-bottom p{
        text-align: center !important;
    }
}
.notranslate{
	background-color: transparent;
	color: #fff;
	font-family: "Futura Medium";
	border: 0;
}
.is-stuck .notranslate{
	display: none
}
.notranslate>option{
	background-color: transparent;

}
#goog-gt-tt {
	display: none !important;
}

.goog-te-banner-frame {
	display: none !important;
}

.goog-te-menu-value:hover {
	text-decoration: none !important;
}

.goog-text-highlight {
	background-color: transparent !important;
	box-shadow: none !important;
}

.dropdown {
    position: relative;
}
