@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: 160px 370px;
    justify-content: center;
    align-items: center;
    text-align: 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%;
    }
}

.main{
    padding: 10px 20px;
    width: 1150px;
    height: auto;
    justify-content: center;
    align-items: center;
    text-align: center;
}

h1{
    text-decoration: underline;
    font-size: 3.5em;
    color: gold;

}

.cards{
    text-transform: none;
    display: flex;
    width: 1100px;
    height: auto;
    border-style: groove;
    border-color: rgba(255, 255, 255, 0);
}

.img1{
  overflow: hidden;
  height: 300px;
  width: 550px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

img{
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 300px; 
    width: 300px;
    transition: 0.7s;
}

img:hover{
  transform: scale(1.2);
}

h2{
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 20px;
    color: gold;
    font-size: 3em;
}

p{
    display: flex;
    padding: 5px;
    color: white;
    font-size: 2.5em;  
}

footer{
    background: url(../images/1edb1b6912282095.jpg);
    animation:pure 505s;
    width: 100%;
    bottom: 0;
    left: 0;
    background-attachment: fixed;
  }
  footer::before{
    content: '';
    position: absolute;
    left: 0;
    top: 100px;
    height: 1px;
    width: 100%;
    background: #AFAFB6;
  }
  footer .content1{
    max-width: 1250px;
    margin: auto;
    padding: 30px 40px 40px 40px;
  }
  footer .content1 .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .content1 .top .logo-details{
    color: gold;
    font-size: 30px;
  }
  .content1 .top .media-icons{
    display: flex;
  }
  .content1 .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 .content1 .link-boxes{
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  footer .content1 .link-boxes .box{
    width: calc(100% / 5 - 10px);
  }
  .content1 .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;
  }
  .content1 .link-boxes .box li{
    margin: 6px 0;
    list-style: none;
  }
  .content1 .link-boxes .box li a{
    color: gold;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    opacity: 0.8;
    transition: all 0.4s ease
  }
  .content1 .link-boxes .box li a:hover{
    opacity: 1;
    text-decoration: underline;
  }
  .content1 .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 .content1 .link-boxes{
      flex-wrap: wrap;
    }
    footer .content1 .link-boxes .input-box{
      width: 40%;
      margin-top: 10px;
    }
  }
  @media (max-width: 700px){
    footer{
      position: relative;
    }
    .content1 .top .logo-details{
      font-size: 26px;
    }
    .content1 .top .media-icons a{
      height: 35px;
      width: 35px;
      font-size: 14px;
      line-height: 35px;
    }
    footer .content1 .link-boxes .box{
      width: calc(100% / 3 - 10px);
    }
    footer .content1 .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 .content1 .top{
      flex-direction: column;
    }
    .content1 .top .media-icons{
      margin-top: 16px;
    }
    footer .content1 .link-boxes .box{
      width: calc(100% / 2 - 10px);
    }
    footer .content1 .link-boxes .input-box{
      width: 100%;
    }
  }

















  
@media (max-width:2560px){
  section{
    padding: 160px 690px;
  }
}

@media (max-width:2559px){
  section{
    padding: 160px 690px;
  }
}

@media (max-width:2500px){
  section{
    padding: 160px 670px;
  }
}

@media (max-width:2450px){
  section{
    padding: 160px 650px;
  }
}

@media (max-width:2400px){
  section{
    padding: 160px 620px;
  }
}

@media (max-width:2350px){
  section{
    padding: 160px 600px;
  }
}

@media (max-width:2300px){
  section{
    padding: 160px 580px;
  }
}

@media (max-width:2250px){
  section{
    padding: 160px 550px;
  }
}


@media (max-width:2200px){
  section{
    padding: 160px 520px;
  }
}

@media (max-width:2150px){
  section{
    padding: 160px 500px;
  }
}

@media (max-width:2100px){
  section{
    padding: 160px 470px;
  }
}

@media (max-width:2050px){
  section{
    padding: 160px 450px;
  }
}

@media (max-width:2000px){
  section{
    padding: 160px 420px;
  }
}

@media (max-width:1950px){
  section{
    padding: 160px 400px;
  }
}

@media (max-width:1900px){
  section{
    padding: 160px 370px;
  }
}

@media (max-width:1850px){
  section{
    padding: 160px 350px;
  }
}

@media (max-width:1800px){
  section{
    padding: 160px 320px;
  }
}

@media (max-width:1750px){
  section{
    padding: 160px 300px;
  }
}

@media (max-width:1700px){
  section{
    padding: 160px 270px;
  }
}

@media (max-width:1650px){
  section{
    padding: 160px 250px;
  }
}

@media (max-width:1600px){
  section{
    padding: 160px 220px;
  }
}

