#parrot{
    background-color: darkslateblue;
    min-height: 100vh;
    /* width:100%; */
    /* position: relative; */
    /* display: flex; */
}
.nav-link, .navbar-brand{
    color:white;
}
img{
    display: flex;
    justify-content: center;
    height: 600px;
    width:600px;
    padding-top: 90px;
}
.box{
    padding-top: 200px;
    color:white;
}
.btn{
    margin-right: 10px;
}
.font{
    font-size:50px;
}
.ball{
    text-align: center;
    color:navy;
    font-weight: bold;
}
#about{
    padding: 50px;
    /* padding-bottom: 50px; */
    
}
.pen{
    padding-bottom: 100px;
}
#sec3{
    background-color: #f5f6f8;
    padding-top: 10px;
    padding-bottom: 40px;
}
.img{
    display: flex;
    justify-content: center;
    height: 450px;
    width: 450px;
    padding-top: 50px;
    padding-left: 50px;
    /* margin-left: 150px; */
}
.pot{
    padding-top: 50px;
}
strong, span{
    color: #37517e;
}
.accordion-button:hover{
    color:red;
}
#services{
    /* background-color: #f5f6f8;  */
    padding-top: 30px;
}
.para{
    background-color: #f5f6f8;
    padding: 10px;
    margin-left: 15px;
    margin-top: 35px;
    height: 300px;
    width: 300px;
}
.para:hover{
    margin-top: 20px;
}
.bi{
    font-size: 50px;
    color:aqua;
    margin-top: 150px;
}
.pet{
    text-align: center;
    color:#37517e;
    font-weight: bold;
    padding-top: 100px;
}
.ten{
    text-align: center;
    padding-top: 20px;
}

.progress{
    margin: 50px;
}
h3{
    color:white;    
    font-weight: bold;
    padding-top: 120px;
}

#new{
    background:linear-gradient(#f87500, white, #f875001a);
}
.nav-link, .btn-outline-success{
    color: white;
}
strong{
    color: black;
}
p{
    font-size: 500;
}
.num, .text, .bi{
    color: #f87500;
}
.btn{
    background-color: #f87500;
    color: white;
    border-radius: 50px;
    padding: 10px;
}
.btn:hover{
    background-color: #f87500;
    color:white;
}

