*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}
.body{
    overflow-x: hidden;
}
.navbar{
    background-color: #333;
    height: 50px;
    overflow: hidden;
}
.logo{
   /* margin-top: 2.5%;
    margin-left: -10px;*/
    top:50%;
    left:5%;
    position: absolute;
    transform: translate(-15%,-50%);
}
.logo img{
    width:50px;
}
.nav{
    margin-right: -1%;
}
.nav a{
    color: #f2f2f2;
    text-align: center;
    text-decoration: none;
    display: block;
    padding:10px;
    height: 50px;
    font-size: 17px;
    font-weight: 500;
}
.nav a:hover{
    background-color: #ddd;
    color: black;
}
.nav a.active {
    background-color: #4CAF50;
    color: white;
}
.ham{
    display: none;
}
.ham:hover{
    cursor: pointer;
}
.hammenu{
    height:100%;
    width:0px;
    position:fixed;
   /* z-index:1;*/
    top:50px;
    right:0;
    background-color:rgb(43, 35, 35);
    opacity:1;
    overflow-x:hidden;
    padding-top:10px;
    transition:0.5s;
}
.hammenu a{
    color: #f2f2f2;
    text-align: center;
    text-decoration: none;
    display: block;
    padding:10px;
    height: 50px;
    font-size: 17px;
    font-weight: 500;
}
.hammenu a:hover{
    background-color: #ddd;
    color: black;
}
.hammenu a.active {
    background-color: #4CAF50;
    color: white;
}
.tive{
    width:100%;
}
.afnav{
    min-height: calc(100vh - 250px);
}
.container{
    margin-top: 2%;
    display:grid;
    grid-template-columns: 25% 25% 25% 25%;
    grid-gap: 2px;
}
.btn-squared-default
{
        height: 245px !important;
}
.btn-squared-default:hover
{
    border: 3px solid white;
    font-weight: 500;
}
.but a{
    text-decoration: none;
    font-size: 35px;
    font-family: 'Noto Sans JP', sans-serif;
    color: whitesmoke;
    background-color:#75cfff;
    -webkit-text-stroke: 1.5px rgba(71, 75, 75, 0.733);
    font-weight: 550;
}
.b1 img{
    margin-bottom: -90%;
    opacity: 50%;
    width:70%;
    z-index: 2;
}
#grad5 ,#grad8,#grad6,#grad7{
    background-color:#75cfff; 
    background-image: linear-gradient(to bottom,#75cfff, #098aed); 
}
#grad1 ,#grad4,#grad2,#grad3{
    background-color:#75cfff; 
    background-image: linear-gradient(to top ,#75cfff, #098aed); 
}
.tx{
    margin-left: 5%;
    margin-right: 5%;
}
.tx p{
    font-size: 20px;
    text-align: justify;
    font-family: 'Sora', sans-serif;
}
.u{
    margin-top: 3%;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    font-size: 30px;
}
footer {
    text-align: center;
    background-color: rgb(27, 27, 27);
    color: white;
    margin-top: 30px;
}
footer .sharebtns{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: -2px;
}
footer .sharebtns a{
    margin: 0 32px;
    transition: 500ms;
}
footer .sharebtns a i{
    font-size: 32px;
}
.sharebtns a i:hover {
    transform: scale(1.1);
}  
.sharebtns .fa-facebook {
    color: #405fa3;
}
.sharebtns .fa-twitter {
    color: #24a3f1;
}
.sharebtns .fa-linkedin {
    color: #037cbd;
}
.sharebtns .fa-whatsapp {
    color: #0fc753;
}
.fot-cont{
    margin-top: 5px;
    display: grid;
    grid-template-columns: 50% 50%;
}
.mainul{
    display: flex;
    flex-direction: row;
    margin-left: 3%;
}
footer table{
    margin-left:6%;
    margin-right: auto;
}
footer table td{
    padding:0 30px;
    text-align: left;
}
.mainul li a{
    padding: 0 40px;
}
footer a{
    color: white;
}
.cen h1{
    overflow: hidden;
    color: #e0935c;
}
.cen ltr{
    padding:0 3%;
    text-align: justify;
    font-family: 'Libre Baskerville', serif;
}
.bo{
    background-color:rgb(236, 236, 236);
    width:5%;
}
.cen{
    width: 90%;
}
.container2{
    margin-top: 2%;
    display:grid;
    grid-template-columns: auto 22% 22% 22% auto;
    grid-gap: 4px;
}
.container2 a{
    border-radius: 15px;
    font-size: 50px;
}
.b2{
    grid-column-start: 2;
}
#t{
    margin-top: 20%;
    color: black;
}

@media only screen and (max-width: 400px){
    .ham{
        display: block;
    }
    .nav{
        display:none;
    }
    .ham{
        top:50%;
        right:5%;
    position: absolute;
    transform: translate(-1%,-50%);
    }
    .container{
        grid-template-columns: 50% 50%;
        overflow-x: hidden; 
    }
    .but a{
        font-size: 22px;
    }
    .btn-squared-default
    {
        height: 150px !important;
    }
    .b1 img{
        margin-bottom: -93%;
    }
    .fot-cont{
        grid-template-columns: 100%;
    }
    .mainul{
        margin-left:7.5%;
        margin-right: auto;
    }
    footer table{
        margin-left:auto;
        margin-right: auto;
    }
    footer table td{
        padding:0 10px;
    }
    .mainul li a{
        padding: 0 10px;
    }
}
@media only screen and (min-width: 400px) and (max-width: 768px) {
    .ham{
        display: block;
    }
    .nav{
        display:none;
    }
    .ham{
        top:50%;
        right:5%;
    position: absolute;
    transform: translate(-1%,-50%);
    }
    .container{
        grid-template-columns: 50% 50%;
        overflow-x: hidden; 
    }
    .but a{
        font-size: 22px;
    }
    .btn-squared-default
    {
        height: 200px !important;
    }
    .b1 img{
        margin-bottom: -93%;
    }
    .fot-cont{
        grid-template-columns: 100%;
    }
    .mainul{
        margin-left:15%;
        margin-right: auto;
    }
    footer table{
        margin-left:auto;
        margin-right: auto;
    }
    footer table td{
        padding:0 10px;
    }
    .mainul li a{
        padding: 0 15px;
    }
}

@media only screen and (min-width: 600px) and (max-width:768px){
    .but a{
        font-size: 28px;
    }
    .btn-squared-default
    {
        height: 245px !important;
    }
    .b1 img{
        margin-bottom: -70%;
        width: 70%;
    }
    .mainul{
        margin-left:25%;
        margin-right: auto;
    }
    footer table{
        margin-left:auto;
        margin-right: auto;
    }
    footer table td{
        padding:0 10px;
    }
    .mainul li a{
        padding: 0 20px;
    }
}

@media only screen and (orientation: portrait) and (min-width:769px) {
    .container{
        grid-template-columns: 50% 50%;
        overflow-x: hidden; 
    }
    .but a{
        font-size: 28px;
    }
    .btn-squared-default
    {
        height: 285px !important;
    }
    .b1 img{
        margin-bottom: -60%;
        width: 50%;
    }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

}
