@font-face {

    font-family: 'Museo_Slab_500';

    src: url("../fonts/Museo_Slab_500.otf");

}

@font-face {

    font-family: 'Museo_Slab_1000';

    src: url("../fonts/Museo_Slab_1000.otf");

}

@font-face {

    font-family: 'Museo_Slab_100';

    src: url("../fonts/Museo_Slab_100.otf");

}

@font-face {

    font-family: 'BebasNeueLight-PK7jP';

    src: url("../fonts/BebasNeueLight-PK7jP.otf");

}

@font-face {

    font-family: 'BebasNeueBold-7B9LE';

    src: url("../fonts/BebasNeueBold-7B9LE.ttf");

}

*{

    margin: 0;

    padding: 0;

    box-sizing: border-box;

}

h1,h2,h3,h4,h5,h6,ul,li,p{

    margin: 0;

}







/* <----------------- header --------------> */
button.navbar-toggler {
   
    position: relative;
    z-index: 1;
    border: 1px solid white;
}


header {

    position: fixed;

    z-index: 1111;

    width: 100%;

    padding-top: 2rem;

}


header .navbar-nav {

    flex-direction: row;

    z-index: 11;

}

header .navbar-brand {

    position: absolute;

    left: 0;

    right: 0;

    text-align: center;

}

.navbar-toggler {

    z-index: 11;

}

.second-menus {

    margin-left: auto;

}

header .nav-item {

    margin: 0 1.5rem;

}

header .nav-link {

    color: #FFFFFF;

font-size: 18px;

font-family: 'Museo_Slab_500';

line-height: 100%;

letter-spacing: 0;



}

header .nav-link:hover{

    text-decoration: underline;

}

header .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {

 

    text-decoration: underline;

}



.scrolled {

    background-color: #0A3A60 !important;

    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);

    padding: 2rem 0;

}



header ul.navbar-nav.mobile-view {

    flex-direction: column;

}

header ul.navbar-nav.mobile-view li{

    background-color: #003B71;

    border-bottom: 1px solid #0A3A60;

    text-align: center;

    margin: 1rem 0;

}

/* <-------------- main banner------------- */

#main_banner {

    position: relative;

    padding: 150px 0 100px 0;

    background-color: #0D406A;

    overflow: hidden;

}

#main_banner::before {

    content: "";

    position: absolute;

    top: 0px;

    left: 0;

    width: 85px;

    height: 750px;

    background-image: url('../images/rings-img.png');

    background-size: cover;

    background-repeat: no-repeat;

    background-position: center;

}

#main_banner::after {

    content: "";

    position: absolute;

    bottom: 0px;

    left: 0;

    width: 100%;

    height: 77px;

    background-image: url('../images/grace-img.png');

    background-size: cover;

    background-repeat: no-repeat;

    background-position: center;

}


.banner-video {
    width: 100%;
    position: relative;
    z-index: 9;
}
.banner-video video {
    object-fit: cover;
    width: 100%;
    border-radius: 14px;
}

.banner-content-wrap {

    display: flex;

    align-items: center;

    justify-content: center;

    height: 100%;

}

.main-banner-content {

    padding-right: 3rem;

    display: flex;

    flex-direction: column;

    height: 100%;

    justify-content: center;

   

}

.main-banner-content h1{

    color: #FFFFFF;

    font-family: 'BebasNeueBold-7B9LE';

    font-weight: 400;

    font-size: 62px;

    line-height: 64px;

    letter-spacing: 0;

    text-transform: capitalize;



}

.main-banner-content h1 span{

    color: #B28E50;

}

.banner-btn {

    margin-top: 30px;

}

.all-same-btns a{

    background-color: #FFFFFF;

    border-radius: 100px;

    border: 1px solid #FFFFFF;

    color: #003B71;

    font-family: 'Museo_Slab_1000';

    font-weight: 400;

    font-size: 18px;

    line-height: 54px;

    letter-spacing: 0.8px;

    padding: 1rem 2rem;

    text-transform: capitalize;

    text-decoration: none;

    transition: all 0.3s ease-in-out;

}

.all-same-btns a:hover{

    background-color: #003B71;

    color: #FFFFFF;

    transition: all 0.3s ease-in-out;

}





