* {
  margin: 0;
  font-family: 'Roboto', sans-serif;
}
a {
  text-decoration: none;
}
#blue {
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  height: 3px;
  background-color: rgb(44, 65, 82);
  z-index: 6;
}
#gre {
  overflow: hidden;
  position: fixed;
  top: 90px;
  width: 100%;
  height: 3px;
  background-color: #c9c9c9;
  z-index: 4;
}
#navbar {
  overflow: hidden;
  background-color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  height: 90px;
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  z-index: 5;
}
#ima_head {
  height: 38px;
  margin-top: 27px;
  margin-left: 0%;
}
#links {
  margin-top: 54px;
  margin-left: 15.5%;
  min-width: 400px;
}
#links > div > a {
  color: #3d5060;
  text-align: center;
  z-index: 7;
  padding: 18px;
  padding-bottom: 20px;
  text-decoration: none;
  font-size: 14px;
  margin: auto;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: fixed;
  background-color: rgb(255, 255, 255);
  z-index: 7;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  top: 88px;
  left: 14%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.dropdown:hover .dropdown-content {
  display: flex;
  animation: fadeIn 1s;
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  -o-animation: fadeIn 1s;
  -ms-animation: fadeIn 1s;
}

.d1 {
  width: 1180px;
  height: 564px;
  z-index: 15;
}
.catog {
  height: 53px;
  /* background-color: rgb(105, 103, 107); */
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 0.5px solid #e0e0e0;
  border-top: 0.5 solid #e0e0e0;
}
.catog > p {
  margin: 10px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(214, 214, 214);
  font-size: 14px;
  margin-left: 20px;
}
.catog > p:nth-child(2) {
  width: 128px;
  background-color: rgb(248, 248, 248);
  color: #3d5060;
  margin-left: 0px;
}
.catog > p:nth-child(3) {
  width: 128px;
  background-color: rgb(248, 248, 248);
  color: #3d5060;
  margin-left: 0px;
}
.part {
  height: 511px;
  width: 100%;

  display: flex;
}
.part > div {
  width: 25%;
  height: 100%;
  display: block;
}
.part > div > h5 {
  margin: 18px;
  margin-top: 16px;
  margin-bottom: 10px;
}
.part > div > p {
  margin: 18px;
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 14px;
  color: #3d5060;
}
.part > div > p > button {
  color: #3d5060;
  border: none;
  background-color: white;
  cursor: pointer;
}
#searLink {
  height: 78px;
  width: 390px;
}

