@font-face {
  font-family: Poppins-Regular;
  src: url(../fonts/Poppins-Regular.ttf)
}

@font-face {
  font-family: Poppins-SemiBold;
  src: url(../fonts/Poppins-SemiBold.ttf)
}

@font-face {
  font-family: Poppins-Bold;
  src: url(../fonts/Poppins-Bold.ttf)
}

@font-face {
  font-family: Poppins-Medium;
  src: url(../fonts/Poppins-Medium.ttf)
}

body{
font-family: 'Poppins', sans-serif;
}
.cld_bn_cont  p {
    font-size: 17px;
}
.padding_70 {
    padding: 70px 0px;
}
.cld_bn_cont h1 {
    font-size: 50px;
    color:#000;
}
.cloud_nas_banner {
    background: url('../image/nas_herobanner.jpg');
    background-size: cover;
    background-position:center;
    min-height:70vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.text_size {
    color: #838383 !important;
    font-size: 17px;
}
.storage_box h4 , .strg_box_cont h4 , .nas_strg_title h4{
    font-size: 22px !important;
}
.bann_btn a {
    background: #00C0F7;
    text-decoration: none;
    color: #fff;
    padding: 12px 30px;
    border-radius:7px;
    display:inline-block;
    transition: all .2s ease-in;
}
.bann_btn a:hover {
    transform: scale(1.09);
    background:#00C0F7;
}
.storage_box {
    background: #fff;
    box-shadow: 0px 2px 16px rgb(0 88 128 / 15%);
    border-radius: 15px;
    padding: 25px;
    transition:all .4s;
    min-height:425px;
    margin-top:22px;
}
.nas_title h2 {
    font-size: 40px;
}
.benefit_nas_contnt h4 {
    color: #07c2f7 !important;
}
.storage_box:hover img {
    transform: rotate(360deg);
}

.storage_box img {
    transition:all .6s;
}
.storage_box:hover h4{
   color:#fff !important;
}
.storage_box:hover p{
   color:#fff !important;
}
.storage_box:hover {
    transform:translateY(-15px);
    background: #00C0F7;
}
.file_storage {
    position: relative;
}

.file_storage:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../image/storage_shape2.png);
    background-repeat:no-repeat;
    background-position:top right;
    z-index:-1;
    
}
.file_storage:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../image/storage_shape1.png);
    background-repeat:no-repeat;
    background-position:bottom left;
    z-index:-1;
    
}
.storage_system {
    background: url(../image/storage_sys_bg1.jpg);
    background-size: contain;
}
.strg_box {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    margin-top: 22px;
    transition: all .2s ease-in;
}
.storage_system .bann_btn a:hover {
    background: #00c0f7;
}
.strg_box:hover {
    transform: scale(1.07);
}

.nas_strg_img {
    background: #00c0f7;
    display: flex;
    justify-content: center;
    align-items: center;

}
.nas_strg_cntnt h3 {
    font-size: 35px;
    color:#000;
}
.nas_strg_title{
    box-shadow: 0px 0px 9px 0px rgb(0 192 247 / 22%);
    padding: 25px;
    border-radius: 8px;
    position: relative;
    border-left: 4px solid #00c0f7;
    margin-top:24px;
    min-height:290px;
}
.nas_strg_cntnt {
    display: flex;
}
.nas_strg_title h4 {
    font-size: 27px !important;
}