/* <----------------- goat section-----------------> */

#goat_section {

    position: relative;

    padding: 90px 0;

}

#goat_section .goat-carousel-item {

    position: relative;

    background-color: #97CAEB;

    display: flex;

    justify-content: center;

    border-radius: 20px;

}

#goat_section .goat-carousel-item::after {

    content: "";

    position: absolute;

    bottom: 0px;

    left: 0;

    width: 100%;

    height: 60px;

    background-image: url('../images/grace-img.png');

    background-size: cover;

    background-repeat: no-repeat;

    background-position: center;

}

#goat_section .carousel-img-content {

    position: relative;

    border-radius: 0 20px 20px 0;

    width: 50%;

    text-align: center;

    padding: 1.5rem 0;

}

#goat_section .carousel-img-content h5{

    color: #0D406A;

    font-family: 'Museo_Slab_500';

    font-weight: 400;

    font-size: 18px;

    line-height: 54px;

    letter-spacing: 2px;

    text-transform: uppercase;



}

#goat_section .carousel-img-content h2{

    font-family: 'BebasNeueBold-7B9LE';

    font-weight: 400;

    font-size: 58px;

    line-height: 62px;

    letter-spacing: 0;

    text-transform: uppercase;

    margin: 10px 0;

}

#goat_section .caousel-img {

    width: 60%;

}

#goat_section .owl-carousel .owl-item img {

    display: block;

    width: 100%;

    border-radius: 20px 0 0 20px;

}

#goat_section .owl-nav {

    position: absolute;

    bottom: 55px;

    right: 240px;

}

#goat_section .owl-prev {



    border: 1px solid #0D406A !important;

    height: 40px;

    width: 40px;

    border-radius: 100px !important;

}

#goat_section .owl-next {



    border: 1px solid #0D406A !important;

    height: 40px;

    width: 40px;

    border-radius: 100px !important;

    transition: all 0.3s ease-in-out;

}

#goat_section .owl-nav button:hover{

    background-color: white;

    transition: all 0.3s ease-in-out;

}

#goat_section .nxt {

    color:  #0D406A;

}

#goat_section .prev {

    color:  #0D406A;

}



/* <----------------- option section-----------------> */

#quality_section {

    background-color: #0D406A;

    position: relative;

    padding: 100px 0;

    overflow: hidden;

}

#quality_section::before {

    content: "";

    position: absolute;

    top: 0px;

    left: 0;

    width: 85px;

    height: 750px;

    background-image: url('../images/rings-img.png');

    background-size: cover;

    background-repeat: no-repeat;

    background-position: center;

}

#quality_section::after {

    content: "";

    position: absolute;

    bottom: 0px;

    left: 0;

    width: 100%;

    height: 77px;

    background-image: url('../images/grace-img.png');

    background-size: cover;

    background-repeat: no-repeat;

    background-position: center;

}

#quality_section .quality-section-wrap::after {

    content: "";

    position: absolute;

    bottom: 65px;

    right: 0;

    width: 50%;

    height: 75%;

    background-image: url('../images/bukket-img.svg');

    background-size: contain;

    background-repeat: no-repeat;

    background-position: center;

}

#quality_section .quality-section-option {

    display: flex;

    align-items: center;

    margin-bottom: 38px;

}

#quality_section .quality-section-option:last-child{

    margin: 0 0 0 0 ;

}

#quality_section .quality-option-img {
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    padding: 1.3rem;
}

#quality_section .quality-option-img img {
    object-fit: cover;
    width: 25px;
    
}

#quality_section .quality-option-content {

    margin-left: 14px;

}

#quality_section .quality-option-content h4{

    color: #FFFFFF;

    font-family: 'BebasNeueBold-7B9LE';

    font-weight: 400;

    font-size: 24px;

    line-height: 36px;

    letter-spacing: 0;

    text-transform: uppercase;

}

#quality_section .quality-option-content p{

    color:  #FFFFFFD9 !important;

    font-family: 'Museo_Slab_500';

    font-weight: 400;

    font-size: 16px;

    line-height: 26px;

    letter-spacing: 0px;



}





/* <----------------- our-product section-----------------> */

