*{
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    margin: 0%;
}

.container{
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.73)), url("../../images/page/ServerColocation_about_us.webp");
    width: 100%;
    font-size: larger;
    background-size: cover;
    background-position: center;
    transition: background-image 0.2s ease;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 400px;
    z-index: 0;
}
.about-tag-main{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 120px;
}
.about-tag{
    display: flex;
    justify-content: center;
    padding-top: 20px;
    color: white;
    font-size: 3rem;
}
.location-indiacator{
    display: flex;
    justify-content: center;
    color: white;
    font-size: 1rem;
}
.location-indiacator a{
    display: flex;
    justify-content: center;
    text-decoration: none;
    color: gray;
}
.location-indiacator a:hover{
    text-decoration: underline;
    color: white;
}
.plans-div{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.customer-tag{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 30px;
    width: 70%;
    color: grey;
}
.customer-tag h1{
    text-align: center;
    padding: 10px;
    font-size: 40px;
}
.customer-tag p{
    text-align: center;
    padding: 5px;
    line-height: 30px;
    font-size: 20px;
}
.container-plans-main-div{
    display: none;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding: 0px 0px 80px 0px;
}
.container-plans{
    width: 330px;
    height: max-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    border: 1px solid gray;
}
.plans-div-1{
    background-color: #d3e4de;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #2b5648;
    gap: 8px;
    width: 100%;
    height: max-content;
    border-radius: 8px 8px 0px 0px;
}
.plans-div-1 h2{
    padding: 20px 0px 10px 0px;
}
.plans-div-1 h3{
    font-size: 3.6rem;
    line-height: 40px;
}
.plans-div-1-h3-span{
    vertical-align: super;
    font-size: 1.9rem;
}
.plans-div-1-h3-span-mo{
    vertical-align: baseline;
    font-size: 1.9rem;
}
.plans-div-1 h5{
    font-size: 1.3rem;
}
/*.plans-div-1-button-div-main{*/
/*    position:relative;*/
/*    padding: 0px 0px 25px 0px;*/
/*    width: 100%;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    justify-content: space-evenly;*/
/*}*/

.plans-region-btn{
    border-radius: 30px;
    border: none;
    background-color: #2b5648;
    color: white;
    width: 200px;
    height: 50px;
    font-size: 1.3rem;
    cursor: pointer;
	box-shadow: 1px 18px 20px rgba(0, 0, 0, 0.5)  ; 
	-webkit-box-shadow: 1px 18px 20px rgba(0, 0, 0, 0.5)  ; 
	-moz-box-shadow: 1px 18px 20px rgba(0, 0, 0, 0.5)  ;
    transition: 0.3s;
}
.plans-region-btn:hover{
    background-color: #00ac4e;
    transform: translateY(-5px);
}
.region-div{
    width: 35%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 80px;
    margin-top: 80px;
}
/*.plans-div-1-button-div-main button{*/
/*    border-radius: 30px;*/
/*    border: none;*/
/*    background-color: #2b5648;*/
/*    color: white;*/
/*    width: 100px;*/
/*    height: 40px;*/
/*    font-size: 0.8rem;*/
/*    cursor: pointer;*/
/*	box-shadow: 1px 18px 20px rgba(0, 0, 0, 0.5)  ; */
/*	-webkit-box-shadow: 1px 18px 20px rgba(0, 0, 0, 0.5)  ; */
/*	-moz-box-shadow: 1px 18px 20px rgba(0, 0, 0, 0.5)  ;*/
/*    transition: 0.3s;*/
/*}*/

/*.plans-div-1-button-div-main button:hover {*/
/*    background-color: #00ac4e;*/
/*    transform: translateY(-5px);*/
/*}*/

.plans-div-2{
    display: flex;
    flex-direction: column;
    align-items: center;   
    width: 100%; 
}
.plans-div-2 div{
    display: flex;
    justify-content: left;
    align-items: center;
    height: 40px;
    width: 90%;
    padding-top: 10px;
}
.plans-div-2 div span{
    padding-left: 10px;
    color: grey;
}
.plans-div-2 hr{
    height: 2px;
    width: 80%;
    background-color: rgba(128, 128, 128, 0.489);
    border: none;
}
.info-call-tour{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px 20px 20px;
    width: 95%;
    flex-wrap: wrap;
}
.info-call-tag{
    width: 50%;
    height: 50px;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
}
.info-call-a-btn{
    text-decoration: none;
    color: #ffffff;
    background-color: #2b5648;
    height: 40px;
    width: 150px;
    border-radius: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    transition: 0.3s;
}
.info-call-a-btn:hover{
    background-color: #00ac4e;
    transform: translateY(-5px);
}
.info-call-a{
    text-decoration: none;
    color: #ffffff;
    background-color: #2b5648;
    height: 40px;
    width: 150px;
    border-radius: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    transition: 0.3s;
}
.info-call-a:hover{
    background-color: #00ac4e;
    transform: translateY(-5px);
}
.info-call-container{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d3dbe4;
    padding: 15px 0px;
    width: 100%;
}

.contain-features {
    background-color: #F0F0F0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 50px 20px 50px;
}

.contain-features h1 {
    color: rgb(83, 80, 80);
    padding: 40px 0px 20px 0px;
    font-size: 2.5rem;
}

.contain-featu-list {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 20px 0px;
    flex-wrap: wrap;
    width: 95%;
}

.contain-img-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    gap: 10px;
    width: 150px;
    height: 200px;
    text-align: center;
    font-weight: bold;
    color: black;
    transition: .3s ease;
    padding: 10px 5px 10px 5px;
    border-radius: 50px;
    background-color: transparent;
}
.svg-image{
    background-color: transparent;
}
.contain-img-div:hover{
    border: white;
}
.contain-img-div:hover span{
    color: #00ac4e;
}