.nas_strg_title:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: #00c0f7;
    height: 100%;
    width: 0;
    border-radius: 8px;
    z-index: -1;
    transition:all .3s ease-in;
}
.nas_strg_title:hover::after{
     width: 100%;
}
.nas_strg_title:hover h4 , .nas_strg_title:hover p{
   color:#fff !important;
}
.nas_storage:after {
    content: '';
    position: absolute;
    left: 0;
    top: 5%;
    height: 100%;
    width: 100%;
    background: url(../image/arrow_01.png);
    background-repeat: no-repeat;
    z-index: -1;
    animation-name: imgmoves;
    animation-duration: 1.5s;
    animation-direction: alternate;
    animation-timing-function: ease-in;
    animation-iteration-count: infinite;
}
@keyframes imgmoves{
    from{transform:translateY(-30px)};
    to{transform:translateY(0px)};
}
.nas_storage:before {
    content: '';
    position: absolute;
    right: 3%;
    bottom: 5%;
    height: 100%;
    width: 100%;
    background: url(../image/arrow_002.png);
    background-position:right bottom;
    background-repeat: no-repeat;
    z-index: -1;
    animation-name: imgmoves2;
    animation-duration: 2s;
    animation-direction: alternate;
    animation-timing-function: ease-in;
    animation-iteration-count: infinite;
}
@keyframes imgmoves2{
    from{transform:translateY(-20px)};
    to{transform:translateY(0px)};
}
.benefit_nas {
    background: url(../image/black_shape1.jpg);
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.benefit_nas_contnt {
    border: 2px dotted #fff;
    border-radius: 8px;
    padding: 20px;
    min-height: 380px;
    margin-top:24px;
    transition: .2s ease-in;
}
.benefit_nas 
 .nas_title h2 {
    margin-bottom: 25px;
}

.benefit_nas_contnt:hover {
    background: linear-gradient(179deg, #00c0f7 0%, #ffffff 100%);
    transform: scaleY(1.07);
    border-radius: 8px;
}
.benefit_nas_contnt:hover h4 , .benefit_nas_contnt:hover p{
   color:#000 !important;
}
.why_ch_right .gt3_price_item {
    background: linear-gradient(96deg, #00c0f7 0%, #000000 100%);
    height: 130px;
    width: 140px;
    border-radius: 50%;
    margin: auto;
    position: relative;
    line-height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
    margin-top: 35px;
}
.why_ch_right .inner_circle {
    border-color: #00C0F7;
    transition: transform .5s ease-in-out,-webkit-transform .5s ease-in-out;
    position: absolute;
    width: 164px;
    height: 164px;
    border-width: 4px;
    border-style: solid;
    border-top-color: rgba(161,160,173,.15)!important;
    border-radius: 164px;
    top: -16px;
    left: -12px;
    background: rgba(0,0,0,0)!important;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.why_ch_right .inner_2_circles {
    position: absolute;
    width: 164px;
    height: 164px;
    border-radius: 164px;
    left: -12px;
    top: -12px;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out,-webkit-transform .5s ease-in-out;
    font-size: .5em;
    line-height: 1.8;
    padding: 1px;
    font-weight: 400;
    vertical-align: top;
}
.why_ch_right .inner_2_circles:before {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    border-radius: 18px;
    right: 13px;
    background: linear-gradient(96deg, #00c0f7 0%, #000000 100%);
    top: 17px;
}
.why_ch_right .inner_2_circles:after {
    background: linear-gradient(96deg, #00c0f7 0%, #000000 100%);
    content: "01";
    width: 44px;
    height: 44px;
    border-radius: 44px;
    position: absolute;
    left: -6px;
    bottom: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 23px;
}
.why_ch_right .price_item_prefix b {
    font-size: 20px;
}
.why_ch_right .gt3_price_item:hover .inner_circle {
   transform: rotate(180deg)
}
.why_ch_right .gt3_price_item:hover .inner_2_circles{
    transform:rotate(180deg);
}
.why_ch_left {
    background: #00C0F7;
    padding: 30px;
    border-bottom: 4px solid #000;
	transition:all .2s ease-in;
	border-radius:8px;
}
.why_ch_left:hover {
    transform: translateY(-15px);
}
.why_ch_serwer  h4 {
    font-size: 27px;
}
.why_ch_serwer  p {
    font-size: 17px;
}
.why_ch_right .inner_cir_02:after {
    content: '02' !important;
}
.why_ch_right .inner_cir_03:after {
    content: '03' !important;
}
.cld_nas_faq{
    background: #f7faff;
}
.cld_nas_faq .accordion-button h4 {
    font-size: 20px !important;
    color: #000 !important;
}
.why_ch_serwer {
    background: url(../image/home13_bg11.png);
    background-position: top;
    background-size: cover;
	
}


/*footer-css*/

footer {
    padding-top: 80px;
    background-color: #00131C;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-position-x: 100%;
}
.footer-block {
    display: flex;
}
.footer-block div {
    margin-right: 68px;
}
.footer-first-block {
    width: 28%;
}
.company-content {
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
}
.experts-btn {
    width: 190px;
    height: 45px;
    background-color: #00C0F7;
    border: 1px solid #00C0F7;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    transition: 0.3s;
}
.footer-block a {
    text-decoration: none;
}
.contact-btn {
    width: 190px;
    height: 45px;
    background-color: transparent;
    color: #00C0F7;
    border: 1px solid #00C0F7;
    border-radius: 5px;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    transition: 0.3s;
}
.footer-third-block {
    width: 15%;
}
.footer-block div {
    margin-right: 68px;
}
.footer-head {
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
}
.footer-third-block a {
    color: #fff;
    font-size: 15px;
    margin-bottom: 20px;
    display: block;
}
.footer-block div {
    margin-right: 68px;
}
.footer-second-block {
    width: 14%;
}
.copy-block {
    display: flex;
    align-items: center;
	margin-top: 15px;
}
.footer-second-block a {
    color: #fff;
    font-size: 15px;
    margin-bottom: 20px;
    display: block;
}
.copyright-content {
    font-size: 15px;
    color: #fff;
    margin-bottom:0;
}
.company-adress img {
    margin-right: 10px;
    margin-top: 6px;
}
.company-adress {
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
}
.footer-last-block .company-content {
   margin-top: 0px;
}
.social-icon a {
    color: #fff;
}
.payment-block {
  text-align:center;
}
/*footer-media*/

@media (max-width:1199px){
.footer-first-block {
    width: 48% !important;
    margin-right: 25px !important;
}

.footer-block {
    flex-wrap: wrap;
}

.footer-third-block {
    width: 48%;
    margin-right: 10px !important;
}

.footer-last-block {
    margin-right: 10px;
    width: 47%;
}

.footer-service-block {
    width: 22%;
    margin-right: 20px !important;
}  
}

@media (max-width:767px){
.footer-first-block {
    width: 100% !important;
    margin-right: 25px !important;
}

.footer-block {
    flex-wrap: wrap;
}

.footer-third-block {
    width: 100%;
    margin-right: 10px !important;
}

.footer-last-block {
    margin-right: 10px;
    width: 100%;
}

.footer-service-block {
    width: 100%;
    margin-right: 20px !important;
}  
.footer-second-block {
    width: 100%;
}
.payment-block img {
    width: 100%;
}
}

/*header-css*/

.main_header_section {
    position: relative;
    background-color: #fff;
}
.logo_side {
    width: 35%;
}
.menu_side {
    width: 45%;
}
.btn_side {
    width: 10%;
}
.menu_side ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.main_menu li a {
    display: block;
    padding: 30px 12px;
    color: #000;
	text-decoration:none;
    transition: .3s;
    position: relative;
    overflow: hidden;
}
.mob_main_menu {
    width: calc(100% - 30px);
    margin: 0 15px;
    background-color: #fff;
    box-shadow: 0 10px 13px 0 rgb(0 0 0 / 15%);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 50;
}
.btn_light a {
    display: inline-block;
    padding: 8px 20px;
    border: 1px solid #000;
    border-radius: 7px;
    font-size: 14px;
    color: #000;
	text-decoration:none;
}
.btn_side .btn_theme {
    padding-left: 10px;
}
.toggle {
    display: none;
}
.btn_theme a {
    display: inline-block;
    padding: 10px 21px;
    background-color: #01acff;
    color: #fff;
    border-radius: 7px;
    font-size: 14px;
    transition: .3s;
	text-decoration:none;
}
.storage_system .nas_title h2 {
    font-size: 32px;
}
@media (max-width: 575px){
	.why_ch_left{
	 margin-top:30px;
	}
    .main_header_section {
        padding: 10px 0px;
}
	.storage_system  .nas_title {
    margin-top: 30px;
}
	.nas_storage:before {
	bottom: 0%;
	}
	.social-icon {
    margin: 14px 0px;
}
	.nas_storage:after{
	 display:none;
	}
   .copy-block{
	flex-wrap:wrap;
	}
.main_menu {
    display: none !important;
}
 .btn_side .btn_light, .btn_side .btn_theme {
    display: none !important;
}
.toggle {
    display: block !important;
}   
.mob_main_menu a {
    display: block;
    padding: 10px 20px;
    color: #000;
    text-decoration: none;
}

.mob_main_menu {
    margin: auto !important
}
}
@media (min-width:1100px) and (max-width:1380px){

.logo_side {
    width: 25%;
}  
.logo_side img{
    width: 100%;
} 
    .menu_side {
    width: 55%;
}
    .btn_side {
    width: 20%;
}
    .main_menu li a{
        font-size:15px;
        padding:30px 8px;
    }
    .btn_theme a {
    padding: 10px 9px;
    }
    .btn_light a {
    padding: 8px 12px;
    
    }
}