@import url(https://fonts.googleapis.com/css?family=Noto+Sans+Sunuwar:regular);
:root {
  --main1: #dcda64;
}

body {
  background-color: #4666D3;
  font-family: "Noto Sans Sunuwar", sans-serif;
  color: #fff;
  font-size: 18px;
}

* {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1 {
  font-size: clamp(40px, 7.333vw, 70px);
  font-weight: 900;
  line-height: 150%;
  text-transform: uppercase;
}
h1 span {
  color: var(--main1);
}

h2 {
  font-size: clamp(30px, 4.667vw, 40px);
  font-weight: 900;
  line-height: 150%;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  margin-bottom: 20px;
}
h2 span {
  color: var(--main1);
}

h3 {
  font-size: clamp(22px, 3.467vw, 30px);
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 15px;
}

p {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 140%;
}

.fortopgoppilistt {
  list-style-type: disc;
  padding-left: 20px;
}
.fortopgoppilistt li {
  margin-bottom: 20px;
  line-height: 140%;
}

section {
  padding: clamp(35px, 7.333vw, 75px) 0;
}

.fortopgoppicontainer {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 900px) {
  .fortopgoppicontainer {
    width: 100%;
    padding: 0 15px;
  }
}

.fortopgoppilologo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fortopgoppilologo img {
  min-width: clamp(100px, 16.667vw, 150px);
  width: lamp(100px, 16.667vw, 150px);
}

.ooimggwrp .fortopgoppicontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ooimgg {
  border-radius: 20px;
  text-align: center;
  width: 100%;
  max-width: 800px;
}

header {
  padding: 0 15px;
}
header .fortopgoppicontainer {
  border: 1px solid #ffffff;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(20px, 4.667vw, 50px);
}
header a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
header a:hover {
  color: var(--main1);
}
@media (max-width: 768px) {
  header a {
    font-size: 16px;
  }
}

.fortopgoppigplbt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fortopgoppigplbt img {
  width: clamp(180px, 28vw, 240px);
}

.fortopgoppimainscc {
  padding-top: clamp(40px, 9.333vw, 100px);
  padding-bottom: clamp(40px, 9.333vw, 100px);
}
.fortopgoppimainscc .fortopgoppicontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(20px, 4vw, 40px);
}
.fortopgoppimainscc__rr img {
  border-radius: 40px;
  width: 100%;
}
.fortopgoppimainscc p {
  color: #A8CA55;
  font-size: 18px;
  margin-top: 40px;
}
.fortopgoppimainscc .fortopgoppigplbt {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .fortopgoppimainscc .fortopgoppicontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fortopgoppimainscc__mn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .fortopgoppimainscc h1 br {
    display: none;
  }
}

.fortopgoppiabt .fortopgoppicontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media (max-width: 768px) {
  .fortopgoppiabt .fortopgoppicontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.fortopgoppiabt__on img {
  border-radius: 30px;
}
.bg .fortopgoppicontainer {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #1F2A38;
  border-radius: 20px;
}

.fortopgoppiscree__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fortopgoppiscree__box img {
  border-radius: 20px;
  width: 100%;
}
.fortopgoppiscree__item {
  width: 25%;
  padding: 20px 20px;
}
@media (max-width: 992px) {
  .fortopgoppiscree__item {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .fortopgoppiscree__item {
    width: 100%;
  }
}
.fortopgoppiscree .fortopgoppigplbt {
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}

.fortopgoppifaqsec h2 {
  text-align: center;
}

.fortopgoppifaqsec_list {
  margin: 0 auto;
  max-width: 1000px;
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  gap: 30px;
}

.fortopgoppifaqsec_item {
  display: block;
  -webkit-transition: 0.23s;
  transition: 0.23s;
  background-color: #1F2A38;
  border-radius: 10px;
  padding: 0 30px;
}
.fortopgoppifaqsec_item:hover {
  opacity: 0.8;
}

.fortopgoppifaqsec_item .fortopgoppifaqsec_item__question {
  padding: 20px 0px;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(1);
          transform: scale(1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 20px;
}
.fortopgoppifaqsec_item .fortopgoppifaqsec_item__question svg {
  -webkit-transition: 0.23s;
  transition: 0.23s;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  fill: var(--main1);
}
.fortopgoppifaqsec_item .fortopgoppifaqsec_item__question.active svg {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  fill: var(--main1);
}

.fortopgoppifaqsec_item .fortopgoppifaqsec_item__question h6 {
  padding-right: 0px;
  line-height: 130%;
  font-size: clamp(20px, 3.733vw, 32px);
  margin-bottom: 0;
}

.fortopgoppifaqsec_item .fortopgoppifaqsec_item__answer {
  display: none;
  padding: 20px 20px;
  margin-top: 5px;
  padding-left: 50px;
}

.fortopgoppifaqsec_item .fortopgoppifaqsec_item__answer p {
  font-size: clamp(14px, 2.267vw, 20px);
  line-height: 200%;
}

.fortopgoppiupst__boxi {
  max-width: 900px;
  margin: 0 auto;
  background-color: var(--main1);
  color: #fff;
  border-radius: 20px;
  padding: 50px 30px;
}
.fortopgoppiupst__boxi h2 {
  color: #141C27;
  text-align: center;
}
.fortopgoppiupst .fortopgoppigplbt {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

footer {
  padding: clamp(35px, 7.333vw, 75px) 0;
  border-top: 2px solid #ffffff;
}
footer .fortopgoppicontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  footer .fortopgoppicontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 60px;
  }
}
footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
footer ul a {
  color: #fff;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
footer ul a:hover {
  color: var(--main1);
}
@media (max-width: 768px) {
  footer ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
footer .fortopgoppif_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .fortopgoppif_logo img {
  min-width: 140px;
  width: 140px;
}

.fortopgoppicoooooki {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3000;
  max-width: 1700px;
  margin: 0 auto;
  padding: 50px;
}
.fortopgoppicoooooki .fortopgoppicoooooki_sec {
  background: var(--main1);
  color: #fff;
  padding: 40px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
.fortopgoppicoooooki p {
  line-height: 200%;
}
.fortopgoppicoooooki a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}
.fortopgoppicoooooki .fortopgoppicoooooki_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #121E2A;
  background-color: #fff;
  border: none;
  padding: 15px 25px;
  border-radius: 15px;
  min-width: 200px;
}
@media (max-width: 768px) {
  .fortopgoppicoooooki {
    padding: 20px 10px;
  }
  .fortopgoppicoooooki .fortopgoppicoooooki_sec {
    padding: 20px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .fortopgoppicoooooki p {
    font-size: 13px;
  }
}

.fortopgoppitextpage h1 {
  font-size: 60px;
  text-align: center;
  margin-bottom: clamp(50px, 8vw, 70px);
}
@media (max-width: 768px) {
  .fortopgoppitextpage h1 {
    font-size: 34px !important;
  }
}
.fortopgoppitextpage a {
  color: var(--main1);
}
.fortopgoppitextpage a:hover {
  text-decoration: underline;
}
.fortopgoppitextpage h2 {
  margin-top: 50px;
  font-size: clamp(24px, 3.467vw, 28px);
  text-transform: capitalize;
}