@font-face{
  font-family: Archivo-Bold;
  src: url("../fonts/Archivo-Bold.ttf");
}
@font-face{
  font-family: Archivo-Regular;
  src: url("../fonts/Archivo-Regular.ttf");
}
@font-face{
  font-family: WorkSans;
  src: url("../fonts/WorkSans-Regular.otf");
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}
html, body, div, span, h1, h2, h3, h4, h5, p, a, img, b, ul, li, button {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-family: WorkSans;
    color: #211747;
}
p{
  font-size: 18px;
}
body,html{
  scroll-behavior: smooth;
}
*:focus {
  outline: none !important;
}
.btn:focus, .btn:hover{
  color: #211747;
  box-shadow: none;
}
.container{
    margin: 0 auto;
    max-width: 1275px;
    width: 100%;
}
.center{
    text-align: center;
}
.left{
    text-align: left;
}
.right{
    text-align: right;
}
.justify{
    text-align: justify;
}
.pos_rel{
    position: relative;
}
.section_nav div:nth-child(1){
text-align: center;
background: #EBFA32;
}
.section_nav div:nth-child(1) p{
font-size: 19px;
padding: 7px 0;  
}
.section_nav div:nth-child(2){
display: flex;
align-items: center;
justify-content: center;
gap: 45px;
background: #FFFFFF;
padding: 15px 0;
}
.section_nav div:nth-child(2) a{
  font-size: 20px;
  font-family: Archivo-Regular;
}
.section_nav div:nth-child(2) a img{
  width: 120px;
}
.section_nav div:nth-child(2) a:last-child{
  text-decoration: underline;
  font-size: 22px;
}
.section__01{
  margin-top: 112px;
}
.section__01 .container-fluid .row div{
padding-right: 0px;
padding-left: 0px;
}
.section__01 img{
  width: 100%;
}
.title{
  font-size: 62px;
  font-family: Archivo-Bold;
  margin-bottom: 20px;
}
.box_order p:nth-child(1){
font-size: 14px;
color: #645D7F;
}
.box_order p:nth-child(1) span{
font-size: 20px;
color: #E3E829;
}
.box_order p,.box_order h5{
  margin-bottom: 15px;
  font-size: 18px;
}
.box_order p span,.box_order h5 span{
font-weight: bold;
color: #82bbb0;
font-size: 14px;
}
.mobile{
  display: none;
}
.sectiom__05 img{
  width: 100%;
}
.sectiom__05 .container{
text-align: center;
max-width: 960px;
width: 100%;
margin: 0 auto;
}

.sectiom__05 .container p{
  margin-bottom: 20px;
}
.sectiom__05 .container p span{
  font-weight: 800;
}
.rotate{
  transform: rotate(-1deg);
  margin-top: 8px;
}
.sectiom__08{
  margin-top: -20px;
}
.box_s11{
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  width: 100%;
  margin: 0 auto;
}
.box_s11 p:nth-child(1){
font-size: 30px;
font-family: Archivo-Bold;
}
.box_s11 p span{
font-weight: bold;
}
.sectiom__11{
  margin-top: 50px;
}
.sectiom__12{
  background: #D8C0F6;
  margin-top: 72px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.box_s12{
  background: #fff;
  padding: 15px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  gap:10px;
  height: 600px;
  position: relative;
}
.box_s12 img{
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 90%;
  transform: translateX(-50%);
}
.box_s12 p:nth-child(1){
    font-size: 20px;
    color: #E3E829;
}
.box_s12 p:nth-child(2){
font-family: Archivo-Bold;
font-size: 18px;
}
.box_s12 p:nth-child(4){

}
.box_s12 p:nth-child(4) span{
background-color: #c2a6e1;
color: #211747;
padding: 4px 8px;
border-radius: 12px;
padding: 4px 8px;
}
.box_s12 p{
  font-size: 15px;
}
.sectiom__12 h2{
  font-size: 48px;
}
.sectiom__12 p:nth-child(2){
margin-bottom: 20px;
}
.box_s15{
  position: relative;
  border-bottom: 1px solid #676986;
  padding: 30px 0;
}
.box_s15 div{
  display: flex;
  align-items: center;
  gap: 10px;
}
.box_s15 div p:first-child{
width: 50px;
height: 50px;
background-color: #E5E5EB;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
text-transform: uppercase;
}
.box_s15 p{
  font-size: 15px;
}
.box_s15 p:nth-child(2){
  font-size: 22px;
}
.box_s15 h5:nth-child(3){
  font-family: Archivo-Bold;
  margin-bottom: 10px;
}
.box_s15 p:nth-child(5){
  position: absolute;
  top: 28px;
  right: 10px;
  color: #676986;
}
.box_s15 div p:last-child{
  display: flex;
  flex-direction: column;
  gap: 0px;
  font-size: 15px;
}
.box_s15 div p:last-child span:first-child{
  font-family: Archivo-Bold;
}
.box_s15 div p:last-child span:last-child{
  color:#C2A6E1;
}
.section_footer {
    background: #211747;
    padding: 20px 0;
    margin-top: 50px;
}
.section_footer p {
    margin-bottom: 10px;
}
.section_footer p, .section_footer a, .section_footer a span {
    color: #fff;
    text-align: center;
    font-size: 13px;
}
.sectiom__15{
  margin-top: 26px;
}
#sticky-main-navbar{
  background-color: #fff;
  z-index: 25;
  position: sticky;
  left: 0;
  top: 43px;
  right: 0;
}
#sticky-main-navbar .container{
display: flex;
align-items: center;
justify-content: space-between;
}
.sticky-button i{
  color: #211747;
}
.btn__mobile,.btn__mobile:hover{
  font-family: Archivo-Bold;
  text-decoration: underline;
  transition-duration: none;
}
.openVideo1,.openVideo2,.openVideo3,.openVideo4,.openVideo5{
  cursor: pointer;
}
@media (max-width:767px){
  .section_nav div:nth-child(1) p{
    font-size: 14px;
  }
  #sticky-main-navbar{
        top: 35px;
  }
  .section_footer {
    margin-top: 100px;
}
  .box_s12{
    height: 539px;
  }
  .sectiom__12{
    padding-bottom: 1px;
  }
  .title{
    font-size: 35px;
  }
  .box_s11{
    display: block;
    justify-content: unset;
    align-items: unset;
    height: 535px;
    padding: 10px;
  }
  .box_s11 img{
width: 100%;
  }
  .box_s11 p{
        font-size: 16px;
  }
  .mobile{
  display: block;
  }
  .desktop{
  display: none;
}
	.dnone{
		display: none;
	}
  .section_nav div:nth-child(2){
    display: none;
  }
  .section__01 {
    margin-top: 36px;
  }
  .sectiom__12 h2 {
    font-size: 30px;
  }
  .sectiom__11 {
    margin-top: 20px;
  }
  .sectiom__12{
    margin-top: 90px;
  }
  .sectiom__12 p:nth-child(2) {
    margin-bottom: 10px;
  }
}






