* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    font-family: 'Merriweather', serif;
}


/* Dropdown button */
.dropbtn {
    background-color: transparent;
    color: black;
    padding: 8px;
    font-weight: bold;

   
    font-size: 16px;
    border: none;
    font-family: 'Merriweather', serif;
  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
  }
  .dropbtn:hover{
    color: #d10024;

  }
  
  /* Dropdown content (hidden by default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: transparent;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    font-weight: bold;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {
    background-color: #f1f1f1;
    color: #d10024;
  }
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {
    display: block;
  }
  



/* top navbar */
.top-navbar {
    display: flex;
    justify-content: space-between;
    position: sticky;
}

.top-navbar p {
    margin-top: 13px;
    margin-left: 15px;
}

.top-navbar .icons {
    margin-top: 13px;
    margin-right: 15px;
}

.top-navbar a {
    text-decoration: none;
    color: black;
    margin-left: 10px;
}

.top-navbar a img {
    margin-bottom: 3px;
}

.top-navbar a:hover {
    color: black;
}

@media screen and (max-width:400px) {
    .top-navbar a {
        font-size: 13px;
    }

    .top-navbar a img {
        width: 15px;
    }

    .top-navbar p {
        font-size: 13px;
    }
}

@media screen and (max-width:320px) {
    .top-navbar a {
        font-size: 10px;
    }

    .top-navbar a img {
        width: 13px;
    }

    .top-navbar p {
        font-size: 10px;
    }
}

@media screen and (max-width:318px) {
    .top-navbar a {
        font-size: 8px;
        margin-left: 0;
    }

    .top-navbar a img {
        width: 10px;
        margin-left: 0;
    }

    .top-navbar p {
        font-size: 10px;
        margin-top: 20px;
    }
}

/* top navbar */

/* navbar */
#navbar {
    background: white
}

#logo {
    margin-left: 15px;
    color: white;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 6px;
}

#logo span {
    color: #d10024;
}

#logo #span1 {
    font-size: 50px;
}

/* .im{
    
} */
.navbar-nav {
    margin-left: 20px;
}

.nav-item {
    margin-left: 10px;
}

.nav-item .nav-link {
    color: black;
    margin-left: 2px;
    text-shadow: 0px 0px 1px black;
    transition: 0.5s ease;
}

.nav-item .nav-link:hover {
    color: #e0400f;
}

.dropdown-menu li a {
    color: white;
    transition: 0.5s ease;
}

.dropdown-menu li a:hover {
    background-color: rgb(242, 239, 243);
    color: #d10024;
}

#search input {
    border-radius: 50px;
    border: none;
}

#search button {
    border-radius: 50px;
    color: white;
    border: 1px solid#d10024;
    background-color: #d10024;
}

/* navbar */




/* lft-rgt */
.main-box {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}

.sml-left {
    width: 600px;
    height: 600px;
    box-shadow: gray rgba(240, 46, 170, 0.4) -5px 5px, rgba(240, 46, 170, 0.3) -10px 10px, rgba(240, 46, 170, 0.2) -15px 15px, rgba(240, 46, 170, 0.1) -20px 20px, rgba(240, 46, 170, 0.05) -25px 25px;
}



.sml-right {
    width: 600px;
    height: 600px;

}

.cc {
    display: flex;
    justify-content: space-around;

}