#our_product {

    position: relative;

    padding: 70px 0;

}

#our_product .our-product-heading h5{

    color:  #0D406A;

    font-family: 'Museo_Slab_500';

    font-weight: 400;

    font-size: 18px;

    line-height: 54px;

    letter-spacing: 0px;

    text-transform: uppercase;



}

#our_product .our-product-heading h2{

    color: #0D406A;

    font-family: 'BebasNeueBold-7B9LE';

    font-weight: 400;

    font-size: 48px;

    line-height: 56px;

    letter-spacing: 0%;

    text-transform: uppercase;



}

#our_product .our-product-content {

    margin-top: 32px;

}

 .our-product-carousel-item {

    background-color: #F1F1F1;

    border-radius: 14px;

    position: relative;

    padding: 30px ;

    display: flex;

    flex-direction: column;

    align-items: center;

    /* justify-content: center; */

}
#our_product  a{
	text-decoration:none;
}

 .our-product-img {

    width: 180px;

    height: 220px;

    margin: 0 auto;

    
}
.our-product-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

 .our-product-carousel-content h3 {

    color: #0D406A;

    font-family: 'BebasNeueBold-7B9LE';

    font-weight: 400;

    font-size: 34px;

    line-height: 70px;

    letter-spacing: 0;

    text-transform: uppercase;

    text-align: center;

}

 .our-product-carousel-content ul {

    padding-left: 5rem;

}

 .our-product-carousel-content ul li {

    color: #0D406A;

    font-family: 'Museo_Slab_500';

    font-weight: 400;

    font-size: 18px;

    line-height: 27px;

    letter-spacing: 0px;

    list-style: none;

    position: relative;

}

 .our-product-carousel-content ul li::before {

    content: "\F2EF";

    font-family: "Bootstrap-icons";

    font-weight: normal;

    color: #0A3A60;

    font-size: 11px;

    position: absolute;

    left: -19px;

    top: 0px;

}

#our_product .owl-nav.disabled {

    display: block;

    position: absolute;

    top: -90px;

    right: 0;

    margin: 0 !important;

}

#our_product .owl-nav button {

    background-color: #B28E50 !important;

    width: 44px;

    height: 44px;

    border-radius: 100px !important;

    color: white;

    transition: all 0.3s ease-in-out;

}

#our_product .owl-nav button:hover{

    background-color: #0A3A60 !important;

    transition: all 0.3s ease-in-out;

}







/* <----------------- usage section-----------------> */

#usage_section{

    position: relative;

}

#usage_section .imgebox {

    height: 100%;

    width: 100%;

}



#usage_section .imgebox img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



/* <----------------- our-story section-----------------> */

#our_story {

    position: relative;

    padding-top:70px;

   

}

.our-story-wrap{

    position: relative;

}

.our-story-wrap::after {

    content: "";

    position: absolute;

    bottom: 0px;

    left: 0;

    width: 100%;

    height: 37px;

    background-image: url('../images/grace-img.png');

    background-size: cover;

    background-repeat: no-repeat;

    background-position: center;

}

#our_story  .our-story-img img {

    object-fit: cover;

    width: 100%;

    height: 340px;

}

#our_story .our-story-all-imgs {

    background-color: #E0E0E0;

    border-radius: 16px;

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 10px;

    padding: 10px;

}

.our-frmstead-img {
    position: relative;
    overflow: hidden;
}

.our-frmstead-img p {
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    padding: 10px 5px;
    color: #fff;
    background: #0a3a60;
    font-family: 'Museo_Slab_500';
    font-size: 15px;
    font-weight: 500;
}
 .img-1  {

    border-radius: 26px 26px 0 26px;

}

 .img-2  {

    border-radius: 26px 26px 26px 0;

}
.sheep-raw {
    padding-bottom: 50px;
}

 .img-3  {

    border-radius: 26px 0px 26px 26px;

}

 .img-4  {

    border-radius: 0px 26px 26px 26px;

}



