@import "base.css";
@import "bander.css";
@import "indexResponsive.css";

.container-m {
    position: relative;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
body{
    background-color: white;
}
.section {
    padding: 80px 0;
    background-color: #f7f8f9;
}

.row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    height: 100%;
}

.col {
    width: 100%;
    padding: 15px;
}

.col-content, .col-content-index-columns {
    position: relative;
    width: 100%;
    padding: 24px 28px 29px 28px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 20px 48px 0 rgba(59, 69, 152, 0.15);
    display: flex;
    flex-direction: column;
    height: 75%;
    letter-spacing: 0.5px;
}

.index-columns {
    flex: 0 0 50%;
    height: 700px;
}

main h2 {
    text-align: center;
    font-size: 64px;
    font-weight: 700;
}

.index-columns-text h3 {
    margin-top: 20px;
    text-align: center;
    font-size: 35px;
}

.index-columns-text p {
    font-size: 24px;
    margin: 30px auto 0 auto;
    width: 90%;
    text-align: left;
    line-height: 32px;
}

/*gameEngineIcon*/

.box1 hr {
    border: solid black 1px;
    width: 78%;
    margin: 5px auto 0 auto;
    background-color: black;
}

.box2 hr {
    border: solid black 1px;
    width: 73%;
    margin: 5px auto 0 auto;
    background-color: black;
}

.box2 h4 {
    margin-top: 15px;
    text-align: center;
    font-size: 32px;
}

.gameEngineIcon {
    display: flex;
    justify-content: space-around;
    height: 33%;
    width: 100%;
    margin-top: 25px;
}

.gameEngineIcon .link {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.gameEngineIcon a {
    width: 60px;
    height: 60x;
    text-decoration: none;
}

.gameEngineIcon a p {
    font-size: 50px;
    width: 60px;
    height: 60px;
    color: black;
    border: solid black 3px;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gameEngineIcon i {
    font-size: 50px;
    width: 60px;
    height: 60px;
    color: black;
    border: solid black 3px;
    border-radius: 50%;
}

/*gameEngineIcon*/

.hrSplitterbox2 {
    border: solid black 1px;
    width: 90%;
    margin: 5px auto 0 auto;
}

/*codeLanguage*/

.codeLanguage {
    display: flex;
    justify-content: space-around;
    height: 33%;
    width: 100%;
    margin-top: 25px;
}

.codeLanguage .link {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.codeLanguage a {
    width: 60px;
    height: 60x;
    text-decoration: none;
}

.codeLanguage a p {
    font-size: 50px;
    width: 60px;
    height: 60px;
    color: black;
    border: solid rgb(54, 1, 141) 3px;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.codeLanguage i {
    font-size: 50px;
    width: 60px;
    height: 60px;
    color: black;
    border: solid black 3px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.codeLanguage .Icon1 {
    font-size: 30px;
    color: rgb(0, 86, 151);
    border-color: rgb(0, 86, 151);
}

.codeLanguage .Icon2 {
    color: rgb(54, 1, 141);
}

.codeLanguage .Icon3 {
    font-size: 40px;
    color: rgb(240, 147, 28);
    border-color: rgb(240, 147, 28);
}

.callAct {
    height: 100%;
    background-color: #f4f5f6;
}

/*codeLanguage*/

.contactPage {
    height: 600px;
    background-color: #f0f5f4;
}

.transition2 {
    background: rgb(19, 33, 35);
    background: linear-gradient(180deg, white 0%, #f4f5f6 100%);
    height: 75px;
}
/*aboutMeInIndex*/
.aboutMeInIndex{
    position: relative;
    background-color:white;
    height: 450px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.aboutMeInIndex p{
    font-size: 20px;
    text-align: center;
    width: 75%;
    margin: 30px auto 0 auto;
}
.aboutMeInIndex a{
    width: 200px;
    margin: 0;
    background-color: #26A691;
    border-radius: 8px;
    text-align: center;
    color: white;
    padding: 10px 30px 10px 30px;
    text-decoration: none;
    font-size: 20px;
    margin-top: 25px;
}
.aboutMeInIndex a:hover{
    color: white;
    background-color: #2fc4ab;

 }
/*aboutMeInIndex*/