@font-face{
  font-family:'Pacifico';
  src:url("../font/Pacifico-Regular.ttf") format("truetype");
  font-weight:normal;
  font-style:normal;
  font-display:fallback;
  font-display:block
}

:root {
  --navbar_bg: #f066cd;
}

/*----------- NAVIGATION BAR-------------- */
header {
  background-color: #f066cd;
  padding: 15px;
  width: 100%;
}

.nav-wrapper {
  max-width: 1100px;
  margin: auto;
  /* padding: 0 20px; */
  display: flex;
  justify-content: space-between;

}

#bars,
#times {
  display: none;
}

header .nav-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}

.logo_comp {
  display: flex;
  align-items: center;
  position: relative;
}

.logo_comp img {
  height: 50%;
  width: 50px;
}


.logo_comp .logo_text {
  font-family: "Courier New, Pacifico";
  /*Pacifico , Courier New, Courier, monospace"; */
  font-size: 35px;
  font-weight: bold;
  font-style: normal;
}

.contact  {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: stretch;
  align-items: stretch;
}

.contact p {
  margin-left: 15px;
  padding: 3px;
  font-size: 14px;
  color: black;
  font-weight: 600;
}

header .nav-wrapper .logo {
  font-size: 25px;
  color: black;
  font-weight: 800;
}

header .nav-wrapper .logo i {
  color: orangered;
}

header .nav-wrapper .navbar {
  /* background: #000; */
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

header .nav-wrapper .navbar li a {
  font-size: 14px;
  color: black;
  font-weight: 600;
  margin-left: 25px;
  text-transform: uppercase;
}

.logo-991 {
  display: none;
}

header .nav-wrapper .navbar li a:hover,
.topweb .nav-wrapper a:hover,
.topweb .nav-wrapper a i:hover {
  color: rgb(244, 247, 245);
  transition: all 0.1s;
}

header .search {
  position: absolute;
  right: 0;
  background-color: #eeecec;
  padding: 8px;
  border-radius: 5px;
}

header .search i:hover {
  color: orangered;
}

/* STICK NAVBAR */
header.sticky {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  transition: 0.5s;
  box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.3);
}


/*------ -FOOTER----------- */

footer {
  background-color: #1f1e1e;
}

footer .wrapper .footer-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 40px;
  color: white;
  gap: 30px;
  font-size: 15px;
}

.footer-grid .footer-col {
  margin-top: 30px;
}

.footer-col h4 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* footer 1 */

.h4-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-1 ul {
  margin: 10px 0;
}
.footer-1 ul li {
  color: white;
  margin: 10px 0;
}
.footer-1 ul li {
  float: left;
  color: rgb(141, 140, 140);
}

.footer-1 ul li:hover,
.f-main-col:hover {
  color: orangered;
  cursor: pointer;
}

.f-main-row {
  display: flex;
  flex-wrap: wrap;
}

.f-main-col {
  background-color: #2e2d2d;
  padding: 4px;
  margin: 5px;
  border-radius: 5px;
}


/* footer 2 */
.footer-2-box {
  display: flex;
  margin-bottom: 25px;
  cursor: pointer;
}

.footer-img {
  min-width: 100px;
  overflow: hidden;
}
.footer-img img {
  width: 100px;
}

.footer-content {
  margin-left: 20px;
}
.footer-content p {
  font-size: 12px;
  margin-top: 5px;
  color: gray;
}
.footer-2-box:hover h5 {
  color: orangered;
}
.footer-2-box:hover img {
  transform: scale(1.1);
}