.sm2 {

    width: 250px;
    height: 250px;
    background-color: transparent;
    margin-top: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.para {
    font-family: 'Merriweather', serif;
    font-size: 14px;
    text-align: center;

}

.sm21 {

    width: 250px;
    height: 250px;
    background-color: transparent;
    margin-top: 40px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.row1 {
    width: 30px;
    height: 3px;
    background-color: black;
    margin-left: 50px;
}







/* home content */
.home {
    width: 100%;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    background-color: #a9a9a92b;
    z-index: 0;
}

.home .img {
    flex: 1 1 300px;
}

.home .img img {
    margin-top: 30px;
    width: 100%;
}

.home .content {
    flex: 1 1 400px;
    margin-top: 20px;
}

.content h1 {
    color: #d10024;
    font-weight: bold;
    margin-left: 23px;
    font-size: 55px;
    text-shadow: -1px 1px 1px black;
}

.content h1 span {
    color: #d10024;
    text-shadow: 1px 1px 1px black;
}

#span2 {
    color: #d10024;
}

.content p {
    margin-left: 23px;
}

.btn {
    margin-left: 13px;
}

.btn button {
    width: 150px;
    height: 32px;
    letter-spacing: 3px;
    background-color: rgb(67 0 86);
    color: white;
    border-radius: 5px;
    border: none;
    transition: 0.5s ease;
    cursor: pointer;
}

.btn button:hover {
    background-color: #d10024;
    color: black;
    border: none;
}


.main-box {
    display: flex;
}

.sml-righ {
    float: right;
}

.sml-left {
    border: 3px solid rgb(80, 186, 135);
}

.abot {
    width: 1300px;
    height: 250px;
    margin-left: 30px;
    margin-top: 50px;
    background-image: url(images/new\ about\ gif.gif);
    background-repeat: no-repeat;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.abot {
    text-align: center;
    color: #d10024;
    padding-top: 40px;
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, 
    rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset,
     rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
  margin-bottom: 100px;
    p {
        text-align: center;
        padding: 10px;
        margin-left: 140px;
        margin-right: 160px;
        color: black;
    }
}

.uper-loder{
    width: 700px;
    height: 70px;
    margin-bottom: 70px;
    margin-left: 350px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    h2{
        color: #d10024;
        text-align: center;
        padding-top: 20px;
        
    }
}

.trk{
    width: 1300px;
    margin:0  auto;
}

.main-map{
    width: 1300px;
    height: 400px;
    background-color: #691414;
    margin: 0 auto;
}

.slider-container {
    width: 1330px;
    height: 300px;
    overflow: hidden;
    position: relative;
    gap: 12px;
}

.slider {
    display: flex;
    width: 1000px; /* Total width of images (200px * 3 images) */
    animation: slide 9s infinite; /* 3 images at 3s each = 9s */
    gap: 12px;
}

.slider img {
    width: 200px;
    height: 200px;

}

@keyframes slide {
    0% {
        transform: translateX(0);
    }
    10% {
        transform: translateX(-400px);
    }
    20% {
        transform: translateX(-800px);
    }

    30%{
        transform: translateX(-1200px);

    }
    40% {
        transform: translateX(-1400px);
    }
    50%{
        transform: translateX(-1800)px;
    }
    60%{
        transform: translateX(-2200px);
    }
    70%{
        transform: translateX(-2400px);
    }
    80%{
        transform: translateX(-2800px);
    }
    90%{
        transform: translateX(-3000px);
    }
    100%{
        transform: translateX(0);
    }


}

.main-exp{
    width: 1320px;
    height: 450px;
   
  
    margin-top: -80PX;
    
}

.exp{
    width:750px ;
    height: 450px;  
    overflow: hidden;
    margin-left: 30PX;
    float: left;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    border-radius: 30px;
    
    img{
        width: 750px;
        height: 450px;
    }
}
.exp-1{
    width: 490px;
    height: 450px;
    background-color: transparent;
    border-radius: 30px;
    float: right;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.vdo{
    width:450px ;
    background-color: aqua;
    margin: 0 auto;
    height: 320px;
    margin-top: 20px;
}

.btn1{
    width: 170px;
    margin-left: 170px;
    margin-top: 40px;
    -moz-box-shadow: 1px 1px 3px 2px #f5f5f5;
    -webkit-box-shadow: 1px 1px 3px 2px #f5f5f5;
    box-shadow: 1px 1px 3px 2px #f5f5f5; 
   


    
    a{
   
    background-color: transparent;
    text-align: center;
    text-decoration: none;
    padding: 25px;
    background-color:#d10024;
    border-radius: 20px;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;    
    width: 100px;
    color: white;
    height: 40px;
    font-family: 'Merriweather', serif;
}}

.btn1:hover a {
    background-color: transparent;
    color: black;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}
/* ------------------------------------------------TRUCK-------------------------------------------------- */



.TruckLoader {
  position: relative;
  width: 100px;
  height: 40px;
  background: #691414;
  animation: put-put 2s infinite, move-truck 10s infinite;
  background-size: 100% auto;
  border-radius: 4px;
}

.TruckLoader:before,
.TruckLoader:after {
  content: "";
  display: block;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  background: #333;
  position: absolute;
  bottom: -10px;
}
.TruckLoader:before {
  left: 6px;
}
.TruckLoader:after {
  right: 6px;
}

.TruckLoader-cab {
  position: absolute;
  left: -35px;
  bottom: 0;
  width: 33px;
  height: 25px;
  background: #b11313;
  border-radius: 40% 0 4px 4px;
}

.TruckLoader-cab:before,
.TruckLoader-cab:after {
  position: absolute;
  content: "";
  display: block;
  background: #b11313;
}
.TruckLoader-cab:before {
  width: 20px;
  height: 15px;
  top: -15px;
  right: 0;
  border-radius: 100% 0 0 0;
}
.TruckLoader-cab:after {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background: #444;
  left: 5px;
  border: 2px solid #fff;
  background: #333;
  position: absolute;
  bottom: -10px;
}

.TruckLoader-smoke,
.TruckLoader-smoke:after,
.TruckLoader-smoke:before {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  right: -1px;
  bottom: -5px;
  border-radius: 50%;
  background: #333;
}
.TruckLoader-smoke {
  animation: smoke-1 2s infinite;
}
.TruckLoader-smoke:after {
  animation: smoke-2 3s infinite;
}
.TruckLoader-smoke:before {
  animation: smoke-3 4s infinite;
}

@keyframes put-put {
  0% {
    margin-top: 0px;
    height: 50px;
  }
  5% {
    margin-top: -2px;
    height: 52px;
  }
  20% {
    margin-top: -1px;
    height: 50px;
  }
  35% {
    margin-top: 1px;
    height: 49px;
  }
  40% {
    margin-top: -1px;
    height: 51px;
  }
  60% {
    margin-top: 1px;
    height: 49px;
  }
  75% {
    margin-top: 0px;
    height: 50px;
  }
  80% {
    margin-top: -4px;
    height: 52px;
  }
  100% {
    margin-top: 1px;
    height: 49px;
  }
}
@keyframes smoke-1 {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0.9;
  }
  100% {
    right: -30px;
    bottom: 5px;
    width: 30px;
    height: 30px;
    opacity: 0;
  }
}
@keyframes smoke-2 {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0.9;
  }
  100% {
    right: -60px;
    bottom: 8px;
    width: 25px;
    height: 25px;
    opacity: 0;
  }
}
@keyframes smoke-3 {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0.9;
  }
  100% {
    right: -40px;
    bottom: 2px;
    width: 35px;
    height: 35px;
    opacity: 0;
  }
}

