@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

@font-face {
  font-family: "IvyMode-SemiBold";
  src: url("../fonts/IvyMode-SemiBold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/IvyMode-SemiBold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
       url("../fonts/IvyMode-SemiBold.woff2") format("woff2"), 
       url("../fonts/IvyMode-SemiBold.woff") format("woff"),
       url("../fonts/IvyMode-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-size: 25px;
  font-style: normal;
}

.bg-light{
background: #FFFBF4!important;
}
.f-ivy-sembold{
	font-family: "IvyMode-SemiBold";
}

.f-quick-bold{
	font-family: "Quicksand";
	font-weight: bold;
}

.f-quick-med{
	font-family: "Quicksand";
	font-weight: 500;
}
.btn-primary{
  background: #000!important;
  color: #fff!important;
  border-color: #000!important;
  border-radius: 2px!important;
  font-family: "IvyMode-SemiBold";
  min-width: 120px;
}
.btn-secondary{
   background: #fff!important;
  color: #000!important;
  border-color: #fff!important;
  border-radius: 2px!important;
  font-family: "IvyMode-SemiBold";
  min-width: 120px;
}
.w100hauto{
	width: 100%;
	height: auto;
}
.w90hauto{
    width: 90%;
  height: auto;
}

.listnormal,
.listnormal2{
	list-style: none;
	margin-left: 0px;
  padding-left: 0px;
}

.listnormal li,
.listnormal2 li{
	display: inline-block;
	font-size: 25px;
}

.listnormal li:not(:last-child){
	margin-right: 15px;
	border-right: solid 1px #000;
	padding-right: 15px;
}

.listnormal2 li{
	border:solid 1px #fff;
	padding: 5px 15px;
}

.listnormal2 li:not(:last-child){
	margin-right: 15px;
	padding-right: 15px;
}

.bg-black-anim{
	background: #000;
	color: #fff;
}

  .scroll-container {
      overflow: hidden;
      background-color: #000;
      padding: 10px 0;
    }

    .scroll-list {
      display: flex;
      gap: 20px;
      animation: scroll-left 15s linear infinite;
      white-space: nowrap;
    }

    .scroll-item {
      color: #fff;
      font-size: 1.2rem;
      margin-right: 30px;
    }

    @keyframes scroll-left {
      from {
        transform: translateX(100%);
      }
      to {
        transform: translateX(-100%);
      }
    }



 .bg-light-bg{
 	background: #FFFBF4;
 }
.bg-black-section{
	background: #000;
	color: #fff;
}
 .h2,h2{
 	font-family: "IvyMode-SemiBold";
 	font-size: 50px;
 	line-height: 58px;
 }

 .list2{
 	list-style: none;
 	margin-left: 0px;
  padding-left: 0px;
 }
 .list2 li{
 		padding-top: 15px;
 }
 .list2 li:not(:last-child){
 	border-bottom: solid 1px #ccc;
 	padding-bottom: 15px;
 
 }

 .display-pc{
 	display: block;
 }

 .btn-black{
  color: #fff!important;
  text-decoration: none;
  text-transform: none;
  border-bottom: solid 1px #fff;
 }
 .btn-white{
   border-bottom: solid 1px #000;
 }

.navbar-light .navbar-nav .nav-link{
  color: #000!important;
 }

.footertext{
  font-size: 20px;
  line-height: 24px;
}

.footerlistbottom{
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
  float: right;
}
.footerlistbottom li{
  display: inline-block;
}
.footerlistbottom li:not(:last-child){
  margin-right: 30px;
}
.border-top{
  border-color: #000!important;
}

.nav-item:not(:last-child){
  margin-right: 30px;
}


@media only screen and (max-width: 576px) {
  body{
    font-size: 20px;
    line-height: 25px;
    font-style: normal;
  }

  .footertext{
       font-size: 18px;
    line-height: 23px;
  }
 .h2,h2{

  font-size: 35px;
  line-height: 40px;
 }

  .footerlistbottom{
    float: none;
  }
  .footerlistbottom li{
    display: block;
  }

  .listnormal li{
    border:0px!important;
    display: block;  padding: 15px;
  }
  .listnormal li:last-child{
      padding-bottom: 0px!important;
  
  }

  .listnormal2 li{
    margin: 15px;
  }

  .listnormal2 li:last-child{
    margin-bottom: 0px; 
  }

  footer .w100hauto{
    width: 60%!important;
    display: inline-block;
    text-align: center;
  }

  .logomob{
     width: 80%!important;
    display: inline-block;
    text-align: center;
  }
}


