@charset "UTF-8";

@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&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

a {
    text-decoration: none;
}

li {
    list-style-type: none;
}

.bg{
  background-color: azure;
}

.srm_list ul{
  line-height: 30px;
  list-style-image: url("https://img.icons8.com/?size=24&id=7690&format=png&color=228BE6");
}

.srm_list{
  background-color: aliceblue;
  padding: 10px 10px  10px 10px;
  
}

.wrapper-nav {
    background-color: #DFEAF7;
    height: 70px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}
.wrapper-div{
  width: 90%;
}

.header-img {
    width: 200px;
}

.nav-a{
  color: black;
  font-weight: bold;
  font-size: 15px;
}

.wrapper-contact-image {
    width: 200px;
}

.offcanvas-btn {
    background-color: transparent;
    border: none;
}

.main-sec {
    margin-top: 140px;
}

.contact-icon {
    font-size: 35px;
    color: black;
}


.footer {
    background-color: #303F9F;
    width: 100%;
    /* height: 820px; */
}
.rights{
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.footer-texthead{
  font-size: 18px;
  margin: 0;
  padding: 0;
}

.footer-text{
  font-size: 14px;
}

.footer-hr {
    color: white;
}

.head_text{
  font-size: 44px;
}



@media(min-width:768px) {

   
}

@media(min-width:992px) {
  
  .bg{
    height: 720px;
  }

  .srm_head{
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #223072;
  }

  .srm_card{
    height: 180px;
  }

  .srm_card h3{
    font-size: 20px;
  }

  .head_text{
    font-size: 64px;
  }

  .fan_image{
    width: 500px;
  }

  .srm_card {
    width: 200px;
  }

  .srm_fan_info{
    width: 35%;
  }

  .srm_list{
    width: 400px;
  }
  
  .footer {
    height: 220px;
}
.rights{
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.footer-texthead{
  font-size: 18px;
  margin: 0;
  padding: 0;
}

  .footer-text{
    font-size: 14px;
  }
}