@keyframes move-truck {
  0% {
    margin-left: 90%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    margin-left: 45%;
  }
  90% {
    opacity: 1;
  }
  100% {
    margin-left: 0;
    opacity: 0;
  }
}

.card-img-overlay{
    h3{
        text-align: center;
        padding-top: 50px;
    }
}



.cat1{
    width: 500px;
    height: 60px;
    background-color: #691414;
    color: white;
margin-top:25px ;
margin-left: 430px;
border-radius: 20px;
text-align: center;
h3{
    padding: 10px;
}
}
.box-button{
    width: 180px;
    height: 40px;
    border-radius: 30px;
    background-color: #691414;
    a{
        color: white;
    }

}



/* -------------------------------------------------------responsive------------------------------------------------------------ */


@media screen and (max-width:1200px) {
    .home {
        height: 90vh;
    }
}

@media screen and (max-width:799px) {
    .home {
        height: 140vh;
    }
}

@media screen and (max-width:550px) {
    .home {
        height: 20vh;
    }
    .slider-container{
        width: 330px;
    }

    .sml-left {
        width: 330px;
        height: 400px;


    }

    .container1{
        width: 330px;
        height: 150px;
        text-align: left;
        .copyright{
            width: 300px;
            height: 100px;}

            .credits{

                a{
                font-size: 10px;
              margin-left: -10px;
                
            }
        }
    }


    .main-exp{
        width: 330px;
       
    }
    .exp{
        float: none;
        width: 300px;
        height: 300px;
        margin: 0 auto;
        img{
            width: 300px;
            height: 300px;
        }
    }
    .exp-1{
        float: none;
        width: 300px;
        height: 300px;
        margin: 0 auto;
        .vdo{
            width: 300px;
        }
    }


    .uper-loder{
        margin: 0px;
        width: 300px;
        height: 50px;
        margin-top: 30px;
        margin-left:10px;
        
        h2{
            font-size: 13px;
        }


       }

       .row{
        margin-top: 321px;
       }

    .trk{
        width: 270px;
        margin: 0 auto;
        margin-top: 30px;
     
    }
    .abot {
        width: 300px;
        height: 500px;
        margin:0 auto;

        p {
            padding: 2px;
            text-align: unset;
            margin: 0px;
        }
    }

    .cat1{
        margin-left: 15px;
        width: 290px;
        margin-bottom: -60px;

        h3{
            text-align: center;

        }
    }


    .sml-right {

        display: block;
    }

    .cc {
        width: 600px;
        flex-direction: unset;


    }

    .main-box {
        flex-direction: column;
        width: 320px;

    }
    .main-exp{
        height: 755px;
    }
    
    .btn1{
        margin-left: 55px;
    }


}





