@font-face 
{ 
    font-family: "Amazon Ember";  
    src: url("Amazon\ Ember\.ttf")format("woff2"); 
}
* {
    
    box-sizing: border-box;
    margin:0;
    padding:0;
    font-family: 'Amazon Ember','Open Sans';
}
img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    -webkit-user-select: none;
    user-drag: none;
  }
h2 {
    font-size: 32px;
}
.bar {
    height:50px;
    display:flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color:#fff;
    background-color: #fe993f;
}
.navbar {
    background-color: #00953d;
    height:100px;
    font-weight: bold;
}
.navbar .container {
    display:flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    color:#ffffff;
}
.nav-right {
    display:flex;
    align-items: center;
    gap:15px;
}
.nav-right img {
    height:32px;
    width:32px;
}
.container {
    max-width: 1200px;
    width:80%;
    margin: 0 auto;
    height:100%;
}

.features {
    color:#333;
    background-color: #eff1f4;
    height:430px;
    text-align: center;
}
.features .feature-row {
    display:flex;
    align-items: center;
    gap:35px;
}
.feature-title {
    font-weight: bold;
}
.feature-box {
    
    width:250px;
}
.content {
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap:40px;
    height:100%;
}
.features img {
    height:150px;
    transform: scale(1.2);
    width:150px;
}
.imgrow {
    display:flex;
    justify-content: space-between;
    width:100%;
}
.imgrow img {
    height:570px;
    width:570px;
}
.gray {
    background-color: #eff1f4;
}
.reviews-row {
    color:#333;
    display:flex;
    gap:30px;
}
.review img{
    width:400px;
    height:500px;
}

.info {
    text-align: center;
    color:#333;
    padding:36px 0;
}
.title {
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 1rem;
}
.bot .description {
    line-height: 29px;
    font-size: 16px;
}
.block {
    font-size: 20px;
    font-weight: bold;
}
.review .bot {
    background-color: #f0fbfd;
    text-align: center;
    padding:2rem 2.5rem;
}
.singleimg {
    width:690px;
    height:690px;
}
.faq-content {
    width:100%;
}
.bigger {
    font-size: 35px;
}
.orange {
    color:#ff9941 !important;
}
.block {
    padding:2.5rem 1.5rem;
    width:100%;
    display:flex;
    justify-content: space-between;
    border-bottom: 1px solid #eff1f4;
}

.green-btn {
    background-color: #00953d;
    width:420px;
    height:60px;
    font-size: 18px;
    font-weight: bold;
    display:flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    box-shadow: 4px 8px 22px -2px #000000a3;
}
footer {
    background-color: #00953d;
    color:#fff;
}

footer .content {
    display:flex;
    flex-direction: column;
}

footer .top {
    display:flex;
    gap: 75px;
}
.feature-box {
    display:flex;
    padding-top: 36px;
}

footer .bot {
    display:flex;
    width:100%;
    justify-content: space-between;
}

.botbot {
    display:flex;
    width:100%;
    justify-content: space-between;
    align-items: center;
}

.product {
    display:flex;
    flex-direction: row !important;
    padding: 60px 0;
}

.pp {
    width:62px;
    height:20px;
    margin-left:5px;
}

.thumbnail {
    width:605px;
    height:605px;
    margin-bottom: 20px;
}

.small-photos {
    height:75px;
    width:75px;
    margin-right:12px;
}

.product-right {
    text-align: left;

}

.priority {
    display:flex;
    justify-content: space-between;
    background-color: #f0fbfd;
    color:#00953d;
    margin-bottom: 2rem;
    padding: 4px 9px;
    border-radius: 1.5rem;
}
.btn-row {
    display:flex;
    gap:30px;
    justify-content: center;
}
.cart-btn {
    background-color: #00953d;
    width:230px;
    height:50px;
    display:flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    box-shadow: 4px 8px 22px -2px #000000a3;
}
.prod-btn {
    background-color: #ffc439;
    width:230px;
    height:50px;
    display:flex;
    align-items: center;
    justify-content: center;
    color:#333;
    box-shadow: 4px 8px 22px -2px #000000a3;
}
.bundle {
    margin:10px 0;
}
.stars {
    margin-top: 10px;
}
.bundle span {
    color:#fe993f;
}
.getit {
    text-align: center;
    margin:30px 0;
}
.hr {
    color:#00953d;
    
}
.guarantee {
    margin-left: 30px;
}
.norisk {
    color:#00953d;
    margin:20px 0;
    text-align: center;
    font-size:16px;
}
.product-right
{
  box-shadow: 0 20px 30px 0 rgb(31 31 92 / 12%);
  padding: 0 15px 20px;
  border-radius: 14px;
  font-size: 14px;
}
footer {
    padding-bottom: 72px;
}
footer input {
    margin-top: 16px;
    width:260px;
    height:50px;
}