#mini-lnk {
  display: flex;
  padding: 0;
}
#mini-lnk > a {
  color: rgb(42, 46, 49);

  font-size: 12px;
  margin-top: 10px;
  margin-right: 23px;
  margin-bottom: 11px;
  cursor: pointer;
}
#mini-lnk > button {
  border: none;
  background-color: white;
  color: rgb(42, 46, 49);
  margin-left: -10px;
  margin-top: -1px;
  margin-right: 10px;
  cursor: pointer;
}
#sear_block {
  display: flex;
}
#inp {
  height: 30px;
  width: 248px;
  border-radius: 50px;
  border: 1px solid black;
  margin-left: 10px;
  margin-bottom: 13px;
  background-color: #fffded;
  margin-top: 10px;
}
.A {
  position: absolute;
  font-size: 15px;
  overflow: hidden;
  z-index: 5;
  right: 380px;
  top: 54px;
}
#closet,
#cart {
  height: 35px;
  width: 35px;
  background-color: #2c4152;
  margin-top: 12px;
  margin-left: 10px;
  border-radius: 100%;
  color: white;
  text-align: center;
}
#cart {
  margin-left: 10px;
}
#cart > p,
#closet > p {
  font-size: 0;
  margin-top: 7px;
}
#cart > img,
#closet > img {
  width: 20px;
}
#block1,
#block5 {
  margin-top: 7px;
  overflow: hidden;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 1;
    -webkit-transform: translatex(100%);
    -moz-transform: translatex(100%);
    -o-transform: translatex(100%);
    transform: translatex(100%);
  }
  25% {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
  75% {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatex(-100%);
    -moz-transform: translatex(-100%);
    -o-transform: translatex(-100%);
    transform: translatex(-100%);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 1;
    -webkit-transform: translatex(100%);
    -moz-transform: translatex(100%);
    -o-transform: translatex(100%);
    transform: translatex(100%);
  }
  25% {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
  75% {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatex(-100%);
    -moz-transform: translatex(-100%);
    -o-transform: translatex(-100%);
    transform: translatex(-100%);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 1;
    -webkit-transform: translatex(100%);
    -moz-transform: translatex(100%);
    -o-transform: translatex(100%);
    transform: translatex(100%);
  }
  25% {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
  75% {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatex(-100%);
    -moz-transform: translatex(-100%);
    -o-transform: translatex(-100%);
    transform: translatex(-100%);
  }
}
.in-left {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-iteration-count: infinite;
}
#block8 {
  margin-top: 5px;
  background-color: rgb(250, 250, 250);
  display: flex;
  width: 100%;
  height: 130px;
  justify-content: center;
}
#block8 > div {
  width: 25%;
  text-align: center;
  font-size: 40px;

}
#block8 > div > img {
  width: 40%;
}
#block8 > div:nth-child(1){
  margin-top: -5px;
}
#block9 {
  width: 100%;
  /* height: 200px; */
  display: flex;
}
#block9 > img {
  width: 50vw;
}
#block10,
#block11,
#block12,
#block13,
#block14,
#block15,
#block16,
#block17,
#block18,
#block19,
#block20,
#block21,
#block22,
#block23,
#block26,
#block27,
#block29,
#block28 {
  width: 100%;
  display: flex;
}
#block10 > img,
#block11 > img,
#block13 > img,
#block14 > img,
#block15 > img,
#block16 > img,
#block17 > img,
#block18 > img,
#block19 > img,
#block20 > img,
#block21 > img,
#block22 > img,
#block23 > img,
#block24 > img,
#block25 > img,
#block26 > img,
#block27 > img,
#block29 > img,
#block28 > img {
  width: 100%;
}
#block12 > img {
  width: 100%;
}
#fnal {
  height: 520px;
  width: 100%;
  background-color: rgb(44, 65, 82);
}
#fnal > div:nth-child(1) {
  width: 100%;
  height: 350px;
  display: flex;
  justify-content: center;
  margin-left: 0px;
}
#fnal > div > div {
  width: 70%;
  height: 100%;

  display: flex;
}
#fnal > div > div > div {
  width: 25%;
  height: 100%;
  display: block;
  color: white;
}
#fnal > div > div > div > h4 {
  margin: 15px;
  margin-top: 32px;
  font-weight: 200;
  margin-left: 10px;
  color: rgb(204, 204, 204);
  font-family: 'Lora', serif;
}
#fnal > div > div > div > p {
  margin: 15px;
  margin-top: 13px;
  margin-bottom: 13px;
  font-size: 11px;
  font-weight: 100;
  margin-left: 10px;
}
#fnal > div > div > div > p > a {
  color: rgb(204, 204, 204);
}
#pay {
  width: 100%;
  height: 20%;
  display: flex;
  justify-content: center;
}
#w-line {
  margin: auto;
  width: 70%;
  height: 1px;
  background-color: rgb(204, 204, 204);
}
#pay > div {
  width: 70%;
  max-height: 32%;
  justify-content: center;
}
#pay > div > div:nth-child(1) {
  width: 70%;
  height: 100%;
}
#pay > div > div:nth-child(2) {
  width: 30%;
  height: 100%;
}
#ICO {
  font-size: 40px;
}
#ICO > h5 {
  margin-top: 50px;
  font-size: 15px;
  color: rgb(204, 204, 204);
  margin-bottom: 10px;
}
#ICO > img {
  width: 500px;
}
#SIGN {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 20px;
  left: 35%;
  width: 25%;
  height: 693px;
  background-color: rgb(255, 255, 255);
  z-index: 10;
}
#gre_bk {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  /* top: 20px;
        left: 35%; */
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  z-index: 9;
  opacity: 0.4;
}
#btm {
  display: flex;
  margin-top: 30px;
  justify-content: flex-end;
  margin-right: 30px;
}
#btm > button {
  border: none;
  background-color: white;
}
#wel {
  font-size: 20px;
  margin-left: 30px;
  margin-top: 5px;
  letter-spacing: 1px;
}
#SIGN > div:nth-child(3) {
  margin-left: 30px;
  margin-top: 15px;
  font-size: 13px;
  color: rgb(104, 102, 102);
}
#SIGN > div:nth-child(4) {
  width: 85%;
  height: 60px;
  margin: auto;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#fb,
