html {
  overflow-x: hidden !important;
}

body {
  font-family: "BPG Mrgvlovani";
  color: var(--dark-color);
  line-height: normal;
  overflow: hidden;
  font-size: 14px;
}
:root {
  --primary-color: #1790D9;
  --bg-color: #F2F2F2;
  --footer-color: #344774;
  --border-radius: 5px;
}
.margin10{
  margin-left: 10vw;
  margin-right: 10vw;
}
.padding10{
  padding-left: 10vw;
  padding-right: 10vw;
}
/* HEADER */


 body > header{
  margin-top: 30px;
  margin-bottom: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header div{
  display: flex;
  gap: 10px;
}
header div button{
  height: 40px;
  font-size: 14px;
  width: 183px;
  border-radius: 20px;
}
header div button:first-child{
  border: 1px solid var(--primary-color);
  transition: all 0.4s ease;
}
header div button:first-child:hover{
  transition: all 0.4s ease;
  color: white;
  background-color: black;
  border: none;
}
header div button:nth-child(2){
  transition: all 0.4s ease;
  color: white;
  background-color: var(--primary-color);
  border: none;
}
header div button:nth-child(2):hover{
  background-color: black;
  transition: all 0.4s ease;
}
header div button:nth-child(3){
  width: 52px;
  background-color: black;
  color: white;
}

/* MAIN */

section.create{
  display: flex;
  justify-content: space-between;
  
}
.big-text p{
  font-family: "Gilroy Heavy";
  font-size: 37px;
  display: flex;
  align-items: center;
  gap: 15px;
}
section.create > div > div > p{
  margin-top: 40px;
}
.buttons{
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
.buttons button{
  background-color: var(--primary-color);
  transition: all 0.4s ease;
  color: white;
  height: 50px;
  padding: 0 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
}
.buttons button:hover{
  background-color: #0075BE;
}
section.create h1{
  font-family: "Gilroy Heavy";
  font-size: 50px;
  margin-top: auto;
}
section.create > div{
  display: flex;
flex-direction: column;
justify-content: center;
}
section.create > img{
  max-height: 500px;
}
.suggestions{
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  gap: 32px;
}
.suggestions > div > div{
  margin-bottom: 20px;
  padding: 30px 20px;
  border-radius: 5px;

}
.suggestions .options{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.suggestions > div:first-child .options .option{
    background-color: #BBBBBB;
    color: white;
    padding: 12px 30px;
    border-radius: 8px;
    font-size: 12px;
}
.domain-tail{
  background-color: white;
  color: black;
  border-radius: 28px;
  padding: 15px 0;
  margin: 25px 0;
  font-family: "BPG Mrgvlovani Caps 2010";
  font-weight: bold;
  
  
}
.suggestions *{
  text-align: center;
}
.suggestions > div{
  flex: 1;
  
}
.suggestions > div:first-child > div{
  background-color: #EBEBEB;
  
}
.suggestions > div p.head{
  position: relative;

}
.suggestions > div p.head img{
  position: absolute;
  bottom: -5px;
  left: 50%;
transform: translateX(-50%);
}
.suggestions > div:first-child p.head{
  color: var(--primary-color);
  
}
.suggestions > div > button{
  width: 100%;
  background-color: #EBEBEB;
  height: 55px;
  font-family: "BPG Mrgvlovani Caps 2010";
  border-radius: 5px;
  transition: all 0.4s ease;
}
.suggestions > div > button:hover{
  background-color: #BBBBBB;
  color: white;
}
.suggestions > div:nth-child(2) > button{
  background-color: #344774;
  color: white;
}
.suggestions > div:nth-child(2) > button:hover{
  background-color: #516188;
}
.suggestions > div:nth-child(3) > button{
  background-color: #1790D9;
  color: white;
}
.suggestions > div:nth-child(3) > button:hover{
  background-color: #127BBB;
}


.suggestions > div:nth-child(2) .options .option{
  background-color: white;
  
  padding: 12px 30px;
  border-radius: 8px;
  font-size: 12px;
}
.suggestions > div:nth-child(2) > div{
  background-color: #344774;
  
}
.suggestions >div:nth-child(2) p.head{
  color: white;
}



.suggestions > div:nth-child(3) .options .option{
  background-color: white;
  
  padding: 12px 30px;
  border-radius: 8px;
  font-size: 12px;
}
.suggestions > div:nth-child(3) > div{
  background-color: #1790D9;
  
}
.suggestions >div:nth-child(3) p.head{
  color: white;
}

.instructions > div{
  display: flex;
  position: relative;
  justify-content: center;
  gap: 30px;
}
.instructions h1{
  margin-bottom: 30px;
  font-family: "Gilroy Heavy";
  font-size: 30px;
  text-align: center;
}

.video-container{
  position: relative;
}
.video-container video, .video-container img:not(:last-child){
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.video-container img:last-child{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.e-commerce{
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
  margin-bottom: 50px;
  
}
.e-commerce > div{
  padding: 30px;
  background-color: #7EC4F6;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 515px;
}
.e-commerce header{
  font-family: "BPG Mrgvlovani";
  font-weight: bold;
  font-size: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.e-commerce header span{
  color: white;
}
.e-commerce ul{
  margin: 25px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.e-commerce ul li{
 font-family: "BPG Mrgvlovani Caps 2010";
 font-size: 12px;
}
.e-commerce ul li i{
  color: white;
  margin-right: 10px;
}
.e-commerce button{
  height: 50px;
 background-color: white;
 width: 230px;
 border-radius: 5px;
 font-size: 16px;
 transition: all 0.4s ease;

}
.e-commerce button i{
  margin-right: 20px;
  transition: all 0.4s ease;
}
.e-commerce button:hover{
  background-color: black;
  color: white;
}
.e-commerce button:hover i{
  color: white;
}
.templates{
  background-color: #F2F2F2;
  padding-bottom: 50px;
}
.templates header{
  text-align: center;
  font-size: 30px;
  font-family: "Gilroy Heavy";
  padding-top: 40px;
  margin-bottom: 30px;
}
.templates > div{
  display: flex;
  gap: 35px;
  row-gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.templates > div > img{
  flex: 1 1 30%;
  cursor: pointer;
}
.templates button{
  height: 50px;
  color: white;
  background-color: var(--primary-color);
  width: 230px;
  border-radius: 5px;
  margin-top: 40px;
  margin-left: calc(50% - 115px);
  margin-right: auto;
  
}
.templates button i{
  margin-right: 10px;
}


.domains{
  margin:50px 0;
  background-color: #F2F2F2;
}
.domains .search{
  padding-top: 55px;
  padding-bottom: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  
}
.domains .search button, .domains .search input{
  height: 50px;
  border-radius: 5px;
}
.domains .search button{
  font-size: 18px;
  width: 155px;
  font-family: "BPG Mrgvlovani Caps 2010";
  background-color: var(--primary-color);
  color: white;
  margin-left: auto;
}
.domains .search input{
  width: 560px;
  background-color: white;
  padding-left: 15px;
  border: none;
  margin-right: 30px;
  
  font-size: 14px;
}
.domains .relatived{
  position: relative;
}
.domains .relatived button{
  position: absolute;
  right: 40px;
  background-color: transparent;
  color: black;
  width: auto;
}
.domains .search span{
  font-size: 18px;
  
  font-family: "BPG Mrgvlovani Caps 2010";
}
.search > div{
  display: flex;
  align-items: center;
}


footer{
  padding-top: 50px;
  padding-bottom: 45px;
  background-color: var(--footer-color);
  color: white;
}
footer > div:first-child{
  display: flex;
  justify-content: space-between;
}
.footer-menu{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-menu a{
  font-size: 10px;
  font-family:"BPG Mrgvlovani" ;
}

.footer-menu p.footer-header{
  font-size: 14px;
  margin-bottom: 15px;
  font-family: "BPG Mrgvlovani Caps 2010";
}
.credits{
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  font-size: 10px;
}



.search-domains{
  display: flex;
  justify-content: space-between;
  padding:35px 0 40px 0;
}
.search-domains div{
  font-size: 17px;
  position: relative;
  font-family: "BPG Mrgvlovani Caps 2010";
}
.search-domains div:not(:last-child):after{
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  right: -50px;
  background-color: #BBBBBB;
}
.search-domains div span{
  font-size: 24px;
  margin: 0 10px;
  color: var(--primary-color);
  
  font-family: "BPG Mrgvlovani Caps 2010";
}



@media screen and (max-width: 1200px) {
  .margin10{
    margin: 0 5vw;
  }
  .padding10{
    padding: 0 5vw;
  }
  section.create,.buttons,.suggestions,.e-commerce,.instructions > div ,footer > div:first-child{
    flex-wrap: wrap;
    justify-content: center;
  }
  section.create h1{
    text-align: center;
    font-size: 35px;
    margin: 15px 0;
  }
  .suggestions > div > div{
    min-width: 250px;
  }
}

@media screen and (max-width: 768px){
  footer > div:first-child{
    flex-direction: column;
    gap: 30px;
  }
  header div button{
    width: 100px;
    font-size: 11px;
  }
  header{
    margin-bottom: 20px !important;
  }
  header > img{
    width: 100px;
    height: 50px;
  }
  .footer-menu p.footer-header{
    margin-bottom: 5px;
  }
  footer{
    padding-top: 20px !important;
  }
  .credits{
    padding-bottom: 20px;
  }
  .big-text p{
    font-size: 25px;
  }
  section.create > div{
    max-width: 100%;
  }
  section.create > div > div > p , .buttons{
    margin-top: 20px;
  }
  .buttons button{
    font-size: 14px;
  }
  section.create > img{
    max-width: 100%;
  }
  .domains .search{
    flex-wrap: wrap;
  }
  .domains .search input{
    width: 100%;
  }
  .search > div{
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .domains .relatived{
    width: 100%;
  }
  .domains .relatived button {
    bottom: 0;
  }
  .domains .search button{
    margin-right: auto;
  }
  .search-domains{
    flex-wrap: wrap;
    gap: 20px;
  }
  .search-domains div{
    width: 100%;
  }
  .search-domains div::after{
    content: '';
width: 1px;
height: 100%;
position: absolute;
right: 0 !important;
background-color: #BBBBBB;
  }
  img{
    max-width: 100%;
  }
  .e-commerce{
    margin-top: 30px;
  }
  .e-commerce > div{
    width: 100%;
  }
  .e-commerce header{
    font-size: 18px;
  }
  .e-commerce button{
    margin: 0 auto;
  }
  .templates {
    padding-bottom: 30px;
  }
  .show{
    transition-delay: 0 !important;
  }
}

/* intersection observer */
.hidden{
  opacity: 0;
  transition: all 1s ease ;
  filter: blur(5px);
  transform: translateX(-90%);
}
.show{
  opacity: 1 !important;
  filter: blur(0) !important;
  transform: translateX(0) !important;
}
.delayed1{
  transition-delay: 300ms;
}
.delayed2{
  transition-delay: 600ms;
}
.delayed3{
  transition-delay: 900ms;
}




