@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth; 
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    cursor: url(../images/rocket.png),auto;
}

        /*!width: 10px;*/
        ::-webkit-scrollbar {
          width: 10px;
          height: 8px;
          background: black;
      }
      
      ::-webkitzscrollbar-track {
          background: black;
      }
      
      ::-webkit-scrollbar-thumb {
          background: gold;
          border-radius: 10px;
          border-width: 3px;
          border-style: solid;
          border-color: rgb(0, 0, 0)
      }
        
        
        a:link
        {
        text-decoration: none;
        }
        a:visited
        {
        text-decoration: none;
        }

        nav{
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          height: 105px;
          background: url(../images/1edb1b6912282095.jpg);
          animation:pure 505s;
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
          z-index: 99;
          background-attachment: fixed;
        }
        nav .navbar{
          height: 100%;
          max-width: 1250px;
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin: auto;
          /* background: red; */
          padding: 0 50px;
        }
        .navbar .logo a{
          font-size: 40px;
          color: gold;
          text-decoration: none;
          font-weight: 600;
        }
        nav .navbar .nav-links{
          line-height: 105px;
          height: 100%;
        }
        nav .navbar .links{
          display: flex;
        }
        nav .navbar .links li{
          position: relative;
          display: flex;
          align-items: center;
          justify-content: space-between;
          list-style: none;
          padding: 0 14px;
        }
        nav .navbar .links li a{
          height: 100%;
          text-decoration: none;
          white-space: nowrap;
          color: gold;
          font-size: 20px;
          font-weight: 500;
        }
        .links li:hover .htmlcss-arrow,
        .links li:hover .js-arrow{
          transform: rotate(180deg);
          }
        
        nav .navbar .links li .arrow{
          /* background: red; */
          height: 100%;
          width: 22px;
          font-size: 20px;
          line-height: 105px;
          text-align: center;
          display: inline-block;
          color: gold;
          transition: all 0.3s ease;
        }
        nav .navbar .links li .sub-menu{
          position: absolute;
          top: 70px;
          left: 0;
          line-height: 40px;
          background: black;
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
          border-radius: 0 0 4px 4px;
          display: none;
          z-index: 2;
        }
        nav .navbar .links li:hover .htmlCss-sub-menu,
        nav .navbar .links li:hover .js-sub-menu{
          display: block;
        }
        .navbar .links li .sub-menu li{
          background: url(../images/1edb1b6912282095.jpg);
          animation:pure 505s;
          background-attachment: fixed;
          padding: 0 22px;
          border-bottom: 1px solid rgba(255,255,255,0.1);
        }
        .navbar .links li .sub-menu a{
          color: gold;
          font-size: 15px;
          font-weight: 500;
        }
        .navbar .links li .sub-menu .more-arrow{
          line-height: 40px;
        }
        .navbar .links li .htmlCss-more-sub-menu{
          /* line-height: 40px; */
        }
        .navbar .links li .sub-menu .more-sub-menu{
          position: absolute;
          top: 0;
          left: 100%;
          border-radius: 0 4px 4px 4px;
          z-index: 1;
          display: none;
        }
        .links li .sub-menu .more:hover .more-sub-menu{
          display: block;
        }
        .navbar .globe{
          font-size: 20px;
          position: relative;
           height: 40px;
          width: 40px;
        }
        .navbar .globe i{
          position: absolute;
          height: 100%;
          width: 100%;
          line-height: 40px;
          text-align: center;
          font-size: 35px;
          color: gold;
          font-weight: 600;
          cursor: pointer;
          transition: all 0.3s ease;
        }
  
        .lan{
          text-align: center;
          align-items: center;
          justify-content: center;
          font-size: 15px;
          border-radius: 30px;
          width: 20px;
          margin-top: 10px;
          background-color: black;
          color: gold;
        }
        .navbar .nav-links .sidebar-logo{
          display: none;
        }
        .navbar .bx-menu{
          display: none;
        }
        @media (max-width:920px) {
          nav .navbar{
            max-width: 100%;
            padding: 0 25px;
          }
        
          nav .navbar .logo a{
            font-size: 27px;
          }
          nav .navbar .links li{
            padding: 0 10px;
            white-space: nowrap;
          }
          nav .navbar .links li a{
            font-size: 15px;
          }
        }
        @media (max-width:800px){
          nav{
            /* position: relative; */
          }
          .navbar .bx-menu{
            display: block;
          }
          nav .navbar .nav-links{
            position: fixed;
            top: 0;
            left: -100%;
            display: block;
            max-width: 270px;
            width: 100%;
            background: url(../images/1edb1b6912282095.jpg);
            animation:pure 505s;
            background-attachment: fixed;
            line-height: 40px;
            padding: 20px;
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
            transition: all 0.5s ease;
            z-index: 1000;
          }
          .navbar .nav-links .sidebar-logo{
            display: flex;
            align-items: center;
            justify-content: space-between;
          }
          .sidebar-logo .logo-name{
              margin-top: 50px;
            font-size: 25px;
            color: gold;
          }
            .sidebar-logo  i,
            .navbar .bx-menu{
              font-size: 25px;
              color: gold;
            }
          nav .navbar .links{
            display: block;
            margin-top: 20px;
          }
          nav .navbar .links li .arrow{
            line-height: 40px;
          }
        nav .navbar .links li{
            display: block;
          }
        nav .navbar .links li .sub-menu{
          position: relative;
          top: 0;
          box-shadow: none;
          display: none;
        }
        nav .navbar .links li .sub-menu li{
          border-bottom: none;
        
        }
        .navbar .links li .sub-menu .more-sub-menu{
          display: none;
          position: relative;
          left: 0;
        }
        .navbar .links li .sub-menu .more-sub-menu li{
          display: flex;
          align-items: center;
          justify-content: space-between;
        }
        .links li:hover .htmlcss-arrow,
        .links li:hover .js-arrow{
          transform: rotate(0deg);
          }
          .navbar .links li .sub-menu .more-sub-menu{
            display: none;
          }
          .navbar .links li .sub-menu .more span{
            /* background: red; */
            display: flex;
            align-items: center;
            /* justify-content: space-between; */
          }
        
          .links li .sub-menu .more:hover .more-sub-menu{
            display: none;
          }
          nav .navbar .links li:hover .htmlCss-sub-menu,
          nav .navbar .links li:hover .js-sub-menu{
            display: none;
          }
        .navbar .nav-links.show1 .links .htmlCss-sub-menu,
          .navbar .nav-links.show3 .links .js-sub-menu,
          .navbar .nav-links.show2 .links .more .more-sub-menu{
              display: block;
            }
            .navbar .nav-links.show1 .links .htmlcss-arrow,
            .navbar .nav-links.show3 .links .js-arrow{
                transform: rotate(180deg);
        }
            .navbar .nav-links.show2 .links .more-arrow{
              transform: rotate(90deg);
            }
        }
        @media (max-width:370px){
          nav .navbar .nav-links{
          max-width: 100%;
        } 
        } 