#our_story .our-story-content {

    background-color: #0D406A;

    position: relative;

    padding: 36px 42px;

    border-radius: 16px;

    height: 100%;

}

 .our-story-content h3{

    color: #FFFFFF !important;

    font-family: 'BebasNeueBold-7B9LE';

    font-weight: 400;

    font-size: 38px;

    line-height: 56px;

    letter-spacing: 0;

    text-transform: uppercase;



}

 .our-story-content p {

    color: white;

    font-family: 'Museo_Slab_500';

    font-weight: 400;

    font-size: 18px;

    line-height: 34px;

    letter-spacing: 0px;

    margin: 1rem 0;

}





/* <----------------- power section-----------------> */



#power_section{

    position: relative;

     padding: 70px 0;

}

#power_section .power-section-wrap{

    position: relative;

}

#power_section .power-section-wrap::after {

    content: "";

    position: absolute;

    bottom: 0px;

    left: 0;

    width: 100%;

    height: 37px;

    background-image: url('../images/grace-img.png');

    background-size: cover;

    background-repeat: no-repeat;

    background-position: center;

}

#power_section .power-section-img img {

    object-fit: cover;

    width: 100%;

    border-radius: 16px;

}

#power_section .power-section-content {

    background-color: #97CAEB;

    border-radius: 16px;

    height: 100%;

    padding: 37px;

}

#power_section .power-section-content h2 {

    color: #0D406A !important;

    font-family: 'BebasNeueBold-7B9LE';

    font-weight: 400;

    font-size: 48px;

    line-height: 59px;

    letter-spacing: 0;

    text-transform: uppercase;

    border-bottom: 1px solid #0D406A;

    border-bottom-style: dashed;

    padding-bottom: 43px;

    margin-bottom: 43px;

}

#power_section .power-section-content p {

    color: #0D406A;

    font-family: 'Museo_Slab_500';

    font-weight: 400;

    font-size: 18px;

    line-height: 30px;

    letter-spacing: 0px;

    margin-bottom: 0.7rem;

}

#power_section .power-section-content .power-section-btn {

    margin-top: 2rem;

}





/* <----------------- footer-----------------> */



#our-footer {
    position: relative;
    background-position: center;
    border-radius: 30px 30px 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 20px 0;
}
#our-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: -1;
    opacity: 0.7;
    z-index: 1;
    border-radius: 30px 30px 0 0;
}
#our-footer .footer-section-content {

    position: relative;

    z-index: 1;

}

#our-footer .footer-section-content ul {

    display: flex;

    margin: 2rem 0;

    padding: 0;

}

#our-footer .footer-section-content ul li{

    list-style: none;

    margin: 0 0.5rem;

}

#our-footer .footer-section-content ul li a{

    color: #FFFFFF;

    font-family: 'Museo_Slab_100';

    font-weight: 400;

    font-size: 16px;

    line-height: 30px;

    letter-spacing: 0px;

    text-decoration: none;

    transition: all 0.3s ease-in-out;

}

#our-footer .footer-section-content ul li a:hover{

    color: #F1F1F1;

    text-decoration: underline;

    transition: all 0.3s ease-in-out;

}

#our-footer .footer-section-content p{

    color: #FFFFFF !important;

    font-family: 'Museo_Slab_500';

    font-weight: 400;

    font-size: 15px;

    line-height: 30px;

    letter-spacing: 0px;



}

#our-footer .copyright-content {

    display: flex;

    justify-content: space-between;

    align-items: center;

    border-top: 1px solid #ffffff;

    margin-top: 5rem;

}

#our-footer .footer-section-content .social-icons{

    display: flex;

}

#our-footer .footer-section-content .social-icons li {

    list-style: none;

    margin: 0 0.5rem;

    background-color: #06539A;

    height: 40px;

    width: 40px;

    border-radius: 100px;

    display: flex;

    justify-content: center;

    align-items: center;

}

#our-footer .footer-logo-email {

    display: flex;

    justify-content: space-between;

    align-items: center;

}

#our-footer .subscribe-box {

    display: flex;

    border: 1px solid #FFFFFF80;

    border-radius: 50px;

    overflow: hidden;

    background: transparent;

}



#our-footer .subscribe-box input {

    border: none;

    outline: none;

    background: transparent;

    color: white;

    padding: 10px 15px;

    flex: 1;

}



#our-footer .subscribe-box input::placeholder {

    color: rgba(255, 255, 255, 0.7);

}