@media (max-width:1550px){
  section{
    padding: 160px 200px;
  }
}

@media (max-width:1500px){
  section{
    padding: 160px 170px;
  }
}

@media (max-width:1450px){
  section{
    padding: 160px 150px;
  }
}

@media (max-width:1400px){
  section{
    padding: 160px 120px;
  }
}

@media (max-width:1350px){
  section{
    padding: 160px 100px;
  }
}

@media (max-width:1300px){
  section{
    padding: 160px 70px;
  }
}

@media (max-width:1250px){
  section{
    padding: 160px 50px;
  }
}

@media (max-width:1200px){
  section{
    padding: 160px 20px;
  }
}

@media (max-width:1170px){
  section{
    padding: 160px 0px;
  }
}

@media (max-width:1150px){
  section{
    padding: 160px 0px;
  }
}


@media (max-width:1149px){
  section{
    padding: 160px 80px;
  }

  .main{
    padding: 10px 20px;
    width: 1000px;
  }

  img{
  }
  .cards{
    width: 950px;
  }
}

@media (max-width:1130px){
  section{
    padding: 160px 60px;
  }
}

@media (max-width:1100px){
  section{
    padding: 160px 55px;
  }
}

@media (max-width:1065px){
  section{
    padding: 160px 35px;
  }
}

@media (max-width:1050px){
  section{
    padding: 160px 20px;
  }
  img{
  }
}

@media (max-width:1030px){
  section{
    padding: 160px 10px;
  }
}

@media (max-width:1010px){
  section{
    padding: 160px 0px;
  }
}
@media (max-width:1049px){
  img{
  }
  .img1{
    height: 300px;
    width: 600px;
  }
}

@media (max-width:1009px){
  section{
    padding: 160px 70px;
  }

  .main{
    width: 900px;
  }

  .cards{
    width: 850px;
  }

  p{
    font-size: 1.4em; 
    padding: 25px; 
  }
}

@media (max-width:990px){
  section{
    padding: 160px 50px;
  }
}

@media (max-width:965px){
  section{
    padding: 160px 30px;
  }
}


@media (max-width:940px){
  section{
    padding: 160px 10px;
  }
}

@media (max-width:910px){
  section{
    padding: 160px 5px;
  }
}

@media (max-width:905px){
  section{
    padding: 160px 3px;
  }
}

@media (max-width:903px){
  section{
    padding: 160px 1px;
  }
}

@media (max-width:901px){
  section{
    padding: 160px 0px;
  }
}

@media (max-width:899px){
  section{
    padding: 160px 50px;
  }

  .main{
    width: 800px;
  }

  .cards{
    width: 750px;
  }

  p{
    font-size: 1.5em; 
    padding: 30px; 
  }
}

@media (max-width:870px){
  section{
    padding: 160px 30px;
  }
}

@media (max-width:850px){
  section{
    padding: 160px 20px;
  }
}

@media (max-width:830px){
  section{
    padding: 160px 10px;
  }
}

@media (max-width:815px){
  section{
    padding: 160px 5px;
  }
}

@media (max-width:809px){
  section{
    padding: 160px 30px;
  }

  .main{
    width: 750px;
  }

  img{
    height: 250px;
    width: 250px;
  }

  .img1{
    height: 250px;
  }

  .cards{
    width: 700px;
  }

  h2{
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    padding: 0px;
  }

  p{
    font-size: 1.5em;  
    padding: 20px;
  }
}

@media (max-width:790px){
  section{
    padding: 160px 15px;
  }
}

@media (max-width:775px){
  section{
    padding: 160px 11px;
  }
}

@media (max-width:765px){
  section{
    padding: 160px 7px;
  }
}

@media (max-width:760px){
  section{
    padding: 160px 4px;
  }
}

