
.navbar {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  /* border: 2px dotted black; */
  align-items: center;
  box-shadow: 2px 2px 15px #b3b3b3;
  padding: 0;
  height: 65px;
  margin-top: 0px;
  background: white;
}

.nav-tagsdiv {
  height: 20px;
  /* border: 1px solid blue; */
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.nav-imagediv {
  height: 65px;
  /* border: 1px solid blue; */
  display: flex;
  align-items: center;
  justify-content: end;
  /* margin-right: -36px; */
  /* margin-left: -24px; */
  gap: 25px;

}
.nav-tagsdiv i
{
    font-size: 2.3em;
    cursor: pointer;
}
.nav-tagsdiv a
{
  text-decoration: none;
  color: #000000;
  font-size: 1em;
  font-weight: 900;
  cursor: pointer;
  font-family: "Century Gothic";
  transition: all 0.8s;
}
.nav-tagsdiv a:hover{
  color: #ffad00;
}
.nav-imagediv  > img , .nav-imagediv > a > img{
  height: 22px;
  width: 22px;
  }
.tags-div
{
    display: flex;
    justify-content: space-evenly;
}
.menubtn-div
{
    display: none;
}
.btn:hover {
  background-color: #ffaa00;
  border-color: #ffad00;
}
.nav-imagediv i:hover {
  color: #ffffff;
}

.main-logodiv {
  height: 60px;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #c5c5c5;
    background: #110051;
}

.main-logodiv div:nth-child(1)
{
  display: flex;
  justify-content: start;

}
.main-logodiv div:nth-child(2)
{
    display:flex;
    justify-content:center;
    align-items:center;
}
.main-logodiv div:nth-child(2) a:nth-child(1)
{
border:2px solid #00486c;
color:#00486c;
height: 60%;
display: flex;
justify-content: center;
box-shadow: 0px 0px 5px rgb(72, 72, 72);
align-items: center;
text-decoration: none;
width:15%;
background-color:white;
transition: .5s all ease;
border-top-left-radius: 25px;
border-bottom-left-radius: 25px;
}

.main-logodiv div:nth-child(2) a:nth-child(1):hover
{
background-color: #00486c;
color: white;
}
.main-logodiv div:nth-child(2) a:nth-child(2)
{
    margin-right: 10%;
border:2px solid #00486c;
border-top-right-radius: 25px;
border-bottom-right-radius: 25px;
box-shadow: 0px 0px 5px rgb(72, 72, 72);
color:white;
width:15%;
display: flex;
justify-content: center;
align-items: center;
text-decoration: none;
height: 60%;
background-color:#00486c;
transition: .5s all ease;
}

.main-logodiv div:nth-child(2) a:nth-child(2):hover
{
background-color: white;
color: #00486c;
}

.main-logodiv img {
  height: 95px;
    width: 115px;
}

.options-buttons {
  display: flex;
  /* margin-top: 100px; */
  /* position: fixed; */
  align-items: center;
  justify-content: space-around;
  height: 65px;
  overflow: hidden;
  position: relative;
  width: 100%;    
  background: #110051;
}

.options-buttons button {
  /* height: 44px; */
  padding: 10px 20px;
  white-space: nowrap;
  font-size: 1em;
  min-width: 166px;
  text-align: center;
  color: #ffffff;
  font-weight: 800;
  /* border: 5px solid #ffff00; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* border: 2px solid #ffffff; */
  /* color: #000d60; */
  background-color: #ff8300;
  border-radius: 10px;
  border: none;
  font-family: 'Century Gothic', sans-serif;
}

.options-buttons button:hover
{
    border: none;
    color: rgb(0, 0, 0);
    background: rgb(255, 255, 255);
}

.slider-track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: scroll 25s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.nav-imagediv i
{
  font-size: 1.4em;
  border: none;
  color: #757575;
}
.nav-imagediv button
{
  border: none;
}

.mobile-downtagsdiv
{
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 60px;
}
.mobile-downtagsdiv a
{
  height: 40px;
    border-radius: 50%;
    width: 11%;
    /* text-align: center; */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mobile-downtagsdiv a:hover
  {
    background-color: orangered;

  }
  .mobile-downtagsdiv a:hover i
  {
    color: white;
  }


.mobile-footer
{
  display: none;
}
#profiledefualt{
    border-radius: 50%;
    border: 1px solid;
        height: 78%;
    width: 9%;

}

.optionaltags{
    position: relative;
    left: 50%;
    top: 20%;
    color: red;
    font: 500;
    border-radius: 10%;
    border: 2px solid red;
    display: flex;
    background-color: white;
    justify-content: center;
    align-items: center;
}
.optionaltags:hover
{
    color: white;
    background-color:red;
}
.right-side-header{
  display: flex;
  gap: 10px;
align-items: center;
justify-content: center;
height: 60px;
}.right-side-header > span {
  height: 38px;
  padding: 7px;
  display: flex;
  align-items: center;
  gap: 5px;
  border-radius: 8px;
  background-color: #ff8300;
}
.first-span{
 margin-left: 30px; 
}
.right-side-header > span > img {
  height: 18px;
  width: 18px;
  border: none;
  filter: invert(1);

}

.right-side-header > span > a {
  font-size: 14px;
  font-weight: 900;
  font-family: "Century Gothic";
  text-align: center;
  color: white;
  text-decoration: none;
}

.login-system{
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 5px;
  margin-right: 30px;
  filter: invert(1);
}

.login-system  > a{
  font-size: 14px;
  font-weight: 900;
  font-family: "Century Gothic";
  text-decoration: none;
  color: rgb(0, 0, 0);
}
.logout-btn{
  font-size: 14px;
  font-weight: 900;
  font-family: "Century Gothic";
  text-decoration: none;
  color: rgb(0, 0, 0);
  background-color: none;

}

.login-system  > hr{
  background: black;
  width: 30px;
  transform: rotate(90deg);
  height: 2px;
}
/* Small mobile devices (landscape and portrait) */
@media (max-width: 575.98px) {
  .nav-tagsdiv {
    height: 65px;
    margin-left: 20px;
}
.cards-div {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 19px;
  /* row-gap: 95px; */
  margin-top: 37px;
}
.nav-imagediv {
  height: 65px;
  display: flex;
  justify-content: end;
}
.nav-imagediv > a{
  margin-right: 10px;
  /* height: 25px; */
  /* width: 26px; */
}
.cards-div {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 19px;
  /* row-gap: 95px; */
  margin-top: 37px;
}
#carthead{
  display: none;
}
#carouselExampleSlidesOnly
{
    border: 1px solid black;
    height: 150px;
}
.carousel-item img
{
    height: 140px;

}
.main-logodiv {
  height: 64px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #c5c5c5;
  background: black;
}
.tags-div
{
  display: none;
}
header
{
  margin-top: 5px;
}
.mobile-footer {
  display: flex;
  height: 65px;
  align-items: center;
  filter: invert(1);
  background-color: black;
}



.menubtn-div
{
    justify-content: center;
    display: flex;
}

.main-logodiv div:nth-child(1) {
  display: none;
}

.mobile-downtagsdiv > a > img {
  height: 22px;
  width: 22px;
  filter: invert(1);
}
.navbar {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  /* border: 2px dotted black; */
  align-items: center;
  padding: 0;
  height: 70px;
  margin-top: -9px;
}
}
/* Large mobile devices (landscape and portrait) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .nav-tagsdiv {
    height: 65px;
    margin-left: 20px;
}

.nav-imagediv {
  height: 65px;
  display: flex;
  justify-content: end;
}
.nav-imagediv > a{
  margin-right: 10px;
  /* height: 25px; */
  /* width: 26px; */
}

