
html,body{
    font-family: 'Outfit';
}


/* Button- */
.contact-btn {
    border: none;
    height: 50px;
    padding: 15px 15px;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    width: 200px;
    text-transform: uppercase;
    cursor: pointer;
    transform: skew(-1deg);
    font-family: Outfit;
    background: rgb(180,47,26);
    background: linear-gradient(90deg, rgb(155, 24, 4) 0%, rgb(255, 0, 0) 100%);
    color: white;
    border-radius: 0px;
  }
  
  span {
    display: inline-block;
    
  }
  
  .contact-btn::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    left: 0;
    background: rgb(255, 255, 255);
    opacity: 0;
    z-index: -1;
    transition: all 0.5s;
    
    
    
  }
  
  .contact-btn:hover {
    color: #ff0000;
  }
  
  .contact-btn:hover::before {
    left: 0;
    right: 0;
    opacity: 1;
    
  }




  /* Button-2 */
.contact-btn-1 {
    border: none;
    height: 40px;
    padding: 10px 10px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    width: 160px;
    text-transform: uppercase;
    cursor: pointer;
    transform: skew(-1deg);
    font-family: Outfit;
    background: rgb(180,47,26);
    background: linear-gradient(90deg, rgb(155, 24, 4) 0%, rgb(255, 0, 0) 100%);
    color: white;
    border-radius: 15px;
  }
  
  span {
    display: inline-block;
    
  }
  
  .contact-btn-1::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    left: 0;
    background: rgb(255, 255, 255);
    opacity: 0;
    z-index: -1;
    transition: all 0.5s;
    border-radius: 15px;
    border: 1px solid red;
    
  }
  
  .contact-btn-1:hover {
    color: #ff0000;
    border-radius: 15px;
    
  }
  
  .contact-btn-1:hover::before {
    left: 0;
    right: 0;
    opacity: 1;
    border-radius: 15px;
  }


  /* Button-3 */
.contact-btn-2 {
    border: none;
    height: 50px;
    padding: 15px 15px;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    width: 200px;
    text-transform: uppercase;
    cursor: pointer;
    transform: skew(-1deg);
    font-family: Outfit;
    background: #35b2bb;
    background: linear-gradient(90deg, #35b2bb 0%, #086066 100%);
    color: white;
    border-radius: 0px;
  }
  
  span {
    display: inline-block;
    
  }
  
  .contact-btn-2::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    left: 0;
    background: rgb(255, 255, 255);
    opacity: 0;
    z-index: -1;
    transition: all 0.5s;
    border-radius: 0px;
    border:none;
    
  }
  
  .contact-btn-2:hover {
    color: #35b2bb;
    border-radius: 0px;
    
  }
  
  .contact-btn-2:hover::before {
    left: 0;
    right: 0;
    opacity: 1;
    border-radius: 0px;
  }




  /* Button-3 */
.contact-btn-3 {
    border: none;
    height: 50px;
    padding: 15px 15px;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    width: 200px;
    text-transform: uppercase;
    cursor: pointer;
    transform: skew(-1deg);
    font-family: Outfit;
    background: #4720a1;
    background: linear-gradient(90deg, #4720a1 0%, #6b51a8 100%);
    color: white;
    border-radius: 0px;
  }
  
  span {
    display: inline-block;
    
  }
  
  .contact-btn-3::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    left: 0;
    background: rgb(255, 255, 255);
    opacity: 0;
    z-index: -1;
    transition: all 0.5s;
    border-radius: 0px;
    border:none;
    
  }
  
  .contact-btn-3:hover {
    color: #4720a1;
    border-radius: 0px;
    
  }
  
  .contact-btn-3:hover::before {
    left: 0;
    right: 0;
    opacity: 1;
    border-radius: 0px;
  }


  /* Button-4 */
.contact-btn-4 {
  border: none;
  height: 50px;
  padding: 15px 15px;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  width: 200px;
  text-transform: uppercase;
  cursor: pointer;
  transform: skew(-1deg);
  font-family: Outfit;
  background: #ca6638;
  background: linear-gradient(90deg, #ca6638 0%, #9e7a44 100%);
  color: white;
  border-radius: 0px;
}

span {
  display: inline-block;
  
}

.contact-btn-4::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  left: 0;
  background: rgb(255, 255, 255);
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
  border-radius: 0px;
  border:none;
  
}

.contact-btn-4:hover {
  color: #ca6638;
  border-radius: 0px;
  
}

