*{
    margin: 0;
    padding: 0;    
    font-family:'Poppins', sans-serif;
    box-sizing: border-box;    
}
html, body{
    height: 100%;
    width:100%;
       
}

.main{
    height: 100%;
    width:100%;
    position:relative
}

.header{
    height: 120px;
}
.navbar{    
    /* border: 2px solid red; */
    display:flex;
    flex-direction: column;
    height: 100%;
} 
.first{
    background-color: #1F2A44 ;
    /* background-color: #361011; */
    display: flex;
    align-items: center;
    justify-content:space-between;
    height: 50%;
    width:100%;
    gap:50px;

}
.second{
    /* border: 2px solid red; */
    background-color: #F7AC3F;
    /* background-color:#fcdc72; */
    height: 50%;
    width:100%;
    display: flex;
    align-items: center; 
    justify-content: center;   
    /* align-content: center;       */

}  
.vline{
    width:1px;
    height:1px;
    background-color: black;
}
.inner{
    /* background-color: blue; */
    width:90%;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.alignleftsecond{
    width:180px;
    height:70px;

    /* padding-left: 50px; */
    /* background-color:lightcyan; */
    align-self:self-end;
    
    /* border: 2px solid white; */

}
.alignleftsecond img{
    width:100%;
    height:100%;
    margin-left: 30px;
    display: inline-block;
    /* vertical-align:bottom; */
    align-self:self-start
    /* padding-bottom: 10px; */
    /* overflow:visible; */
    
}
.alignleft a{
    /* border: 2px solid white; */
    font-size: 35px; 
    font-weight: 600; 
    color:#F7AC3F;
    /* color: #fcdc72; */
    text-decoration: none;
    
}
.rightItems{
    /* border: 2px solid white; */
    padding-right: 60px;
}
.rightItems ul{
    display: flex;
    gap:30px
}
.rightItems li{
    list-style-type: none;
}
.rightItems li a{
    color:#F7AC3F;
    /* color: #fcdc72; */
    font-size: 14px;
    font-weight: 500;    
    text-decoration: none;

}

.rightItems li a:hover{
    color:#fff;
    transition: color 0.3s;
}

.alignmiddle nav ul{
    /* background-color: #fff; */
    /* border: 2px solid black; */
    display:flex;
    gap:10px;
}


.alignmiddle li{
    list-style-type: none;
    /* border: 2px solid black; */
    font-size: 17px;
    padding: 13px 0px;
    font-weight: 600;
}

.alignmiddle li span{
    padding-left: 10px;
    padding-right: 10px;
}

.alignmiddle a{
    text-decoration: none;
    color:black;
    
    
}
.alignmiddle li a:hover{
    color:#fff;
    transition: color 0.3s;
}
.alignrightsecond{
    display:flex;
    /* border: 2px solid black; */
}

.alignrightsecond a{
    text-decoration: none;
    color:black;
    font-size: 18px;
    
}
.showpound{
    /* border: 2px solid red; */
    font-size: 16px;
}
.alignrightsecond a:hover{
    color:#fff;
    transition: color 0.3s;
}
.showtop{
    background-color:black;
    color:white;
    border-radius: 50%;
    height:15px;
    width:15px;
    display:inline-block;
    position: relative;
    text-align: center;

    font-size: 10px;
    top:-1.2em;
    inset-inline-end: 1.2em;
    padding-top: 1px;
    
}
.content{
    /* background-image: url(assets/images/bg.jpg); */
    height:100%;
    width:100%;
    /* background-color: #12283E;  */
    /* border:2px solid red; */
    /* opacity: 0.11; */
}
.contentmain{
    height: 100%;
    width:100%;
    display:flex;
    flex-direction: column;
    /* position: relative; */

}

.box{
    background-image: url(assets/images/Personwithphone.png); 
    height: 100%;
    width: 100%;
    /* opacity: 0.11; */
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    position:relative

}
.vendorsection{
    background: #323335
}
.background-overlay{
    height: 100%;
    width: 100%;
    background-color:#12283E;
    /* background-image:url(assets/images/Hot-Dogi-Quick-Bite.png); */
    /* background-image:url(assets/images/Icewhippycone.png); */
    background-position:center right;
    background-repeat:no-repeat;
    background-size:contain;
    opacity:0.7;
    transition:background 0.3s, border-radius 0.3s, opacity 0.3s;
    background-attachment: scroll;
    inset:0;
    position: absolute;
    /* z-index: 10; */
}

.sec1{
    min-height: 100vh;
    max-width: 1140px;
    align-items: left;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    align-content: flex-start;
    flex-wrap: wrap;

}
.sec1-h2{
    text-align: left;
    margin: 30px 400px 0px 0px;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform .4s;
}
.sec1-h2-1{    
    font-size: 50px;
    font-weight: 700;
    line-height: 70px;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    /* color: white; */
    color: #F7AC3F;
    /* color: #fe430d; */
}

.sec1-p{
    text-align: justify;
    color: white;
    /* color: #F7AC3F; */
    /* font-family:fantasy; */
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    margin: 50px 350px -20px 0px;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform .4s;
}
.vendor-sec1-p{
    /* text-align: justify; */
    /* color: white; */
    /* color: #F7AC3F; */
    /* font-family:fantasy; */
    /* font-size: 20px; */
    /* font-weight: 500; */
    /* line-height: 30px; */
    /* margin: 10px 350px -20px 0px; */
    /* transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform .4s; */
    width: 1060px;
    display: flex;
    flex-direction: column;
    gap:20px;
    /* border: 1px solid red; */
    padding: 5px;

}
.vendor-sec1-pp{
    /* text-align: justify; */
    color: white;
    /* color: #F7AC3F; */
    /* font-family:fantasy; */
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin: 10px 350px -20px 0px;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform .4s;
    display: flex;
    width: 1050px;
    flex-direction: row;
    gap:20px;
    /* border: 1px solid blue; */
    padding: 5px;
    

}
.vendor-sec1-p-flex{
    border: 1px solid white;
    padding: 10px;
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); */
}
.vendor-sec1-p-flex:hover{
    box-shadow: 0px 10px 20px rgba(142, 141, 141, 0.728);
}