/*  last-footer*/
.last-footer {
  border-top: 1px solid rgb(233, 232, 232, 0.2);
  margin-top: 40px;
  padding: 40px 0;
}
.last-footer-box {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
.mini-last-footer-box {
  display: flex;
  align-items: center;
}

.last-box-content {
  width: auto;
  margin-left: 20px;
  background-color: #22befc;
}

.mini-last-footer-box .logo {
  color: white;
  min-width: 180px;
  font-size: 25px;
  font-weight: 600;
}
.mini-last-footer-box i {
  color: orangered;
}

.last-box-content h4 {
  color: white;
  margin-bottom: 10px;
}


/* icon-footer */
.icon-footer {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.icon-footer i {
  font-size: 16px;
  margin-left: 10px;
  color: white;
  padding: 8px;
  background-color: rgba(114, 114, 114, 0.1);
  transition: 0.1s;
}
.icon-footer i:nth-child(1):hover {
  background-color: #254c94;
}
.icon-footer i:nth-child(2):hover {
  background-color: #22befc;
}
.icon-footer i:nth-child(3):hover {
  background: linear-gradient(15deg, #ffb13d, #dd277b, #4d5ed4);
}
.icon-footer i:nth-child(4):hover {
  background-color: #9b1c21;
}
.icon-footer i:nth-child(5):hover {
  background-color: #ca2127;
}

/* END */
.end {
  background-color: rgb(5, 5, 5);
}
.end .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10px;
}
.end .wrapper p {
  color: white;
}
.end .wrapper ul {
  display: flex;
}
.end .wrapper ul li a {
  margin-left: 10px;
  color: white;
  font-size: 14px;
}





























/* max-width: 1024px */
@media (max-width: 1024px) {

  .navbar.responsive{
    display: block !important;
  }

  .navbar{
    display: none !important;
  }


  .nav-logo {
    display: grid;
    grid-template-columns: 1fr 3fr;
    justify-content: start;
    align-items: center;
  }

  .logo_text {
    font-size: 20px !important;
  }

  .navbar { 
    width: 180px !important;
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
  }  

  .navbar.responsive { 
    transition: 2s !important;
  }

  
}



/* max-width: 900px */
@media (max-width: 900px) {

  .navbar.responsive{
    display: block !important;
  }

  .navbar{
    display: none !important;
  }


  .nav-logo {
    display: grid;
    grid-template-columns: 1fr 3fr;
    justify-content: start;
    align-items: center;
  }

  .logo_text {
    font-size: 20px !important;
  }

  .navbar { 
    width: 180px !important;
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
  }  

  .navbar.responsive { 
    transition: 2s !important;
  }

  .topweb {
    display: none;
  }

  #bars {
    /* background: yellow; */
    display: block;
    font-size: 20px;
    margin-right: 20px;
    cursor: pointer;
  }

  .bars:hover,
  .times:hover {
    color: orangered;
    cursor: pointer;
  }

  /* header .navbar { */
  .navbar {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 280px;
    height: 150vh;
    top: -15px;
    left: -15px;
    /* display: block; */
    background-color: rgb(190, 146, 146);
    z-index: 1000;
    box-shadow: 1px 2px 5px 5px rgba(68, 68, 68, 0.1);
    opacity: 1;
    /* visibility: hidden; */
  }
  header .wrapper .navbar {
    display: block;
  }

  header .wrapper .navbar li {
    margin-top: 25px;
  }

  
  .logo-991 {
    display: block;
    border-bottom: 1px solid #cccccc;
    padding: 17px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    font-size: 23px;
    color: black;
    font-weight: 800;
  }

  .logo-991 i {
    color: orangered;
    margin: 0 10px;
  }

  #times {
    display: block;
    position: absolute;
    top: 24px;
    right: 18px;
    font-size: 22px;
    font-weight: 100;
    cursor: pointer;
  }
}

/* Max-wuidth 880px */
@media(max-width:768px){

  .navbar.responsive{
    display: block !important;
  }

  .navbar{
    display: none !important;
  }

  .nav-logo {
    display: grid;
    grid-template-columns: 1fr 3fr;
    justify-content: start;
    align-items: center;
  }

  .logo_text {
    font-size: 20px !important;
  }

  .navbar { 
    width: 180px !important;
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
  }  

  .navbar.responsive { 
    transition: 2s !important;
  }

  .grid-container{
    grid-template-columns: minmax(100px, 1fr);
  }

  .wrapper {
    padding: 0 20px;
  }


/* Footer */
footer .wrapper .footer-grid
{
    grid-template-columns: 1fr;
}

.last-footer-box{
  display: grid;
  grid-template-columns: 3fr;
  text-align: center;
}

.mini-last-footer-box{
  display: block; 
}

.last-box-content h4{display: none;}
.last-box-content p{margin: 20px 0;}
.icon-footer{ align-items: center;  display: flex; justify-content: center;}


/* End wrapper */
.end .wrapper{
  display: flex;
 flex-direction: column;
}
.end .wrapper ul{margin-top: 20px; order: 1;}
}




/* Max Width 680px */
@media(max-width:680px){

  .navbar.responsive{
    display: block !important;
  }

  .navbar{
    display: none !important;
  }

  nav .wrapper .logo {
    font-size: 10px;
  }  

  .wrapper{padding: 0 10px;}

  .nav-logo {
    display: grid;
    grid-template-columns: 1fr 3fr;
    justify-content: start;
    align-items: center;
  }

  .logo_text {
    font-size: 20px !important;
  }

  .navbar { 
    width: 180px !important;
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
  }  

  .navbar.responsive { 
    transition: 2s !important;
  }

  #times {
    display: block;
    position: absolute;
    top: 0px !important;
    right: 18px;
    font-size: 22px;
    font-weight: 100;
    cursor: pointer;
  }  

  .navbar li a:hover{
    background: black;
    padding: 3px;
    border-radius: 2px;
  }



}



/* Max width 480px */
@media(max-width:480px){

  .navbar.responsive{
    display: block !important;
  }

  .navbar{
    display: none !important;
  }

   nav .wrapper .logo {
    font-size: 12px;
  }

  nav .wrapper .logo{font-size: 20px;}

  .footer-logo{

    width: 50% !important;
    height: 50% !important;
    object-fit: cover !important;

  }

  .footer-logo-text{
    color: chartreuse !important;
    font-size: 16px !important;
  }


}

