/* ===================================================================
 * # imports - (_imports.scss)
 *
 * ------------------------------------------------------------------- */
@import url("font-awesome/css/fontawesome-all.css");
@import url("fonts.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import '@radix-ui/themes/styles.css';

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}


/* ===================================================================
 * # basic/base setup styles - (_basic.scss) 
 *
 * ------------------------------------------------------------------- */
html {
  font-size: 62.5%;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  font-weight: normal;
  line-height: 1;
  word-wrap: break-word;
  text-rendering: optimizeLegibility;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}

body,
input,
button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/* ------------------------------------------------------------------- 
 * ## media - (_basic.scss) 
 * ------------------------------------------------------------------- */
img,
video {
  max-width: 100%;
  height: auto;
}

/* ------------------------------------------------------------------- 
 * ## typography resets - (_basic.scss) 
 * ------------------------------------------------------------------- */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-font-variant-ligatures: common-ligatures;
  -moz-font-variant-ligatures: common-ligatures;
  font-variant-ligatures: common-ligatures;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 60%;
  line-height: inherit;
}

ol,
ul {
  list-style: none;
}

li {
  display: block;
}

/* ------------------------------------------------------------------- 
 * ## links - (_basic.scss) 
 * ------------------------------------------------------------------- */
a {
  text-decoration: none;
  line-height: inherit;
}

a img {
  border: none;
}

/* ------------------------------------------------------------------- 
 * ## inputs - (_basic.scss) 
 * ------------------------------------------------------------------- */