.featu-img-div {
    background-color: white;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.featu-img-div:hover {
    background-color: #00ac4d44;
    color: white;
}

.contain-img-div span {
    padding: 5px 5px;
}

.contain-colocation-apply-info{
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    justify-content: space-around;
    padding: 50px 20px 50px 20px;
    flex-wrap: wrap;
}
.colocation-apply-div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: space-between;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    width: 350px;
    height: max-content;
    gap: 20px;
    background-color: #00ac4e;
    color: white;
    border: 1px solid white;
    border-radius: 20px;
    padding: 20px 20px 20px 20px;
}
.colocation-apply-div h1{
    font-size: 1.5rem;
    padding: 15px 15px 15px 15px;
}
.colocation-apply-div button{
    background-color: #00ac4e;
    width: 150px;
    height: 50px;
    color: white;
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 5px;
    border: 1px solid white;
    cursor: pointer;
}
.info-call-a-div{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 45%;
    padding: 10px 10px;
}
.contact-us-btn{
    position: relative;
}

@media only screen and (max-width: 992px){
    .mobile-nav-button-div{
        width: max-content;
        height: max-content;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: transparent;
    }
    .button-search{
        background-color: transparent;
        border: none;
    }
    .button-search img{  
        width: 20px;
        height: 20px;
        cursor: pointer;
    }
    .about-tag-main{
        padding-top: 150px;
    }
    .container-mobile{
        display: none;
    }
    .div-top-nav{
        display: none;
    }
    .customer-tag{
        width: 90%;
    }
    .info-call-tag{
        display: flex;
        justify-content: center;
        font-size: 1.6rem;
        text-wrap: wrap;
        padding: 10px 0px 15px 0px;
        width: 100%;
    }
    .info-call-a-div{
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        gap: 20px;
        width: 100%;
    }
    .contain-colocation-apply-info {
        gap: 30px;
        width: 100%;
        display: flex;
        padding: 30px 0px 30px 0px;
    }
    .colocation-apply-div {
        width: 300px;
    }
    .region-div{
        width: 85%;
    }
    .plans-region-btn.active {
        background-color: #00ac4e;
        transform: unset;
    }
    .plans-region-btn:hover {
        background-color: #00ac4e;
        transform: unset;
    }
    .plans-region-btn{
        width: 190px;
    }
    .container-plans-main-div{
        gap: 30px;
        padding: 30px 0px 30px 0px;
    }
    .info-call-tour{
        flex-direction: row;
    }
    .div-top-logo-mobile{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .contain-featu-list{
        width: 89%;
    }
}

@media only screen and (max-width: 768px) {
    .mobile-nav-button-div{
        width: max-content;
        height: max-content;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: transparent;
    }
    .button-search{
        background-color: transparent;
        border: none;
    }
    .button-search img{  
        width: 20px;
        height: 20px;
        cursor: pointer;
    }
    .about-tag-main{
        padding-top: 150px;
    }
    .container-mobile{
        display: none;
    }
    .div-top-nav{
        display: none;
    }
    .customer-tag{
        width: 90%;
    }
    .info-call-tag{
        display: flex;
        justify-content: center;
        font-size: 1.6rem;
        text-wrap: wrap;
        padding: 10px 0px 15px 0px;
        width: 100%;
    }
    .info-call-a-div{
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        gap: 20px;
        width: 100%;
    }
    .contain-colocation-apply-info {
        gap: 30px;
        width: 100%;
        display: flex;
        padding: 30px 0px 30px 0px;
    }
    .colocation-apply-div {
        width: 300px;
    }
    .region-div{
        width: 85%;
    }
    .plans-region-btn.active {
        background-color: #00ac4e;
        transform: unset;
    }
    .plans-region-btn:hover {
        background-color: #00ac4e;
        transform: unset;
    }
    .plans-region-btn{
        width: 170px;
    }
    .container-plans-main-div{
        gap: 30px;
        padding: 30px 0px 30px 0px;
    }
    .div-top-logo-mobile{
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

@media only screen and (max-width: 480px) {
    .container-plans-main-div{
        gap: 30px;
        padding: 30px 0px 30px 0px;
    }
    .customer-tag{
        width: 90%;
        padding: 30px 0px 30px 0px;
    }
    .info-call-tour {
        padding: 20px 20px 20px 20px;
        width: 80%;
        gap: 30px;
    }
    .info-call-tag {
        text-align: center;
        font-size: 1.6rem;
        text-wrap: wrap;
        padding: 10px 0px 15px 0px;
        width: 100%;
        height: max-content;
    }
    .info-call-container{
        padding: 0px;
    }
    .info-call-a{
        background-color: #00ac4e;
        height: 30px;
        width: 150px;
        border-radius: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px 5px 5px 5px;
    }
    .info-call-a-div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        height: 150px;
    }
    .contain-features{
        background-color: #F0F0F0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0px 15px 0px 15px;
    }
    .contain-colocation-apply-info {
        gap: 30px;
    }
    .div-top-logo-mobile{
        width: 100%;
        display: flex;
        justify-content: center;
        height: auto;
    }
    .region-div{
        width: 85%;
    }
    .plans-region-btn.active {
        background-color: #00ac4e;
        transform: unset;
    }
    .plans-region-btn:hover {
        background-color: #00ac4e;
        transform: unset;
    }
    .plans-region-btn{
        width: 130px;
    }

}
/*.footer-main {*/
/*  background-color:rgb(2, 48, 52);*/
/*  color: #ccc;*/
/*  font-family: 'Segoe UI', sans-serif;*/
/*  padding: 40px 20px 20px;*/
/*}*/

/*.footer-container {*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  justify-content: space-between;*/
/*  gap: 30px;*/
/*  max-width: 1200px;*/
/*  margin: auto;*/
/*}*/

/*.footer-column {*/
/*  flex: 1 1 180px;*/
/*  min-width: 180px;*/
/*}*/

/*.footer-column h3 {*/
/*  color: #fff;*/
/*  margin-bottom: 10px;*/
/*  font-size: 18px;*/
/*}*/

/*.footer-column hr {*/
/*  border: 0;*/
/*  border-top: 2px solid #ff9900;*/
/*  width: 40px;*/
/*  margin-bottom: 15px;*/
/*}*/

/*.footer-column a {*/
/*  display: block;*/
/*  color: #ccc;*/
/*  text-decoration: none;*/
/*  margin-bottom: 8px;*/
/*  font-size: 15px;*/
/*  transition: color 0.3s ease;*/
/*}*/

/*.footer-column a:hover {*/
/*  color: #ff9900;*/
/*}*/

/*.social-icons a img {*/
/*  width: 30px;*/
/*  height: 30px;*/
/*  margin-right: 10px;*/
/*  filter: grayscale(100%) brightness(1.5);*/
/*  transition: filter 0.3s ease;*/
/*  background-color: white;*/
/*  border-radius: 100%;*/
/*}*/

/*.social-icons a img:hover {*/
/*  filter: grayscale(0%) brightness(1);*/
/*}*/

/*.footer-bottom {*/
/*  text-align: center;*/
/*  padding-top: 20px;*/
/*  margin-top: 30px;*/
/*  border-top: 1px solid #333;*/
/*  color: #888;*/
/*  font-size: 14px;*/
/*}*/

/*.footer-bottom a {*/
/*  color: #ff9900;*/
/*  text-decoration: none;*/
/*}*/

/*.footer-bottom a:hover {*/
/*  text-decoration: underline;*/
/*}*/