#our-footer .subscribe-box button {

    background: transparent;

    color: white;

    border: none;

    font-weight: bold;

    padding: 10px 20px;

    border-left: 1px solid #FFFFFF80;

}



#our-footer .subscribe-box button:hover {

    background: rgba(255, 255, 255, 0.2);

}

#our-footer form h3{

    color: #FFFFFF;

    font-family: 'Museo_Slab_500';

    font-weight: 400;

    font-size: 24px;

    line-height: 38px;

    letter-spacing: 0.5px;



}


/* <--------------------------Our Sotry Page --------------> */

#our_story_banner {
    position: relative;
    background-color: #0D406A;
    text-align: center;
    
}
#our_story_banner::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 30px;
    height: 240px;
    background-image: url('../images/rings-img.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#our_story_banner::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 77px;
    background-image: url('../images/grace-img.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.our-banner-wrap{

    position: relative;
    padding: 150px 0 60px 0;
}
.our-banner-wrap::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0;
    width: 30px;
    height: 240px;
    background-image: url('../images/ring-img-2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#our_story_banner h1{
    color: #ffffff;
    font-family: 'BebasNeueBold-7B9LE';
    font-weight: 400;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 0;
    text-transform: uppercase;

}
#our_story_banner h1 span{
    color: #B28E50;
}
.our-story-page{
    background-color: #97CAEB !important;
}
.our-story-page-section h3 {
    color: #003B71 !important;
}
.our-story-page-section p {
    color: #003B71 !important;
    font-family: 'Museo_Slab_500' !important;
}
.our-story-page-section p a{
    color: #B28E50;
    text-decoration: none;
}

.sheep-section-content video {
    object-fit: cover;
    width: 100%;
    border-radius: 14px;
}
#sheep_section {
    position: relative;
    padding-top: 75px;
}


/* <--------------------------Our product Page --------------> */
#product_page {
    position: relative;
    padding: 50px 0;
}
.all-products-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.our-product-img {
    text-align: center;
}
.our-product-carousel-item a{
    text-decoration: none;
}
#product_page .our-product-carousel-content ul {
    padding-left: 1rem;
}
#product_page .our-product-carousel-content h3 {
   
    text-align: start;
}



/* <--------------------------Our farmstead Page --------------> */
#our_farmstead_section {
    position: relative;
    padding: 50px 0;
}
.our-farmstead-content {
    background-color: #97CAEB;
    border-radius: 16px;
    padding-bottom: 80px;
    padding-top: 40px;
    padding-left: 42px;
    padding-right: 42px;
    position: relative;
}
.our-farmstead-content::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 77px;
    background-image: url('../images/grace-img.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.our-farmstead-content-wrap{
    position: relative;
}
.our-farmstead-content p {
    color: #003B71;
    font-family: 'Museo_Slab_500';
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0px;
    width: 72%;
    margin: 0.9rem 0;
}
.our-farmstead-all-imgs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: absolute;
    background: #E0E0E0;
    padding: 0.5rem;
    border-radius: 16px;
    gap: 16px;
    top: 50%;
    right: -62%;
    transform: translateY(-50%);
}
.our-frmstead-img img {
    object-fit: cover;
    width: 100%;
    height: 230px;
}