@media screen and (max-width:420px) {
    .content h1 {
        font-size: 45px;
    }
}

@media screen and (max-width:320px) {
    .content h1 {
        font-size: 36px;
    }
}

/* home content */





.sm2 span {
    font-size: 32px;
    margin-left: 102px;
}

.sm2 h5 {
    margin-left: 20PX;
}




/* product cards */
#product-cards {
    margin-top: 100px;
}

#product-cards h1 {
    color: #d10024;
    text-shadow: 1px 1px 1px black;
    border-bottom: 2px solid#d10024;
}

#product-cards .card h3 {
    font-size: 20px;
    color: black;
   
}

#product-cards .card p {
    font-size: 12px;
    margin-top: 5px;
    color: black;
}

.star i {
    margin-left: 5px;
    font-size: 13px;
}

.box-button {

    width: 100px;
    border: none;
    text-decoration: none;
    color: #d10024;

    border-bottom: 2px solid#d10024;




}

#product-cards .card h2 {
    font-size: 20px;
    color: black;
    margin-top: 20px;
}

#product-cards .card h2 span {
    float: right;
    color: black;
    cursor: pointer;
}

@media screen and (max-width:1000px) {
    #product-cards .card h3 {
        font-size: 15px;
    }
}

/* product cards */








/* other cards */
#other-cards {
    margin-top: 30px;
}

#other-cards .card {
    background-color: #a9a9a92b;
}

#other-cards .card h3 {
    margin-top: 30px;
    color: black;
    margin-left: 10px;
    letter-spacing: 3px;
}

#other-cards .card h5 {
    margin-top: 15px;
    font-weight: 100;
    font-size: 18px;
    color: black;
    margin-left: 10px;
    letter-spacing: 3px;
    border-bottom: 2px solid black;
    width: 220px;
}

#other-cards .card p {
    margin-top: 10px;
    font-weight: 100;
    font-size: 15px;
    color: black;
    margin-left: 10px;
    letter-spacing: 3px;
}

