/* *{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: 185px 0 65px 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;
}

/* ====================developers_cards=============================== */
.developer_cards{
  margin-top: -50px;
}
.developer_cards .design_1{ left: 0; top: 100px; }
.developer_cards .design_2{ right: 0; top: 120px; }

.developer_cards .card_container {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 40px;
  padding: 0 90px;
}
.developer_cards .card_1{
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.11);
  padding: 32px 77px;
}
.developer_cards .card_1:hover {
  box-shadow: 0px 3px 25px 2px #00000025;
}
.developer_cards .card_1 h2{
  font-size: 55px;
  font-weight: 700;
  margin-top: 4px;
  color: var(--text_grey);
}
.developer_cards .card_1 p{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}
.developer_cards .card_1 h2 span{
  font-size: 14px;
  font-weight: 400;
  color: var(--text_blue);
}

/* ====================future_of_communication=============================== */
.future_of_communication {
  margin-top: 90px;
}
.future_of_communication .section_title_1 {
  max-width: 30ch;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 46px;
}
.future_of_communication .btn_wrapper {
  display: flex;
}
.future_of_communication .section_p {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 90ch;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
.future_of_communication .btn_div {
  width: auto;
  margin: auto;
  margin-top: 0px;
}

/* ====================row_1=============================== */
.row_1{
  padding: 75px 0px 100px 0;
}
.row_1 .row:hover .img_div_abs{
  box-shadow: 0 0 20px 5px #00000025;
}
.row_1 .design_1{ left: -40px; top: 130px; }
.row_1 .design_2 { right: -10px; bottom: -60px; }
.row_1 .design_3 { left: -30px; top: 0px; }

.row_1 .section_title_1 {
  text-align: left;
  font-weight: 700;
  font-size: 23px;
  margin-top: 0;
  max-width: 22ch;
}

.row_1 .section_text {
  /* margin-left: 43px; */
  padding-left: 53px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.row_1 .section_p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.64px;
  line-height: 1.7;
  max-width: 44ch;
  margin-top: 0;
}
.row_1 .section_img .img_shadow{
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
  margin: 0;
}
.row_1 .section_img .img_div_abs{
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.07);
  position: absolute;
  width: 147px;
  height: 147px;
  top: 94%;
  left: 91%;
}

/* ====================row_2=============================== */
.row_2{
  background-image: linear-gradient( 142deg, rgb(40,119,226) 0%, rgb(95,189,135) 100%);
  padding-bottom: 90px;
}
.row_2 .section_title_1 {
  color: #fff;
}
.row_2 .section_text {
  padding-left: 0px;
  color: #fff;
}


/* ====================cloudshope_applet=============================== */
.cloudshope_applet{
  margin-top: 0;
  padding: 10px 0 70px 0;
} 
.cloudshope_applet .btn_div{
  margin-top: 16px;
}

/* ====================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; }
.banner .section_text p { font-size: 24px; }
.banner .section_text p.section_p { font-size: 16px; }

.developer_cards { margin-top: 50px; }
.developer_cards .card_container { gap: 20px; padding: 0px; }
.developer_cards .card_1 { box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.11); padding: 32px 16px; }

.future_of_communication { margin-top: 60px; }
.section_img img { transform: scale(1); }
.row_1 .section_img .img_div_abs { width: 117px; height: 117px; top: 0; left: 50%; }
.row_1 .section_img .img_div_abs img{ transform: scale(.8); }
.row_1 .section_text { text-align: center; padding-left: 12px; margin-top: 32px; }
.row_1 .section_title_1 { text-align: center; margin-bottom: 12px; }
.row_1 .section_img { margin-top: 32px; }
.row_2 .section_text { margin-bottom: 0; }
}

@media only screen and (max-width:767px){
.banner { padding: 120px 0 30px 0; }
.banner svg { width: 100px; }
.banner .section_text p { font-size: 16px; }

.e_book .section_img { flex-direction: column-reverse; }
.e_book .cloudshope_qr_code { margin-left: unset; margin: unset; width: 150px; }

.developer_cards .card_container { grid-template-columns: 1fr; }
.developer_cards .card_1 { margin: 0 24px; padding: 32px 64px;}
.developer_cards .card_1 h2 { font-size: 40px; }

.row_1 { padding: 60px 0 40px 0; }
.row_1 .section_img .img_div_abs img { transform: scale(0.6); }
.row_1 .section_img .img_div_abs { width: 87px; height: 87px; }
.row_1 .section_title_1 { font-size: 18px; margin-bottom: 8px; }
.row_1 .section_p { font-size: 14px; line-height: 1.5; }
.row_1 .section_img { margin-top: 12px; }
.row_1 .section_img .img_shadow { bottom: -10px; }
.row_1 .section_text { margin-top: 16px; }
.future_of_communication .section_p { hyphens: auto; font-size: 14px; padding: 0 12px; }
}