fieldset {
  margin: 0;
  padding: 0;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

/* ===================================================================
 * # grid - (_grid.scss)
 *
 * ------------------------------------------------------------------- */
.row {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.row .row {
  width: auto;
  max-width: none;
  margin-left: -20px;
  margin-right: -20px;
}

/* column blocks
 * -------------------------------------- */
[class*="col-"] {
  float: left;
  padding: 0 20px;
}

[class*="col-"] + [class*="col-"].end {
  float: right;
}

/* column width classes 
 * -------------------------------------- */
.col-one {
  width: 8.33333%;
}

.col-two,
.col-1-6 {
  width: 16.66667%;
}

.col-three,
.col-1-4 {
  width: 25%;
}

.col-four,
.col-1-3 {
  width: 33.33333%;
}

.col-five {
  width: 41.66667%;
}

.col-six,
.col-1-2 {
  width: 50%;
}

.col-seven {
  width: 58.33333%;
}

.col-eight,
.col-2-3 {
  width: 100%;
}

.col-nine,
.col-3-4 {
  width: 75%;
}

.col-ten,
.col-5-6 {
  width: 83.33333%;
}

.col-eleven {
  width: 91.66667%;
}

.col-twelve,
.col-full {
  width: 100%;
}

/* ------------------------------------------------------------------- 
 * ## medium size devices - (_grid.scss)
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1200px) {
  .row .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  [class*="col-"] {
    padding: 0 15px;
  }

  .md-one {
    width: 8.33333%;
  }

  .md-two,
  .md-1-6 {
    width: 16.66667%;
  }

  .md-three,
  .md-1-4 {
    width: 25%;
  }

  .md-four,
  .md-1-3 {
    width: 33.33333%;
  }

  .md-five {
    width: 41.66667%;
  }

  .md-six,
  .md-1-2 {
    width: 50%;
  }

  .md-seven {
    width: 58.33333%;
  }

  .md-eight,
  .md-2-3 {
    width: 66.66667%;
  }

  .md-nine,
  .md-3-4 {
    width: 75%;
  }

  .md-ten,
  .md-5-6 {
    width: 83.33333%;
  }

  .md-eleven {
    width: 91.66667%;
  }

  .md-twelve,
  .md-full {
    width: 100%;
  }

}

/* ------------------------------------------------------------------- 
 * ## tablets - (_grid.scss)
 * ------------------------------------------------------------------- */
@media only screen and (max-width:800px) {
  .row {
    width: 90%;
  }

  .tab-1-4 {
    width: 25%;
  }

  .tab-1-3 {
    width: 33.33333%;
  }

  .tab-1-2 {
    width: 50%;
  }

  .tab-2-3 {
    width: 66.66667%;
  }

  .tab-3-4 {
    width: 75%;
  }

  .tab-full {
    width: 100%;
  }

  .hide-on-tablet {
    display: none;
  }

}

/* ------------------------------------------------------------------- 
 * ## mobile devices - (_grid.scss)
 * ------------------------------------------------------------------- */
@media only screen and (max-width:600px) {
  .row {
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
  }

  .row .row {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 0;
    padding-right: 0;
  }

  [class*="col-"] {
    padding: 0 10px;
  }

  .mob-1-4 {
    width: 25%;
  }

  .mob-1-3 {
    width: 33.33333%;
  }

  .mob-1-2 {
    width: 50%;
  }

  .mob-2-3 {
    width: 66.66667%;
  }

  .mob-3-4 {
    width: 75%;
  }

  .mob-full {
    width: 100%;
  }

  .hide-on-mobile {
    display: none;
  }

}

/* ------------------------------------------------------------------- 
 * ## small mobile devices - (_grid.scss)
 * ------------------------------------------------------------------- */

/* stack columns on small mobile devices
 * ------------------------------------------------------------------- */
@media only screen and (max-width:400px) {
  .row .row {
    margin-left: 0;
    margin-right: 0;
  }

  [class*="col-"] {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  [class*="col-"] + [class*="col-"].end {
    float: none;
  }

}


/* ===================================================================
 * # block grids - (_grid.scss)
 * ------------------------------------------------------------------- */

/*   Equally-sized columns define at row level
 * ------------------------------------------------------------------- */
[class*="block-"]:after {
  content: "";
  display: table;
  clear: both;
}

.block-1-6 .col-block {
  width: 16.66667%;
}

.block-1-5 .col-block {
  width: 20%;
}

.block-1-4 .col-block {
  width: 25%;
}

.block-1-3 .col-block {
  width: 33.33333%;
}

.block-1-2 .col-block {
  width: 50%;
}

/**
 * Clearing for block grid columns. Allow columns with 
 * different heights to align properly.
 */
.block-1-6 .col-block:nth-child(6n+1),
.block-1-5 .col-block:nth-child(5n+1),
.block-1-4 .col-block:nth-child(4n+1),
.block-1-3 .col-block:nth-child(3n+1),
.block-1-2 .col-block:nth-child(2n+1) {
  clear: both;
}

/* ------------------------------------------------------------------- 
 * ## medium size devices - (_grid.scss)
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1200px) {
  .block-m-1-6 .col-block {
    width: 16.66667%;
  }

  .block-m-1-5 .col-block {
    width: 20%;
  }

  .block-m-1-4 .col-block {
    width: 25%;
  }

  .block-m-1-3 .col-block {
    width: 33.33333%;
  }

  .block-m-1-2 .col-block {
    width: 50%;
  }

  .block-m-full .col-block {
    width: 100%;
    clear: both;
  }

  [class*="block-m-"] .col-block:nth-child(n) {
    clear: none;
  }

  .block-m-1-6 .col-block:nth-child(6n+1),
  .block-m-1-5 .col-block:nth-child(5n+1),
  .block-m-1-4 .col-block:nth-child(4n+1),
  .block-m-1-3 .col-block:nth-child(3n+1),
  .block-m-1-2 .col-block:nth-child(2n+1) {
    clear: both;
  }

}

/* ------------------------------------------------------------------- 
 * ## tablets - (_grid.scss)
 * ------------------------------------------------------------------- */
@media only screen and (max-width:800px) {
  .block-tab-1-6 .col-block {
    width: 16.66667%;
  }

  .block-tab-1-5 .col-block {
    width: 20%;
  }

  .block-tab-1-4 .col-block {
    width: 25%;
  }

  .block-tab-1-3 .col-block {
    width: 33.33333%;
  }

  .block-tab-1-2 .col-block {
    width: 50%;
  }

  .block-tab-full .col-block {
    width: 100%;
    clear: both;
  }

  [class*="block-tab-"] .col-block:nth-child(n) {
    clear: none;
  }

  .block-tab-1-6 .col-block:nth-child(6n+1),
  .block-tab-1-6 .col-block:nth-child(5n+1),
  .block-tab-1-4 .col-block:nth-child(4n+1),
  .block-tab-1-3 .col-block:nth-child(3n+1),
  .block-tab-1-2 .col-block:nth-child(2n+1) {
    clear: both;
  }

}

/* ------------------------------------------------------------------- 
 * ## mobile devices - (_grid.scss)
 * ------------------------------------------------------------------- */
@media only screen and (max-width:600px) {
  .block-mob-1-6 .col-block {
    width: 16.66667%;
  }

  .block-mob-1-5 .col-block {
    width: 20%;
  }

  .block-mob-1-4 .col-block {
    width: 25%;
  }

  .block-mob-1-3 .col-block {
    width: 33.33333%;
  }

  .block-mob-1-2 .col-block {
    width: 50%;
  }

  .block-mob-full .col-block {
    width: 100%;
    clear: both;
  }

  [class*="block-mob-"] .col-block:nth-child(n) {
    clear: none;
  }

  .block-mob-1-6 .col-block:nth-child(6n+1),
  .block-mob-1-5 .col-block:nth-child(5n+1),
  .block-mob-1-4 .col-block:nth-child(4n+1),
  .block-mob-1-3 .col-block:nth-child(3n+1),
  .block-mob-1-2 .col-block:nth-child(2n+1) {
    clear: both;
  }

}

/* ------------------------------------------------------------------- 
 * ## small mobile devices - (_grid.scss)
 * ------------------------------------------------------------------- */

/* stack columns on small mobile devices
 * ------------------------------------------------------------------- */
@media only screen and (max-width:400px) {
  .stack .col-block {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-left: 0;
    margin-right: 0;
  }

}


/* ===================================================================
 * # MISC - (_grid.scss)
 *
 * ------------------------------------------------------------------- */
.group:after {
  content: "";
  display: table;
  clear: both;
}

/* Misc Helper Styles
 * -------------------------------------- */
.is-hidden {
  display: none;
}

.is-invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.overflow-hidden {
  overflow: hidden;
}

.remove-bottom {
  margin-bottom: 0;
}

.half-bottom {
  margin-bottom: 1.5rem !important;
}

.add-bottom {
  margin-bottom: 3rem !important;
}

.no-border {
  border: none;
}

.full-width {
  width: 100%;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.btn--whatsapp:hover span {
  text-shadow: 0 0 10px rgba(0, 255, 0, 0.8);
}

.data-hub-title-index:hover {
  text-shadow: 0 0 20px rgba(77, 78, 77, 0.8);
  cursor: pointer;
}
.wa-community-desc {
  padding: 10px;
  margin: 10px;
  display: inline-block;
  max-width: 80%; 
  margin-left: auto;
  margin-right: auto;
}


.box {
  /* border: 2px solid #ec008c; */
  border-radius: 2px;
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 10px;
  width: 100%;
  max-width: 700px;
  margin: auto;
}

.divider {
  border-right: 1px solid #ec008c;
  opacity: 0.2;
}

.content {
  color: white;
}

@media screen and (max-width: 768px) {
  .box {
    grid-template-columns: 1fr auto 1fr;
  }
}



button {
  padding: 15px 30px;
  margin-bottom: 10px;
  margin-top: 10px;
  background-color: #2e2d2d;
  border: 1px solid #ec008c;
  border-radius: 5px;
  cursor: pointer;
  color: rgb(255, 255, 255, 0.5);
}

button:hover {
  background-color: rgba(46, 45, 45, 0.8);
  color: rgba(255, 255, 255, 0.8);
  box-shadow: #ec008c 0px 0px 10px;
}

button:active {
  background-color: rgba(46, 45, 45, 0.6);
  color: rgba(255, 255, 255, 0.6);
  box-shadow: #ec008c 0px 0px 4px;

}

@media screen and (max-width: 600px) {
  .box {
    grid-template-columns: 1fr; 
    width: 90%;
  }

}


.main-content-centre-sec {
  display: flex;
  justify-content: center;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 50px; 
  text-align: center;
}

.grid-item {
  padding-bottom: 20px;
  /* border: 1px solid #ec008c;  */
  height: 500px;
  width: 400px;
  /* box-shadow: #ec008c 0px 0px 10px; */
}

.grid-item h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color:white;
  font-family: Poppins;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  }

.grid-item h2:hover {
  text-shadow: rgb(255, 0, 149) 0px 0px 10px;
}

.grid-item button {
  margin-bottom: 10px;
  margin-top: 10px;
  background-color: #2e2d2d;
  /* border: 1px solid #ec008c; */
  border-radius: 5px;
  cursor: pointer;
  text-align: center; 
  color: white;
  display: inline-block;
  text-transform: capitalize;
  font-weight: lighter;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: thin;
  font-family: Poppins;
  font-weight: 240;
}

.grid-item button {
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.grid-item button:hover {
  background-color: rgba(46, 45, 45, 0.8);
  color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 10px #ec008c;
}

.grid-item button:active,
.grid-item button:focus:not(:active) {
  background-color: rgba(46, 45, 45, 0.6);
  color: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 4px #ec008c;
}


@media screen and (max-width: 768px) { 
  .grid-container {
    grid-template-columns: repeat(1, 1fr); 
    gap: 20px; 
  }

  .grid-item {
    width: auto; 
    height: auto;
  }
}

.scrollbar {
  overflow-y: scroll;
  height: 100%;
  width: 100%;
  display: inline-block;
}



.fa-whatsapp {
  margin-top: 10px;
}


.circle {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: radial-gradient(1000deg, white, #ec008c); 
  border: 0.1px solid black; 
  position: fixed; 
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 99999999;
  box-shadow: 0px 0px 2px white;
}
@media only screen and (max-width: 768px) {
  .circle {
    display: none;
  }
  .content {
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 3px;
  }
}

.grid-item button:hover + .circle {
  opacity: 0.5;
}

/* .row button:hover {
  cursor: none;
} */

html, body {
  scroll-behavior: smooth;
  /* cursor: none; */
}

/* .lead a:hover {
  cursor: none;
}

.data-hub-title-index h1:hover {
  cursor: none;
}

.wa-community-desc span:hover {
  cursor: none;
} */


/* .home-copyright-index a:hover {
  cursor: none;
}

.data-hub-title-index:hover {
  cursor: none;
}
 */


.row .home-copyright {
  padding-top: 20px;
}


.top-header-name-group {
  padding: 10px 20px;
  align-items: center; 
  text-align: center;
  color: white;
  height: 40px;
  padding-bottom: 20px;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: -50px;
  font-size: 5rem;
}

.top-header-name-group:hover {
  text-shadow: white 0px 0px 10px;
}


/* .row .box .content:hover {
  text-shadow: white 0px 0px 10px; 
  cursor: pointer;

} */

.box-top-content-sem {
  margin-bottom: 30px;
  margin-top: -10px;
  font-size: 3rem;
}

.box-top-content-sem span {
  color: #ec008c;
  opacity: 0.5;
}





.marquee-container {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  width: 100%;
}

.marquee {
  width: 100%;
}

.marquee a {
  text-decoration: none;
}

.home-copyright-index p{
  margin-top: 60px;
  opacity: 0.8;
}


.survey-form {
  margin-top: -170px;
  padding-bottom: 8px;

}
/* survey form button start */
.survey-form button{
  border: none;
  background-color: rgba(46, 45, 45, 0.5);
  margin-top: 80px;
}


.survey-form button {
  font-size: 1.6rem;
  
  transition: font-size 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.survey-form button:hover {
  font-size: 1.8rem;
  box-shadow: none;
}
/* suvery form button end */



/* sem1 and sem2 buttons */
.box button{
  border: none;
  opacity: 0.8;
}
.box button {
  font-size: 1.7rem;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  transition: font-size 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.box button:hover {
  font-size: 2rem;
  box-shadow: none;
  text-shadow: none;
  opacity: 0.8;
}

.contribute-text {
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 16px;
  color: #555;
  padding: 10px 10px 10px 10px;
}

.contribute-text a {
  color: #007bff;
  text-decoration: none;
}

.contribute-text a:hover {
  text-decoration: underline;
}

.home-copyright-index {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  padding-bottom: 50px;
}


.col-twelve p{
  margin-bottom: 200px;
}


a {
  background: linear-gradient(to bottom, var(--mainColor) 0%, var(--mainColor) 100%);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 3px 3px;
  color: #000;
  text-decoration: none;
}

a:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 4'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift .3s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-20px);}}%3C/style%3E%3Cpath fill='none' stroke='%23ec008c' stroke-width='1' class='squiggle' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3'/%3E%3C/svg%3E");
  background-position: 0 100%;
  background-size: auto 3px; /* Adjusted thickness to 50% */
  background-repeat: repeat-x;
  text-decoration: none;
}

body {
  margin: 0;
  padding: 0;
}

.container {
  display: flex;
  justify-content: center;
  margin: 15px;
}


.grid-item {
  flex: 0 0 calc(50% - 40px); 
  margin: 20px; 
  padding: 20px; 
  box-sizing: border-box;
  border: 2px solid;
}

/* .grid-item:nth-child(1) { border-color: red; }
.grid-item:nth-child(2) { border-color: blue; }
.grid-item:nth-child(3) { border-color: green; }
.grid-item:nth-child(4) { border-color: yellow; }
.grid-item:nth-child(5) { border-color: orange; }
.grid-item:nth-child(6) { border-color: purple; } */

@media (max-width: 600px) {
  .grid-item {
    flex: 0 0 calc(100% - 40px);
  }
}


.small-text {
  font-size: 12px; 
  display: block;
  padding: 5px 2px;
  margin: 2px;
}


.box-top-content-sem-group {
  margin-bottom: 30px;
  margin-top: -10px;
  font-size: 3rem;
}

.box-top-content-sem-group span {
  color: #ec008c;
  opacity: 0.5;
}

.box-top-content-sem-group {
  margin: 20px;
  padding: 20px;
}

.row-group {
  margin: 15px;
  padding: 15px;
}

.container-group {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.row-group {
  text-align: center;
}


.row-group .box .content1 {
  margin-right: 20px;
}

.row-group .box .content2 {
  margin-left: 20px;
}


.box-top-content-sem-group  {
  font-size: 4.3rem;
}