#gg {
  width: 48%;
  height: 70%;
}
#fb > img,
#gg > img {
  width: 100%;
}
#lin {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  color: #c8c8c8;
  font-weight: 700;
}
#lin > p {
  width: 50px;
  height: 1px;
  background-color: rgb(200, 200, 200);
  margin-top: 10px;
  margin: 10px;
}
#blueT {
  color: rgb(59, 132, 164);
  cursor: pointer;
}
#SIGN > div:nth-child(6) {
  margin-left: 30px;
  margin-top: 15px;
  font-size: 14px;
  color: rgb(98, 98, 98);
}
#SIGN > div:nth-child(7) {
  width: 85%;
  margin: auto;
  display: flex;
  justify-content: center;
}
#SIGN > div > form > input {
  border: 1px solid rgb(197, 196, 196);
  border-style: none none solid none;
  width: 360px;
  margin-top: 15px;
}
#SIGN > div > form > input:nth-child(2) {
  background-color: rgb(213, 162, 73);
  cursor: pointer;
  width: 180px;
  height: 40px;
  color: white;
  letter-spacing: 2px;
}
#SIGN > div:nth-child(9) {
  width: 87%;
  margin: auto;
  font-size: 11px;
  color: rgb(98, 98, 98);
  margin-top: 30px;
  display: none;
  /* k */
}
#ii{
  display: flex;
  letter-spacing: 0.4px;
}
#ii>p{
  margin-left: 2px;
}

#BLK_dn {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background-color: black;
  opacity: 0.5;
  top: 80px;
  z-index: 4;
}
#details {

  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  font-size: 13px;
  color: rgb(83, 83, 83);
}
#mailFRM{
  margin-top: 15px;
  margin-bottom: 15px;
}
#details > div {
  width: 90%;

}
/* #detailHD > form {
} */
#detailHD > form > input {
  width: 98%;
  margin-top: 15px;
  margin-bottom: 20px;
  border: 1px solid rgb(197, 196, 196);
  border-style: none none solid none;
}
#ch2{
  display: flex;
  margin-bottom: 15px;
}
#ch1{
  margin-right: 5px;
}
#sup{
  padding: 13px;
  background-color: rgb(213, 162, 73);
  color: white;
  letter-spacing: 1px;
}
.rad{
  margin: 5px;
}

#details{
display: none;
}
#addr{
  display:none;
  margin-top: 20px;
}
#addr>div{
  margin-left: 35px;
}
#addr>div>form{
  display: flex;
  flex-direction: column;
}
#addr>div>form>input{
  width: 340px;
  margin-top: 20px;
  margin-bottom: 20px;
    border: 1px solid rgb(197, 196, 196);
  border-style: none none solid none;
}
#addr>div>form>select{
  width: 345px;
  margin-top: 20px;
  margin-bottom: 20px;  
    border: 1px solid rgb(197, 196, 196);
  border-style: none none solid none;
}
#sss{
  margin-top: 25px;
  padding: 13px;
  background-color: rgb(213, 162, 73);
  color: white;
}
