@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@700&display=swap');
#cr-one {
    display: flex;
    flex-direction: column;
    width: 100%; 
    height: 80vh;
    background: #420eab;   
}
#text-one {
    display: flex;
    flex-direction: column;
    width: 100%;
}
#text-one p {
    margin-top: 38%;
    color: #e1e1e1;
    font: 16px Calibri;
    margin-left: 7%;
    width: 70%;
    line-height: 1.5;
}
.nucl {
    font: 42px 'Mukta';
    margin-left: 7%;
    margin-top: 6%;
    width: 65%;
    color: #fff;
    line-height: 1.5;
    transition: 0.3s;
}
.nucl span {
    color: #fff6a8;
}
#text-one a {
    font: 24px 'Mukta';
    text-decoration: none;
    text-align: center;
    line-height: 2;
    color: #000;
    background: #fff6a8;
    width: 165px;
    height: 49px;
    margin-top: 10%;
    margin-left: 7%;
}
#image-one {
    display: none;
}
#cns h1 {
    font: 36px 'Mukta';
    color: #666;
    margin-top: 98px;
    width: 90%;
    margin-left: 5%;
}
#cnsp {
    font-size: 18px;
    font-family: Calibri;
    color: #666;
    padding: 10px 18px;
}
#cns-plates {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    margin-bottom: 36px;
}
.cns-plate {
    display: flex;
    flex-direction: column;
    width: 80%;
    height: 380px;
    box-shadow: 2px 2px 6px #d1e1e1;
    border: 1px solid #d1e1e1;
    margin-top: 24px;
}
.cns-plate img {
    width: 75px;
    margin: 18px;
}
.cns-plate h2 {
    font: 24px Arial;
    margin: 18px;
    color: #666;
}
.cns-plate p {
    margin-left: 18px;
    font: 20px Calibri;
    color: #444;
    margin-right: 18px;
    line-height: 1.5;
}
.cns-plate a {
    margin: 20px;
    font: 18px Calibri;
    color: #666;
    transition: 0.3s;
}
.cns-plate a:active, .cns-plate a:focus, .cns-plate a:hover  {
    color: chartreuse;
}
#many-more {
    font: 24px Calibri;
    color: #666;
    padding: 24px;
    transition: 0.2;
}
#many-more:hover {
    color: #999;
}
@media screen and (min-width:720px) {
    #cr-one {
        flex-direction: row;
    }
    #text-one {
        width: 50%;
    }
    #text-one p {
        margin-top: 22%;
        width: 80%;
        margin-left: 18%;
    }
    .nucl {
        font-size: 48px;
        margin-top: 1%;
        width: 80%;
        margin-left: 18%;
    }
    #text-one a {
        margin-left: 18%;
        margin-top: 5%;
        transition: 0.3s;
    }
    #text-one a:hover {
        width: 185px;
        box-shadow: 8px 8px 1px #ffdc7b;
    }
    #image-one {
        display: flex;
        width: 50%;
    }
    #image-one img {
        margin-top: 16%;
        width: 200px;
        height: 200px;
    }
    @keyframes goDown1 {
        0%{margin-top:-26%;margin-left: -5%;}
        50%{margin-top:14%;margin-left:0%}
        100%{margin-top:26%;margin-left:5%}
    }
    @keyframes goDown2 {
        0%{margin-top:-46%;margin-left: -5%;}
        100%{margin-top:46%;margin-left:5%}
    }
    @keyframes goDown3 {
        0%{margin-top:-15%;margin-left: 17%;}
        50%{margin-top:14%;margin-left:0%}
        100%{margin-top:15%;margin-left:-17%}
    }
    #image-one img:nth-child(1) {
        animation-name: goDown1;
        animation-duration: 2s;
        transition: 2s ease-in-out;
        margin-top: 26%;
        margin-left: 5%;
    }
    #image-one img:nth-child(2) {
        animation-name: goDown2;
        animation-duration:2s;
        transition: 2s ease-in-out;
        margin-top: 46%;
        margin-left: 5%;
    }
    #image-one img:nth-child(3) {
        animation-name: goDown3;
        animation-duration:2s;
        transition: 2s ease-in-out;
        margin-top: 15%;
        margin-left: -17%;
    }
    #cns h1 {
        margin-top: 48px;
        font-size: 30px;
        font-family: 'Kanit', sans-serif;    
    }
    #cnsp {
        padding-left: 5%;
    }
    #cns-plates {
        flex-direction: row;
        justify-content: space-evenly;
    }
    .cns-plate {
        width: 18%;
        height: 42vh;
        transition: 0.3s ease-in-out;
    }
    .cns-plate:hover {
        width: 20%;
    }
    .cns-plate h2 {
        font-size: 20px;
    }
    .cns-plate p {
        font-size: 14px;
        width: 90%;
    }
}
#mcns {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: rgb(249, 243, 255);
    margin-top: 98px;
}
#mcns h1 {
    font-size: 24pt;
    margin-left: 5%;
    margin-top: 10%;
    font-family: 'Kanit', sans-serif;    
    color: #444;
    font-weight: 400;
}
#mcns-plates {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    margin-top: 25px;
}
.mcns-plate {
    display:flex;
    flex-direction: column;
    width: 84%;
    height: 35vh;
    background: #fff;
    margin-top: 30px;
}
.mcns-plate h2 {
    font-size: 20pt;
    font-size: 600;
    margin: 6% 4%;
    font-family: 'Inter', sans-serif;
}
.mcns-plate hr {
    height: 4px;
    width: 60%;
    margin-left: 4%;
    border: none;
}
.mcns-plate p {
    font: 18px Calibri;
    color: #666;
    margin: 16px 4%;
}
.mcns-plate a {
    text-decoration: none;
    color: #444;
    font-family: calibri;
    font-size: 20px;
    margin-left: 4%;
    margin-top: 20px;
}
.mcns-plate a span {
    border: 1px solid #000;
    border-radius: 60px;
    padding: 8px 12px;
}
.mcns-plate a:hover {
    color: #888;
}
@media screen and (min-width:720px) {
    #mcns-plates {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .mcns-plate {
        width: 24%;
        margin: 4%;
    }
    .mcns-plate h2 {
        font-size: 24px;
    }
    .mcns-plate a span {
        padding: 3px 6px;
    }
}












