/* reset */

html {
    box-sizing: border-box;
    font-size: 16px;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}


/* header */

.header{
    background-color: #CBCFCE;
}


.header-title {
    margin-left: 195px;
    padding-top: 35px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;

    color: #252B42;
}


.header-nav{
    display: flex;
}

.header-list{
    display: flex;
    margin-left: 135px;
    padding-top: 40px;
}

.header-li-a{
    margin-right: 20px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;

    transition: all 0.5s;

    color: #737373;
}

.header-li-a:hover{
    color: #252B42;
}

.title-div{
    margin-left: 200px;
    margin-right: 750px;
}

.title-1{
    margin-top: 100px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 58px;
    line-height: 80px;

    color: #252B42;
}

.title-1-mobile{
    display: none;

    margin-top: 100px;
    
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 58px;
    line-height: 80px;
    
    color: #252B42;
}

.title-p{
    margin-top: 35px;
    margin-right: 130px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;

    color: #737373;
}

.title-btn-nav{
    padding-bottom: 100px;
}

.title-button{
    margin-top: 35px;
    margin-right: 10px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;

    text-align: center;


    color: #0D5C63;
    background-color: transparent;
    border-color: #0D5C63;

    border-radius: 37px;

    padding: 10px 36px 10px 36px;
}

.title-button:hover{
    color: #ffffff;
    background-color: #FF7B47;
    border-color: #FF7B47;
    transition: all 0.5s;
}

.header-title-list{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1px));
    
    gap: 100px;

    place-content: center;
}

.header-title-li{
    margin-top: 80px;
    margin-right: 30px;
    margin-bottom: -150px;

    transition: all 0.8s;
    background-color: #ffffff;
    height: 242px;
    width: 328px;
}

.title-li-img{
    margin-top: 35px;
    margin-left: 40px;
}

.title-li-h3{
    margin-left: 40px;
    margin-top: 10px;
    margin-right: 100px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;

    color: #252B42;
}

.title-li-p{
    margin-left: 40px;
    margin-right: 70px;
    margin-top: 10px;
    margin-bottom: 35px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;

    color: #737373;
}

.header-title-li:hover{
    background-color: #3da1aa;
    transform: scale(1.1);
}

/* Social */

.social-section{
    background-color: #FAFAFA;
}

.social-title{
    padding-top: 210px;
    margin-bottom: 10px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 57px;

    text-align: center;

    color: #252B42;
}

.social-p{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;

    text-align: center;
    margin-left: 465px;
    margin-right: 465px;
    margin-bottom: 50px;

    color: #737373;
}

.social-list{
    padding-bottom: 80px;

    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1px));
    
    gap: 100px;

    place-content: center;
}

.social-li{
    margin-right: 40px;

    height: 209px;
    width: 238px;

    background-color: #ffffff;

    transition: all 2s;
}
.social-li:hover{
    transform: scale(1.15);
}

.social-li-img{
    display: block;

    margin-top: 30px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.social-li-h1{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 57px;

    text-align: center;

    color: #252B42;
}

.social-li-p{
    margin-top: 10px;
    margin-bottom: 30px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;

    text-align: center;

    color: #737373;
}

/* Practice Advice */

.practice-section{
    background-color: #FAFAFA;
}

.practice-title{
    padding-top: 115px;
    margin-bottom: 10px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 57px;

    text-align: center;
    
     color: #252B42;
}

.practice-p{
    margin-left: 485px;
    margin-right: 485px;
    margin-bottom: 45px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;

    text-align: center;

    color: #737373;
}

.practice-list{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1px));
    
    gap: 100px;

    padding-bottom: 90px;

    place-content: center;
}

.practice-li{
    margin-right: 60px;

    background-color: #ffffff;

    transition: all 2s;

    height: 321px;
    width: 230px;

}

.practice-li:hover{
    transform: scale(1.15);
}

.practice-li-h3{
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 15px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;

    color: #252B42;
}

.practice-li-p{
    margin-left: 30px;
    margin-right: 30px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;

    color: #737373; 
}

.practice-false-img{
    margin-top: 22px;
}

/* We */

.we-section{
    background-color: #ffffff;
}

.we-title{
    padding-top: 190px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 57px;
    
    text-align: center;

    color: #252B42;
}

.we-title-p{
    margin-top: 15px;
    margin-left: 465px;
    margin-right: 465px;
    margin-bottom: 100px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;

    text-align: center;

    color: #737373;
}

.we-absolute-div{
    padding-bottom: 135px;

    display: flex;

    place-content: center;

    margin-left: 195px;
}

.we-content-div{
    margin-left: 120px;
    margin-top: 20px;
    margin-right: 195px;
}

.we-content-title{
    margin-bottom: 10px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 57px;

    color: #252B42;
}

.we-content-p{
    margin-bottom: 50px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;

    color: #737373;
}

.we-li{
    margin-bottom: 30px;
}

.we-li-div{
    display: flex;
    margin-bottom: 5px;
}

.we-li-img{
    margin-right: 20px;
}

.we-li-title{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;

    color: #252B42;
}

.we-li-p{
    margin-left: 50px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;

    color: #737373;
}

/* Subscribe */