.sec1-btn{
    text-align: left;
    margin: 90px 500px -20px 0px;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform .4s;
    /* border: 2px solid white; */
}

.sec1-btn a{
    background-color: #F7AC3F;
    fill:white;
    color: black;
    border-radius:50px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    padding: 20px 40px;
    /* margin:10px; */
}

.box2{
    background-color:#12283E;   
    color: white;
    position:relative;
    /* border: 2px solid red; */
    display: flex; 

}
.sec2{
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin:30px auto;
    padding: auto;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;   
    /* border: 2px solid white;  */
}
.sec2-h2{
    text-align: center;
    margin: auto;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform .4s;
    /* border: 2px solid red; */
}
.sec2-h2-1{
    font-size: 34px;
    font-weight: 600;
    line-height: 50px;
    /* text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3); */
    color: white;
}
.sec2-h2-p{
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    /* text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3); */
    color: white;
    /* padding: 10px 40px; */
    text-align: center;
}
.sec3{
    align-self: center;
    display:flex;
    flex-direction: row;
    align-items: stretch;
    padding: 10px 0px;
    row-gap: 10px;
    column-gap: 11px;
}
.box3{
    display:flex;
    flex-direction: row;
    background-color:white;   
    margin:0px;
    padding: 10px 0px;
    /* border: 2px solid red; */
    height:400px;
    width:100%;
 
}
.sec3-inner{
    height: 100%;
    width:100%;
    display:flex;
    /* align-self: center;     */
    flex-direction: row;
    align-items: stretch;
    padding: 10px 0px;
    row-gap: 10px;
    column-gap: 11px; 
    justify-content: space-around;
    align-items: center;  
    /* border: 2px solid black;  */

}
.sec3-card{
    display: flex;
    flex-direction: column;
    gap:5px 5px;
    /* border: 2px solid red; */
    align-self: center; 
}
.sec3-card-image{
    max-width: 100%;
}
.sec3-card-img-cont{
    height: 100%;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform .4s;

}
.sec3-card-img-att{
    display: inline-block;
    vertical-align: middle;
}
.sec3-card-text{
    text-align: center;

}
.sec3-card-text-cont{
    margin: 10px 0px 0px 0px;
}
.sec3-card_text_att{
    font-size: 19px;
    font-weight: 500;
    line-height: 24px;
    color: #1F2A44;
}
.box4{
    height:100%;
    width:100%;
    background-color:#12283E;   
    color: white;
    position:relative;
    /* border: 2px solid cyan;     */
}
.sec4{
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin:50px auto;
    /* padding: 20px; */
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;   
    gap:50px;
    /* border: 2px solid white;      */
}

.sec4-btn a{
    background-color: #F7AC3F;
    fill:white;
    color: black;
    border-radius:50px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    padding: 20px 40px;
    text-shadow:  0px 0px rgba(0, 0, 0, 0.3);
    text-align: center;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform .4s;    
}
.sec4 p{
    font-size: 21px;
    font-weight: 700;
    text-align: center;

}