#shopnow {
    width: 130px;
    height: 30px;
    margin-top: 10px;
    margin-left: 10px;
    letter-spacing: 3px;
    color: white;
    background-color: black;
    font-weight: bold;
    border: none;
    cursor: pointer;
}

@media screen and (max-width:1000px) {
    #other-cards .card h3 {
        margin-top: 5px;
        font-size: 20px;
    }

    #other-cards .card h5 {
        margin-top: 5px;
        font-size: 15px;
    }

    #other-cards .card p {
        margin-top: 0px;
    }

    #shopnow {
        margin-top: 0px;
        width: 120px;
        height: 30px;
        font-size: 16px;
    }
}

/* other cards */






/* banner */
.banner {
    margin-top: 60px;
    width: 100%;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    background-color: #a9a9a92b;
    z-index: 0;
}

.banner .img {
    flex: 1 1 300px;
}

.banner .img img {
    margin-top: 30px;
    width: 100%;
}

.banner .content {
    flex: 1 1 400px;
    margin-top: 20px;
}

.banner .content h1 {
    color: darkgray;
    font-weight: bold;
    margin-left: 23px;
    font-size: 55px;
    text-shadow: -1px 1px 1px black;
}

.banner .content h1 span {
    color: darkgray;
    text-shadow: 1px 1px 1px black;
}

#span2 {
    color: #d10024;
}

.banner .content p {
    margin-left: 23px;
}

.btn {
    margin-left: 13px;
    
}

.btn button {
    width: 150px;
    height: 32px;
    letter-spacing: 3px;
    background-color: #d10024;
    color: white;
    border-radius: 5px;
    border: none;
    transition: 0.5s ease;
    cursor: pointer;
}

.btn button:hover {
    background-color: #d10024;
    color: black;
    border: none;
}

@media screen and (max-width:1200px) {
    .banner {
        height: 90vh;
    }
}

@media screen and (max-width:799px) {
    .banner {
        height: 140vh;
    }
}

@media screen and (max-width:550px) {
    .banner {
        height: 110vh;
    }
}

@media screen and (max-width:420px) {
    .banner .content h1 {
        font-size: 45px;
    }
}

@media screen and (max-width:320px) {
    .banner .content h1 {
        font-size: 36px;
    }
}

/* banner */








/* other cards */
#other {
    margin-top: 50px;
}

#other .card {
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

#other .card h3 {
    margin-top: 10px;
    color: white;
    text-shadow: 1px 1px 1px black;
    letter-spacing: 3px;
    font-weight: bold;
}

#other .card p {
    margin-top: 10px;
    color: white;
    text-shadow: 0px 1px 1px black;
    letter-spacing: 3px;
    font-weight: bold;
}

/* other cards */




/* offer */
#offer {
    margin-top: 100px;
}

#offer i {
    font-size: 32px;
    color: black;
}

/* offer */




/* newslater */
#newslater {
    margin-top: 100px;
}

#newslater h3 {
    font-size: 25px;
    letter-spacing: 3px;
}

.input {
    margin-top: 30px;
}

.input input {
    width: 350px;
    height: 36px;
    letter-spacing: 2px;
    border-radius: 3px;
    border: 1px solid black;
    padding-left: 5px;
}

#subscribe {
    width: 200px;
    height: 36px;
    margin-left: 10px;
    border-radius: 3px;
    border: none;
    background-color: #d10024;
    color: white;
    letter-spacing: 3px;
    font-weight: bold;
    text-shadow: 0px 0px 1px black;
}

@media screen and (max-width:465px) {
    .input input {
        width: 280px;
    }

    #subscribe {
        margin-top: 10px;
    }
}

@media screen and (max-width:250px) {
    .input input {
        width: 150px;
    }

    #subscribe {
        width: 150px;
    }
}

/* newslater */