.contact-btn-4:hover::before {
  left: 0;
  right: 0;
  opacity: 1;
  border-radius: 0px;
}


 /* Button-5 */
 .contact-btn-5 {
  border: none;
  height: 50px;
  padding: 15px 15px;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  width: 200px;
  text-transform: uppercase;
  cursor: pointer;
  transform: skew(-1deg);
  font-family: Outfit;
  background: #385fca;
  background: linear-gradient(90deg, #2f6b9c 0%, #242b96 100%);
  color: white;
  border-radius: 0px;
}

span {
  display: inline-block;
  
}

.contact-btn-5::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  left: 0;
  background: rgb(255, 255, 255);
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
  border-radius: 0px;
  border:none;
  
}

.contact-btn-5:hover {
  color: #1d0857;
  border-radius: 0px;
  
}

.contact-btn-5:hover::before {
  left: 0;
  right: 0;
  opacity: 1;
  border-radius: 0px;
}


/*Animations*/
.fadeinleft {
    opacity:0;
    transform: translateX(200px);
    transition: all 1.3s ease-out;
}

.fadeinright{
    opacity: 0;
    transform: translateX(-200px);
    transition: all 0.8s ease-out;
}

.fadeindown{
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1.2s ease-out;
}

.fade-in{
    opacity:0;
    transition: all 1.3s ease-in;
}

.active-left,.active,.active-right,.active-down{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
}



.fadein{
opacity: 0;
}   



@keyframes slide {
    0% {
      transform: translate(0, 0px);
    }
    50% {
      transform: translate(0, 20px); /* The image width */
    }
    100%{
        transform: translate(0, -0px); /* The image width */
    }
  }


  @keyframes slide2 {
    0% {
      transform: translate(0, 0px);
    }
    50% {
      transform: translate(0, 10px); /* The image width */
    }
    100%{
        transform: translate(0, -0px); /* The image width */
    }
  }
  

  

/* End Animations */

.navbar{
    margin-top: 2%;
   
    box-shadow: 20px 10px 0px 10px rgba(rgb(214, 214, 214), green, blue, alpha);
    border-radius: 15px;
    padding: 10px;
    padding-top: 15px;
    max-width: 1340px;
    font-weight: 600;
    font-size: 17px;
}

.navbar li{
    margin-right: 15px;
}

.navbar li a{
    border-bottom: 2px solid transparent;
}

.navbar li a.active{
    border-bottom: 2px solid red;
}

.navbar li a:hover{
    border-bottom: 2px solid red;
}


.home-head{
    margin-top: -120px;
    background: rgb(7, 4, 58);
  
    height: 90vh;
    
   background-image: url('../img/feature-two-bg.png');
    background-size: cover;
    
    background-repeat: repeat-x;
  animation: animatedBackground 15s linear infinite alternate;
    
}

.dropdown-menu{
  width: 80px;
}

.dropdown-menu li {
  width: 100%!important;
}




@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
/*
.custom-shape-divider-bottom-1706539522 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1706539522 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 130px;
}

.custom-shape-divider-bottom-1706539522 .shape-fill {
    fill: #e7e7e7;
}
*/

.search-row{
   background-color: #e7e7e7;
  
   
    padding-bottom: 50px!important;
}