#carthead{
  display: none;
}
#carouselExampleSlidesOnly
{
    border: 1px solid black;
    height: 150px;
}
.carousel-item img
{
    height: 140px;

}
.main-logodiv {
  height: 64px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #c5c5c5;
  background: black;
}
.tags-div
{
  display: none;
}
header
{
  margin-top: 5px;
}
.mobile-footer {
  display: flex;
  height: 65px;
  align-items: center;
  filter: invert(1);
}

.menubtn-div
{
    justify-content: center;
    display: flex;
}
.main-logodiv div:nth-child(1) {
  display: none;
}
.mobile-downtagsdiv > a > img {
  height: 22px;
  width: 22px;
  filter: invert(1);
}
.navbar {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  /* border: 2px dotted black; */
  align-items: center;
  padding: 0;
  height: 70px;
  margin-top: -9px;
}
}

/* Tablets (portrait) */
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Styles for tablets in portrait mode */
}

/* Tablets (landscape) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* Styles for tablets in landscape mode */
}
/* Small laptops */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  /* Styles for small laptops */
}

/* Large laptops */
@media (min-width: 1400px) and (max-width: 1599.98px) {
  /* Styles for large laptops */
}
/* Desktops and larger screens */
@media (min-width: 1600px) {
  /* Styles for desktops and larger screens */
}






