/*

--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
/* 
---------------------------------------------

---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #ed563b;
  color: #fff;
}

::-moz-selection {
  background: #ed563b;
  color: #fff;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}


/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
.section_cls01 {
  position: relative;
}

.section_top {
    padding: 50px 0px;
    position: absolute;
    /*background-color: rgb(35 45 57 / 25%);*/
    top: 0;
    left: 0;
    bottom: 7px;
    width: 100%;
}
#section_id01 {
    min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
    object-fit: cover;
    z-index: 0;
}
/*section p {
  color: #fff;
  font-size: 13px;
  padding-right: 60px;
}
section p a {
  cursor: pointer;
  color: #fff;
}
section p a:hover {
  color: #fff;
}*/

.div_class {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.div_class1 {
    background-color: rgb(35 45 57 / 70%);
    padding: 20px 10px;
    text-align: center;
    width: 166px;
    border-radius: 10px;
}
.first_cls {
	/*background-color: rgb(121 173 234 / 70%);*/
    top: -190px;
    position: relative;
    left: 20px;
}
.second_cls {
    /*background-color: rgb(138 234 121 / 70%);*/
    top: -22px;
    position: relative;
    left: -52px;
}
.third_cls {
    /*background-color: rgb(255 153 51 / 70%);*/
    top: -88px;
    position: relative;
    left: 43px;
}
.div_class1 h1 {
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 0px;
    margin-bottom: 14px;
    font-family: cursive;
}
.div_class1 a {
    display: inline-block;
    font-size: 12px;
    padding: 8px 10px;
    background-color: #ed563b;
    color: #fff;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    transition: all .3s;
    font-family: cursive;
}


.copyright {
    padding: 10px 0 20px 0;
    text-align: center;
    background: #fafafa;
}
span.copyright {
    color: #232d39;
    font-size: 13px;
    line-height: 21px;
}
span.copyright a {
    color: #ed563b;
}





/* media query */

/* 280px-479px */
@media (min-width: 280px) and (max-width: 479px) {
.div_class {
    display: inline-grid;
    justify-content: space-evenly;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.div_class1 {
	width: 100%;
    margin: 15px 0px;
}
.first_cls {
    top: 0px;
    position: relative;
    left: 0px;
}
.second_cls {
    top: 0px;
    position: relative;
    left: 0px;
}
.third_cls {
    top: 0px;
    position: relative;
    left: 0px;
}




}

/* 480px-767px */
@media (min-width: 480px) and (max-width: 767px) {
.div_class {
    display: inline-grid;
    justify-content: space-evenly;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.div_class1 {
	width: 100%;
    margin: 15px 0px;
}
.first_cls {
    top: 0px;
    position: relative;
    left: 0px;
}
.second_cls {
    top: 0px;
    position: relative;
    left: 0px;
}
.third_cls {
    top: 0px;
    position: relative;
    left: 0px;
}

  
}

/* 768px-991px */
@media (min-width: 768px) and (max-width: 991px) {

.first_cls {
    top: -160px;
    position: relative;
    left: 15px;
}
.second_cls {
    top: 0px;
    position: relative;
    left: -38px;
}
.third_cls {
    top: -70px;
    position: relative;
    left: 40px;
}




}

/* 992px-1100px */
@media (min-width: 992px) and (max-width: 1100px) {
.first_cls {
    top: -160px;
    position: relative;
    left: 25px;
}
.second_cls {
    top: 0px;
    position: relative;
    left: -38px;
}
.third_cls {
    top: -70px;
    position: relative;
    left: 40px;
}


  
}