/* footer */
#footer {
    padding: 0 0 30px 0px;
    color: white;
    font-size: 14px;
    background-color: #d10024;
    margin-top: 100px;
}

#footer .footer-top {
    padding: 60px 0 30px 0;
    background-color: lightgray;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
    color: #d10024;
}

#footer .footer-top .footer-contact h4 {
    font-size: 22px;
    margin: 0 0 30px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    color: white;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
    margin-top: 10px;
}

#footer .footer-top .footer-links h4 {
    color: #d10024;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li a {
    text-decoration: none;
    color: white;
    display: inline-block;
    line-height: 1;
    font-weight: bold;
    transition: 0.5s ease;
}

#footer .footer-top .footer-links ul li a:hover {
    color: #d10024;
}

#footer .footer-top .socail-links a {
    font-size: 18px;
    display: inline-block;
    text-decoration: none;
    background-color: #373737;
    color: white;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    transition: 0.5s ease;
}

#footer .footer-top .socail-links a:hover {
    background-color: #d10024;
    color: white;
}

#footer .copyright {
    text-align: center;
    float: left;
}

#footer .credits {



    float: right;
    text-align: center;
    font-size: 13px;
}

#footer .credits a {
    color: white;
    text-decoration: none;

    padding-left: 30px;
    font-size: 23px;

}

/* footer */




html {
    scroll-behavior: smooth;
}

.arrow {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 50px;
    right: 50px;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
}





/* login */
#login {
    width: 65%;
    height: 70vh;
    background-color: rgb(67 0 86);
    margin-top: 35px;
    border-radius: 10px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

#side1 h3 {
    color: #d10024;
    font-weight: bold;
    margin-top: 200px;
}

#side2 {
    background-color: white;
    height: 70vh;
    border-radius: 10px;
}

#side2 h3 {
    margin-top: 30px;
    color: #d10024;
    font-weight: bold;
    text-shadow: 0px 1px 1px black;
}

.input2 input {
    margin-top: 15px;
    width: 300px;
    border: none;
    border-bottom: 2px solid#d10024;
}

.input2 input ::placeholder {
    font-weight: bold;
}

#btnlogin {
    padding-top: 10px;
}

#btnlogin a {
    padding: 10px;
    text-decoration: none;
    border-radius: 15px;
    background-color: #d10024;
    color: white;
    font-weight: bold;
    border: none;
    text-shadow: 0px 0px 1px black;
}

#side2 p {
    margin-top: 10px;
}

@media screen and (max-width:991px) {
    .input2 input {
        width: 250px;
    }
}

@media screen and (max-width:765px) {
    .input2 input {
        width: 260px;
    }

    #side2 {
        height: 60vh;
    }
}

/* login */




/* about */
#about {
    margin-top: 30px;
}

#about h3 {
    font-weight: bold;
    color: #d10024;
    text-shadow: 0px 1px 1px black;
}

#about button {
    width: 150px;
    height: 36px;
    color: white;
    background-color: rgb(67 0 86);
    border-radius: 5px;
    cursor: pointer;
}

/* about */





/* contact */
#contact {
    margin-top: 50px;
}

#contact .card {
    height: 80px;
    margin-top: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#contact .card i {
    margin-top: 10px;
    margin-left: 10px;
    font-size: 15px;
    color: rgb(67 0 86);
    font-weight: bold;
    letter-spacing: 3px;
}

#contact .card h6 {
    margin-left: 10px;
    margin-top: 10px;
    letter-spacing: 3px;
    font-weight: bold;
    color: rgb(67 0 86);
}

.messagebtn button {
    margin-top: 30px;
    width: 200px;
    height: 33px;
    background: transparent;
    border: 2px solid rgb(67 0 86);
    font-weight: bold;
    letter-spacing: 3px;
    transition: 0.5s ease;
    cursor: pointer;
}

.messagebtn button:hover {
    background-color: rgb(67 0 86);
    color: white;
}

/* contact */