footer {
    background-color: #110051;
    color: #fff;
    padding: 20px;
    font-size: 14px;
    margin-top: 50px;
}

.footer-top {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    background-color: #fff;
    color: #000;
    text-align: center;
}

.footer-feature {
    width: 23%;
}

.footer-feature h4 {
    font-weight: 700;
}

.footer-feature p {
    font-weight: 300;
    margin-top: 5px;
    font-family: "Century Gothic";
}

.footer-bottom {
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
    background-color: #110051;
    color: #fff;
}

.footer-column {
    width: 22%;
}

.footer-column h4 {
    font-weight: 700;
    margin-bottom: 15px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    font-family: "Century Gothic";
}

.footer-column ul li a:hover {
    text-decoration: underline;
}

.footer-column input[type="email"] {
    width: 80%;
    padding: 8px;
    margin-top: 10px;
    border: none;
    border-radius: 5px;
}

.footer-column .icon {
    font-size: 20px;
    margin-top: 10px;
}

.social-icons a {
    margin-right: 10px;
    color: #fff;
    text-decoration: none;
}

.social-icons a .icon:hover {
    color: #007bff;
}

.footer-credits {
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #333;
}

.footer-credits img {
    width: 50px;
    margin-bottom: 10px;
}

.footer-credits p {
    margin: 5px 0;
    font-weight: 300;
    font-family: "Century Gothic";
}

@media (max-width: 768px) {
    .footer-top,
    .footer-bottom {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .footer-feature,
    .footer-column {
        width: 100%;
        margin-bottom: 20px;
    }.social-icons {
    margin-top: 8px;
    /* height: 42px; */
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

}
.social-icons{
    margin-top: 8px;
    /* height: 42px; */
    display: flex;
    align-items: center;
    gap: 16px;
}
.social-icons a {
    /* margin-right: 10px; */
    color: #fff;
    text-decoration: none;
    display: flex;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border: 2px solid;
}
.contasiner{
    display: flex;
    gap: 5px;
    align-items: center;
}
 .fa-envelope {
    color: #000000;
    background-color: #ffffff;
    text-decoration: none;
    display: flex;
    font-size: 19px;
    width: 40px;
    margin-top: 9px;
    height: 39px;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border: 2px solid;
}
.navbar-nav > li {
  /* display: flex; */
  /* gap: 10px; */
  /* margin-top: -13px; */
  margin-bottom: 22px;
  text-align: center;
  font-size: 22px;
  border-bottom: 1px solid #cbcbcb;
  /* font-weight: 900; */
}