section {
    padding: 200px 100px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.cards {
  margin-top: 20px;
    width: 100%;
    min-height: 100vh;
    align-items: center;
    background: url(../images/1edb1b6912282095.jpg);
    animation:pure 505s;
    background-attachment: fixed;
}
@keyframes pure{
    0%{
        background-position: 0%  50%;
    }
    50%{
        background-position: 100% 50%;
    }
    100%{
        background-position: 0% 50%;
    }
}

.title {
    display: flex;
    justify-content: center;
    color: gold;
    font-size: 2.2em;
    font-weight: 800;
    margin-bottom: 30px;
}

.conten {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.card {
    background-color: rgba(255, 255, 255, 0);
    width: 21.25em;
    box-shadow: 0 5px 25px rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    padding: 25px;
    margin: 15px;
    transition: 0.7s ease;
}

.card:hover {
    transform: scale(1.1);
}

.card .icon {
    color: #000000;
    font-size: 8em;
    text-align: center;
}

.contact .icon{
    font-size: 4.5em;
}

.contact .info h3 {
    color: #000;
}

.contact .info p {
    font-size: 1.1em;
}

/*.ad300-250{
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: rgb(255, 255, 255);
    width: 300px;
    height: 250px;
    box-shadow: 0 5px 25px rgba(1 1 1 / 15%);
    border-radius: 10px;
    padding: 25px;
    margin: 15px;
    transition: 0.7s ease;
}*/

.ad300-250{
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: rgb(255, 255, 255);
  width: 300px;
  height: 250px;
  box-shadow: 0 5px 25px rgba(1 1 1 / 15%);
  border-radius: 10px;
  padding: 25px;
  margin: 15px;
  transition: 0.7s ease;
}

.ad320-50{
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 320px;
  height: 250px;
  box-shadow: 0 5px 25px rgba(1 1 1 / 15%);
  border-radius: 10px;
  margin: 15px;
  transition: 0.7s ease;
}

.ad320-50 img{
  width: 250px;
  height: 250px;
  justify-content: center;
  align-items: center;
  text-align: center;
}



.border {
    border: 2px solid #ffb6f9;
    border-radius: 1rem;
    padding: 6px;
    border-left: 10px solid #fd6cf1;
    height: 250px;
    width: 250px;
    margin-right: auto;
    margin-left: auto
}
.mybtn {
    margin: 0.5rem;
    color: #000000;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border: 1px solid #000000;
    padding: 0.375rem 0.75rem;
    font-size: 1.2em;
    text-decoration: none;
    line-height: 1.5;
    border-radius: 0.5rem;
    transition: all 0.5s;
    font-size: 1.8em;
    margin-right: 60px;
  }
  
  .dark .mybtn {
    box-shadow: 0 0 10px #9e4673, 0 0 10px #9e4673, 0 0 0px #9e4673;
    border: 1px solid rgb(0, 0, 0);
    color: rgb(0, 0, 0);
  }
  
  .mybtn:hover {
    background-color: #fc4364;
    color: rgb(0, 0, 0);
    font-size: 1.2rem;
  }
  
  .dark .mybtn:hover {
    background-color: #fc4364;
    font-size: 1.2rem;
  }
tr .mybtn {
    color: #4169e1
}
.divvid .mybtn {
    font-size: 1rem
}
.center {
    text-align: center;
    color: rgb(0, 0, 0);
    font-size: 1.5em;
    font-weight: 800;
    text-decoration: underline;
  }
  mark {
    background-color: #fc4364;
    color: rgb(0, 0, 0);
    margin: 0.5rem;
    padding: 3px 6px;
    border-radius: 0.5rem;
    display: inline-block;
  } 

.social-icons a {
    color: rgb(0, 0, 0);
    font-size: 1.7em;
    padding-right: 30px;
}

.img{
    height: 250px;
    width: 250px;
}

.img1{
  height: 230px;
  width: 230px;
  border-radius: 300px;
}

h1{
    color: gold;
    font-size: 2em;
}

footer{
    background: url(../images/1edb1b6912282095.jpg);
    animation:pure 505s;
    background-attachment: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
  }
  footer::before{
    content: '';
    position: absolute;
    left: 0;
    top: 100px;
    height: 1px;
    width: 100%;
    background: #AFAFB6;
  }
  footer .content{
    max-width: 1250px;
    margin: auto;
    padding: 30px 40px 40px 40px;
  }
  footer .content .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .content .top .logo-details{
    color: gold;
    font-size: 30px;
  }
  .content .top .media-icons{
    display: flex;
  }
  .content .top .media-icons a{
    height: 40px;
    width: 40px;
    margin: 0 8px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    transition: all 0.4s ease;
  }
  .top .media-icons a:nth-child(1){
    background: #4267B2;
  }
  .top .media-icons a:nth-child(1):hover{
    color: #4267B2;
    background: #fff;
  }
  .top .media-icons a:nth-child(2){
    background: #1DA1F2;
  }
  .top .media-icons a:nth-child(2):hover{
    color: #1DA1F2;
    background: #fff;
  }
  .top .media-icons a:nth-child(3){
    background: #E1306C;
  }
  .top .media-icons a:nth-child(3):hover{
    color: #E1306C;
    background: #fff;
  }
  .top .media-icons a:nth-child(4){
    background: #0077B5;
  }
  .top .media-icons a:nth-child(4):hover{
    color: #0077B5;
    background: #fff;
  }
  .top .media-icons a:nth-child(5){
    background: #FF0000;
  }
  .top .media-icons a:nth-child(5):hover{
    color: #FF0000;
    background: #fff;
  }
  footer .content .link-boxes{
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  footer .content .link-boxes .box{
    width: calc(100% / 5 - 10px);
  }
  .content .link-boxes .box .link_name{
    color: gold;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
  }
  .link-boxes .box .link_name::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 35px;
    background: gold;
  }
  .content .link-boxes .box li{
    margin: 6px 0;
    list-style: none;
  }
  .content .link-boxes .box li a{
    color: gold;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    opacity: 0.8;
    transition: all 0.4s ease
  }
  .content .link-boxes .box li a:hover{
    opacity: 1;
    text-decoration: underline;
  }
  .content .link-boxes .input-box{
    margin-right: 55px;
  }
  .link-boxes .input-box input{
    height: 40px;
    width: calc(100% + 55px);
    outline: none;
    border: 2px solid gold;
    background: black;
    border-radius: 4px;
    padding: 0 15px;
    font-size: 15px;
    color: gold;
    margin-top: 5px;
  }
  .link-boxes .input-box input::placeholder{
    color: gold;
    font-size: 16px;
  }
  .link-boxes .input-box input[type="button"]{
    background: gold;
    color: black;
    border: none;
    font-size: 18px;
    font-weight: 500;
    margin: 4px 0;
    opacity: 0.8;
    cursor: pointer;
    transition: all 0.4s ease;
  }
  .input-box input[type="button"]:hover{
    opacity: 1;
  }
  footer .bottom-details{
    width: 100%;
    background: url(../images/1edb1b6912282095.jpg);
    animation:pure 505s;
    background-attachment: fixed;
  }
  footer .bottom-details .bottom_text{
    max-width: 1250px;
    margin: auto;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
  }
  .bottom-details .bottom_text span,
  .bottom-details .bottom_text a{
    font-size: 14px;
    font-weight: 300;
    color: gold;
    opacity: 0.8;
    text-decoration: none;
  }
  .bottom-details .bottom_text a:hover{
    opacity: 1;
    text-decoration: underline;
  }
  .bottom-details .bottom_text a{
    margin-right: 10px;
  }
  @media (max-width: 900px) {
    footer .content .link-boxes{
      flex-wrap: wrap;
    }
    footer .content .link-boxes .input-box{
      width: 40%;
      margin-top: 10px;
    }
  }
  @media (max-width: 700px){
    footer{
      position: relative;
    }
    .content .top .logo-details{
      font-size: 26px;
    }
    .content .top .media-icons a{
      height: 35px;
      width: 35px;
      font-size: 14px;
      line-height: 35px;
    }
    footer .content .link-boxes .box{
      width: calc(100% / 3 - 10px);
    }
    footer .content .link-boxes .input-box{
      width: 60%;
    }
    .bottom-details .bottom_text span,
    .bottom-details .bottom_text a{
      font-size: 12px;
    }
  }
  @media (max-width: 520px){
    footer::before{
      top: 145px;
    }
    footer .content .top{
      flex-direction: column;
    }
    .content .top .media-icons{
      margin-top: 16px;
    }
    footer .content .link-boxes .box{
      width: calc(100% / 2 - 10px);
    }
    footer .content .link-boxes .input-box{
      width: 100%;
    }
  }

@media (max-width:1024px){
    .header1{
        padding: 12px 20px;
    }
    .header2{
        padding: 12px 20px;
    }
    .navigation a{
        padding-left: 10px;
    }
    section {
        padding: 100px 10px;
    }
    .main   .title {
        display: flex;
        justify-content: center;
        font-size: 3em;
        font-weight: 800;
        margin-bottom: 30px;
        margin-top: 10px;
    
    }
}

@media (max-width:641px){
    body{
        font-size: 10px;
    }

    section {
        padding: 100px 10px;
    }
}
@media (max-width:471px){
    body{
        font-size: 10px;
     
    }
    section {
        padding: 100px 10px;
    }
}

@media (min-width:270px){
    
}

@media (min-width:280px){
    
}


@media (min-width:690px){
   .card{
    width: 300px;
    height: 310px;
   }
   .icon{
    height: 250px;
    width: 250px;
   }
}


@media (min-width:230px){
   
}

@media (min-width:240px){
   
}
@media (max-width:641px){
    .img{
        height: 150px;
        width: 150px;
    }

    .img1{
      height: 150px;
      width: 150px;
  }
}
@media (min-width:250px){

}

@media (min-width:260px){
  
}

@media (min-width:270px){
   
}

@media (min-width:280px){
   
}

@media (min-width:290px){
    
}

@media (min-width:300px){
   
}

@media (min-width:310px){
    
}

@media (min-width:320px){
  
}

@media (min-width:330px){
    
}

@media (min-width:340px){
    
}

@media (min-width:350px){
    
}

@media (min-width:370px){
    
}

@media (min-width:390px){
    
}

@media (min-width:420px){
    
}

@media (min-width:430px){
    
}

@media (min-width:450px){
    
}

@media (min-width:471px){
  
}

@media (min-width:490px){
    
}

@media (min-width:540px){
    
}

@media (min-width:640px){
    
}

@media (min-width:641px){

}


@media (min-width:650px){
    
}

@media (min-width:660px){
    
}

@media (min-width:730px){
    
}

@media (min-width:760px){
    
    
}

@media (min-width:1024px){
    
}
