* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

body {
  background: #212020;
  color: #fff;
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: hidden;
}


header {
  padding: 10px 15px;
}

nav {
  display: flex;
  justify-content: right;
  align-items: center;
  
}

.s-dv {
  display: flex;
  align-items: center;
  gap: 14px;
  
}

.text-link {
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
  cursor: pointer;
  white-space: nowrap;
}

.text-link:hover {
  text-decoration: underline;
  cursor: pointer;
}

.icon-link {
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}

.icon-link .tooltip{
  position: absolute;
  padding: 5px 7px;
  font-size: 13px;
  background-color: rgba(85, 84, 85, 0.533);
  color: white;
  bottom: -27px;
  opacity: 0;
  transition: opacity 0.5;
  pointer-events: none;
  white-space: nowrap;
}

.icon-link:hover .tooltip{
  opacity: 0.6;
  color: white;
}

.icon-link:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.img-dv img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.img-dv a{
 display: flex;
 align-items: center;
 justify-content: center;
 position: relative;
}

.img-dv a .tooltip{
  position: absolute;
  padding: 4px 7px;
  margin-right: auto;
  font-size: 13px;
  background-color: rgba(85, 84, 85, 0.533);
  color: white;
  bottom: -55px;
  right: 3px;
  opacity: 0;
  transition: opacity 0.5;
  pointer-events: none;
  
}

.img-dv:hover a .tooltip{
  opacity: 0.6;
  color: white;
}
main {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  text-align: center;
  padding-bottom: 100px;

}

/* logo */
.div-img img {
  width: 450px;
  max-width: 100%;
}

.input-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  max-width: 650px;
  padding: 7px 14px;
  border-radius: 30px;
  background: #3f3e3e;
  
}

.input-bar:hover{
 background: #595757;
 transition: 0.7s;
}
.input-container {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 10px;
}

.search-bar {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  color: white;
  font-size: 16px;
}

.second-container {
  display: flex;
  align-items: center;
  gap: 12px;
}

.second-container i {
  cursor: pointer;
}

.icon{
 color: inherit; 
}

.h-how{
  color: inherit; 
  width: 36px;
  height: 36px;
  border-radius: 50%;
 padding-top: 10px;
}

.h-how:hover{
  background-color: rgba(255, 255, 255, 0.15);
}


.lktext button{
  background-color: transparent;
  color: #fff;
  padding: 8px 8px;
  border-top: 1px solid rgb(226, 223, 223);
  border-right: 0.6px solid rgb(226, 223, 223);
  border-bottom: 1px solid rgb(226, 223, 223);
  border-left: 0.6px solid rgb(226, 223, 223);
  border-radius: 30px;
}

.lktext button:hover{
  border: 2px solid;
  border-top-color: rgba(254, 93, 93, 0.53);
  border-right-color: rgba(56, 56, 220, 0.565);
  border-bottom-color: rgb(228, 191, 23);
  border-left-color: rgb(12, 191, 131);
}


.grid-button {
  display: flex;
  gap: 12px;
  margin-top: 25px;
}

.grid-button button {
  padding: 10px 18px;
  background: #303134;
  border: none;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}

.grid-button button:hover {
  background: #3c4043;
}


.chrs,
.lnk {
  font-size: 13px;
}

.lnk a,
.chrs a {
  color: #8ab4f8;
  text-decoration: none;
}


footer {
  background: #0f0f0f;
  font-size: 14px;
}

.country {
  padding: 15px 0 20px 30px;
  border-bottom: 1px solid #333;
}

.foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  flex-wrap: wrap;
  white-space: nowrap;
  gap:20px;
  padding: 20px 30px;
}

@media(max-width:750px){
  .foot{
  display: flex;
  flex: 1;
  justify-content:center;
  align-items:center;
  flex-wrap: wrap;
  flex-shrink: 0;
  padding: 25px 33px 15px 33px;
  }

  .sus {
  display: flex;
  height: 14px;
  margin:0;
}

.foot-one, .foot-two, .foot-three{
gap: 2rem;
}

.foot-one{
  margin-bottom: 5px;
  padding-top: 0;
}
  
}

@media(max-width:752px) and (min-width: 999px){
 .foot{
  display: flex;
  flex: 1 1;
  justify-content:center;
  align-items:center;
  flex-wrap: wrap;
  padding: 25px 33px 15px 33px;
  }

   .sus {
  height: 14px;
  margin:0;
}

.foot-one, .foot-two, .foot-three{
gap: 1rem;
}

.foot-one{
  margin-bottom: 0;
  padding-top: 0;
}
}

.foot-one,
.foot-three {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  white-space: nowrap;
  gap: 2rem;
}

.foot-two {
  display: flex;
  align-items: center;
  margin-right: 70px;
  flex-wrap: wrap;
  white-space: nowrap;
  gap: 10px;
}

.sus {
  display: flex;
  height: 15px;
  margin-right: 1px;
  white-space: nowrap;
}