.domain-search{
    padding: 20px;
    padding-top: 30px;
    border-radius: 40px;
    background: rgb(26,148,180);
    background: linear-gradient(90deg, #096996 0%,  #030657 100%);
    
    position: relative!important;
    z-index: 100!important;
    top: -5.5vh;
}

.domain-search-btn{
    border: 2px solid red;
    color: white;
    background-color: red;
}

.domain-search-btn:hover{
    border: 2px solid red;
    color: white;
    background-color: red;
}


.about-home{
    background: rgb(240,240,240);
background: linear-gradient(180deg, #e7e7e7 0%, rgba(255,255,255,1) 30%);
   
    padding-bottom: 5vh;
}


.anim-image{
    animation:slide 2.5s ease-in-out infinite;
    
}

.anim-image-2{
    animation:slide 4s ease-in-out infinite;
    
}



.service{
    display: none;
}

.active{
    display:block;
    animation: fade-in 2s ;
    color: black;
}

.text-secondary{
    border-bottom: 2px solid transparent;
    font-size: 18px;
}

.active-text{
    color: black!important;
    border-bottom: 2px solid red;
}



.card-hosting-1{
    background: rgb(26,148,180);
    background: linear-gradient(90deg, rgba(26,148,180,1) 0%, rgba(87,59,143,1) 100%);
}

.card-hosting-2{
    background: rgb(11,56,64);
background: linear-gradient(180deg, rgba(11,56,64,1) 0%, rgba(57,201,183,1) 100%);
}

.hosting-section{
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}


.card {
    position: relative;
    width: 400px;
    height: 500px;
    border-radius: 14px;
    z-index: 1111;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff;
    ;
  }
  
  .bg {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 390px;
    height: 490px;
    z-index: 2;
    background: rgba(255, 255, 255, .95);
    backdrop-filter: blur(24px);
    border-radius: 10px;
    overflow: hidden;
    outline: 2px solid white;
  }
  
  .blob {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: #ff0000;
    opacity: 1;
    filter: blur(12px);
    animation: blob-bounce 5s infinite ease;
  }
  
  .blob-2 {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: #4720a1;
    opacity: 1;
    filter: blur(12px);
    animation: blob-bounce 4s infinite ease;
  }

  .blob-3 {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: #35b2bb;
    opacity: 1;
    filter: blur(12px);
    animation: blob-bounce 3s infinite ease;
  }

  @keyframes blob-bounce {
    0% {
      transform: translate(-100%, -100%) translate3d(0, 0, 0);
    }
  
    25% {
      transform: translate(-100%, -100%) translate3d(100%, 0, 0);
    }
  
    50% {
      transform: translate(-100%, -100%) translate3d(100%, 100%, 0);
    }
  
    75% {
      transform: translate(-100%, -100%) translate3d(0, 100%, 0);
    }
  
    100% {
      transform: translate(-100%, -100%) translate3d(0, 0, 0);
    }
  }
  


 .domain-search-section{
  margin-top: 5vh;
  background: rgb(11,33,64);
  background: linear-gradient(90deg, rgb(17, 5, 88) 0%, rgb(11, 65, 104) 100%);
  padding: 5vh 0;
  border-radius: 0;
 }

 .server-row{
  padding: 0px;
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgba(224, 224, 224, 0.473);
 }

 .host-service-row{
  border-bottom: 1px solid rgb(224, 224, 224);
  height: 25%;
 }

 .server-icons{
  width: 55px;
 }

 .host-service-row:hover{
  background-color: rgb(255, 0, 0);
  color: white;
  transition-duration: 0.5s;
 }

 .host-service-row:hover h6{
  color: white!important;
 }

 .bussines-road{
  background: rgb(241,241,241);
background: linear-gradient(180deg, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 100%);
 }

 #footer{
  background-color: #010b3c;
  
 }

 .social-icon{
  border: 2px solid white;
  margin-right: 5px;
  padding: 7px 15px;
  border-radius: 10px;
 }

 .social-icon:hover{
  background-color: white;
  transition-duration: 0.4s;
 }

 .social-icon:hover i{
  color: #010b3c!important;
  transition-duration: 0.4s;
 }

 .pre-footer{
  background-color: #000621;
  padding: 20px 0px;
 }

 .reg-button:hover{
    background-color: red!important;
    color: white!important;
    transition-duration: 0.2s;
 }


 @media only screen and (max-width: 690px) {
  .navbar {
    margin-top: 0%;
    border-radius: 0px;
  }
  .home-head{
    margin-top: 0px!important;
    height: auto;
    padding: 25px;
    
  }
  .home-head-img{
    margin-top: 40px;
  }
  .domain-search{
    margin-top: 0px!important;
    border-radius: 0px;
  }
  .fa-file-code{
    margin-left: 0px!important;
  }
  .servers-image{
    width: 100px!important;
    height:100px!important;
  }
  .card{
    margin: 20px 0;
    width: 100%;
  }
  .domain-search-section{
    margin-top: 0px;
  }
  .server-room-img{
    border-radius: 0px!important;
  }
  .host-service-row{
    height: auto;
    padding: 10px 0;
  }
  .domain-search{
    top:0vh;
  }
  .progress-image{
    display: none;
  }
  .bussines-road{
    background-image: url('../img/how-it-work-shape-2.png');
    background-repeat: no-repeat;
    background-size:4.5%;
    background-position: 90% 95%;
    
  }
  .reg-button-col{
    justify-content: start!important;
    margin-top: 5px;
  }
  .footer-row{
    margin-top: 0px!important;
    padding-bottom: 0px!important;
  }
  .powered-by{
    justify-content: start!important;
  }
}










/*Hostim Webi*/

#hostim-web-head{
  background: rgb(23,93,103);
  background: linear-gradient(90deg, rgb(17, 83, 121) 0%, rgba(23,22,92,1) 100%);
  
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  margin-top: -120px;
  display: flex;
  align-items: start;
  color: white;
  padding-top: 10vh;
  height: 80vh;
}

.host-short-desc{
  width: 60%;
}

.host-head-row{
  margin-top: 10vh;
}


.hosting-section{
  background-color: #f4f7fe;
}


.card-hosting {
  position: relative;
  width: 100%;
  height: 460px;
  border-radius: 14px;
  z-index: 1111;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff;;
}

.card-hosting.bg {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 280px;
  height: 450px;
  z-index: 2;
  background: rgba(255, 255, 255, .95);
  backdrop-filter: blur(24px);
  border-radius: 10px;
  overflow: hidden;
  outline: 2px solid white;
}



.blob-4 {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: #ff820d;
  opacity: 1.6;
  filter: blur(12px);
  animation: blob-bounce 4s infinite ease;
}