.box5{
    height:100%;
    width:100%;
    background-color:white;   
    color: black;
    position:relative;
    /* border: 2px solid cyan;     */
   
}
.sec5{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap:10px 10px;
    margin: 15px 50px;
    justify-content: space-around;
    align-content: center;
}
.sec5-video,.sec5-content{
    width:50%;
    height:500px;
    /* border:2px solid red */
}
.sec5-video-data{
    background-color: black;
    border:none;
    display:flex;
    height:80%;
    width:80%;
}
.sec5-content{
    background-color: #fff;

    /* padding: 0px; */
}
.sec5-content-data{
    height: 100%;
    width:100%;
    margin: auto;
    padding: auto;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;

    align-items: center;

}
.sec5-content-data-att{
    text-align: left;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
}
/* .sec5-video-data-img{
    height:100%;
    width:100%;
    background-position: 50%;
    background-size: cover;
    inset:0;
    position: absolute;
    cursor: pointer;
    text-align: center;
} */
.box6{
    height:100%;
    width:100%;
    background-color:white;   
    color: black;
    position:relative;    
}
.sec6 {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap:10px 10px;
    margin: 15px 50px;
    justify-content: space-around;
    align-content: center;
}

.sec6-data,.sec6-content{
    width:50%;
    height:400px;
    /* border:2px solid red; */
    display:flex;
    flex-direction: column;
    gap:40px;
    justify-content: center;
    align-content: center;
    position: relative;
    /* align-items: stretch; */
}

.sec6-data div{
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    /* border: 2px solid black;     */
    padding: 0px 30px;
    /* height:150px; */
}
.sec6-btn{
    /* border: 2px solid red;   */
    height: 100%;
    background-color: #F7AC3F; 
    fill:white;
    color: black;
    border-radius:50px;
    text-decoration: none;
    font-size: 14px;
    /* font-weight: 500; */
    font-weight: bold;
    /* margin-top: 60px; */
    padding: 20px 40px;
    vertical-align:bottom;
    /* align-self:auto; */
}

.box7{
    display:flex;
    flex-direction: row;
    background-color:white;   
    margin-top: 25px;
    margin:0px;
    padding: 20px 0px;
    /* border: 2px solid red; */
    height:300px;
    width:100%;
    position:relative;
 
}
.sec7-inner{
    height: 100%;
    width:100%;
    display:flex;
    /* align-self: center;     */
    flex-direction: row;
    align-items: stretch;
    padding: 0px 0px;
    row-gap: 10px;
    column-gap: 11px; 
    justify-content: space-around;
    align-items: center;  
    /* border: 2px solid black;  */

}
.sec7-card{
    width:33.33%;
    display: flex;
    flex-direction: column;
    gap:5px 5px;
    /* border: 2px solid cyan; */
    align-self: center; 
    padding: 0px;
    justify-content: center;
    /* align-content: center; */
    align-items: center;
}
.sec7-card-image{
    /* width:12%; */
    /* display: inline-block; */
    /* vertical-align: middle; */
    /* border: 2px solid yellow;  */

}
.sec7-card-img-cont{
    height: 100%;
    /* width:100%; */
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform .4s;
    /* border: 2px solid red; */

}
.sec7-card-img-att{
    display: inline-block;
    vertical-align: middle;
    /* border: 2px solid blue; */
    align-items: center;
}
.sec7-card-text{
    text-align: center;
    /* border: 2px solid blue; */

}
.sec7-card-text-cont{
    margin: 10px 0px 0px 0px;
    /* border: 2px solid yellow; */
    height:48px;
    width:400px;

}
.sec7-card_text_att{
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #1F2A44;
    /* border: 2px solid red; */
}

.testimonialsDiv {
    margin: 0 auto 0.5em;
    max-width: 1200px;
    padding: 1.4em;
    width: 100%;
    /* border: 2px solid red; */
}

