/* *{border: 1px solid #00000010;} */
/* ====================banner=============================== */
.banner{ 
  background: linear-gradient( 135deg, rgba(40,119,226,.8) 0%, rgba(109,188,224,.8) 100%), url(../png/crm_main_banner_bg.png) no-repeat top center / cover, #0061b8; 
  padding: 170px 0 50px 0;
  position: relative;
}
.banner svg{
  position: absolute;
  left: 0;
  bottom: 0;
  fill: #fff;
  width: 200px;
}
.banner .section_text { text-align: center; padding-left: unset; margin-top: unset;}
.banner .section_text h1,.banner .section_text p { color: #fff; }
.banner .section_text h1{margin-bottom: 0;}
.banner .section_text p {
  margin: auto;
  max-width: 35ch;
  font-size: 30px;
}
.banner .section_text p.section_p{
  font-size: 17px;
  max-width: 90%;
}
.banner .section_text .btn_div {
  margin-top: 16px;
}

/* ====================crm_cards=============================== */
.crm_cards{overflow-x: hidden;}
.crm_cards .card_container{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 60px 30px;
  padding: 60px 40px;
}
.crm_cards .design_1 { top: 50px; left: -30px; }
.crm_cards .design_2 { top: 70px; right: -10px; }
.crm_cards .design_3 { top: 660px; left: -40px; }
.crm_cards .design_4 { top: 860px; right: -40px; }
.crm_cards .design_5 { bottom: 290px; left: -40px; }
.crm_cards .design_6 { bottom: 200px; right: -50px; }

.crm_cards .card_1{
  box-shadow: 0px 3px 16px 0px rgba(71, 71, 71, 0.08);
  border-radius: 0;
  padding: 36px;
}
.crm_cards .card_1:hover {
  box-shadow: 0px 3px 25px 2px #00000025;
}
.crm_cards .img_div_1{
  height: 96px;
  margin-bottom: 26px;
}
.crm_cards .card_1 h2{
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.74px;
  height: 3em;
}
.crm_cards .card_1 p{
  max-width: 30ch;
  font-size: 14px;
  line-height: 1.7;
}
.crm_cards .card_1 .img_div_abs {
  background: var(--light_green);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  top: 100%;
  left: 88%;
  display: none;
}
.crm_cards .card_1 .img_div_abs:hover{ background: var(--text_blue); }
.crm_cards .card_1 .img_div_abs:hover svg{ fill: #fff; }
.crm_cards .card_1 .img_div_abs svg{
  width: 18px;
  fill: #474747;
}


/* ====================crm_use_cases=============================== */
.crm_use_cases .container-fluid {
  background-image: linear-gradient( 146deg, rgb(40,119,226) 0%, rgb(134,208,241) 100%);
  margin-top: 64px;
  padding-top: 60px;
  padding-bottom: 24px;
}
.crm_use_cases .row > div{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.crm_use_cases .section_text {
  color: #fff;
  margin-top: -70px;
  padding-right: 100px;
}
.crm_use_cases .section_img img {
  margin-left: 36px;
}
.crm_use_cases .section_text h4{
  font-size: 23px;
  font-weight: 700;
  line-height: 1.5;
}
.crm_use_cases .section_text p{
  font-weight: 500;
  line-height: 1.6;
}



/* ====================what_is=============================== */
.what_is .design_1 {
  top: 55px;
  left: -30px;
}
.what_is .design_2 {
  bottom: -12px;
  right: -10px;
  left: unset;
}
.what_is{padding-top: 23px;}
.what_is .section_text {
  padding-top: 103px;
  margin-left: 36px;
  padding-right: 80px;
  hyphens: auto;
} 
.what_is .section_p {
  max-width: 60ch;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.64;
}
.what_is .section_title_1{
  font-size: 23px;
  font-weight: 700;
}
.what_is .section_img img {
  margin: 40px 0px 0px -70px;
}

/* ====================download_app=============================== */

.e_book .section_title_1 { margin-top: 22px; }
.e_book .app_div { margin-bottom: 28px; }
.e_book .app_div img{ margin-right: 20px; }
.e_book .section_img { justify-content: flex-start; }
.e_book .section_img { margin-top: unset; }
.e_book p { font-weight: 500; }
.e_book .section_text p:nth-child(3){ font-weight: 700; }
.e_book .design_3{ top: -30px; left: 100%; }
.e_book .design_4{ top: 230px; left: 47%; }
.e_book .cloudshope_qr_code{margin-left: 14px;}
.cloudshope_smartphone_app {
    position: absolute;
    left: 70%;
    transform: translateX(-50%);
    top: -80px;
}


/* ====================media_queries=============================== */
@media only screen and (max-width:1025px){
.cloudshope_smartphone_app { position: static; transform: none; }
.e_book .design_3 { left: 100%; }
.e_book .section_img { justify-content: flex-end; }
.crm_cards .card_container { grid-template-columns: repeat(2,1fr); }
.crm_cards .card_1 h2 { font-size: 20px; }
.crm_cards .card_1 { padding: 26px; }
.crm_cards .img_div_1 { margin-bottom: 8px; }
.crm_use_cases .section_text { margin-top: 0px; padding-right: 0px; text-align: center; }
.what_is .section_img img { margin: auto; margin-left: 170px; }
.what_is .section_text{ padding: 0; margin-left: 0px; }
.what_is .design_2 { bottom: 80%; }
.banner .section_text p { font-size: 24px; }
.banner .section_text p.section_p { font-size: 16px; }
}

@media only screen and (max-width:767px){
.banner { padding: 120px 0 30px 0; }
.e_book .section_img { flex-direction: column-reverse; }
.e_book .cloudshope_qr_code { margin-left: unset; margin: unset; width: 150px; }
.what_is .section_img img { margin: auto; }
.crm_cards .card_container { grid-template-columns: 1fr; padding: 40px; gap: 40px 30px; }
.banner .section_text p { font-size: 18px; }
.banner svg { width: 100px; }
.banner .section_text p.section_p { font-size: 14px; letter-spacing: 0; }
.crm_cards .card_1 h2 { height: 2em; font-size: 18px; }
.crm_use_cases{ padding-top: 30px; }
.crm_use_cases .container-fluid { margin-top: 34px; padding-top: 30px; }
.crm_use_cases .section_text h4 { font-size: 18px; }
.crm_use_cases .section_text p { font-size: 14px; }
.what_is .section_title_1 { font-size: 18px; }
.what_is .section_p { font-size: 14px; }
}