.icon-host-web{
  background-color: #f0f5ff;
  width:70px ;
  height: 70px;
  padding: 20px;
  border-radius: 35%;
}

.icon-host-web i{
  color: #3852ff!important;
}

#what-is-hosting{
  margin-top: 10vh;
  padding: 10vh 0vh;
  background: rgb(23,65,103);
  background: linear-gradient(90deg, rgba(23,65,103,1) 0%, rgba(43,40,235,1) 100%);
}

.accordion-button{
  color: rgb(255, 255, 255);
  font-weight: 700;
  padding-left: 8px;
}

#why-us{
  background-color: #f2f4fc;
  padding: 15vh 0vh;
}

.why-us-grid{
  background-color: white;
  border-radius: 5%;
  
  padding: 60px 10px;
  margin-right: 10px;
}

.why-us-icon{
  width: 80px;
  height: 80px;
  padding: 14px;
  background-color: #f0f5ff;
  border-radius: 20%;
}


@media only screen and (max-width: 690px) {
  #hostim-web-head {
    height: auto;
  }
  #domain-head{
    height: auto!important;
  }
  
  .transfer-img{
      width:300px!important;
      padding-left:50px;
  }
}
/*Domains */


#domain-head{
  background: rgb(23,93,103);
  background: linear-gradient(90deg, rgb(17, 83, 121) 0%, rgba(23,22,92,1) 100%);
  
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  margin-top: -120px;
  display: flex;
  align-items: start;
  color: white;
  padding-top: 10vh;
  height: 80vh;
}


.domain-tld-box{
  background-color: #f0f5ffb4;
  padding-left: 20px;
  padding-bottom: 40px;
  border-radius: 15px;
  margin: 10px 0;
  border: 3px solid transparent;
  transition-duration: 0.4s;

}

.domain-tld-box:hover{
  border: 3px solid rgb(23, 50, 100);
  transition-duration: 0.4s;
}

.ofert{
  background-color: #010b3c;
  width: 170px;
  padding: 5px 20px;
  border-radius: 0px 15px 0px 15px;
}

/*Web dizajn*/

#dizajn-head{
  background: rgb(23,93,103);
  background: linear-gradient(90deg, rgb(17, 83, 121) 0%, rgba(23,22,92,1) 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  margin-top: -120px;
  display: flex;
  align-items: start;
  color: white;
  padding-top: 10vh;
  height: 80vh;
}

.web-btn{
  background-color: #222d75;
  color: white;
  font-size: 20px;
  font-family: 'Outfit';
  padding: 12px 0px;
  width: 100%;
  justify-content: center;
  border-radius: 10px;
}

.web-plan{
  padding: 30px;
  
  border: 1px solid rgb(184, 213, 252);
  margin: 0px;
}

.web-plan:hover{
  background-color: #222d75;
  color: white;
}

.web-plan:hover h2{
  color: white!important;
}
.web-plan:hover h4{
  color: white!important;
}
.web-plan:hover .web-btn{
  background-color: white;
  color: #000621;
  
}
.web-btn:hover{
  background-color: #2339c4;
  color: white;
}

.web-portofolio{
  background-image: url('../img/counter-one-bg.png');
  background-size: cover;
  padding-top:30px;
  padding-bottom:0px;
}

@media only screen and (max-width: 690px) {
  #dizajn-head {
    height: auto;
  }
  #rreth-head{
      height:auto;
  }
}
/*Rreth Nesh*/

#rreth-head{
  
  margin-top: -120px;
}

#rreth-head{
  background-image: url('../img/counter-one-bg.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  margin-top: -120px;
  display: flex;
  align-items: start;
  color: white;
  padding-top: 15vh;
  height: 60vh;
}

@media only screen and (max-width: 690px) {
 
  #rreth-head{
      height:auto;
      padding-bottom:40px;
  }

}

#rreth-about{
  padding: 60px 0px;
}

#rreth-settings{
  margin: 60px 0px;
}


/*Contact */

#contact-head{
  background-image: url('../img/counter-one-bg.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  margin-top: -120px;
  display: flex;
  align-items: start;
  color: white;
  padding-top: 15vh;
  height: 60vh;
}

.form-group{
  
  width: 100%;
}

label{
  display: block;
  color: black;
  font-size: 18px;
}

input{
  width:100%;
  height: 50px;
}

textarea{
  width: 100%;
  height: 140px;
}

button{
  background-color: red;
  color: white;
  padding: 10px 20px;
  border: 1px solid red;
}

@media only screen and (max-width: 690px) {
  #rreth-head {
    height: auto;
  }
  .form-group{
    width: 100%!important;
  }
  input{
    width: 100%;
  }
  .contact-form{
    width: 100%!important;
  }
  #contact-head{
    height: auto;
  }
}