@media (max-width:755px){
  section{
    padding: 160px 30px;
  }

  .main{
    width: 700px;
  }

  h1{
    font-size: 2.5em;
  }

  .cards{
    width: 650px;
  }

  h2{
    font-size: 2em;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  p{
    font-size: 1.5em;  
  }
}

@media (max-width:740px){
  section{
    padding: 160px 20px;
  }
}

@media (max-width:720px){
  section{
    padding: 160px 10px;
  }
}

@media (max-width:710px){
  section{
    padding: 160px 5px;
  }
}


@media (max-width:705px){
  section{
    padding: 160px 30px;
  }

  .main{
    width: 650px;
  }

  .cards{
    width: 600px;
  }

  p{
    font-size: 1.5em;  
  }
}

@media (max-width:690px){
  section{
    padding: 160px 20px;
  }
}

@media (max-width:675px){
  section{
    padding: 160px 11px;
  }
}

@media (max-width:665px){
  section{
    padding: 160px 5px;
  }
}

@media (max-width:655px){
  section{
    padding: 160px 30px;
  }

  .main{
    width: 600px;
  }

  h1{
    font-size: 2.3em;
  }

  .cards{
    width: 550px;
  }

  h2{
    font-size: 2.1em;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 0px;
  }

  p{
    font-size: 1.5em;  
    padding: 15px;
  }
}

@media (max-width:640px){
  section{
    padding: 160px 20px;
  }
}

@media (max-width:625px){
  section{
    padding: 160px 10px;
  }
}

@media (max-width:610px){
  section{
    padding: 160px 5px;
  }
}


@media (max-width:605px){
  section{
    padding: 160px 40px;
  }

  .main{
    width: 550px;
    height: auto;
  }

  img{
    height: 200px;
    width: 200px;
  }

  .img1{
    height: 200px;
  }

  h1{
    font-size: 2em;
  }

  .cards{
    width: 500px;
  }

  h2{
    font-size: 1.5em;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 0px;
  }

  p{
    font-size: 1.2em;  
    padding: 15px;
  }
}

@media (max-width:590px){
  section{
    padding: 160px 20px;
  }
}

@media (max-width:575px){
  section{
    padding: 160px 10px;
  }
}

@media (max-width:560px){
  section{
    padding: 160px 5px;
  }
}

@media (max-width:555px){
  section{
    padding: 160px 30px;
  }

  .main{
    width: 500px;
    height: auto;
  }

  h1{
    font-size: 1.7em;
  }

  .cards{
    width: 450px;
  }

  h2{
    font-size: 1.4em;
    padding: 0px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  p{
    font-size: 1.1em;  
    padding: 10px;
  }
}

@media (max-width:540px){
  section{
    padding: 160px 20px;
  }
}

@media (max-width:525px){
  section{
    padding: 160px 10px;
  }
}

@media (max-width:510px){
  section{
    padding: 160px 5px;
  }
}

@media (max-width:504px){
  section{
    padding: 160px 30px;
  }

  .main{
    width: 450px;
  }

  img{
    height: 150px;
    width: 150px;
  }

  .img1{
    height: 150px;
  }

  h1{
    font-size: 1.5em;
  }

  .cards{
    width: 400px;
  }

  h2{
    font-size: 1.2em;
    padding: 0px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  p{
    font-size: 1em;  
    padding: 10px;
  }
}

@media (max-width:495px){
  section{
    padding: 160px 20px;
  }
}

@media (max-width:480px){
  section{
    padding: 160px 15px;
  }
}

@media (max-width:470px){
  section{
    padding: 160px 10px;
  }
}

@media (max-width:470px){
  section{
    padding: 160px 10px;
  }
}

@media (max-width:460px){
  section{
    padding: 160px 5px;
  }
}

@media (max-width:455px){
  section{
    padding: 160px 20px;
  }

  .main{
    width: 400px;
  }

  img{
    height: 150px; 
    width: 150px;
  }

  .img1{
    height: 150px;
  }

  h1{
    font-size: 1.5em;
  }

  .cards{
    width: 350px;
  }

  h2{
    font-size: 1.2em;
    padding: 0px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  p{
    font-size: 1em;  
    padding: 5px;
  }
}

@media (max-width:430px){
  section{
    padding: 160px 15px;
  }
}

@media (max-width:420px){
  section{
    padding: 160px 10px;
  }
}

@media (max-width:410px){
  section{
    padding: 160px 5px;
  }
}

@media (max-width:405px){
  section{
    padding: 160px 25px;
  }

  .main{
    width: 350px;
  }

  img{
    height: 150px; 
    width: 150px;
  }

  .img1{
    height: 150px;
  }

  h1{
    font-size: 1.5em;
  }

  .cards{
    width: 300px;
  }

  h2{
    font-size: 1em;
    padding: 0px;
  }

  p{
    font-size: 0.85em;  
    padding: 5px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width:385px){
  section{
    padding: 160px 15px;
  }
}

@media (max-width:375px){
  section{
    padding: 160px 10px;
  }
}

@media (max-width:365px){
  section{
    padding: 160px 5px;
  }
}

@media (max-width:355px){
  section{
    padding: 160px 25px;
  }

  .main{
    width: 300px;
  }

  img{
    height: 120px; 
    width: 120px;
  }

  .img1{
    height: 120px;
    margin-top: 45px;
  }

  h1{
    font-size: 1.5em;
  }

  .cards{
    width: 250px;
  }

  h2{
    font-size: 0.8em;
    padding: 0px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  p{
    font-size: 0.7em;  
    padding: 5px;
  }
}

@media (max-width:330px){
  section{
    padding: 160px 15px;
  }
}

@media (max-width:320px){
  section{
    padding: 160px 9px;
  }
}