.subscribe-section{
    background-color: #FAFAFA;;
}

.subscribe-img-list{
    padding-top: 80px;
    margin-bottom: 50px;

    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1px));
    
    gap: 100px;

    place-content: center;
}

.subscribe-li{
    margin-right: 90px;
}

.subscribe-absolute-div{
    background-color: #252B42;
    height: 77px;
}

.subscribe-div2-nav{
    display: none;
}

.subscribe-nav{
    position: relative;
    display: block;
    display: flex;
    margin-left: auto;
    margin-right: auto;

    place-content: center;
    
    margin-top: 70px;
    margin-bottom: -57px;

    height: 124px;
    width: 986px;


    background-color: #17213C;
}

.subscribe-nav2{
    position: relative;
    display: block;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    
    place-content: center;
    
    height: 212px;
    
    
    background-color: #17213C;
}

.subscribe-nav-title{
    margin-top: 30px;
    margin-bottom: 30PX;
    margin-left: 30px;

    height: 64px;
    width: 258px;


    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;

    color: #FFFFFF;
}

.subscribe-input{
    margin-top: 33px;
    margin-left: 100px;

    background: #F9F9F9;
    border: 1px solid #E6E6E6;
    border-radius: 5px 0px 0px 5px;

    height: 55px;
    width: 300px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;

    color: #737373;
}

.subscribe-btn{
    position: relative;
    margin-left: -5px;
    margin-right: 10px;

    background: #FF7B47;
    border: 1px solid #E6E6E6;
    border-radius: 0px 5px 5px 0px;

    height: 55px;
    width: 117px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;

    text-align: center;

    color: #FFFFFF;

    transition: all 0.5s;
    border-color: #FF7B47;
}
.subscribe-btn:hover{
    color: #ffffff;
    background-color: #bd3e0c;
    border-color: #bd3e0c;
}

/* Get */

.get-section{
    background-color: #EDEDED;;
}

.get-title{
    padding-top: 100px;
    margin-bottom: 10px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 57px;

    text-align: center;

    color: #252B42;
}

.get-p{
    margin-left: 485px;
    margin-right: 485px;
    margin-bottom: 110px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;

    text-align: center;

    color: #737373;
}

.get-list{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1px));
    
    gap: 100px;

    place-content: center;

    padding-bottom: 180px;
}

.get-li{
    margin-right: 20px;

    height: 333px;
    width: 328px;

    transition: all 0.5s;

    background-color: #FFFFFF;
}

.get-li-img{
    display: block;

    margin-top: 50px;
    margin-bottom: 15px;
    margin-right: auto;
    margin-left: auto;
}

.get-li-p{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;

    text-align: center;

    color: #252B42;
}

.get-li-p2{
    margin-bottom: 15px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    
    text-align: center;
    
    color: #252B42;
}

.get-li-h4{
    margin-bottom: 15px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;

    text-align: center;

    color: #252B42;
}

.get-li-btn{
    width: 160px;
    height: 44px;
    background-color: transparent;
    border: 1px solid #FF7B47;
    border-radius: 5px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;

    text-align: center;

    transition: all 0.4s;

    display: block;
    margin-left: auto;
    margin-right: auto;

    color: #FF7B47;
}

.get-li:hover{
    background-color: #3da1aa;
    transform: scale(1.1);
}

.get-li-btn:hover{
    background-color: #FF7B47;
    color: #FFFFFF;
}

/* Footer */

/* Consulting */

.consulting-section{
    display: flex;

    background-color: #FAFAFA;
}

.consulting-title{
    margin-top: 40px;
    margin-left: 195px;
    margin-bottom: 10px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;

    color: #252B42;
}

.consulting-p{
    margin-left: 195px;
    margin-bottom: 40px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;

    color: #737373;
}

.consulting-btn{
    margin-top: 42px;
    margin-left: 500px;

    width: 160px;
    height: 58px;

    border: 1px solid #FF7B47;
    background-color: transparent;
    border-radius: 5px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;

    transition: all 0.4s;

    text-align: center;

    color: #FF7B47;
}

.consulting-btn:hover{
    color: #FFFFFF;
    background-color: #FF7B47;
}

/* Info */

.info-section{
    display: flex;

    background-color: #17213C;
}

.info-list1{
    margin-top: 50px;
    margin-left: 195px;
    margin-right: 100px;
}

.info-list {
    margin-top: 50px;
    margin-right: 100px;
    padding-bottom: 50px;
}

.info-title-p{
    margin-bottom: 20px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;

    color: #FFFFFF;
}

.info-p{
    margin-bottom: 10px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;

    transition: all 0.2s;

    color: #FFFFFF;
}

.info-list-and{
    margin-top: 50px;
}

.info-li-end{
    display: flex;

    margin-bottom: 10px;
    margin-left: 50px;
}

.info-li-end-img{
    margin-right: 10px;
}

.info-p:hover{
    color: #737373;
}

/* Made */

.made-section{
    display: flex;
    background-color: #FAFAFA;
}

.made-p{
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 195px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;

    color: #737373;
}

.made-list{
    display: flex;

    margin-top: 25px;
    margin-left: 600px;
}

.made-li{
    margin-right: 20px;
}