.testimonialsDiv .topDiv {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.topDiv{
    /* border: 2px solid blue; */
    width:100%
}
.testimonialsContainer{
    /* border: 2px solid blue; */
}

.topDiv h1{
    font-size: 32px;
    background-color:#F7AC3F;
    /* border-radius: 50%; */
    height: 60px;
    width:100%;
    text-align: center;
    vertical-align: middle;
    padding: 10px 10px;
}
.gridContainer {
    grid-column-gap: 24px;
    animation: collapseKf .5s ease;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-height: 600px;
    overflow: hidden
}

.testimonialsDiv .testimonialsContainer .card {
    border-radius: 16px;
    margin-top: 10px
}
.testimonialsDiv .testimonialsContainer .testimonialsHeader {
    /* background: #1b2136; */
    background: #12283E;
    border-radius: 16px;
    padding: 24px 24px 44px
}
.testimonialsDiv .testimonialsContainer .doubleQuotesIconWrapper {
    flex-shrink: 0;
    height: 20px;
    margin-bottom: 24px;
    width: 32px
}

.testimonialsDiv .testimonialsContainer .doubleQuotesIconWrapper>svg {
    height: 100%;
    width: 100%
}

.sec8-btn{
    height:100px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    /* text-align: center; */
    vertical-align: middle;
    margin: 20px 0px 0px 0px;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform .4s;
    /* border: 2px solid red; */
}
.sec8-btn p{
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    color: #1F2A44;   
    text-align: center;
}
.sec8-btn a{
    background-color: #F7AC3F;
    fill:white;
    color: black;
    border-radius:50px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    padding: 20px 40px;
    align-self: flex-start;
}

.box9{
    display:flex;
    flex-direction: row;
    background-color:white;   
    margin: 40px 0px;
    /* margin-bottom: 50px; */
    /* padding: 30px 0px; */
    /* border: 2px solid red; */
    height:500px;
    width:100%;
    position:relative;
 
}
.sec9-inner{
    height: 100%;
    width:100%;
    display:flex;
    /* align-self: center;     */
    flex-direction: row;
    align-items: stretch;
    padding: 0px 0px;
    row-gap: 10px;
    column-gap: 11px; 
    justify-content: space-around;
    align-items: center;  
    /* border: 2px solid black;  */

}
.sec9-card{
    width:18%;
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    gap:5px 5px;
    /* border: 2px solid cyan; */
    align-self: center; 
    padding: 0px;
    justify-content: center;
    /* align-content: center; */
    align-items: center;
}
.sec9-card-image{
    /* width:12%; */
    /* display: inline-block; */
    /* vertical-align: middle; */
    /* border: 2px solid yellow;  */

}
.sec9-card-img-cont{
    height: 100%;
    /* width:100%; */
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform .4s;
    /* border: 2px solid red; */

}
.sec9-card-img-att{
    display: inline-block;
    vertical-align: middle;
    /* border: 2px solid blue; */
    align-items: center;
}
.sec9-card-text{
    /* text-align: center; */
    /* border: 2px solid green; */

}
.sec9-card-text-cont{
    margin: 10px 0px 0px 0px;
    /* border: 2px solid yellow; */
    height:100px;
    width:140px;

}
.sec9-card_text_att{
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #1F2A44;
    /* border: 2px solid green; */
    text-align: center;
}
.box10{
    display:flex;
    flex-direction: row;
    background-color:white;   
    margin-top: 25px;
    margin:0px;
    padding: 20px 50px;
    /* border: 2px solid red; */
    height:300px;
    width:100%;
    position:relative;
 
}
.box11{
    margin-bottom: 30px;
}
.sec11-btn{
    height:70px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    /* text-align: center; */
    vertical-align: middle;
    margin: 20px 0px 0px 0px;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform .4s;
    /* border: 2px solid red; */
}

.sec11-btn a{
    background-color: #F7AC3F;
    fill:white;
    color: black;
    border-radius:50px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    padding: 20px 40px;
}
.box12{
    height:25px;
    width:100%;
    /* margin-bottom: 40px; */


}
.box13{
    height: 200px;
    width: 100%;
    border: 2px solid black;
    display: flex;
    justify-content: center;
    /* align-self:self-end; */
    /* margin-top: 20px; */
}
.box13 img{
    /* width:100%; */
    height:100%;
    display: inline-block;
    vertical-align:top;
    /* align-self:self-start; */
    padding-top: -100px;
    

}
.box14{
    background-color:#12283E;   
    color: white;
    position:relative;
    /* border: 2px solid red; */
    display: flex; 

}
.sec14{
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin:10px auto;
    /* margin-top: -40px; */
    padding: auto;
    align-content: center;
    justify-content: center;
    /* align-items: center; */
    flex-wrap: wrap;   
    /* gap:15px 15px; */
    /* border: 2px solid white;  */
}
.sec14-card{
    /* border: 2px solid red;  */
}
.sec14-card p{
    padding-bottom: 10px;
}
.sec14 img{
    height: 50px;
    width:100px;
    /* border: 2px solid white;   */
}

.sec14 a{
    color: #F7AC3F;
    text-decoration: none;
    /* padding: 50px 0px; */
    /* border: 2px solid white;  */


}