/* <--------------------------contact us Page --------------> */
#contact_us_section {
    padding: 50px 0;
    position: relative;
}
.contact-us-content {
    background-color: #9FD2F3;
    padding: 46px 0;
    padding-left: 80px;
    padding-right: 70px;
}
.infor-content{
    margin-bottom: 1.5rem;
}
.infor-content:last-child{
    margin: 0;
}
.infor-content h4{
    color: #003B71;
    font-family: 'BebasNeueBold-7B9LE';
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0;
    text-transform: uppercase;

}
.infor-content a{
    color: #003B71;
    font-family: 'Museo_Slab_500';
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;

}
.infor-content a:hover{
    text-decoration:underline;
    transition: all 0.3s ease-in-out;
}
.mail-content{
    position: relative;
}
.mail-content::before {
    content: "\F32F";
    font-family: "Bootstrap-Icons";
    background-color: #FFFFFF;
    font-size: 1.5rem;
    color: #003B71;
    display: flex;
    height: 50px;
    width: 50px;
    position: absolute;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    left: -60px;
    top: 10px;
}
.phone-content{
    position: relative;
}
.phone-content::before {
    content: " \F5C1";
    font-family: "Bootstrap-Icons";
    background-color: #FFFFFF;
    font-size: 1.5rem;
    color: #003B71;
    display: flex;
    height: 50px;
    width: 50px;
    position: absolute;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    left: -60px;
    top: 10px;
}
.location-content{
    position: relative;
}
.location-content::before {
    content: "\F3E8";
    font-family: "Bootstrap-Icons";
    background-color: #FFFFFF;
    font-size: 1.5rem;
    color: #003B71;
    display: flex;
    height: 50px;
    width: 50px;
    position: absolute;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    left: -60px;
    top: 10px;
}
.contact-us-form form input {
    border-radius: 14px;
    border: 1px solid #0D406A4D;
    margin-bottom: 20px;
    padding: 1rem;
    color: #003B71 !important;
    font-family: 'Museo_Slab_500';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
}
.contact-us-form form input::placeholder{
    color: #003B71;
    font-family: 'Museo_Slab_500';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;

}
.contact-us-form form textarea::placeholder{
    color: #003B71;
    font-family: 'Museo_Slab_500';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;

}
.contact-us-form form textarea {
    border-radius: 14px;
    border: 1px solid #0D406A4D;
    margin-bottom: 24px;
    padding: 1rem;
    color: #003B71 !important;
    font-family: 'Museo_Slab_500';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
}
.contact-us-btn {
    text-align: center;
}   
.contact-us-btn button {
    background-color: #0b355d; 
    border: 1px solid #0b355d !important;
    color: white;
    font-weight: bold;
    border-radius: 100px;
    padding: 14px 62px;
    transition: all 0.3s ease-in-out;
}
.contact-us-btn button:hover{
    background-color:white; 
    transition: all 0.3s ease-in-out;
    color:  #0b355d;
}



/* <--------------------------singele-product Page --------------> */
#single_product_section {
    position: relative;
    padding: 30px 0;
}
.single-product-img img {
    object-fit: contain;
    width: 100%;
    height: 100%;

}
.product-sizing-content {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #12355B;
    margin: 30px 0; 
}
.select-field {
    border: 1px solid #12355B;
    border-radius: 20px;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-left: 10px;
    font-weight: bold;
    position: relative;
}
.select-field select {
    border: none;
    background: transparent;
    color: #0D406A;
    width:200px;
    font-family: 'Museo_Slab_500';
    font-weight: 400;
    font-size: 18px;
    
    line-height: 31px;
    letter-spacing: 0px;
    
}
.select-field select:focus {
    outline: none;
}
.select-field::after {
    content: '\25BC'; /* Downward arrow */
    font-size: 16px;
    color: #12355B;
    position: absolute;
    right: 16px;
    pointer-events: none;
}

.how-making-tab {
    margin-top: 30px;
}
.how-making-tab .nav-tabs .nav-link {
    color: #0D406A;
    font-family: 'Museo_Slab_1000';
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0;
    border: none;
    
}
.how-making-tab .nav-tabs .nav-link.active {
    color: #B28E50;
  
    border-bottom: 2px solid #B28E50;
   
}
.how-making-tab .nav.nav-tabs {
    border: none;
    border-bottom: 1px solid #0D406A;
}

.how-making-tab .nav-item {
    display: flex;
    justify-content: center;
    align-items: end;
}
.how-making-tab .content h3 {
    color: #0D406A;
    font-family: 'Museo_Slab_1000';
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    margin: 0.5rem 0;
}
.how-making-tab .content p{
    color: #0D406A;
    font-family: 'Museo_Slab_500';
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0px;

}
.how-making-tab .content p:last-child{
    color: #B28E50 !important;
    font-size: 18px;
    margin: 0.5rem 0;
}
.how-making-tab .content ul{
    margin-top: 1rem;
}
.how-making-tab .content ul li{
    color: #0D406A;
    font-family: 'Museo_Slab_500';
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0px;
}
.single-product-meta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.single-product-meta h2{
    color: #0D406A;
    font-family: 'BebasNeueBold-7B9LE';
    font-weight: 400;
    font-size: 38px;
    line-height: 58px;
    letter-spacing: 0;
    text-transform: uppercase;

}
.single-product-meta p{
    color: #0D406A ;
    font-family: 'Museo_Slab_500';
font-weight: 400;
font-size: 16px;
line-height: 28px;
letter-spacing: 0px;

}
.product-sizing-content label{
    color: #0D406A ;
    font-family: 'Museo_Slab_500';
    font-weight: 400;
    font-size: 18px;
    line-height: 31px;
    letter-spacing: 0px;

}


