@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    margin: 0;
    padding: 0;
}

body {
    font-family: "Poppins", sans-serif;
}

.custom_container_full {
    max-width: 1920px;
    margin: 0 auto;
}

.common_container {
    width: 85%;
    margin: 0 auto;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    background-color: #fff;
}

.header .main_logo {
    width: 20%;
    font-size: 2rem;
    text-decoration: none;
    font-weight: 600;
    color: #292D32;
}

.header ul {
    margin-bottom: 0;
    list-style: none;
}

.header ul li a {
    background-color: #5367FF;
    border: 1px solid #5367FF;
    color: #fff;
    transition: .5s;
    font-size: 1rem;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 8px 1rem;
}

.header ul li a:hover {
    background-color: transparent;
    color: #5367FF;
}

.hero_section {
    background-image: url('../images/hero_img.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 8rem 0;
}

.hero_section h1 {
    font-size: 4rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 3rem;
}

.hero_section h2 {
    font-size: 1.6rem;
    color: #fff;
    margin-bottom: 2rem;
}

.hero_section p {
    font-size: 1rem;
    color: #fff;
}

.hero_section .hero_btns {
    margin-top: 5rem;
}

.hero_section .main_btns {
    display: inline-flex;
    align-items: center;
}

.hero_section .main_btns .free_trials {
    background-color: #5367FF;
    color: #fff;
    border-radius: 8px;
    transition: .4s ease-in-out;
    border: 1px solid #5367FF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px .9rem;
    text-decoration: none;
    margin-right: 1rem;
}

.hero_section .main_btns .free_trials:hover {
    background-color: transparent;
}

.hero_section .main_btns .request_demo {
    background-color: transparent;
    color: #fff;
    border-radius: 8px;
    transition: .4s ease-in-out;
    border: 1px solid #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px .9rem;
    text-decoration: none;
    margin-right: 1rem;
}

.hero_section .main_btns .request_demo:hover {
    background-color: #fff;
    color: #292D32;
}

.second_section {
    background-color: #ecebeb;
    padding: 5rem 0;
}

.second_section .main_tabs ul {
    width: 40%;
    margin-right: 4rem !important;
}

.second_section .main_tabs ul li {
    margin-bottom: 1rem;
}

.second_section .main_tabs ul li button {
    font-size: 1.25rem;
    color: #000;
    background-color: #fff !important;
    border-radius: 16px;
    border: none;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 2rem 0 2rem 1rem;
    box-shadow: 0px 0px 6px 2px rgba(223,223,223,0.75);
    -webkit-box-shadow: 0px 0px 6px 2px rgba(223,223,223,0.75);
    -moz-box-shadow: 0px 0px 6px 2px rgba(223,223,223,0.75);    
}

.second_section .main_tabs ul li span {
    width: 40px;
    height: 40px;
    display: inline-flex;
    margin-right: 1rem;
}

.second_section .main_tabs ul li span img {
    width: 100%;
}

.second_section .main_tabs .tab-content {
    width: 55%;
}

.second_section .main_tabs .tab-content .tab-pane {
    height: 100%;
    background-color: #C2C2C2;
    padding: 13rem 1rem;
    border-radius: 20px;

}

/* .second_section .main_tabs .tab-content .tab-pane h3 {
    width: 100%;
    height: 100%;
} */

.second_section .main_tabs h2 {
    font-size: 2rem;
    text-transform: uppercase;
    color: #292D32;
    font-weight: 700;
}

.second_section .main_tabs p {
    font-size: 1.3rem;
    color: #292D32;
}

.second_section .tabs_section {
    margin-top: 3rem;
}

.second_tabs .third_heading h3 {
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}

.second_tabs .third_heading p {
    font-size: 1rem;
    font-weight: normal;
}

.third_section {
    margin: 4rem 0;
}

.third_section .tabs_main_content .content_left_section h3 {
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 700;
}

.third_section .tabs_main_content .content_left_section a {
    background-color: #5367FF;
    color: #fff;
    border-radius: 8px;
    transition: .4s ease-in-out;
    border: 1px solid #5367FF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px .9rem;
    text-decoration: none;
    margin-right: 1rem;
}

.third_section .tabs_main_content .content_left_section a:hover {
    background-color: transparent;
    color: #5367FF;
}

.third_section .inner_shadow {
    border: 1px solid #D6D6D6;
    box-shadow: 0px 0px 11px 2px rgba(214,214,214,0.75) inset;
    -webkit-box-shadow: 0px 0px 11px 2px rgba(214,214,214,0.75) inset;
    -moz-box-shadow: 0px 0px 11px 2px rgba(214,214,214,0.75) inset;
    border-radius: 16px;
    padding: 1rem;    
    margin-bottom: 1rem;
}

.third_section .tabs_main_content .content_right_section {
    width: 100%;
}

.third_section .tabs_main_content .content_right_section img {
    width: 100%;
}

.third_section .second_tabs ul li button {
    border-radius: 16px;
    border: 1px solid #292D32;
    padding: 4px 1rem;
    margin-right: 1rem;
}

.third_section .second_tabs ul li .active {
    background-color: #292D32;
    color: #fff;
}

.tabs_main_content .common_tabs {
    display: flex;
    align-items: center;
    border: 1px solid #5367FF;
    border-radius: 16px;
    align-content: center;
    padding: 1rem;
}

.tabs_main_content .common_tabs .common_img {
    width: 20%;
}

.tabs_main_content .common_tabs .common_content h4 {
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 700;
}

.tabs_main_content .common_tabs .common_content p {
    margin-bottom: 0;
}

.fourth_section {
    background-color: #ecebeb;
    padding: 4rem 0;
}
.fourth_section .common_fourth_grid {
    text-align: center;
    padding: 24px;
    box-shadow: 0px 0px 13px 3px rgb(205 205 205 / 75%);
    -webkit-box-shadow: 0px 0px 13px 3px rgb(205 205 205 / 75%);
    -moz-box-shadow: 0px 0px 13px 3px rgb(205 205 205 / 75%);
    background-color: #fff;
    border-radius: 20px;
    height: 16rem;
    margin-bottom: 1.5rem;    
    align-content: center;
}

.fourth_section .common_fourth_grid .fourth_content h4 {
    font-size: 1.25rem;
}

.fourth_section .common_fourth_grid .fourth_img {
    margin-bottom: 2rem;
}

.fourth_section h3 {
    text-transform: uppercase;
    font-size: 2rem;
}
.fourth_section p {
    font-size: 1.25rem;
    margin-bottom: 3rem;
}

.fifth_section {
    padding: 4rem 0;
}

.fifth_section .fifth_section_heading {
    width: 50%;
}

.fifth_section .fifth_section_heading h3 {
    font-size: 2rem;
    text-transform: uppercase;
}

.fifth_section .fifth_section_heading p {
    font-size: 1.25rem;
}

.fifth_section .fifth_section_heading h4 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.fifth_section .fifth_img_section {
    border-top: 1px solid #c3c3c3;
    padding-top: 1rem;
}

.fifth_section .fifth_img_section .fifth_common {
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 0px 13px 3px rgb(233 233 233 / 75%);
    -webkit-box-shadow: 0px 0px 13px 3px rgb(233 233 233 / 75%);
    -moz-box-shadow: 0px 0px 13px 3px rgb(233 233 233 / 75%); 
    padding: 1rem;   
    height: 6rem;
    align-content: center;
}

.fifth_section .fifth_img_section .fifth_common .fifth_section_logo {
    width: 100%;
}

.fifth_section .fifth_img_section .fifth_common .fifth_section_logo img {
    width: 50%;
}

.sixth_section {
    background-color: #ecebeb;
    padding: 4rem 0;    
}

.sixth_section .accordion .button_break .accordion_num {
    color: #5367FF;
    font-size: 1rem !important;
}

.sixth_section .accordion .button_break {
    font-size: 1.25rem;
}

.sixth_section .accordion button {
    outline: none !important;
    box-shadow: none;
    background-color: transparent;
}

.sixth_section h3 {
    font-size: 2rem;
    text-transform: uppercase;
    margin-bottom: 3rem;
}

.seventh_section {
    background-image: url('../images/hero_img.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 4rem 0;
}

.seventh_section .final_headings h3 {
    font-size: 2rem;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 3rem;
}

.seventh_section .final_btn_section {
    display: flex;
    align-items: center;
}

.seventh_section .final_btn_section p {
    font-size: 1rem;
    margin-bottom: 0;
    color: #fff;
    margin-right: 2rem;
}

.seventh_section .final_btn_section a {
    background-color: #5367FF;
    border: 1px solid #5367FF;
    text-decoration: none;
    color: #fff;
    border-radius: 8px;
    padding: 10px 1rem;
    transition: .4s ease-in-out;
}

.seventh_section .final_btn_section a:hover {
    background-color: transparent;
}

.main_footer {
    background-color: #292D32;
    padding: 4rem 0;
}

.main_footer p {
    font-size: 1rem;
    color: #fff;
}