#making_section {
    position: relative;
    padding: 30px 0;
}
.making-video video {
    object-fit: cover;
    width: 100%;
    height: 330px;
    border-radius: 12px;
}
.making-img img {
    object-fit: cover;
    width: 100%;
    height: 330px;
    border-radius: 12px;
}
.all-same-heading {
    text-align: center;
}
.all-same-heading h2{
    color: #0D406A;
    font-family: 'BebasNeueBold-7B9LE';
    font-weight: 400;
    font-size: 38px;
    line-height: 58px;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 1rem;
}


/* <--------------------------what does Page --------------> */
#what_does_page {
    position: relative;
    padding: 20px 0;
}
.what-does-img {
    height: 100%;
}
.what-does-img img {
    object-fit: cover;
    width: 100%;
    border-radius: 16px;
    height: 100%;
}
.what-does-wrap{
    position: relative;
}
.what-does-wrap::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 65px;
    background-image: url('../images/grace-img.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.what-does-content {
    background-color: #0D406A;
    padding: 36px;
    border-radius: 16px;
    height: 100%;
}
.what-does-content h2 {
    color: #FFFFFF;
    font-family: 'BebasNeueBold-7B9LE';
    font-weight: 400;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 0;
    text-transform: uppercase;
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid white;
    border-bottom-style: dashed;
}
.what-does-content p {
    color: #FFFFFF !important;
    font-family: 'Museo_Slab_500';
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0px;
    margin-bottom: 0.5rem;
}
.what-does-discrip {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
}
.what-does-discrip p {
    color: #0D406A;
    font-family: 'Museo_Slab_500';
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: center;
    width: 50%;
}


#myOverlay form {
    display: flex;
    justify-content: center;
    align-items: center;
}
.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1111;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.overlay .closebtn {
    position: absolute;
    top: 80px;
    right: 45px;
    font-size: 29px;
    cursor: pointer;
    color: white;
}



.overlay input[type=text] {
    padding: 15px;
    border: none;
    float: left;
    width: 80%;
    height: 50px;
    background: white;
  
}
.overlay input[type=text]:focus-visible{
    border: none !important;
    outline: none !important;
}

.overlay input[type=text]:hover {
    background: #f1f1f1;
}

.overlay button {
    float: left;
    height: 50px;
    padding: 15px;
    background: #0D406A;
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* <----------------- farm -reel section ------------------> */
#farm_reel_section {
    position: relative;
    padding: 70px 0;
}
.farm-reel-video {
    border-radius: 14px;
    overflow: hidden;
}
.farm-reel-video video {
    object-fit: cover;
    width: 100%;
    display: block;
}

 

.farm-reel-content .owl-nav button {
    background-color: #B28E50 !important;
    width: 44px;
    height: 44px;
    border-radius: 100px !important;
    color: white;
    transition: all 0.3s ease-in-out;
    position: absolute;
}

.farm-reel-content .owl-nav button i {
    font-size: 16px;
    color: #fff;
}

.farm-reel-content .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.farm-reel-content button.owl-prev {
    left: -4rem;
}

.farm-reel-content button.owl-next {
    right: -4rem;
}




.play-button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    pointer-events: none;
}
.play-button-wrapper #circle-play-b {
    cursor: pointer;
    pointer-events: auto;
}
.play-button-wrapper #circle-play-b svg {
    width: 50px;
    height: 50px;
    fill: #fff;
    stroke: #fff;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    opacity: 0.9;
}
.single-product-img {
    width: 70%;
    height: 320px;
    margin: 0 auto;
}